2024-09-17T01:28:27.254 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-17T01:28:27.270 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-17T01:28:27.356 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-09-16_21:08:04-orch-squid-distro-default-smithi/7908045 branch: squid description: orch/cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_monitoring_stack_basic} email: ceph-qa@ceph.com first_in_suite: false job_id: '7908045' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: teuthology-2024-09-16_21:08:04-orch-squid-distro-default-smithi no_nested_subset: false 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: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - mons down - mon down - out of quorum - CEPHADM_STRAY_DAEMON - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: c2ddf9721ef254645201cdbabd9c8f49c30a586f ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: c2ddf9721ef254645201cdbabd9c8f49c30a586f workunit: branch: squid sha1: e20bff7d16f5b09c58ead9548e8cf98cf87ee227 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: 599 sha1: c2ddf9721ef254645201cdbabd9c8f49c30a586f sleep_before_teardown: 0 subset: 33/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_e20bff7d16f5b09c58ead9548e8cf98cf87ee227/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: e20bff7d16f5b09c58ead9548e8cf98cf87ee227 targets: smithi107.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDUfuMqB5/TNMueY6I8CbyvStlzh646pz7NC147dcHWdrh5Ju7nrS0Gy2VcmIodQlh4QjHY9oIJfPt60T/ZHqQw= smithi131.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBP5Q9GSeAfzPzM33ZUB4uwF0t1U90dF2T47F0EFTRUwaHbEFQbk5BiGyTl1TVTYzDB43yvCy+22VWLQGKrnAFng= smithi175.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBH8MVgelzudy+tcb+sX4ZXqVenTCOcHje4ZuBMpz1XoZEZNH0dTJRoLce418mZs+s1BEISHahEyIGv2hr96XQhY= 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: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-16_21:08:04 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 2024-09-17T01:28:27.356 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_e20bff7d16f5b09c58ead9548e8cf98cf87ee227/qa; will attempt to use it 2024-09-17T01:28:27.357 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_e20bff7d16f5b09c58ead9548e8cf98cf87ee227/qa/tasks 2024-09-17T01:28:27.357 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-17T01:28:27.358 INFO:teuthology.task.internal:Checking packages... 2024-09-17T01:28:27.379 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'c2ddf9721ef254645201cdbabd9c8f49c30a586f' 2024-09-17T01:28:27.379 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-17T01:28:27.379 INFO:teuthology.packaging:ref: None 2024-09-17T01:28:27.379 INFO:teuthology.packaging:tag: None 2024-09-17T01:28:27.379 INFO:teuthology.packaging:branch: squid 2024-09-17T01:28:27.379 INFO:teuthology.packaging:sha1: c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-17T01:28:27.380 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-09-17T01:28:27.591 INFO:teuthology.task.internal:Found packages for ceph version 19.1.1-336-ge20bff7d-1jammy 2024-09-17T01:28:27.592 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-17T01:28:27.598 INFO:teuthology.task.internal:no buildpackages task found 2024-09-17T01:28:27.599 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-17T01:28:27.701 INFO:teuthology.task.internal:Saving configuration 2024-09-17T01:28:27.714 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-17T01:28:27.839 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-17T01:28:27.865 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi107.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-16_21:08:04-orch-squid-distro-default-smithi/7908045', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-17 01:22:47.470801', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP/fBdoC8YAFCF6EUWoeOpNQOXBViPuXMewlTlB9VDi/'} 2024-09-17T01:28:27.890 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi131.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-16_21:08:04-orch-squid-distro-default-smithi/7908045', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-17 01:22:47.469215', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG6VZL2uoxU6VY+pt+wCEJ1yLqDoLPOLccgFX6I+4Wvo'} 2024-09-17T01:28:27.913 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi175.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-16_21:08:04-orch-squid-distro-default-smithi/7908045', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-17 01:22:47.467393', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMATqXx0/dUSmm8rD/xaQ9fzBMcEjYSTDqh9h1Mmie8W'} 2024-09-17T01:28:27.914 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-17T01:28:27.919 INFO:teuthology.task.internal:roles: ubuntu@smithi107.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-09-17T01:28:27.919 INFO:teuthology.task.internal:roles: ubuntu@smithi131.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-09-17T01:28:27.919 INFO:teuthology.task.internal:roles: ubuntu@smithi175.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-09-17T01:28:27.920 INFO:teuthology.run_tasks:Running task console_log... 2024-09-17T01:28:28.067 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fc4708aee60>, signals=[15]) 2024-09-17T01:28:28.068 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-17T01:28:28.073 INFO:teuthology.task.internal:Opening connections... 2024-09-17T01:28:28.073 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi107.front.sepia.ceph.com 2024-09-17T01:28:28.074 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T01:28:28.152 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi131.front.sepia.ceph.com 2024-09-17T01:28:28.153 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi131.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T01:28:28.230 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi175.front.sepia.ceph.com 2024-09-17T01:28:28.231 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T01:28:28.311 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-17T01:28:28.318 DEBUG:teuthology.orchestra.run.smithi107:> uname -m 2024-09-17T01:28:28.323 INFO:teuthology.orchestra.run.smithi107.stdout:x86_64 2024-09-17T01:28:28.324 DEBUG:teuthology.orchestra.run.smithi107:> cat /etc/os-release 2024-09-17T01:28:28.370 INFO:teuthology.orchestra.run.smithi107.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-17T01:28:28.370 INFO:teuthology.orchestra.run.smithi107.stdout:NAME="Ubuntu" 2024-09-17T01:28:28.370 INFO:teuthology.orchestra.run.smithi107.stdout:VERSION_ID="22.04" 2024-09-17T01:28:28.370 INFO:teuthology.orchestra.run.smithi107.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-17T01:28:28.370 INFO:teuthology.orchestra.run.smithi107.stdout:VERSION_CODENAME=jammy 2024-09-17T01:28:28.370 INFO:teuthology.orchestra.run.smithi107.stdout:ID=ubuntu 2024-09-17T01:28:28.370 INFO:teuthology.orchestra.run.smithi107.stdout:ID_LIKE=debian 2024-09-17T01:28:28.370 INFO:teuthology.orchestra.run.smithi107.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-17T01:28:28.370 INFO:teuthology.orchestra.run.smithi107.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-17T01:28:28.371 INFO:teuthology.orchestra.run.smithi107.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-17T01:28:28.371 INFO:teuthology.orchestra.run.smithi107.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-17T01:28:28.371 INFO:teuthology.orchestra.run.smithi107.stdout:UBUNTU_CODENAME=jammy 2024-09-17T01:28:28.371 INFO:teuthology.lock.ops:Updating smithi107.front.sepia.ceph.com on lock server 2024-09-17T01:28:28.391 DEBUG:teuthology.orchestra.run.smithi131:> uname -m 2024-09-17T01:28:28.397 INFO:teuthology.orchestra.run.smithi131.stdout:x86_64 2024-09-17T01:28:28.397 DEBUG:teuthology.orchestra.run.smithi131:> cat /etc/os-release 2024-09-17T01:28:28.445 INFO:teuthology.orchestra.run.smithi131.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-17T01:28:28.445 INFO:teuthology.orchestra.run.smithi131.stdout:NAME="Ubuntu" 2024-09-17T01:28:28.445 INFO:teuthology.orchestra.run.smithi131.stdout:VERSION_ID="22.04" 2024-09-17T01:28:28.445 INFO:teuthology.orchestra.run.smithi131.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-17T01:28:28.445 INFO:teuthology.orchestra.run.smithi131.stdout:VERSION_CODENAME=jammy 2024-09-17T01:28:28.445 INFO:teuthology.orchestra.run.smithi131.stdout:ID=ubuntu 2024-09-17T01:28:28.446 INFO:teuthology.orchestra.run.smithi131.stdout:ID_LIKE=debian 2024-09-17T01:28:28.446 INFO:teuthology.orchestra.run.smithi131.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-17T01:28:28.446 INFO:teuthology.orchestra.run.smithi131.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-17T01:28:28.446 INFO:teuthology.orchestra.run.smithi131.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-17T01:28:28.446 INFO:teuthology.orchestra.run.smithi131.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-17T01:28:28.446 INFO:teuthology.orchestra.run.smithi131.stdout:UBUNTU_CODENAME=jammy 2024-09-17T01:28:28.446 INFO:teuthology.lock.ops:Updating smithi131.front.sepia.ceph.com on lock server 2024-09-17T01:28:28.466 DEBUG:teuthology.orchestra.run.smithi175:> uname -m 2024-09-17T01:28:28.472 INFO:teuthology.orchestra.run.smithi175.stdout:x86_64 2024-09-17T01:28:28.472 DEBUG:teuthology.orchestra.run.smithi175:> cat /etc/os-release 2024-09-17T01:28:28.519 INFO:teuthology.orchestra.run.smithi175.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-17T01:28:28.519 INFO:teuthology.orchestra.run.smithi175.stdout:NAME="Ubuntu" 2024-09-17T01:28:28.519 INFO:teuthology.orchestra.run.smithi175.stdout:VERSION_ID="22.04" 2024-09-17T01:28:28.519 INFO:teuthology.orchestra.run.smithi175.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-17T01:28:28.519 INFO:teuthology.orchestra.run.smithi175.stdout:VERSION_CODENAME=jammy 2024-09-17T01:28:28.519 INFO:teuthology.orchestra.run.smithi175.stdout:ID=ubuntu 2024-09-17T01:28:28.519 INFO:teuthology.orchestra.run.smithi175.stdout:ID_LIKE=debian 2024-09-17T01:28:28.519 INFO:teuthology.orchestra.run.smithi175.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-17T01:28:28.519 INFO:teuthology.orchestra.run.smithi175.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-17T01:28:28.520 INFO:teuthology.orchestra.run.smithi175.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-17T01:28:28.520 INFO:teuthology.orchestra.run.smithi175.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-17T01:28:28.520 INFO:teuthology.orchestra.run.smithi175.stdout:UBUNTU_CODENAME=jammy 2024-09-17T01:28:28.520 INFO:teuthology.lock.ops:Updating smithi175.front.sepia.ceph.com on lock server 2024-09-17T01:28:28.541 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-17T01:28:28.550 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-17T01:28:28.646 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-17T01:28:28.646 DEBUG:teuthology.orchestra.run.smithi107:> test '!' -e /home/ubuntu/cephtest 2024-09-17T01:28:28.649 DEBUG:teuthology.orchestra.run.smithi131:> test '!' -e /home/ubuntu/cephtest 2024-09-17T01:28:28.652 DEBUG:teuthology.orchestra.run.smithi175:> test '!' -e /home/ubuntu/cephtest 2024-09-17T01:28:28.656 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-17T01:28:28.708 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-17T01:28:28.708 DEBUG:teuthology.orchestra.run.smithi107:> test -z $(ls -A /var/lib/ceph) 2024-09-17T01:28:28.710 DEBUG:teuthology.orchestra.run.smithi131:> test -z $(ls -A /var/lib/ceph) 2024-09-17T01:28:28.713 DEBUG:teuthology.orchestra.run.smithi175:> test -z $(ls -A /var/lib/ceph) 2024-09-17T01:28:28.737 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-17T01:28:28.897 INFO:teuthology.run_tasks:Running task kernel... 2024-09-17T01:28:28.955 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-17T01:28:28.955 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-17T01:28:28.955 DEBUG:teuthology.orchestra.run.smithi107:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-17T01:28:28.956 DEBUG:teuthology.orchestra.run.smithi131:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-17T01:28:28.956 DEBUG:teuthology.orchestra.run.smithi175:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-17T01:28:28.961 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T01:28:28.961 DEBUG:teuthology.orchestra.run.smithi107:> uname -r 2024-09-17T01:28:28.962 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T01:28:28.963 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T01:28:28.963 DEBUG:teuthology.orchestra.run.smithi175:> uname -r 2024-09-17T01:28:28.963 DEBUG:teuthology.orchestra.run.smithi131:> uname -r 2024-09-17T01:28:29.009 INFO:teuthology.orchestra.run.smithi131.stdout:5.15.0-56-generic 2024-09-17T01:28:29.009 INFO:teuthology.task.kernel:Running kernel on smithi131: 5.15.0-56-generic 2024-09-17T01:28:29.009 DEBUG:teuthology.orchestra.run.smithi131:> sudo apt-get clean 2024-09-17T01:28:29.010 INFO:teuthology.orchestra.run.smithi107.stdout:5.15.0-56-generic 2024-09-17T01:28:29.010 INFO:teuthology.task.kernel:Running kernel on smithi107: 5.15.0-56-generic 2024-09-17T01:28:29.010 DEBUG:teuthology.orchestra.run.smithi107:> sudo apt-get clean 2024-09-17T01:28:29.011 INFO:teuthology.orchestra.run.smithi175.stdout:5.15.0-56-generic 2024-09-17T01:28:29.012 INFO:teuthology.task.kernel:Running kernel on smithi175: 5.15.0-56-generic 2024-09-17T01:28:29.012 DEBUG:teuthology.orchestra.run.smithi175:> sudo apt-get clean 2024-09-17T01:28:29.140 DEBUG:teuthology.orchestra.run.smithi131:> sudo apt-get update 2024-09-17T01:28:29.148 DEBUG:teuthology.orchestra.run.smithi107:> sudo apt-get update 2024-09-17T01:28:29.152 DEBUG:teuthology.orchestra.run.smithi175:> sudo apt-get update 2024-09-17T01:28:29.263 INFO:teuthology.orchestra.run.smithi131.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-17T01:28:29.275 INFO:teuthology.orchestra.run.smithi107.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-17T01:28:29.319 INFO:teuthology.orchestra.run.smithi107.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-17T01:28:29.380 INFO:teuthology.orchestra.run.smithi131.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-17T01:28:29.392 INFO:teuthology.orchestra.run.smithi107.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-17T01:28:29.393 INFO:teuthology.orchestra.run.smithi107.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-17T01:28:29.425 INFO:teuthology.orchestra.run.smithi175.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-17T01:28:29.427 INFO:teuthology.orchestra.run.smithi175.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-17T01:28:29.462 INFO:teuthology.orchestra.run.smithi131.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-17T01:28:29.465 INFO:teuthology.orchestra.run.smithi131.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,806 kB] 2024-09-17T01:28:29.490 INFO:teuthology.orchestra.run.smithi175.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-17T01:28:29.532 INFO:teuthology.orchestra.run.smithi107.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [701 kB] 2024-09-17T01:28:29.581 INFO:teuthology.orchestra.run.smithi131.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [539 kB] 2024-09-17T01:28:29.596 INFO:teuthology.orchestra.run.smithi107.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,058 kB] 2024-09-17T01:28:29.598 INFO:teuthology.orchestra.run.smithi131.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [295 kB] 2024-09-17T01:28:29.601 INFO:teuthology.orchestra.run.smithi131.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-17T01:28:29.601 INFO:teuthology.orchestra.run.smithi131.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-17T01:28:29.602 INFO:teuthology.orchestra.run.smithi131.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,377 kB] 2024-09-17T01:28:29.633 INFO:teuthology.orchestra.run.smithi107.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [355 kB] 2024-09-17T01:28:29.640 INFO:teuthology.orchestra.run.smithi107.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-17T01:28:29.641 INFO:teuthology.orchestra.run.smithi131.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [409 kB] 2024-09-17T01:28:29.641 INFO:teuthology.orchestra.run.smithi107.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-17T01:28:29.642 INFO:teuthology.orchestra.run.smithi107.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,495 kB] 2024-09-17T01:28:29.645 INFO:teuthology.orchestra.run.smithi131.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-17T01:28:29.645 INFO:teuthology.orchestra.run.smithi131.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [902 kB] 2024-09-17T01:28:29.654 INFO:teuthology.orchestra.run.smithi131.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [627 kB] 2024-09-17T01:28:29.659 INFO:teuthology.orchestra.run.smithi131.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [176 kB] 2024-09-17T01:28:29.661 INFO:teuthology.orchestra.run.smithi131.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.3 kB] 2024-09-17T01:28:29.661 INFO:teuthology.orchestra.run.smithi131.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-17T01:28:29.661 INFO:teuthology.orchestra.run.smithi131.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-17T01:28:29.662 INFO:teuthology.orchestra.run.smithi131.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-17T01:28:29.673 INFO:teuthology.orchestra.run.smithi107.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [429 kB] 2024-09-17T01:28:29.677 INFO:teuthology.orchestra.run.smithi131.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-17T01:28:29.677 INFO:teuthology.orchestra.run.smithi107.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-17T01:28:29.677 INFO:teuthology.orchestra.run.smithi107.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [732 kB] 2024-09-17T01:28:29.683 INFO:teuthology.orchestra.run.smithi107.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,124 kB] 2024-09-17T01:28:29.701 INFO:teuthology.orchestra.run.smithi107.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-17T01:28:29.703 INFO:teuthology.orchestra.run.smithi107.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-17T01:28:29.703 INFO:teuthology.orchestra.run.smithi107.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-17T01:28:29.704 INFO:teuthology.orchestra.run.smithi107.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-17T01:28:29.704 INFO:teuthology.orchestra.run.smithi107.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-17T01:28:29.704 INFO:teuthology.orchestra.run.smithi107.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-17T01:28:29.709 INFO:teuthology.orchestra.run.smithi107.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-17T01:28:29.710 INFO:teuthology.orchestra.run.smithi107.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-17T01:28:29.711 INFO:teuthology.orchestra.run.smithi107.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-17T01:28:29.727 INFO:teuthology.orchestra.run.smithi107.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-17T01:28:29.727 INFO:teuthology.orchestra.run.smithi107.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-17T01:28:29.727 INFO:teuthology.orchestra.run.smithi107.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-17T01:28:29.728 INFO:teuthology.orchestra.run.smithi107.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-17T01:28:29.728 INFO:teuthology.orchestra.run.smithi107.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-17T01:28:29.817 INFO:teuthology.orchestra.run.smithi131.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-17T01:28:29.844 INFO:teuthology.orchestra.run.smithi175.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-17T01:28:29.849 INFO:teuthology.orchestra.run.smithi107.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [539 kB] 2024-09-17T01:28:29.864 INFO:teuthology.orchestra.run.smithi175.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [539 kB] 2024-09-17T01:28:29.955 INFO:teuthology.orchestra.run.smithi131.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,058 kB] 2024-09-17T01:28:29.984 INFO:teuthology.orchestra.run.smithi175.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,058 kB] 2024-09-17T01:28:30.134 INFO:teuthology.orchestra.run.smithi107.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,806 kB] 2024-09-17T01:28:30.168 INFO:teuthology.orchestra.run.smithi175.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,806 kB] 2024-09-17T01:28:30.276 INFO:teuthology.orchestra.run.smithi131.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [701 kB] 2024-09-17T01:28:30.304 INFO:teuthology.orchestra.run.smithi175.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [701 kB] 2024-09-17T01:28:30.307 INFO:teuthology.orchestra.run.smithi107.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [295 kB] 2024-09-17T01:28:30.312 INFO:teuthology.orchestra.run.smithi131.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [355 kB] 2024-09-17T01:28:30.320 INFO:teuthology.orchestra.run.smithi107.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-17T01:28:30.321 INFO:teuthology.orchestra.run.smithi107.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-17T01:28:30.322 INFO:teuthology.orchestra.run.smithi107.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,377 kB] 2024-09-17T01:28:30.327 INFO:teuthology.orchestra.run.smithi131.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-17T01:28:30.327 INFO:teuthology.orchestra.run.smithi131.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-17T01:28:30.329 INFO:teuthology.orchestra.run.smithi131.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,495 kB] 2024-09-17T01:28:30.337 INFO:teuthology.orchestra.run.smithi175.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [355 kB] 2024-09-17T01:28:30.338 INFO:teuthology.orchestra.run.smithi175.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [295 kB] 2024-09-17T01:28:30.351 INFO:teuthology.orchestra.run.smithi175.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-17T01:28:30.352 INFO:teuthology.orchestra.run.smithi175.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-17T01:28:30.352 INFO:teuthology.orchestra.run.smithi175.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-17T01:28:30.352 INFO:teuthology.orchestra.run.smithi175.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,495 kB] 2024-09-17T01:28:30.353 INFO:teuthology.orchestra.run.smithi175.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,377 kB] 2024-09-17T01:28:30.398 INFO:teuthology.orchestra.run.smithi131.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [429 kB] 2024-09-17T01:28:30.409 INFO:teuthology.orchestra.run.smithi107.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [409 kB] 2024-09-17T01:28:30.417 INFO:teuthology.orchestra.run.smithi107.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-17T01:28:30.417 INFO:teuthology.orchestra.run.smithi107.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [627 kB] 2024-09-17T01:28:30.418 INFO:teuthology.orchestra.run.smithi131.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-17T01:28:30.418 INFO:teuthology.orchestra.run.smithi131.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [732 kB] 2024-09-17T01:28:30.424 INFO:teuthology.orchestra.run.smithi175.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-17T01:28:30.425 INFO:teuthology.orchestra.run.smithi175.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [429 kB] 2024-09-17T01:28:30.432 INFO:teuthology.orchestra.run.smithi107.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [902 kB] 2024-09-17T01:28:30.436 INFO:teuthology.orchestra.run.smithi131.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,124 kB] 2024-09-17T01:28:30.466 INFO:teuthology.orchestra.run.smithi131.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-17T01:28:30.467 INFO:teuthology.orchestra.run.smithi107.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [176 kB] 2024-09-17T01:28:30.469 INFO:teuthology.orchestra.run.smithi175.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [409 kB] 2024-09-17T01:28:30.469 INFO:teuthology.orchestra.run.smithi175.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-17T01:28:30.469 INFO:teuthology.orchestra.run.smithi175.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [732 kB] 2024-09-17T01:28:30.473 INFO:teuthology.orchestra.run.smithi107.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.3 kB] 2024-09-17T01:28:30.473 INFO:teuthology.orchestra.run.smithi107.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-17T01:28:30.474 INFO:teuthology.orchestra.run.smithi107.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-17T01:28:30.475 INFO:teuthology.orchestra.run.smithi107.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-17T01:28:30.476 INFO:teuthology.orchestra.run.smithi131.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-17T01:28:30.477 INFO:teuthology.orchestra.run.smithi131.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-17T01:28:30.477 INFO:teuthology.orchestra.run.smithi131.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-17T01:28:30.479 INFO:teuthology.orchestra.run.smithi131.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-17T01:28:30.481 INFO:teuthology.orchestra.run.smithi175.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-17T01:28:30.481 INFO:teuthology.orchestra.run.smithi175.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [627 kB] 2024-09-17T01:28:30.482 INFO:teuthology.orchestra.run.smithi175.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,124 kB] 2024-09-17T01:28:30.492 INFO:teuthology.orchestra.run.smithi175.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [902 kB] 2024-09-17T01:28:30.501 INFO:teuthology.orchestra.run.smithi175.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-17T01:28:30.505 INFO:teuthology.orchestra.run.smithi175.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-17T01:28:30.506 INFO:teuthology.orchestra.run.smithi175.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-17T01:28:30.507 INFO:teuthology.orchestra.run.smithi175.stdout:Get:28 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [176 kB] 2024-09-17T01:28:30.507 INFO:teuthology.orchestra.run.smithi175.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-17T01:28:30.509 INFO:teuthology.orchestra.run.smithi175.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.3 kB] 2024-09-17T01:28:30.510 INFO:teuthology.orchestra.run.smithi175.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-17T01:28:30.510 INFO:teuthology.orchestra.run.smithi175.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-17T01:28:30.511 INFO:teuthology.orchestra.run.smithi175.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-17T01:28:30.521 INFO:teuthology.orchestra.run.smithi131.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-17T01:28:30.522 INFO:teuthology.orchestra.run.smithi131.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-17T01:28:30.523 INFO:teuthology.orchestra.run.smithi131.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-17T01:28:30.524 INFO:teuthology.orchestra.run.smithi131.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-17T01:28:30.550 INFO:teuthology.orchestra.run.smithi175.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-17T01:28:30.550 INFO:teuthology.orchestra.run.smithi175.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-17T01:28:30.553 INFO:teuthology.orchestra.run.smithi107.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-17T01:28:30.586 INFO:teuthology.orchestra.run.smithi175.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-17T01:28:30.588 INFO:teuthology.orchestra.run.smithi175.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-17T01:28:30.590 INFO:teuthology.orchestra.run.smithi175.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-17T01:28:30.591 INFO:teuthology.orchestra.run.smithi175.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-17T01:28:30.591 INFO:teuthology.orchestra.run.smithi175.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-17T01:28:30.592 INFO:teuthology.orchestra.run.smithi175.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-17T01:28:30.603 INFO:teuthology.orchestra.run.smithi131.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-17T01:28:30.603 INFO:teuthology.orchestra.run.smithi131.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-17T01:28:30.604 INFO:teuthology.orchestra.run.smithi131.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-17T01:28:30.604 INFO:teuthology.orchestra.run.smithi131.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-17T01:28:30.605 INFO:teuthology.orchestra.run.smithi131.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-17T01:28:30.631 INFO:teuthology.orchestra.run.smithi175.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-17T01:28:30.631 INFO:teuthology.orchestra.run.smithi175.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-17T01:28:30.632 INFO:teuthology.orchestra.run.smithi175.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-17T01:28:36.045 INFO:teuthology.orchestra.run.smithi131.stdout:Fetched 16.1 MB in 2s (7,470 kB/s) 2024-09-17T01:28:36.087 INFO:teuthology.orchestra.run.smithi107.stdout:Fetched 16.1 MB in 2s (7,434 kB/s) 2024-09-17T01:28:36.758 INFO:teuthology.orchestra.run.smithi175.stdout:Fetched 16.1 MB in 3s (5,785 kB/s) 2024-09-17T01:28:37.406 INFO:teuthology.orchestra.run.smithi131.stdout:Reading package lists... 2024-09-17T01:28:37.423 DEBUG:teuthology.orchestra.run.smithi131:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-17T01:28:37.476 INFO:teuthology.orchestra.run.smithi131.stdout:Reading package lists... 2024-09-17T01:28:37.522 INFO:teuthology.orchestra.run.smithi107.stdout:Reading package lists... 2024-09-17T01:28:37.540 DEBUG:teuthology.orchestra.run.smithi107:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-17T01:28:37.603 INFO:teuthology.orchestra.run.smithi107.stdout:Reading package lists... 2024-09-17T01:28:37.662 INFO:teuthology.orchestra.run.smithi131.stdout:Building dependency tree... 2024-09-17T01:28:37.663 INFO:teuthology.orchestra.run.smithi131.stdout:Reading state information... 2024-09-17T01:28:37.815 INFO:teuthology.orchestra.run.smithi107.stdout:Building dependency tree... 2024-09-17T01:28:37.815 INFO:teuthology.orchestra.run.smithi107.stdout:Reading state information... 2024-09-17T01:28:37.829 INFO:teuthology.orchestra.run.smithi131.stdout:The following packages were automatically installed and are no longer required: 2024-09-17T01:28:37.829 INFO:teuthology.orchestra.run.smithi131.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-17T01:28:37.829 INFO:teuthology.orchestra.run.smithi131.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-17T01:28:37.830 INFO:teuthology.orchestra.run.smithi131.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-17T01:28:37.830 INFO:teuthology.orchestra.run.smithi131.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-17T01:28:37.830 INFO:teuthology.orchestra.run.smithi131.stdout: python2.7-minimal 2024-09-17T01:28:37.830 INFO:teuthology.orchestra.run.smithi131.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-17T01:28:37.831 INFO:teuthology.orchestra.run.smithi131.stdout:The following additional packages will be installed: 2024-09-17T01:28:37.831 INFO:teuthology.orchestra.run.smithi131.stdout: linux-generic linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-17T01:28:37.831 INFO:teuthology.orchestra.run.smithi131.stdout: linux-headers-generic linux-image-5.15.0-122-generic 2024-09-17T01:28:37.832 INFO:teuthology.orchestra.run.smithi131.stdout: linux-modules-5.15.0-122-generic linux-modules-extra-5.15.0-122-generic 2024-09-17T01:28:37.833 INFO:teuthology.orchestra.run.smithi131.stdout:Suggested packages: 2024-09-17T01:28:37.833 INFO:teuthology.orchestra.run.smithi131.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-17T01:28:37.833 INFO:teuthology.orchestra.run.smithi131.stdout:Recommended packages: 2024-09-17T01:28:37.833 INFO:teuthology.orchestra.run.smithi131.stdout: thermald 2024-09-17T01:28:37.870 INFO:teuthology.orchestra.run.smithi131.stdout:The following NEW packages will be installed: 2024-09-17T01:28:37.870 INFO:teuthology.orchestra.run.smithi131.stdout: linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-17T01:28:37.870 INFO:teuthology.orchestra.run.smithi131.stdout: linux-image-5.15.0-122-generic linux-modules-5.15.0-122-generic 2024-09-17T01:28:37.871 INFO:teuthology.orchestra.run.smithi131.stdout: linux-modules-extra-5.15.0-122-generic 2024-09-17T01:28:37.872 INFO:teuthology.orchestra.run.smithi131.stdout:The following packages will be upgraded: 2024-09-17T01:28:37.873 INFO:teuthology.orchestra.run.smithi131.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-17T01:28:37.923 INFO:teuthology.orchestra.run.smithi131.stdout:3 upgraded, 5 newly installed, 0 to remove and 344 not upgraded. 2024-09-17T01:28:37.923 INFO:teuthology.orchestra.run.smithi131.stdout:Need to get 113 MB of archives. 2024-09-17T01:28:37.923 INFO:teuthology.orchestra.run.smithi131.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-17T01:28:37.923 INFO:teuthology.orchestra.run.smithi131.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-122-generic amd64 5.15.0-122.132 [22.7 MB] 2024-09-17T01:28:37.990 INFO:teuthology.orchestra.run.smithi107.stdout:The following packages were automatically installed and are no longer required: 2024-09-17T01:28:37.990 INFO:teuthology.orchestra.run.smithi107.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-17T01:28:37.991 INFO:teuthology.orchestra.run.smithi107.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-17T01:28:37.991 INFO:teuthology.orchestra.run.smithi107.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-17T01:28:37.991 INFO:teuthology.orchestra.run.smithi107.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-17T01:28:37.991 INFO:teuthology.orchestra.run.smithi107.stdout: python2.7-minimal 2024-09-17T01:28:37.991 INFO:teuthology.orchestra.run.smithi107.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-17T01:28:37.992 INFO:teuthology.orchestra.run.smithi107.stdout:The following additional packages will be installed: 2024-09-17T01:28:37.993 INFO:teuthology.orchestra.run.smithi107.stdout: linux-generic linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-17T01:28:37.993 INFO:teuthology.orchestra.run.smithi107.stdout: linux-headers-generic linux-image-5.15.0-122-generic 2024-09-17T01:28:37.993 INFO:teuthology.orchestra.run.smithi107.stdout: linux-modules-5.15.0-122-generic linux-modules-extra-5.15.0-122-generic 2024-09-17T01:28:37.994 INFO:teuthology.orchestra.run.smithi107.stdout:Suggested packages: 2024-09-17T01:28:37.994 INFO:teuthology.orchestra.run.smithi107.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-17T01:28:37.994 INFO:teuthology.orchestra.run.smithi107.stdout:Recommended packages: 2024-09-17T01:28:37.994 INFO:teuthology.orchestra.run.smithi107.stdout: thermald 2024-09-17T01:28:38.034 INFO:teuthology.orchestra.run.smithi107.stdout:The following NEW packages will be installed: 2024-09-17T01:28:38.034 INFO:teuthology.orchestra.run.smithi107.stdout: linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-17T01:28:38.034 INFO:teuthology.orchestra.run.smithi107.stdout: linux-image-5.15.0-122-generic linux-modules-5.15.0-122-generic 2024-09-17T01:28:38.034 INFO:teuthology.orchestra.run.smithi107.stdout: linux-modules-extra-5.15.0-122-generic 2024-09-17T01:28:38.036 INFO:teuthology.orchestra.run.smithi107.stdout:The following packages will be upgraded: 2024-09-17T01:28:38.036 INFO:teuthology.orchestra.run.smithi107.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-17T01:28:38.213 INFO:teuthology.orchestra.run.smithi175.stdout:Reading package lists... 2024-09-17T01:28:38.216 INFO:teuthology.orchestra.run.smithi107.stdout:3 upgraded, 5 newly installed, 0 to remove and 344 not upgraded. 2024-09-17T01:28:38.216 INFO:teuthology.orchestra.run.smithi107.stdout:Need to get 113 MB of archives. 2024-09-17T01:28:38.216 INFO:teuthology.orchestra.run.smithi107.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-17T01:28:38.216 INFO:teuthology.orchestra.run.smithi107.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-122-generic amd64 5.15.0-122.132 [22.7 MB] 2024-09-17T01:28:38.232 DEBUG:teuthology.orchestra.run.smithi175:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-17T01:28:38.295 INFO:teuthology.orchestra.run.smithi175.stdout:Reading package lists... 2024-09-17T01:28:38.375 INFO:teuthology.orchestra.run.smithi131.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-122-generic amd64 5.15.0-122.132 [11.5 MB] 2024-09-17T01:28:38.473 INFO:teuthology.orchestra.run.smithi131.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-122-generic amd64 5.15.0-122.132 [63.9 MB] 2024-09-17T01:28:38.506 INFO:teuthology.orchestra.run.smithi175.stdout:Building dependency tree... 2024-09-17T01:28:38.507 INFO:teuthology.orchestra.run.smithi175.stdout:Reading state information... 2024-09-17T01:28:38.694 INFO:teuthology.orchestra.run.smithi175.stdout:The following packages were automatically installed and are no longer required: 2024-09-17T01:28:38.695 INFO:teuthology.orchestra.run.smithi175.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-17T01:28:38.695 INFO:teuthology.orchestra.run.smithi175.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-17T01:28:38.695 INFO:teuthology.orchestra.run.smithi175.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-17T01:28:38.695 INFO:teuthology.orchestra.run.smithi175.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-17T01:28:38.695 INFO:teuthology.orchestra.run.smithi175.stdout: python2.7-minimal 2024-09-17T01:28:38.695 INFO:teuthology.orchestra.run.smithi175.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-17T01:28:38.697 INFO:teuthology.orchestra.run.smithi175.stdout:The following additional packages will be installed: 2024-09-17T01:28:38.697 INFO:teuthology.orchestra.run.smithi175.stdout: linux-generic linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-17T01:28:38.697 INFO:teuthology.orchestra.run.smithi175.stdout: linux-headers-generic linux-image-5.15.0-122-generic 2024-09-17T01:28:38.697 INFO:teuthology.orchestra.run.smithi175.stdout: linux-modules-5.15.0-122-generic linux-modules-extra-5.15.0-122-generic 2024-09-17T01:28:38.698 INFO:teuthology.orchestra.run.smithi175.stdout:Suggested packages: 2024-09-17T01:28:38.699 INFO:teuthology.orchestra.run.smithi175.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-17T01:28:38.699 INFO:teuthology.orchestra.run.smithi175.stdout:Recommended packages: 2024-09-17T01:28:38.699 INFO:teuthology.orchestra.run.smithi175.stdout: thermald 2024-09-17T01:28:38.751 INFO:teuthology.orchestra.run.smithi175.stdout:The following NEW packages will be installed: 2024-09-17T01:28:38.751 INFO:teuthology.orchestra.run.smithi175.stdout: linux-headers-5.15.0-122 linux-headers-5.15.0-122-generic 2024-09-17T01:28:38.751 INFO:teuthology.orchestra.run.smithi175.stdout: linux-image-5.15.0-122-generic linux-modules-5.15.0-122-generic 2024-09-17T01:28:38.751 INFO:teuthology.orchestra.run.smithi175.stdout: linux-modules-extra-5.15.0-122-generic 2024-09-17T01:28:38.752 INFO:teuthology.orchestra.run.smithi175.stdout:The following packages will be upgraded: 2024-09-17T01:28:38.753 INFO:teuthology.orchestra.run.smithi175.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-17T01:28:38.803 INFO:teuthology.orchestra.run.smithi175.stdout:3 upgraded, 5 newly installed, 0 to remove and 344 not upgraded. 2024-09-17T01:28:38.804 INFO:teuthology.orchestra.run.smithi175.stdout:Need to get 113 MB of archives. 2024-09-17T01:28:38.804 INFO:teuthology.orchestra.run.smithi175.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-17T01:28:38.804 INFO:teuthology.orchestra.run.smithi175.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-122-generic amd64 5.15.0-122.132 [22.7 MB] 2024-09-17T01:28:39.244 INFO:teuthology.orchestra.run.smithi175.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-122-generic amd64 5.15.0-122.132 [11.5 MB] 2024-09-17T01:28:39.336 INFO:teuthology.orchestra.run.smithi131.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.122.122 [1,692 B] 2024-09-17T01:28:39.336 INFO:teuthology.orchestra.run.smithi131.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.122.122 [2,436 B] 2024-09-17T01:28:39.336 INFO:teuthology.orchestra.run.smithi131.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122 all 5.15.0-122.132 [12.3 MB] 2024-09-17T01:28:39.343 INFO:teuthology.orchestra.run.smithi175.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-122-generic amd64 5.15.0-122.132 [63.9 MB] 2024-09-17T01:28:39.461 INFO:teuthology.orchestra.run.smithi131.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122-generic amd64 5.15.0-122.132 [2,827 kB] 2024-09-17T01:28:39.484 INFO:teuthology.orchestra.run.smithi131.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.122.122 [2,294 B] 2024-09-17T01:28:39.637 INFO:teuthology.orchestra.run.smithi107.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-122-generic amd64 5.15.0-122.132 [11.5 MB] 2024-09-17T01:28:39.883 INFO:teuthology.orchestra.run.smithi131.stdout:Fetched 113 MB in 2s (70.6 MB/s) 2024-09-17T01:28:39.985 INFO:teuthology.orchestra.run.smithi107.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-122-generic amd64 5.15.0-122.132 [63.9 MB] 2024-09-17T01:28:40.062 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package linux-modules-5.15.0-122-generic. 2024-09-17T01:28:40.152 INFO:teuthology.orchestra.run.smithi175.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.122.122 [1,692 B] 2024-09-17T01:28:40.153 INFO:teuthology.orchestra.run.smithi175.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.122.122 [2,436 B] 2024-09-17T01:28:40.153 INFO:teuthology.orchestra.run.smithi175.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122 all 5.15.0-122.132 [12.3 MB] 2024-09-17T01:28:40.272 INFO:teuthology.orchestra.run.smithi175.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122-generic amd64 5.15.0-122.132 [2,827 kB] 2024-09-17T01:28:40.294 INFO:teuthology.orchestra.run.smithi175.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.122.122 [2,294 B] 2024-09-17T01:28:40.708 INFO:teuthology.orchestra.run.smithi175.stdout:Fetched 113 MB in 2s (73.8 MB/s) 2024-09-17T01:28:40.946 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package linux-modules-5.15.0-122-generic. 2024-09-17T01:28:42.021 INFO:teuthology.orchestra.run.smithi131.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-09-17T01:28:42.025 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../0-linux-modules-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T01:28:42.174 INFO:teuthology.orchestra.run.smithi107.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.122.122 [1,692 B] 2024-09-17T01:28:42.174 INFO:teuthology.orchestra.run.smithi107.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.122.122 [2,436 B] 2024-09-17T01:28:42.174 INFO:teuthology.orchestra.run.smithi107.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122 all 5.15.0-122.132 [12.3 MB] 2024-09-17T01:28:42.218 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T01:28:42.520 INFO:teuthology.orchestra.run.smithi107.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-122-generic amd64 5.15.0-122.132 [2,827 kB] 2024-09-17T01:28:42.599 INFO:teuthology.orchestra.run.smithi107.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.122.122 [2,294 B] 2024-09-17T01:28:42.890 INFO:teuthology.orchestra.run.smithi175.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-09-17T01:28:42.894 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../0-linux-modules-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T01:28:42.960 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T01:28:43.013 INFO:teuthology.orchestra.run.smithi107.stdout:Fetched 113 MB in 5s (24.9 MB/s) 2024-09-17T01:28:43.198 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package linux-modules-5.15.0-122-generic. 2024-09-17T01:28:44.362 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package linux-image-5.15.0-122-generic. 2024-09-17T01:28:44.383 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../1-linux-image-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T01:28:44.460 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T01:28:44.932 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-122-generic. 2024-09-17T01:28:44.952 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T01:28:44.990 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T01:28:45.093 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package linux-image-5.15.0-122-generic. 2024-09-17T01:28:45.115 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../1-linux-image-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T01:28:45.180 INFO:teuthology.orchestra.run.smithi107.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-09-17T01:28:45.184 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../0-linux-modules-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T01:28:45.194 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T01:28:45.254 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T01:28:45.821 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-122-generic. 2024-09-17T01:28:45.842 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T01:28:46.054 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T01:28:47.547 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package linux-image-5.15.0-122-generic. 2024-09-17T01:28:47.568 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../1-linux-image-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T01:28:47.651 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T01:28:48.162 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-122-generic. 2024-09-17T01:28:48.183 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T01:28:48.377 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T01:28:51.761 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../3-linux-generic_5.15.0.122.122_amd64.deb ... 2024-09-17T01:28:51.869 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking linux-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-17T01:28:52.185 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.122.122_amd64.deb ... 2024-09-17T01:28:52.221 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../3-linux-generic_5.15.0.122.122_amd64.deb ... 2024-09-17T01:28:52.314 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking linux-image-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-17T01:28:52.347 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking linux-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-17T01:28:52.617 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package linux-headers-5.15.0-122. 2024-09-17T01:28:52.640 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../5-linux-headers-5.15.0-122_5.15.0-122.132_all.deb ... 2024-09-17T01:28:52.679 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.122.122_amd64.deb ... 2024-09-17T01:28:52.685 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-17T01:28:52.809 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking linux-image-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-17T01:28:53.112 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package linux-headers-5.15.0-122. 2024-09-17T01:28:53.134 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../5-linux-headers-5.15.0-122_5.15.0-122.132_all.deb ... 2024-09-17T01:28:53.178 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-17T01:28:54.774 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../3-linux-generic_5.15.0.122.122_amd64.deb ... 2024-09-17T01:28:54.901 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking linux-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-17T01:28:55.235 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.122.122_amd64.deb ... 2024-09-17T01:28:55.363 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking linux-image-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-17T01:28:55.650 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package linux-headers-5.15.0-122. 2024-09-17T01:28:55.672 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../5-linux-headers-5.15.0-122_5.15.0-122.132_all.deb ... 2024-09-17T01:28:55.716 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-17T01:28:58.275 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package linux-headers-5.15.0-122-generic. 2024-09-17T01:28:58.312 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../6-linux-headers-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T01:28:58.585 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T01:28:59.061 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package linux-headers-5.15.0-122-generic. 2024-09-17T01:28:59.084 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../6-linux-headers-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T01:28:59.128 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T01:29:01.267 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.122.122_amd64.deb ... 2024-09-17T01:29:01.389 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking linux-headers-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-17T01:29:01.623 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package linux-headers-5.15.0-122-generic. 2024-09-17T01:29:01.642 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../6-linux-headers-5.15.0-122-generic_5.15.0-122.132_amd64.deb ... 2024-09-17T01:29:01.682 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T01:29:01.707 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.122.122_amd64.deb ... 2024-09-17T01:29:01.731 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-17T01:29:01.832 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking linux-headers-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-17T01:29:01.861 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T01:29:01.987 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up linux-headers-generic (5.15.0.122.122) ... 2024-09-17T01:29:02.099 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T01:29:02.166 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-17T01:29:02.287 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T01:29:02.413 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up linux-headers-generic (5.15.0.122.122) ... 2024-09-17T01:29:02.542 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T01:29:03.374 INFO:teuthology.orchestra.run.smithi131.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-17T01:29:03.374 INFO:teuthology.orchestra.run.smithi131.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-17T01:29:03.375 INFO:teuthology.orchestra.run.smithi131.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-122-generic 2024-09-17T01:29:03.375 INFO:teuthology.orchestra.run.smithi131.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-122-generic 2024-09-17T01:29:03.526 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T01:29:03.860 INFO:teuthology.orchestra.run.smithi175.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-17T01:29:03.860 INFO:teuthology.orchestra.run.smithi175.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-17T01:29:03.860 INFO:teuthology.orchestra.run.smithi175.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-122-generic 2024-09-17T01:29:03.860 INFO:teuthology.orchestra.run.smithi175.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-122-generic 2024-09-17T01:29:03.993 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T01:29:04.293 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.122.122_amd64.deb ... 2024-09-17T01:29:04.416 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking linux-headers-generic (5.15.0.122.122) over (5.15.0.56.54) ... 2024-09-17T01:29:05.545 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up linux-image-generic (5.15.0.122.122) ... 2024-09-17T01:29:05.670 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up linux-generic (5.15.0.122.122) ... 2024-09-17T01:29:05.750 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up linux-headers-5.15.0-122 (5.15.0-122.132) ... 2024-09-17T01:29:05.780 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T01:29:05.845 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up linux-image-generic (5.15.0.122.122) ... 2024-09-17T01:29:05.871 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up linux-headers-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T01:29:05.971 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up linux-generic (5.15.0.122.122) ... 2024-09-17T01:29:05.999 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up linux-headers-generic (5.15.0.122.122) ... 2024-09-17T01:29:06.097 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T01:29:06.126 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T01:29:07.164 INFO:teuthology.orchestra.run.smithi131.stdout:Processing triggers for linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T01:29:07.221 INFO:teuthology.orchestra.run.smithi131.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-17T01:29:07.221 INFO:teuthology.orchestra.run.smithi131.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-122-generic 2024-09-17T01:29:07.452 INFO:teuthology.orchestra.run.smithi107.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-17T01:29:07.452 INFO:teuthology.orchestra.run.smithi107.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-17T01:29:07.452 INFO:teuthology.orchestra.run.smithi107.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-122-generic 2024-09-17T01:29:07.452 INFO:teuthology.orchestra.run.smithi107.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-122-generic 2024-09-17T01:29:07.507 INFO:teuthology.orchestra.run.smithi175.stdout:Processing triggers for linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T01:29:07.575 INFO:teuthology.orchestra.run.smithi175.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-17T01:29:07.575 INFO:teuthology.orchestra.run.smithi175.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-122-generic 2024-09-17T01:29:07.610 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up linux-modules-extra-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T01:29:09.028 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up linux-image-generic (5.15.0.122.122) ... 2024-09-17T01:29:09.154 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up linux-generic (5.15.0.122.122) ... 2024-09-17T01:29:09.272 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up linux-modules-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T01:29:11.265 INFO:teuthology.orchestra.run.smithi107.stdout:Processing triggers for linux-image-5.15.0-122-generic (5.15.0-122.132) ... 2024-09-17T01:29:11.622 INFO:teuthology.orchestra.run.smithi107.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-17T01:29:11.622 INFO:teuthology.orchestra.run.smithi107.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-122-generic 2024-09-17T01:29:21.646 INFO:teuthology.orchestra.run.smithi175.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-17T01:29:21.647 INFO:teuthology.orchestra.run.smithi175.stdout:Sourcing file `/etc/default/grub' 2024-09-17T01:29:21.676 INFO:teuthology.orchestra.run.smithi175.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-17T01:29:21.698 INFO:teuthology.orchestra.run.smithi175.stdout:Generating grub configuration file ... 2024-09-17T01:29:21.947 INFO:teuthology.orchestra.run.smithi131.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-17T01:29:21.947 INFO:teuthology.orchestra.run.smithi131.stdout:Sourcing file `/etc/default/grub' 2024-09-17T01:29:21.967 INFO:teuthology.orchestra.run.smithi131.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-17T01:29:21.991 INFO:teuthology.orchestra.run.smithi131.stdout:Generating grub configuration file ... 2024-09-17T01:29:22.023 INFO:teuthology.orchestra.run.smithi175.stdout:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-17T01:29:22.043 INFO:teuthology.orchestra.run.smithi175.stdout:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-17T01:29:22.242 INFO:teuthology.orchestra.run.smithi131.stdout:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-17T01:29:22.262 INFO:teuthology.orchestra.run.smithi131.stdout:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-17T01:29:22.419 INFO:teuthology.orchestra.run.smithi175.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-17T01:29:22.425 INFO:teuthology.orchestra.run.smithi175.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-17T01:29:22.502 INFO:teuthology.orchestra.run.smithi175.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-17T01:29:22.507 INFO:teuthology.orchestra.run.smithi175.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-17T01:29:22.548 INFO:teuthology.orchestra.run.smithi131.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-17T01:29:22.554 INFO:teuthology.orchestra.run.smithi131.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-17T01:29:22.624 INFO:teuthology.orchestra.run.smithi131.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-17T01:29:22.629 INFO:teuthology.orchestra.run.smithi131.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-17T01:29:22.673 INFO:teuthology.orchestra.run.smithi175.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-17T01:29:22.673 INFO:teuthology.orchestra.run.smithi175.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-17T01:29:22.674 INFO:teuthology.orchestra.run.smithi175.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-17T01:29:22.709 INFO:teuthology.orchestra.run.smithi175.stdout:done 2024-09-17T01:29:22.791 INFO:teuthology.orchestra.run.smithi131.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-17T01:29:22.791 INFO:teuthology.orchestra.run.smithi131.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-17T01:29:22.791 INFO:teuthology.orchestra.run.smithi131.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-17T01:29:22.834 INFO:teuthology.orchestra.run.smithi131.stdout:done 2024-09-17T01:29:23.253 DEBUG:teuthology.orchestra.run.smithi175:> dpkg -s linux-image-generic 2024-09-17T01:29:23.279 INFO:teuthology.orchestra.run.smithi175.stdout:Package: linux-image-generic 2024-09-17T01:29:23.279 INFO:teuthology.orchestra.run.smithi175.stdout:Status: install ok installed 2024-09-17T01:29:23.279 INFO:teuthology.orchestra.run.smithi175.stdout:Priority: optional 2024-09-17T01:29:23.280 INFO:teuthology.orchestra.run.smithi175.stdout:Section: kernel 2024-09-17T01:29:23.280 INFO:teuthology.orchestra.run.smithi175.stdout:Installed-Size: 21 2024-09-17T01:29:23.280 INFO:teuthology.orchestra.run.smithi175.stdout:Maintainer: Ubuntu Kernel Team 2024-09-17T01:29:23.280 INFO:teuthology.orchestra.run.smithi175.stdout:Architecture: amd64 2024-09-17T01:29:23.280 INFO:teuthology.orchestra.run.smithi175.stdout:Source: linux-meta 2024-09-17T01:29:23.280 INFO:teuthology.orchestra.run.smithi175.stdout:Version: 5.15.0.122.122 2024-09-17T01:29:23.280 INFO:teuthology.orchestra.run.smithi175.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-17T01:29:23.280 INFO:teuthology.orchestra.run.smithi175.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-17T01:29:23.280 INFO:teuthology.orchestra.run.smithi175.stdout:Recommends: thermald 2024-09-17T01:29:23.280 INFO:teuthology.orchestra.run.smithi175.stdout:Description: Generic Linux kernel image 2024-09-17T01:29:23.280 INFO:teuthology.orchestra.run.smithi175.stdout: This package will always depend on the latest generic kernel image 2024-09-17T01:29:23.281 INFO:teuthology.orchestra.run.smithi175.stdout: available. 2024-09-17T01:29:23.281 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-122-generic 2024-09-17T01:29:23.281 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-17T01:29:23.281 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-17T01:29:23.281 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-09-17T01:29:23.281 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi175.front.sepia.ceph.com, path=None, version=distro) 2024-09-17T01:29:23.281 DEBUG:teuthology.orchestra.run.smithi175:> sudo apt-get clean 2024-09-17T01:29:23.293 DEBUG:teuthology.orchestra.run.smithi131:> dpkg -s linux-image-generic 2024-09-17T01:29:23.332 INFO:teuthology.orchestra.run.smithi131.stdout:Package: linux-image-generic 2024-09-17T01:29:23.332 INFO:teuthology.orchestra.run.smithi131.stdout:Status: install ok installed 2024-09-17T01:29:23.332 INFO:teuthology.orchestra.run.smithi131.stdout:Priority: optional 2024-09-17T01:29:23.332 INFO:teuthology.orchestra.run.smithi131.stdout:Section: kernel 2024-09-17T01:29:23.332 INFO:teuthology.orchestra.run.smithi131.stdout:Installed-Size: 21 2024-09-17T01:29:23.332 INFO:teuthology.orchestra.run.smithi131.stdout:Maintainer: Ubuntu Kernel Team 2024-09-17T01:29:23.333 INFO:teuthology.orchestra.run.smithi131.stdout:Architecture: amd64 2024-09-17T01:29:23.333 INFO:teuthology.orchestra.run.smithi131.stdout:Source: linux-meta 2024-09-17T01:29:23.333 INFO:teuthology.orchestra.run.smithi131.stdout:Version: 5.15.0.122.122 2024-09-17T01:29:23.333 INFO:teuthology.orchestra.run.smithi131.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-17T01:29:23.333 INFO:teuthology.orchestra.run.smithi131.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-17T01:29:23.333 INFO:teuthology.orchestra.run.smithi131.stdout:Recommends: thermald 2024-09-17T01:29:23.333 INFO:teuthology.orchestra.run.smithi131.stdout:Description: Generic Linux kernel image 2024-09-17T01:29:23.333 INFO:teuthology.orchestra.run.smithi131.stdout: This package will always depend on the latest generic kernel image 2024-09-17T01:29:23.333 INFO:teuthology.orchestra.run.smithi131.stdout: available. 2024-09-17T01:29:23.333 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-122-generic 2024-09-17T01:29:23.333 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-17T01:29:23.334 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-17T01:29:23.334 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-17T01:29:23.334 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi131.front.sepia.ceph.com, path=None, version=distro) 2024-09-17T01:29:23.334 DEBUG:teuthology.orchestra.run.smithi131:> sudo apt-get clean 2024-09-17T01:29:23.437 DEBUG:teuthology.orchestra.run.smithi175:> sudo apt-get update 2024-09-17T01:29:23.502 DEBUG:teuthology.orchestra.run.smithi131:> sudo apt-get update 2024-09-17T01:29:23.548 INFO:teuthology.orchestra.run.smithi175.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-17T01:29:23.555 INFO:teuthology.orchestra.run.smithi175.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-17T01:29:23.572 INFO:teuthology.orchestra.run.smithi175.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-17T01:29:23.667 INFO:teuthology.orchestra.run.smithi175.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-17T01:29:23.753 INFO:teuthology.orchestra.run.smithi131.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-17T01:29:23.753 INFO:teuthology.orchestra.run.smithi131.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-17T01:29:23.825 INFO:teuthology.orchestra.run.smithi131.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-17T01:29:23.906 INFO:teuthology.orchestra.run.smithi131.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-17T01:29:24.888 INFO:teuthology.orchestra.run.smithi175.stdout:Reading package lists... 2024-09-17T01:29:24.907 DEBUG:teuthology.orchestra.run.smithi175:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-17T01:29:24.971 INFO:teuthology.orchestra.run.smithi175.stdout:Reading package lists... 2024-09-17T01:29:25.182 INFO:teuthology.orchestra.run.smithi175.stdout:Building dependency tree... 2024-09-17T01:29:25.183 INFO:teuthology.orchestra.run.smithi175.stdout:Reading state information... 2024-09-17T01:29:25.220 INFO:teuthology.orchestra.run.smithi131.stdout:Reading package lists... 2024-09-17T01:29:25.238 DEBUG:teuthology.orchestra.run.smithi131:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-17T01:29:25.302 INFO:teuthology.orchestra.run.smithi131.stdout:Reading package lists... 2024-09-17T01:29:25.373 INFO:teuthology.orchestra.run.smithi175.stdout:linux-image-generic is already the newest version (5.15.0.122.122). 2024-09-17T01:29:25.373 INFO:teuthology.orchestra.run.smithi175.stdout:The following packages were automatically installed and are no longer required: 2024-09-17T01:29:25.373 INFO:teuthology.orchestra.run.smithi175.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-17T01:29:25.373 INFO:teuthology.orchestra.run.smithi175.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-17T01:29:25.373 INFO:teuthology.orchestra.run.smithi175.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-17T01:29:25.374 INFO:teuthology.orchestra.run.smithi175.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-17T01:29:25.374 INFO:teuthology.orchestra.run.smithi175.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-17T01:29:25.374 INFO:teuthology.orchestra.run.smithi175.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-17T01:29:25.405 INFO:teuthology.orchestra.run.smithi107.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-17T01:29:25.405 INFO:teuthology.orchestra.run.smithi107.stdout:Sourcing file `/etc/default/grub' 2024-09-17T01:29:25.417 INFO:teuthology.orchestra.run.smithi175.stdout:0 upgraded, 0 newly installed, 0 to remove and 344 not upgraded. 2024-09-17T01:29:25.419 DEBUG:teuthology.orchestra.run.smithi175:> dpkg -s linux-image-generic 2024-09-17T01:29:25.422 INFO:teuthology.orchestra.run.smithi107.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-17T01:29:25.434 INFO:teuthology.orchestra.run.smithi175.stdout:Package: linux-image-generic 2024-09-17T01:29:25.435 INFO:teuthology.orchestra.run.smithi175.stdout:Status: install ok installed 2024-09-17T01:29:25.435 INFO:teuthology.orchestra.run.smithi175.stdout:Priority: optional 2024-09-17T01:29:25.435 INFO:teuthology.orchestra.run.smithi175.stdout:Section: kernel 2024-09-17T01:29:25.435 INFO:teuthology.orchestra.run.smithi175.stdout:Installed-Size: 21 2024-09-17T01:29:25.435 INFO:teuthology.orchestra.run.smithi175.stdout:Maintainer: Ubuntu Kernel Team 2024-09-17T01:29:25.435 INFO:teuthology.orchestra.run.smithi175.stdout:Architecture: amd64 2024-09-17T01:29:25.435 INFO:teuthology.orchestra.run.smithi175.stdout:Source: linux-meta 2024-09-17T01:29:25.435 INFO:teuthology.orchestra.run.smithi175.stdout:Version: 5.15.0.122.122 2024-09-17T01:29:25.435 INFO:teuthology.orchestra.run.smithi175.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-17T01:29:25.435 INFO:teuthology.orchestra.run.smithi175.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-17T01:29:25.435 INFO:teuthology.orchestra.run.smithi175.stdout:Recommends: thermald 2024-09-17T01:29:25.436 INFO:teuthology.orchestra.run.smithi175.stdout:Description: Generic Linux kernel image 2024-09-17T01:29:25.436 INFO:teuthology.orchestra.run.smithi175.stdout: This package will always depend on the latest generic kernel image 2024-09-17T01:29:25.436 INFO:teuthology.orchestra.run.smithi175.stdout: available. 2024-09-17T01:29:25.436 DEBUG:teuthology.orchestra.run.smithi175:> mktemp 2024-09-17T01:29:25.446 INFO:teuthology.orchestra.run.smithi107.stdout:Generating grub configuration file ... 2024-09-17T01:29:25.482 INFO:teuthology.orchestra.run.smithi175.stdout:/tmp/tmp.LbBZv7RNpu 2024-09-17T01:29:25.483 DEBUG:teuthology.orchestra.run.smithi175:> sudo cp /boot/grub/grub.cfg /tmp/tmp.LbBZv7RNpu 2024-09-17T01:29:25.514 INFO:teuthology.orchestra.run.smithi131.stdout:Building dependency tree... 2024-09-17T01:29:25.515 INFO:teuthology.orchestra.run.smithi131.stdout:Reading state information... 2024-09-17T01:29:25.555 DEBUG:teuthology.orchestra.run.smithi175:> sudo chmod 0666 /tmp/tmp.LbBZv7RNpu 2024-09-17T01:29:25.683 DEBUG:teuthology.orchestra.remote:smithi175:/tmp/tmp.LbBZv7RNpu is 10KB 2024-09-17T01:29:25.696 DEBUG:teuthology.orchestra.run.smithi175:> rm -fr /tmp/tmp.LbBZv7RNpu 2024-09-17T01:29:25.702 DEBUG:teuthology.orchestra.run.smithi175:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-17T01:29:25.710 INFO:teuthology.orchestra.run.smithi131.stdout:linux-image-generic is already the newest version (5.15.0.122.122). 2024-09-17T01:29:25.710 INFO:teuthology.orchestra.run.smithi131.stdout:The following packages were automatically installed and are no longer required: 2024-09-17T01:29:25.710 INFO:teuthology.orchestra.run.smithi131.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-17T01:29:25.710 INFO:teuthology.orchestra.run.smithi131.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-17T01:29:25.710 INFO:teuthology.orchestra.run.smithi131.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-17T01:29:25.711 INFO:teuthology.orchestra.run.smithi131.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-17T01:29:25.711 INFO:teuthology.orchestra.run.smithi131.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-17T01:29:25.711 INFO:teuthology.orchestra.run.smithi131.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-17T01:29:25.717 INFO:teuthology.orchestra.run.smithi107.stdout:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-17T01:29:25.737 INFO:teuthology.orchestra.run.smithi107.stdout:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-17T01:29:25.756 INFO:teuthology.orchestra.run.smithi131.stdout:0 upgraded, 0 newly installed, 0 to remove and 344 not upgraded. 2024-09-17T01:29:25.758 DEBUG:teuthology.orchestra.run.smithi131:> dpkg -s linux-image-generic 2024-09-17T01:29:25.759 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2024-09-17T01:29:25.759 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-17T01:29:25.760 DEBUG:teuthology.orchestra.run.smithi175:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-17T01:29:25.774 INFO:teuthology.orchestra.run.smithi131.stdout:Package: linux-image-generic 2024-09-17T01:29:25.774 INFO:teuthology.orchestra.run.smithi131.stdout:Status: install ok installed 2024-09-17T01:29:25.774 INFO:teuthology.orchestra.run.smithi131.stdout:Priority: optional 2024-09-17T01:29:25.774 INFO:teuthology.orchestra.run.smithi131.stdout:Section: kernel 2024-09-17T01:29:25.775 INFO:teuthology.orchestra.run.smithi131.stdout:Installed-Size: 21 2024-09-17T01:29:25.775 INFO:teuthology.orchestra.run.smithi131.stdout:Maintainer: Ubuntu Kernel Team 2024-09-17T01:29:25.775 INFO:teuthology.orchestra.run.smithi131.stdout:Architecture: amd64 2024-09-17T01:29:25.775 INFO:teuthology.orchestra.run.smithi131.stdout:Source: linux-meta 2024-09-17T01:29:25.775 INFO:teuthology.orchestra.run.smithi131.stdout:Version: 5.15.0.122.122 2024-09-17T01:29:25.775 INFO:teuthology.orchestra.run.smithi131.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-17T01:29:25.775 INFO:teuthology.orchestra.run.smithi131.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-17T01:29:25.775 INFO:teuthology.orchestra.run.smithi131.stdout:Recommends: thermald 2024-09-17T01:29:25.775 INFO:teuthology.orchestra.run.smithi131.stdout:Description: Generic Linux kernel image 2024-09-17T01:29:25.775 INFO:teuthology.orchestra.run.smithi131.stdout: This package will always depend on the latest generic kernel image 2024-09-17T01:29:25.775 INFO:teuthology.orchestra.run.smithi131.stdout: available. 2024-09-17T01:29:25.775 DEBUG:teuthology.orchestra.run.smithi131:> mktemp 2024-09-17T01:29:25.820 INFO:teuthology.orchestra.run.smithi131.stdout:/tmp/tmp.pSQJTkrAqr 2024-09-17T01:29:25.820 DEBUG:teuthology.orchestra.run.smithi131:> sudo cp /boot/grub/grub.cfg /tmp/tmp.pSQJTkrAqr 2024-09-17T01:29:25.825 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-122-generic 2024-09-17T01:29:25.825 DEBUG:teuthology.orchestra.run.smithi175:> sudo update-grub 2024-09-17T01:29:25.874 DEBUG:teuthology.orchestra.run.smithi131:> sudo chmod 0666 /tmp/tmp.pSQJTkrAqr 2024-09-17T01:29:25.988 DEBUG:teuthology.orchestra.remote:smithi131:/tmp/tmp.pSQJTkrAqr is 10KB 2024-09-17T01:29:26.001 DEBUG:teuthology.orchestra.run.smithi131:> rm -fr /tmp/tmp.pSQJTkrAqr 2024-09-17T01:29:26.006 DEBUG:teuthology.orchestra.run.smithi131:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-17T01:29:26.033 INFO:teuthology.orchestra.run.smithi107.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-17T01:29:26.038 INFO:teuthology.orchestra.run.smithi107.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-17T01:29:26.059 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-09-17T01:29:26.059 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-17T01:29:26.059 DEBUG:teuthology.orchestra.run.smithi131:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-17T01:29:26.113 INFO:teuthology.orchestra.run.smithi107.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-17T01:29:26.119 INFO:teuthology.orchestra.run.smithi107.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-17T01:29:26.125 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-122-generic 2024-09-17T01:29:26.125 DEBUG:teuthology.orchestra.run.smithi131:> sudo update-grub 2024-09-17T01:29:26.282 INFO:teuthology.orchestra.run.smithi107.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-17T01:29:26.282 INFO:teuthology.orchestra.run.smithi107.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-17T01:29:26.282 INFO:teuthology.orchestra.run.smithi107.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-17T01:29:26.324 INFO:teuthology.orchestra.run.smithi107.stdout:done 2024-09-17T01:29:26.853 DEBUG:teuthology.orchestra.run.smithi107:> dpkg -s linux-image-generic 2024-09-17T01:29:26.875 INFO:teuthology.orchestra.run.smithi107.stdout:Package: linux-image-generic 2024-09-17T01:29:26.875 INFO:teuthology.orchestra.run.smithi107.stdout:Status: install ok installed 2024-09-17T01:29:26.875 INFO:teuthology.orchestra.run.smithi107.stdout:Priority: optional 2024-09-17T01:29:26.875 INFO:teuthology.orchestra.run.smithi107.stdout:Section: kernel 2024-09-17T01:29:26.875 INFO:teuthology.orchestra.run.smithi107.stdout:Installed-Size: 21 2024-09-17T01:29:26.875 INFO:teuthology.orchestra.run.smithi107.stdout:Maintainer: Ubuntu Kernel Team 2024-09-17T01:29:26.875 INFO:teuthology.orchestra.run.smithi107.stdout:Architecture: amd64 2024-09-17T01:29:26.875 INFO:teuthology.orchestra.run.smithi107.stdout:Source: linux-meta 2024-09-17T01:29:26.876 INFO:teuthology.orchestra.run.smithi107.stdout:Version: 5.15.0.122.122 2024-09-17T01:29:26.876 INFO:teuthology.orchestra.run.smithi107.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-17T01:29:26.876 INFO:teuthology.orchestra.run.smithi107.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-17T01:29:26.876 INFO:teuthology.orchestra.run.smithi107.stdout:Recommends: thermald 2024-09-17T01:29:26.876 INFO:teuthology.orchestra.run.smithi107.stdout:Description: Generic Linux kernel image 2024-09-17T01:29:26.876 INFO:teuthology.orchestra.run.smithi107.stdout: This package will always depend on the latest generic kernel image 2024-09-17T01:29:26.876 INFO:teuthology.orchestra.run.smithi107.stdout: available. 2024-09-17T01:29:26.876 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-122-generic 2024-09-17T01:29:26.876 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-17T01:29:26.876 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-17T01:29:26.877 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-17T01:29:26.877 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi107.front.sepia.ceph.com, path=None, version=distro) 2024-09-17T01:29:26.877 DEBUG:teuthology.orchestra.run.smithi107:> sudo apt-get clean 2024-09-17T01:29:27.045 DEBUG:teuthology.orchestra.run.smithi107:> sudo apt-get update 2024-09-17T01:29:27.062 INFO:teuthology.orchestra.run.smithi175.stderr:Sourcing file `/etc/default/grub' 2024-09-17T01:29:27.063 INFO:teuthology.orchestra.run.smithi175.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-17T01:29:27.065 INFO:teuthology.orchestra.run.smithi175.stderr:Generating grub configuration file ... 2024-09-17T01:29:27.164 INFO:teuthology.orchestra.run.smithi107.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-17T01:29:27.164 INFO:teuthology.orchestra.run.smithi107.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-17T01:29:27.173 INFO:teuthology.orchestra.run.smithi107.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-17T01:29:27.191 INFO:teuthology.orchestra.run.smithi107.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-17T01:29:27.261 INFO:teuthology.orchestra.run.smithi175.stderr:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-17T01:29:27.267 INFO:teuthology.orchestra.run.smithi175.stderr:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-17T01:29:27.368 INFO:teuthology.orchestra.run.smithi131.stderr:Sourcing file `/etc/default/grub' 2024-09-17T01:29:27.369 INFO:teuthology.orchestra.run.smithi131.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-17T01:29:27.372 INFO:teuthology.orchestra.run.smithi131.stderr:Generating grub configuration file ... 2024-09-17T01:29:27.545 INFO:teuthology.orchestra.run.smithi131.stderr:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-17T01:29:27.546 INFO:teuthology.orchestra.run.smithi175.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-17T01:29:27.551 INFO:teuthology.orchestra.run.smithi131.stderr:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-17T01:29:27.551 INFO:teuthology.orchestra.run.smithi175.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-17T01:29:27.591 INFO:teuthology.orchestra.run.smithi175.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-17T01:29:27.596 INFO:teuthology.orchestra.run.smithi175.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-17T01:29:27.733 INFO:teuthology.orchestra.run.smithi175.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-17T01:29:27.733 INFO:teuthology.orchestra.run.smithi175.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-17T01:29:27.734 INFO:teuthology.orchestra.run.smithi175.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-17T01:29:27.745 INFO:teuthology.orchestra.run.smithi175.stderr:done 2024-09-17T01:29:27.754 DEBUG:teuthology.orchestra.run.smithi175:> sudo shutdown -r now 2024-09-17T01:29:27.764 INFO:teuthology.orchestra.run.smithi131.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-17T01:29:27.769 INFO:teuthology.orchestra.run.smithi131.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-17T01:29:27.805 INFO:teuthology.orchestra.run.smithi131.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-17T01:29:27.810 INFO:teuthology.orchestra.run.smithi131.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-17T01:29:27.917 INFO:teuthology.orchestra.run.smithi131.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-17T01:29:27.917 INFO:teuthology.orchestra.run.smithi131.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-17T01:29:27.918 INFO:teuthology.orchestra.run.smithi131.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-17T01:29:27.935 INFO:teuthology.orchestra.run.smithi131.stderr:done 2024-09-17T01:29:27.944 DEBUG:teuthology.orchestra.run.smithi131:> sudo shutdown -r now 2024-09-17T01:29:28.606 INFO:teuthology.orchestra.run.smithi107.stdout:Reading package lists... 2024-09-17T01:29:28.625 DEBUG:teuthology.orchestra.run.smithi107:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-17T01:29:28.685 INFO:teuthology.orchestra.run.smithi107.stdout:Reading package lists... 2024-09-17T01:29:28.897 INFO:teuthology.orchestra.run.smithi107.stdout:Building dependency tree... 2024-09-17T01:29:28.899 INFO:teuthology.orchestra.run.smithi107.stdout:Reading state information... 2024-09-17T01:29:29.083 INFO:teuthology.orchestra.run.smithi107.stdout:linux-image-generic is already the newest version (5.15.0.122.122). 2024-09-17T01:29:29.083 INFO:teuthology.orchestra.run.smithi107.stdout:The following packages were automatically installed and are no longer required: 2024-09-17T01:29:29.083 INFO:teuthology.orchestra.run.smithi107.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-17T01:29:29.083 INFO:teuthology.orchestra.run.smithi107.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-17T01:29:29.084 INFO:teuthology.orchestra.run.smithi107.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-17T01:29:29.084 INFO:teuthology.orchestra.run.smithi107.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-17T01:29:29.084 INFO:teuthology.orchestra.run.smithi107.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-17T01:29:29.084 INFO:teuthology.orchestra.run.smithi107.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-17T01:29:29.124 INFO:teuthology.orchestra.run.smithi107.stdout:0 upgraded, 0 newly installed, 0 to remove and 344 not upgraded. 2024-09-17T01:29:29.125 DEBUG:teuthology.orchestra.run.smithi107:> dpkg -s linux-image-generic 2024-09-17T01:29:29.140 INFO:teuthology.orchestra.run.smithi107.stdout:Package: linux-image-generic 2024-09-17T01:29:29.140 INFO:teuthology.orchestra.run.smithi107.stdout:Status: install ok installed 2024-09-17T01:29:29.141 INFO:teuthology.orchestra.run.smithi107.stdout:Priority: optional 2024-09-17T01:29:29.141 INFO:teuthology.orchestra.run.smithi107.stdout:Section: kernel 2024-09-17T01:29:29.141 INFO:teuthology.orchestra.run.smithi107.stdout:Installed-Size: 21 2024-09-17T01:29:29.141 INFO:teuthology.orchestra.run.smithi107.stdout:Maintainer: Ubuntu Kernel Team 2024-09-17T01:29:29.141 INFO:teuthology.orchestra.run.smithi107.stdout:Architecture: amd64 2024-09-17T01:29:29.141 INFO:teuthology.orchestra.run.smithi107.stdout:Source: linux-meta 2024-09-17T01:29:29.141 INFO:teuthology.orchestra.run.smithi107.stdout:Version: 5.15.0.122.122 2024-09-17T01:29:29.141 INFO:teuthology.orchestra.run.smithi107.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.4), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-122), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-17T01:29:29.141 INFO:teuthology.orchestra.run.smithi107.stdout:Depends: linux-image-5.15.0-122-generic, linux-modules-extra-5.15.0-122-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-17T01:29:29.141 INFO:teuthology.orchestra.run.smithi107.stdout:Recommends: thermald 2024-09-17T01:29:29.141 INFO:teuthology.orchestra.run.smithi107.stdout:Description: Generic Linux kernel image 2024-09-17T01:29:29.141 INFO:teuthology.orchestra.run.smithi107.stdout: This package will always depend on the latest generic kernel image 2024-09-17T01:29:29.141 INFO:teuthology.orchestra.run.smithi107.stdout: available. 2024-09-17T01:29:29.142 DEBUG:teuthology.orchestra.run.smithi107:> mktemp 2024-09-17T01:29:29.185 INFO:teuthology.orchestra.run.smithi107.stdout:/tmp/tmp.gJlRM0lZFy 2024-09-17T01:29:29.185 DEBUG:teuthology.orchestra.run.smithi107:> sudo cp /boot/grub/grub.cfg /tmp/tmp.gJlRM0lZFy 2024-09-17T01:29:29.239 DEBUG:teuthology.orchestra.run.smithi107:> sudo chmod 0666 /tmp/tmp.gJlRM0lZFy 2024-09-17T01:29:29.360 DEBUG:teuthology.orchestra.remote:smithi107:/tmp/tmp.gJlRM0lZFy is 10KB 2024-09-17T01:29:29.373 DEBUG:teuthology.orchestra.run.smithi107:> rm -fr /tmp/tmp.gJlRM0lZFy 2024-09-17T01:29:29.378 DEBUG:teuthology.orchestra.run.smithi107:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-17T01:29:29.433 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-09-17T01:29:29.433 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-17T01:29:29.433 DEBUG:teuthology.orchestra.run.smithi107:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-17T01:29:29.500 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-122-generic 2024-09-17T01:29:29.500 DEBUG:teuthology.orchestra.run.smithi107:> sudo update-grub 2024-09-17T01:29:30.763 INFO:teuthology.orchestra.run.smithi107.stderr:Sourcing file `/etc/default/grub' 2024-09-17T01:29:30.764 INFO:teuthology.orchestra.run.smithi107.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-17T01:29:30.766 INFO:teuthology.orchestra.run.smithi107.stderr:Generating grub configuration file ... 2024-09-17T01:29:30.950 INFO:teuthology.orchestra.run.smithi107.stderr:Found linux image: /boot/vmlinuz-5.15.0-122-generic 2024-09-17T01:29:30.956 INFO:teuthology.orchestra.run.smithi107.stderr:Found initrd image: /boot/initrd.img-5.15.0-122-generic 2024-09-17T01:29:31.270 INFO:teuthology.orchestra.run.smithi107.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-17T01:29:31.275 INFO:teuthology.orchestra.run.smithi107.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-17T01:29:31.320 INFO:teuthology.orchestra.run.smithi107.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-17T01:29:31.325 INFO:teuthology.orchestra.run.smithi107.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-17T01:29:31.451 INFO:teuthology.orchestra.run.smithi107.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-17T01:29:31.451 INFO:teuthology.orchestra.run.smithi107.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-17T01:29:31.452 INFO:teuthology.orchestra.run.smithi107.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-17T01:29:31.463 INFO:teuthology.orchestra.run.smithi107.stderr:done 2024-09-17T01:29:31.465 DEBUG:teuthology.orchestra.run.smithi107:> sudo shutdown -r now 2024-09-17T01:29:57.781 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-09-17T01:29:57.781 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi175.front.sepia.ceph.com' 2024-09-17T01:29:57.782 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T01:29:57.946 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-17T01:29:57.947 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi131.front.sepia.ceph.com' 2024-09-17T01:29:57.947 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi131.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T01:30:01.472 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-17T01:30:01.473 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-09-17T01:30:01.473 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T01:30:35.966 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.107 2024-09-17T01:30:44.971 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-09-17T01:30:44.972 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T01:30:57.797 DEBUG:teuthology.orchestra.remote:timed out 2024-09-17T01:30:57.949 DEBUG:teuthology.orchestra.remote:timed out 2024-09-17T01:31:03.357 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.107 2024-09-17T01:31:06.801 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi175.front.sepia.ceph.com' 2024-09-17T01:31:06.802 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T01:31:06.950 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi131.front.sepia.ceph.com' 2024-09-17T01:31:06.951 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi131.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T01:31:07.035 ERROR:teuthology.orchestra.connection:Error authenticating with smithi175.front.sepia.ceph.com: SSHException('No existing session') (No SSH private key found!) Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/connection.py", line 111, in connect ssh.connect(**connect_args) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/virtualenv/lib/python3.10/site-packages/paramiko/client.py", line 485, in connect self._auth( File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/virtualenv/lib/python3.10/site-packages/paramiko/client.py", line 818, in _auth raise saved_exception File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/virtualenv/lib/python3.10/site-packages/paramiko/client.py", line 794, in _auth self._transport.auth_publickey(username, key) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/virtualenv/lib/python3.10/site-packages/paramiko/transport.py", line 1664, in auth_publickey raise SSHException("No existing session") paramiko.ssh_exception.SSHException: No existing session 2024-09-17T01:31:07.489 DEBUG:teuthology.orchestra.run.smithi131:> true 2024-09-17T01:31:08.224 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi131.front.sepia.ceph.com' 2024-09-17T01:31:08.224 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-122-generic"... 2024-09-17T01:31:08.224 DEBUG:teuthology.orchestra.run.smithi131:> uname -r 2024-09-17T01:31:08.270 INFO:teuthology.orchestra.run.smithi131.stdout:5.15.0-122-generic 2024-09-17T01:31:08.270 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-122-generic vs 5.15.0-122-generic 2024-09-17T01:31:08.270 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-17T01:31:08.270 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-17T01:31:09.271 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-17T01:31:09.271 DEBUG:teuthology.orchestra.run.smithi131:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-17T01:31:09.378 INFO:teuthology.orchestra.run.smithi131.stdout:ttyS1 2024-09-17T01:31:09.419 DEBUG:teuthology.parallel:result is None 2024-09-17T01:31:11.118 DEBUG:teuthology.orchestra.run.smithi175:> true 2024-09-17T01:31:12.015 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi175.front.sepia.ceph.com' 2024-09-17T01:31:12.015 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-122-generic"... 2024-09-17T01:31:12.016 DEBUG:teuthology.orchestra.run.smithi175:> uname -r 2024-09-17T01:31:12.063 INFO:teuthology.orchestra.run.smithi175.stdout:5.15.0-122-generic 2024-09-17T01:31:12.063 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-122-generic vs 5.15.0-122-generic 2024-09-17T01:31:12.063 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-17T01:31:12.063 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-17T01:31:13.064 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-09-17T01:31:13.065 DEBUG:teuthology.orchestra.run.smithi175:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-17T01:31:13.133 INFO:teuthology.orchestra.run.smithi175.stdout:ttyS1 2024-09-17T01:31:13.152 DEBUG:teuthology.parallel:result is None 2024-09-17T01:31:15.358 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-09-17T01:31:15.359 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T01:31:17.151 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.107 2024-09-17T01:31:32.151 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-09-17T01:31:32.152 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T01:31:32.536 DEBUG:teuthology.orchestra.run.smithi107:> true 2024-09-17T01:31:33.089 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-09-17T01:31:33.089 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-122-generic"... 2024-09-17T01:31:33.089 DEBUG:teuthology.orchestra.run.smithi107:> uname -r 2024-09-17T01:31:33.136 INFO:teuthology.orchestra.run.smithi107.stdout:5.15.0-122-generic 2024-09-17T01:31:33.136 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-122-generic vs 5.15.0-122-generic 2024-09-17T01:31:33.136 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-17T01:31:33.136 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-17T01:31:34.137 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-17T01:31:34.137 DEBUG:teuthology.orchestra.run.smithi107:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-17T01:31:34.203 INFO:teuthology.orchestra.run.smithi107.stdout:ttyS1 2024-09-17T01:31:34.222 DEBUG:teuthology.parallel:result is None 2024-09-17T01:31:34.222 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-17T01:31:34.232 INFO:teuthology.task.internal:Creating test directory... 2024-09-17T01:31:34.233 DEBUG:teuthology.orchestra.run.smithi107:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-17T01:31:34.236 DEBUG:teuthology.orchestra.run.smithi131:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-17T01:31:34.238 DEBUG:teuthology.orchestra.run.smithi175:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-17T01:31:34.245 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-17T01:31:34.353 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-17T01:31:34.583 INFO:teuthology.task.internal:Creating archive directory... 2024-09-17T01:31:34.583 DEBUG:teuthology.orchestra.run.smithi107:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-17T01:31:34.586 DEBUG:teuthology.orchestra.run.smithi131:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-17T01:31:34.588 DEBUG:teuthology.orchestra.run.smithi175:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-17T01:31:34.681 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-17T01:31:34.779 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-17T01:31:34.780 DEBUG:teuthology.orchestra.run.smithi107:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-17T01:31:34.782 DEBUG:teuthology.orchestra.run.smithi131:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-17T01:31:34.785 DEBUG:teuthology.orchestra.run.smithi175:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-17T01:31:34.802 INFO:teuthology.orchestra.run.smithi107.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T01:31:34.805 INFO:teuthology.orchestra.run.smithi131.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T01:31:34.805 INFO:teuthology.orchestra.run.smithi175.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T01:31:34.811 INFO:teuthology.orchestra.run.smithi107.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T01:31:34.813 INFO:teuthology.orchestra.run.smithi131.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T01:31:34.815 INFO:teuthology.orchestra.run.smithi175.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T01:31:34.817 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-17T01:31:34.920 INFO:teuthology.task.internal:Configuring sudo... 2024-09-17T01:31:34.920 DEBUG:teuthology.orchestra.run.smithi107:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-17T01:31:34.923 DEBUG:teuthology.orchestra.run.smithi131:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-17T01:31:34.925 DEBUG:teuthology.orchestra.run.smithi175:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-17T01:31:34.947 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-17T01:31:34.992 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-17T01:31:34.992 DEBUG:teuthology.orchestra.run.smithi107:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-17T01:31:34.994 DEBUG:teuthology.orchestra.run.smithi131:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-17T01:31:34.997 DEBUG:teuthology.orchestra.run.smithi175:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-17T01:31:35.002 DEBUG:teuthology.orchestra.run.smithi107:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T01:31:35.045 DEBUG:teuthology.orchestra.run.smithi107:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T01:31:35.093 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-09-17T01:31:35.093 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-17T01:31:35.156 DEBUG:teuthology.orchestra.run.smithi131:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T01:31:35.162 DEBUG:teuthology.orchestra.run.smithi131:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T01:31:35.210 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-09-17T01:31:35.210 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-17T01:31:35.273 DEBUG:teuthology.orchestra.run.smithi175:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T01:31:35.279 DEBUG:teuthology.orchestra.run.smithi175:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T01:31:35.327 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2024-09-17T01:31:35.327 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-17T01:31:35.398 DEBUG:teuthology.orchestra.run.smithi107:> sudo service rsyslog restart 2024-09-17T01:31:35.400 DEBUG:teuthology.orchestra.run.smithi131:> sudo service rsyslog restart 2024-09-17T01:31:35.402 DEBUG:teuthology.orchestra.run.smithi175:> sudo service rsyslog restart 2024-09-17T01:31:35.470 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-17T01:31:35.480 INFO:teuthology.task.internal:Starting timer... 2024-09-17T01:31:35.480 INFO:teuthology.run_tasks:Running task pcp... 2024-09-17T01:31:35.572 INFO:teuthology.run_tasks:Running task selinux... 2024-09-17T01:31:35.737 DEBUG:teuthology.task.selinux:Excluding smithi107: OS 'ubuntu' does not support SELinux 2024-09-17T01:31:35.737 DEBUG:teuthology.task.selinux:Excluding smithi131: OS 'ubuntu' does not support SELinux 2024-09-17T01:31:35.737 DEBUG:teuthology.task.selinux:Excluding smithi175: OS 'ubuntu' does not support SELinux 2024-09-17T01:31:35.737 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-17T01:31:35.737 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-09-17T01:31:35.737 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-17T01:31:35.738 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-17T01:31:35.924 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-17T01:31:35.936 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-09-17T01:31:35.937 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi107.front.sepia.ceph.com,smithi131.front.sepia.ceph.com,smithi175.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-17T01:39:07.979 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi107.front.sepia.ceph.com'), Remote(name='ubuntu@smithi131.front.sepia.ceph.com'), Remote(name='ubuntu@smithi175.front.sepia.ceph.com')] 2024-09-17T01:39:07.981 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-09-17T01:39:07.982 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi107.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T01:39:08.067 DEBUG:teuthology.orchestra.run.smithi107:> true 2024-09-17T01:39:08.145 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi107.front.sepia.ceph.com' 2024-09-17T01:39:08.145 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi131.front.sepia.ceph.com' 2024-09-17T01:39:08.146 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi131.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T01:39:08.271 DEBUG:teuthology.orchestra.run.smithi131:> true 2024-09-17T01:39:08.349 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi131.front.sepia.ceph.com' 2024-09-17T01:39:08.349 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi175.front.sepia.ceph.com' 2024-09-17T01:39:08.350 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi175.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T01:39:08.434 DEBUG:teuthology.orchestra.run.smithi175:> true 2024-09-17T01:39:08.508 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi175.front.sepia.ceph.com' 2024-09-17T01:39:08.509 INFO:teuthology.run_tasks:Running task clock... 2024-09-17T01:39:08.520 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-17T01:39:08.520 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-17T01:39:08.521 DEBUG:teuthology.orchestra.run.smithi107:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T01:39:08.523 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-17T01:39:08.523 DEBUG:teuthology.orchestra.run.smithi131:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T01:39:08.526 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-17T01:39:08.526 DEBUG:teuthology.orchestra.run.smithi175:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T01:39:08.550 INFO:teuthology.orchestra.run.smithi107.stdout:17 Sep 01:39:08 ntpd[18466]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-17T01:39:08.550 INFO:teuthology.orchestra.run.smithi107.stdout:17 Sep 01:39:08 ntpd[18466]: Command line: ntpd -gq 2024-09-17T01:39:08.550 INFO:teuthology.orchestra.run.smithi107.stdout:17 Sep 01:39:08 ntpd[18466]: ---------------------------------------------------- 2024-09-17T01:39:08.551 INFO:teuthology.orchestra.run.smithi107.stdout:17 Sep 01:39:08 ntpd[18466]: ntp-4 is maintained by Network Time Foundation, 2024-09-17T01:39:08.551 INFO:teuthology.orchestra.run.smithi107.stdout:17 Sep 01:39:08 ntpd[18466]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-17T01:39:08.551 INFO:teuthology.orchestra.run.smithi107.stdout:17 Sep 01:39:08 ntpd[18466]: corporation. Support and training for ntp-4 are 2024-09-17T01:39:08.551 INFO:teuthology.orchestra.run.smithi107.stdout:17 Sep 01:39:08 ntpd[18466]: available at https://www.nwtime.org/support 2024-09-17T01:39:08.551 INFO:teuthology.orchestra.run.smithi107.stdout:17 Sep 01:39:08 ntpd[18466]: ---------------------------------------------------- 2024-09-17T01:39:08.551 INFO:teuthology.orchestra.run.smithi107.stdout:17 Sep 01:39:08 ntpd[18466]: proto: precision = 0.057 usec (-24) 2024-09-17T01:39:08.552 INFO:teuthology.orchestra.run.smithi107.stdout:17 Sep 01:39:08 ntpd[18466]: basedate set to 2022-02-04 2024-09-17T01:39:08.552 INFO:teuthology.orchestra.run.smithi107.stdout:17 Sep 01:39:08 ntpd[18466]: gps base set to 2022-02-06 (week 2196) 2024-09-17T01:39:08.552 INFO:teuthology.orchestra.run.smithi107.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-17T01:39:08.553 INFO:teuthology.orchestra.run.smithi107.stdout:17 Sep 01:39:08 ntpd[18466]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-17T01:39:08.553 INFO:teuthology.orchestra.run.smithi107.stdout:17 Sep 01:39:08 ntpd[18466]: restrict ::: KOD does nothing without LIMITED. 2024-09-17T01:39:08.554 INFO:teuthology.orchestra.run.smithi107.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-17T01:39:08.555 INFO:teuthology.orchestra.run.smithi107.stdout:17 Sep 01:39:08 ntpd[18466]: Listen and drop on 0 v6wildcard [::]:123 2024-09-17T01:39:08.555 INFO:teuthology.orchestra.run.smithi107.stdout:17 Sep 01:39:08 ntpd[18466]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-17T01:39:08.555 INFO:teuthology.orchestra.run.smithi107.stdout:17 Sep 01:39:08 ntpd[18466]: Listen normally on 2 lo 127.0.0.1:123 2024-09-17T01:39:08.556 INFO:teuthology.orchestra.run.smithi107.stdout:17 Sep 01:39:08 ntpd[18466]: Listen normally on 3 enp3s0f1 172.21.15.107:123 2024-09-17T01:39:08.556 INFO:teuthology.orchestra.run.smithi107.stdout:17 Sep 01:39:08 ntpd[18466]: Listen normally on 4 lo [::1]:123 2024-09-17T01:39:08.556 INFO:teuthology.orchestra.run.smithi107.stdout:17 Sep 01:39:08 ntpd[18466]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:47eb%5]:123 2024-09-17T01:39:08.556 INFO:teuthology.orchestra.run.smithi107.stdout:17 Sep 01:39:08 ntpd[18466]: Listening on routing socket on fd #22 for interface updates 2024-09-17T01:39:08.557 INFO:teuthology.orchestra.run.smithi131.stdout:17 Sep 01:39:08 ntpd[18492]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-17T01:39:08.558 INFO:teuthology.orchestra.run.smithi131.stdout:17 Sep 01:39:08 ntpd[18492]: Command line: ntpd -gq 2024-09-17T01:39:08.558 INFO:teuthology.orchestra.run.smithi131.stdout:17 Sep 01:39:08 ntpd[18492]: ---------------------------------------------------- 2024-09-17T01:39:08.558 INFO:teuthology.orchestra.run.smithi131.stdout:17 Sep 01:39:08 ntpd[18492]: ntp-4 is maintained by Network Time Foundation, 2024-09-17T01:39:08.558 INFO:teuthology.orchestra.run.smithi131.stdout:17 Sep 01:39:08 ntpd[18492]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-17T01:39:08.558 INFO:teuthology.orchestra.run.smithi131.stdout:17 Sep 01:39:08 ntpd[18492]: corporation. Support and training for ntp-4 are 2024-09-17T01:39:08.558 INFO:teuthology.orchestra.run.smithi131.stdout:17 Sep 01:39:08 ntpd[18492]: available at https://www.nwtime.org/support 2024-09-17T01:39:08.558 INFO:teuthology.orchestra.run.smithi131.stdout:17 Sep 01:39:08 ntpd[18492]: ---------------------------------------------------- 2024-09-17T01:39:08.558 INFO:teuthology.orchestra.run.smithi131.stdout:17 Sep 01:39:08 ntpd[18492]: proto: precision = 0.046 usec (-24) 2024-09-17T01:39:08.558 INFO:teuthology.orchestra.run.smithi131.stdout:17 Sep 01:39:08 ntpd[18492]: basedate set to 2022-02-04 2024-09-17T01:39:08.558 INFO:teuthology.orchestra.run.smithi131.stdout:17 Sep 01:39:08 ntpd[18492]: gps base set to 2022-02-06 (week 2196) 2024-09-17T01:39:08.559 INFO:teuthology.orchestra.run.smithi131.stdout:17 Sep 01:39:08 ntpd[18492]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-17T01:39:08.559 INFO:teuthology.orchestra.run.smithi131.stdout:17 Sep 01:39:08 ntpd[18492]: restrict ::: KOD does nothing without LIMITED. 2024-09-17T01:39:08.559 INFO:teuthology.orchestra.run.smithi131.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-17T01:39:08.559 INFO:teuthology.orchestra.run.smithi131.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-17T01:39:08.560 INFO:teuthology.orchestra.run.smithi131.stdout:17 Sep 01:39:08 ntpd[18492]: Listen and drop on 0 v6wildcard [::]:123 2024-09-17T01:39:08.560 INFO:teuthology.orchestra.run.smithi131.stdout:17 Sep 01:39:08 ntpd[18492]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-17T01:39:08.560 INFO:teuthology.orchestra.run.smithi131.stdout:17 Sep 01:39:08 ntpd[18492]: Listen normally on 2 lo 127.0.0.1:123 2024-09-17T01:39:08.560 INFO:teuthology.orchestra.run.smithi131.stdout:17 Sep 01:39:08 ntpd[18492]: Listen normally on 3 enp3s0f1 172.21.15.131:123 2024-09-17T01:39:08.560 INFO:teuthology.orchestra.run.smithi131.stdout:17 Sep 01:39:08 ntpd[18492]: Listen normally on 4 lo [::1]:123 2024-09-17T01:39:08.560 INFO:teuthology.orchestra.run.smithi131.stdout:17 Sep 01:39:08 ntpd[18492]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:72f9%5]:123 2024-09-17T01:39:08.560 INFO:teuthology.orchestra.run.smithi131.stdout:17 Sep 01:39:08 ntpd[18492]: Listening on routing socket on fd #22 for interface updates 2024-09-17T01:39:08.585 INFO:teuthology.orchestra.run.smithi175.stdout:17 Sep 01:39:08 ntpd[18464]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-17T01:39:08.585 INFO:teuthology.orchestra.run.smithi175.stdout:17 Sep 01:39:08 ntpd[18464]: Command line: ntpd -gq 2024-09-17T01:39:08.585 INFO:teuthology.orchestra.run.smithi175.stdout:17 Sep 01:39:08 ntpd[18464]: ---------------------------------------------------- 2024-09-17T01:39:08.585 INFO:teuthology.orchestra.run.smithi175.stdout:17 Sep 01:39:08 ntpd[18464]: ntp-4 is maintained by Network Time Foundation, 2024-09-17T01:39:08.585 INFO:teuthology.orchestra.run.smithi175.stdout:17 Sep 01:39:08 ntpd[18464]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-17T01:39:08.585 INFO:teuthology.orchestra.run.smithi175.stdout:17 Sep 01:39:08 ntpd[18464]: corporation. Support and training for ntp-4 are 2024-09-17T01:39:08.585 INFO:teuthology.orchestra.run.smithi175.stdout:17 Sep 01:39:08 ntpd[18464]: available at https://www.nwtime.org/support 2024-09-17T01:39:08.586 INFO:teuthology.orchestra.run.smithi175.stdout:17 Sep 01:39:08 ntpd[18464]: ---------------------------------------------------- 2024-09-17T01:39:08.586 INFO:teuthology.orchestra.run.smithi175.stdout:17 Sep 01:39:08 ntpd[18464]: proto: precision = 0.060 usec (-24) 2024-09-17T01:39:08.586 INFO:teuthology.orchestra.run.smithi175.stdout:17 Sep 01:39:08 ntpd[18464]: basedate set to 2022-02-04 2024-09-17T01:39:08.587 INFO:teuthology.orchestra.run.smithi175.stdout:17 Sep 01:39:08 ntpd[18464]: gps base set to 2022-02-06 (week 2196) 2024-09-17T01:39:08.587 INFO:teuthology.orchestra.run.smithi175.stdout:17 Sep 01:39:08 ntpd[18464]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-17T01:39:08.587 INFO:teuthology.orchestra.run.smithi175.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-17T01:39:08.587 INFO:teuthology.orchestra.run.smithi175.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-17T01:39:08.588 INFO:teuthology.orchestra.run.smithi175.stdout:17 Sep 01:39:08 ntpd[18464]: restrict ::: KOD does nothing without LIMITED. 2024-09-17T01:39:08.588 INFO:teuthology.orchestra.run.smithi175.stdout:17 Sep 01:39:08 ntpd[18464]: Listen and drop on 0 v6wildcard [::]:123 2024-09-17T01:39:08.589 INFO:teuthology.orchestra.run.smithi175.stdout:17 Sep 01:39:08 ntpd[18464]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-17T01:39:08.589 INFO:teuthology.orchestra.run.smithi175.stdout:17 Sep 01:39:08 ntpd[18464]: Listen normally on 2 lo 127.0.0.1:123 2024-09-17T01:39:08.589 INFO:teuthology.orchestra.run.smithi175.stdout:17 Sep 01:39:08 ntpd[18464]: Listen normally on 3 enp3s0f1 172.21.15.175:123 2024-09-17T01:39:08.589 INFO:teuthology.orchestra.run.smithi175.stdout:17 Sep 01:39:08 ntpd[18464]: Listen normally on 4 lo [::1]:123 2024-09-17T01:39:08.589 INFO:teuthology.orchestra.run.smithi175.stdout:17 Sep 01:39:08 ntpd[18464]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:71f1%5]:123 2024-09-17T01:39:08.589 INFO:teuthology.orchestra.run.smithi175.stdout:17 Sep 01:39:08 ntpd[18464]: Listening on routing socket on fd #22 for interface updates 2024-09-17T01:39:09.550 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:09 ntpd[18466]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:09.550 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:09 ntpd[18466]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:09.550 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:09 ntpd[18466]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:09.550 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:09 ntpd[18466]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:09.550 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:09 ntpd[18466]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T01:39:09.550 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:09 ntpd[18466]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T01:39:09.553 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:09 ntpd[18492]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:09.553 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:09 ntpd[18492]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:09.553 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:09 ntpd[18492]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:09.553 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:09 ntpd[18492]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:09.553 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:09 ntpd[18492]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:09.553 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:09 ntpd[18492]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:09.553 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:09 ntpd[18492]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T01:39:09.553 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:09 ntpd[18492]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T01:39:09.585 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:09 ntpd[18464]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:09.585 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:09 ntpd[18464]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:09.586 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:09 ntpd[18464]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:09.586 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:09 ntpd[18464]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:09.586 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:09 ntpd[18464]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T01:39:09.586 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:09 ntpd[18464]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T01:39:10.586 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:10 ntpd[18464]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:10.586 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:10 ntpd[18464]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:10.586 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:10 ntpd[18464]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:10.586 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:10 ntpd[18464]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:10.586 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:10 ntpd[18464]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:10.587 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:10 ntpd[18464]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:10.587 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:10 ntpd[18464]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T01:39:10.587 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:10 ntpd[18464]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T01:39:10.587 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:10 ntpd[18464]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:10.587 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:10 ntpd[18464]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:10.587 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:10 ntpd[18464]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T01:39:10.587 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:10 ntpd[18464]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T01:39:11.550 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:11 ntpd[18466]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:11.550 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:11 ntpd[18466]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:11.550 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:11 ntpd[18466]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:11.550 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:11 ntpd[18466]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:11.550 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:11 ntpd[18466]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:11.551 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:11 ntpd[18466]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:11.551 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:11 ntpd[18466]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T01:39:11.551 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:11 ntpd[18466]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T01:39:11.553 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:11 ntpd[18492]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:11.554 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:11 ntpd[18492]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:11.554 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:11 ntpd[18492]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:11.554 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:11 ntpd[18492]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:11.554 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:11 ntpd[18492]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:11.554 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:11 ntpd[18492]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:11.554 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:11 ntpd[18492]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T01:39:11.554 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:11 ntpd[18492]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T01:39:11.554 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:11 ntpd[18492]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:11.554 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:11 ntpd[18492]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:11.554 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:11 ntpd[18492]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T01:39:11.554 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:11 ntpd[18492]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T01:39:11.586 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:11 ntpd[18464]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:11.586 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:11 ntpd[18464]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:11.586 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:11 ntpd[18464]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:11.586 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:11 ntpd[18464]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:11.586 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:11 ntpd[18464]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T01:39:11.586 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:11 ntpd[18464]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T01:39:12.550 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:12 ntpd[18466]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:12.550 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:12 ntpd[18466]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:12.550 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:12 ntpd[18466]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:12.550 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:12 ntpd[18466]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:12.550 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:12 ntpd[18466]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T01:39:12.550 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:12 ntpd[18466]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T01:39:12.586 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:12 ntpd[18464]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:12.586 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:12 ntpd[18464]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:12.587 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:12 ntpd[18464]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:12.587 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:12 ntpd[18464]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:12.587 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:12 ntpd[18464]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:12.587 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:12 ntpd[18464]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:12.587 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:12 ntpd[18464]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T01:39:12.587 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:12 ntpd[18464]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T01:39:12.587 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:12 ntpd[18464]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:12.587 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:12 ntpd[18464]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:12.587 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:12 ntpd[18464]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T01:39:12.587 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:12 ntpd[18464]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T01:39:13.551 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:13 ntpd[18466]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:13.551 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:13 ntpd[18466]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:13.551 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:13 ntpd[18466]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:13.551 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:13 ntpd[18466]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:13.551 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:13 ntpd[18466]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:13.551 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:13 ntpd[18466]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:13.551 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:13 ntpd[18466]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T01:39:13.551 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:13 ntpd[18466]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T01:39:13.551 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:13 ntpd[18466]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:13.551 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:13 ntpd[18466]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:13.552 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:13 ntpd[18466]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T01:39:13.552 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:13 ntpd[18466]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T01:39:13.554 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:13 ntpd[18492]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:13.554 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:13 ntpd[18492]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:13.554 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:13 ntpd[18492]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:13.554 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:13 ntpd[18492]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:13.554 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:13 ntpd[18492]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:13.555 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:13 ntpd[18492]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:13.555 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:13 ntpd[18492]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:13.555 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:13 ntpd[18492]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:13.555 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:13 ntpd[18492]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T01:39:13.555 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:13 ntpd[18492]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T01:39:13.555 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:13 ntpd[18492]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:13.555 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:13 ntpd[18492]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:13.555 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:13 ntpd[18492]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T01:39:13.555 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:13 ntpd[18492]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T01:39:13.555 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:13 ntpd[18492]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:13.555 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:13 ntpd[18492]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:13.555 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:13 ntpd[18492]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T01:39:13.555 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:13 ntpd[18492]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T01:39:13.586 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:13 ntpd[18464]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:13.586 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:13 ntpd[18464]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:13.586 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:13 ntpd[18464]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:13.586 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:13 ntpd[18464]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:13.586 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:13 ntpd[18464]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:13.586 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:13 ntpd[18464]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:13.586 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:13 ntpd[18464]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T01:39:13.586 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:13 ntpd[18464]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T01:39:14.550 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:14 ntpd[18466]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:14.550 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:14 ntpd[18466]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:14.550 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:14 ntpd[18466]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:14.550 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:14 ntpd[18466]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:14.551 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:14 ntpd[18466]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T01:39:14.551 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:14 ntpd[18466]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T01:39:14.586 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:14 ntpd[18464]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:14.586 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:14 ntpd[18464]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:14.586 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:14 ntpd[18464]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:14.586 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:14 ntpd[18464]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:14.586 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:14 ntpd[18464]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:14.587 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:14 ntpd[18464]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:14.587 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:14 ntpd[18464]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T01:39:14.587 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:14 ntpd[18464]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T01:39:14.587 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:14 ntpd[18464]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:14.587 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:14 ntpd[18464]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:14.587 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:14 ntpd[18464]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T01:39:14.587 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:14 ntpd[18464]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T01:39:15.551 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:15 ntpd[18466]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:15.551 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:15 ntpd[18466]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:15.551 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:15 ntpd[18466]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:15.551 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:15 ntpd[18466]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:15.551 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:15 ntpd[18466]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:15.551 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:15 ntpd[18466]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:15.551 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:15 ntpd[18466]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T01:39:15.551 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:15 ntpd[18466]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T01:39:15.551 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:15 ntpd[18466]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:15.551 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:15 ntpd[18466]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:15.551 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:15 ntpd[18466]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T01:39:15.552 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:15 ntpd[18466]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T01:39:15.552 INFO:teuthology.orchestra.run.smithi107.stdout:17 Sep 01:39:15 ntpd[18466]: ntpd: time slew -0.001956 s 2024-09-17T01:39:15.552 INFO:teuthology.orchestra.run.smithi107.stdout:ntpd: time slew -0.001956s 2024-09-17T01:39:15.552 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:15 ntpd[18466]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-17T01:39:15.552 INFO:teuthology.orchestra.run.smithi107.stderr:17 Sep 01:39:15 ntpd[18466]: can't open /var/log/ntpstats/loopstats.20240917: Permission denied 2024-09-17T01:39:15.554 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:15 ntpd[18492]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:15.554 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:15 ntpd[18492]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:15.554 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:15 ntpd[18492]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:15.554 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:15 ntpd[18492]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:15.554 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:15 ntpd[18492]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:15.554 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:15 ntpd[18492]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:15.554 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:15 ntpd[18492]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:15.554 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:15 ntpd[18492]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:15.554 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:15 ntpd[18492]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T01:39:15.555 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:15 ntpd[18492]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T01:39:15.555 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:15 ntpd[18492]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:15.555 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:15 ntpd[18492]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:15.555 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:15 ntpd[18492]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T01:39:15.555 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:15 ntpd[18492]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T01:39:15.555 INFO:teuthology.orchestra.run.smithi131.stdout:17 Sep 01:39:15 ntpd[18492]: ntpd: time slew -0.000821 s 2024-09-17T01:39:15.555 INFO:teuthology.orchestra.run.smithi131.stdout:ntpd: time slew -0.000821s 2024-09-17T01:39:15.556 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:15 ntpd[18492]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-17T01:39:15.556 INFO:teuthology.orchestra.run.smithi131.stderr:17 Sep 01:39:15 ntpd[18492]: can't open /var/log/ntpstats/loopstats.20240917: Permission denied 2024-09-17T01:39:15.585 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:15 ntpd[18464]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:15.586 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:15 ntpd[18464]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:15.586 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:15 ntpd[18464]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-17T01:39:15.586 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:15 ntpd[18464]: can't open /var/log/ntpstats/rawstats.20240917: Permission denied 2024-09-17T01:39:15.586 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:15 ntpd[18464]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-17T01:39:15.586 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:15 ntpd[18464]: can't open /var/log/ntpstats/peerstats.20240917: Permission denied 2024-09-17T01:39:15.586 INFO:teuthology.orchestra.run.smithi175.stdout:17 Sep 01:39:15 ntpd[18464]: ntpd: time slew -0.000585 s 2024-09-17T01:39:15.586 INFO:teuthology.orchestra.run.smithi175.stdout:ntpd: time slew -0.000585s 2024-09-17T01:39:15.587 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:15 ntpd[18464]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-17T01:39:15.587 INFO:teuthology.orchestra.run.smithi175.stderr:17 Sep 01:39:15 ntpd[18464]: can't open /var/log/ntpstats/loopstats.20240917: Permission denied 2024-09-17T01:39:15.603 INFO:teuthology.orchestra.run.smithi107.stdout: remote refid st t when poll reach delay offset jitter 2024-09-17T01:39:15.603 INFO:teuthology.orchestra.run.smithi107.stdout:============================================================================== 2024-09-17T01:39:15.603 INFO:teuthology.orchestra.run.smithi107.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T01:39:15.603 INFO:teuthology.orchestra.run.smithi107.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T01:39:15.603 INFO:teuthology.orchestra.run.smithi107.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T01:39:15.604 INFO:teuthology.orchestra.run.smithi107.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T01:39:15.645 INFO:teuthology.orchestra.run.smithi175.stdout: remote refid st t when poll reach delay offset jitter 2024-09-17T01:39:15.645 INFO:teuthology.orchestra.run.smithi175.stdout:============================================================================== 2024-09-17T01:39:15.645 INFO:teuthology.orchestra.run.smithi175.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T01:39:15.646 INFO:teuthology.orchestra.run.smithi175.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T01:39:15.646 INFO:teuthology.orchestra.run.smithi175.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T01:39:15.646 INFO:teuthology.orchestra.run.smithi175.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T01:39:15.671 INFO:teuthology.orchestra.run.smithi131.stdout: remote refid st t when poll reach delay offset jitter 2024-09-17T01:39:15.671 INFO:teuthology.orchestra.run.smithi131.stdout:============================================================================== 2024-09-17T01:39:15.671 INFO:teuthology.orchestra.run.smithi131.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T01:39:15.671 INFO:teuthology.orchestra.run.smithi131.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T01:39:15.671 INFO:teuthology.orchestra.run.smithi131.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T01:39:15.671 INFO:teuthology.orchestra.run.smithi131.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-17T01:39:15.672 INFO:teuthology.run_tasks:Running task install... 2024-09-17T01:39:15.681 DEBUG:teuthology.task.install:project ceph 2024-09-17T01:39:15.681 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'c2ddf9721ef254645201cdbabd9c8f49c30a586f'}} 2024-09-17T01:39:15.681 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'c2ddf9721ef254645201cdbabd9c8f49c30a586f'} 2024-09-17T01:39:15.681 INFO:teuthology.task.install:Using flavor: default 2024-09-17T01:39:15.687 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-09-17T01:39:15.687 INFO:teuthology.task.install:extra packages: [] 2024-09-17T01:39:15.687 DEBUG:teuthology.orchestra.run.smithi107:> sudo apt-key list | grep Ceph 2024-09-17T01:39:15.688 DEBUG:teuthology.orchestra.run.smithi131:> sudo apt-key list | grep Ceph 2024-09-17T01:39:15.688 DEBUG:teuthology.orchestra.run.smithi175:> sudo apt-key list | grep Ceph 2024-09-17T01:39:15.746 INFO:teuthology.orchestra.run.smithi175.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-09-17T01:39:15.751 INFO:teuthology.orchestra.run.smithi107.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-09-17T01:39:15.772 INFO:teuthology.orchestra.run.smithi175.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-09-17T01:39:15.773 INFO:teuthology.orchestra.run.smithi175.stdout:uid [ unknown] Ceph.com (release key) 2024-09-17T01:39:15.773 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-09-17T01:39:15.773 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-17T01:39:15.778 INFO:teuthology.orchestra.run.smithi131.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-09-17T01:39:15.779 INFO:teuthology.orchestra.run.smithi107.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-09-17T01:39:15.779 INFO:teuthology.orchestra.run.smithi107.stdout:uid [ unknown] Ceph.com (release key) 2024-09-17T01:39:15.780 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-09-17T01:39:15.780 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-17T01:39:15.816 INFO:teuthology.orchestra.run.smithi131.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-09-17T01:39:15.817 INFO:teuthology.orchestra.run.smithi131.stdout:uid [ unknown] Ceph.com (release key) 2024-09-17T01:39:15.817 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-09-17T01:39:15.817 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-17T01:39:15.917 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default/ 2024-09-17T01:39:15.917 INFO:teuthology.task.install.deb:Package version is 19.1.1-330-gc2ddf972-1jammy 2024-09-17T01:39:15.928 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default/ 2024-09-17T01:39:15.928 INFO:teuthology.task.install.deb:Package version is 19.1.1-330-gc2ddf972-1jammy 2024-09-17T01:39:15.961 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default/ 2024-09-17T01:39:15.961 INFO:teuthology.task.install.deb:Package version is 19.1.1-330-gc2ddf972-1jammy 2024-09-17T01:39:16.036 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2024-09-17T01:39:16.036 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-09-17T01:39:16.039 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-09-17T01:39:16.039 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-09-17T01:39:16.050 DEBUG:teuthology.orchestra.run.smithi175:> sudo apt-get update 2024-09-17T01:39:16.055 DEBUG:teuthology.orchestra.run.smithi107:> sudo apt-get update 2024-09-17T01:39:16.075 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-09-17T01:39:16.075 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-09-17T01:39:16.089 DEBUG:teuthology.orchestra.run.smithi131:> sudo apt-get update 2024-09-17T01:39:16.217 INFO:teuthology.orchestra.run.smithi175.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-17T01:39:16.217 INFO:teuthology.orchestra.run.smithi175.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-17T01:39:16.221 INFO:teuthology.orchestra.run.smithi107.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-17T01:39:16.221 INFO:teuthology.orchestra.run.smithi107.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-17T01:39:16.228 INFO:teuthology.orchestra.run.smithi175.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-17T01:39:16.230 INFO:teuthology.orchestra.run.smithi107.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-17T01:39:16.245 INFO:teuthology.orchestra.run.smithi175.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-17T01:39:16.247 INFO:teuthology.orchestra.run.smithi107.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-17T01:39:16.272 INFO:teuthology.orchestra.run.smithi175.stdout:Ign:5 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy InRelease 2024-09-17T01:39:16.275 INFO:teuthology.orchestra.run.smithi107.stdout:Ign:5 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy InRelease 2024-09-17T01:39:16.293 INFO:teuthology.orchestra.run.smithi175.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-09-17T01:39:16.296 INFO:teuthology.orchestra.run.smithi107.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-09-17T01:39:16.311 INFO:teuthology.orchestra.run.smithi131.stdout:Ign:1 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy InRelease 2024-09-17T01:39:16.315 INFO:teuthology.orchestra.run.smithi175.stdout:Ign:7 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy Release.gpg 2024-09-17T01:39:16.318 INFO:teuthology.orchestra.run.smithi107.stdout:Ign:7 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy Release.gpg 2024-09-17T01:39:16.333 INFO:teuthology.orchestra.run.smithi131.stdout:Get:2 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-09-17T01:39:16.354 INFO:teuthology.orchestra.run.smithi107.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.9 kB] 2024-09-17T01:39:16.355 INFO:teuthology.orchestra.run.smithi175.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.9 kB] 2024-09-17T01:39:16.356 INFO:teuthology.orchestra.run.smithi131.stdout:Ign:3 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy Release.gpg 2024-09-17T01:39:16.381 INFO:teuthology.orchestra.run.smithi107.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,409 B] 2024-09-17T01:39:16.382 INFO:teuthology.orchestra.run.smithi175.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,409 B] 2024-09-17T01:39:16.386 INFO:teuthology.orchestra.run.smithi131.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-17T01:39:16.386 INFO:teuthology.orchestra.run.smithi131.stdout:Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-17T01:39:16.386 INFO:teuthology.orchestra.run.smithi131.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,409 B] 2024-09-17T01:39:16.415 INFO:teuthology.orchestra.run.smithi131.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.9 kB] 2024-09-17T01:39:16.458 INFO:teuthology.orchestra.run.smithi131.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-17T01:39:16.540 INFO:teuthology.orchestra.run.smithi131.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-17T01:39:16.558 INFO:teuthology.orchestra.run.smithi175.stdout:Fetched 28.9 kB in 0s (87.7 kB/s) 2024-09-17T01:39:16.587 INFO:teuthology.orchestra.run.smithi107.stdout:Fetched 28.9 kB in 0s (82.0 kB/s) 2024-09-17T01:39:16.754 INFO:teuthology.orchestra.run.smithi131.stdout:Fetched 28.9 kB in 0s (59.9 kB/s) 2024-09-17T01:39:17.568 INFO:teuthology.orchestra.run.smithi175.stdout:Reading package lists... 2024-09-17T01:39:17.586 DEBUG:teuthology.orchestra.run.smithi175:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.1.1-330-gc2ddf972-1jammy cephadm=19.1.1-330-gc2ddf972-1jammy ceph-mds=19.1.1-330-gc2ddf972-1jammy ceph-mgr=19.1.1-330-gc2ddf972-1jammy ceph-common=19.1.1-330-gc2ddf972-1jammy ceph-fuse=19.1.1-330-gc2ddf972-1jammy ceph-test=19.1.1-330-gc2ddf972-1jammy ceph-volume=19.1.1-330-gc2ddf972-1jammy radosgw=19.1.1-330-gc2ddf972-1jammy python3-rados=19.1.1-330-gc2ddf972-1jammy python3-rgw=19.1.1-330-gc2ddf972-1jammy python3-cephfs=19.1.1-330-gc2ddf972-1jammy python3-rbd=19.1.1-330-gc2ddf972-1jammy libcephfs2=19.1.1-330-gc2ddf972-1jammy libcephfs-dev=19.1.1-330-gc2ddf972-1jammy librados2=19.1.1-330-gc2ddf972-1jammy librbd1=19.1.1-330-gc2ddf972-1jammy rbd-fuse=19.1.1-330-gc2ddf972-1jammy 2024-09-17T01:39:17.590 INFO:teuthology.orchestra.run.smithi107.stdout:Reading package lists... 2024-09-17T01:39:17.606 DEBUG:teuthology.orchestra.run.smithi107:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.1.1-330-gc2ddf972-1jammy cephadm=19.1.1-330-gc2ddf972-1jammy ceph-mds=19.1.1-330-gc2ddf972-1jammy ceph-mgr=19.1.1-330-gc2ddf972-1jammy ceph-common=19.1.1-330-gc2ddf972-1jammy ceph-fuse=19.1.1-330-gc2ddf972-1jammy ceph-test=19.1.1-330-gc2ddf972-1jammy ceph-volume=19.1.1-330-gc2ddf972-1jammy radosgw=19.1.1-330-gc2ddf972-1jammy python3-rados=19.1.1-330-gc2ddf972-1jammy python3-rgw=19.1.1-330-gc2ddf972-1jammy python3-cephfs=19.1.1-330-gc2ddf972-1jammy python3-rbd=19.1.1-330-gc2ddf972-1jammy libcephfs2=19.1.1-330-gc2ddf972-1jammy libcephfs-dev=19.1.1-330-gc2ddf972-1jammy librados2=19.1.1-330-gc2ddf972-1jammy librbd1=19.1.1-330-gc2ddf972-1jammy rbd-fuse=19.1.1-330-gc2ddf972-1jammy 2024-09-17T01:39:17.649 INFO:teuthology.orchestra.run.smithi175.stdout:Reading package lists... 2024-09-17T01:39:17.659 INFO:teuthology.orchestra.run.smithi107.stdout:Reading package lists... 2024-09-17T01:39:17.737 INFO:teuthology.orchestra.run.smithi131.stdout:Reading package lists... 2024-09-17T01:39:17.754 DEBUG:teuthology.orchestra.run.smithi131:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.1.1-330-gc2ddf972-1jammy cephadm=19.1.1-330-gc2ddf972-1jammy ceph-mds=19.1.1-330-gc2ddf972-1jammy ceph-mgr=19.1.1-330-gc2ddf972-1jammy ceph-common=19.1.1-330-gc2ddf972-1jammy ceph-fuse=19.1.1-330-gc2ddf972-1jammy ceph-test=19.1.1-330-gc2ddf972-1jammy ceph-volume=19.1.1-330-gc2ddf972-1jammy radosgw=19.1.1-330-gc2ddf972-1jammy python3-rados=19.1.1-330-gc2ddf972-1jammy python3-rgw=19.1.1-330-gc2ddf972-1jammy python3-cephfs=19.1.1-330-gc2ddf972-1jammy python3-rbd=19.1.1-330-gc2ddf972-1jammy libcephfs2=19.1.1-330-gc2ddf972-1jammy libcephfs-dev=19.1.1-330-gc2ddf972-1jammy librados2=19.1.1-330-gc2ddf972-1jammy librbd1=19.1.1-330-gc2ddf972-1jammy rbd-fuse=19.1.1-330-gc2ddf972-1jammy 2024-09-17T01:39:17.820 INFO:teuthology.orchestra.run.smithi131.stdout:Reading package lists... 2024-09-17T01:39:17.846 INFO:teuthology.orchestra.run.smithi107.stdout:Building dependency tree... 2024-09-17T01:39:17.846 INFO:teuthology.orchestra.run.smithi107.stdout:Reading state information... 2024-09-17T01:39:17.861 INFO:teuthology.orchestra.run.smithi175.stdout:Building dependency tree... 2024-09-17T01:39:17.862 INFO:teuthology.orchestra.run.smithi175.stdout:Reading state information... 2024-09-17T01:39:18.030 INFO:teuthology.orchestra.run.smithi107.stdout:The following packages were automatically installed and are no longer required: 2024-09-17T01:39:18.030 INFO:teuthology.orchestra.run.smithi107.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-17T01:39:18.030 INFO:teuthology.orchestra.run.smithi107.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-17T01:39:18.030 INFO:teuthology.orchestra.run.smithi107.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-17T01:39:18.031 INFO:teuthology.orchestra.run.smithi131.stdout:Building dependency tree... 2024-09-17T01:39:18.031 INFO:teuthology.orchestra.run.smithi131.stdout:Reading state information... 2024-09-17T01:39:18.032 INFO:teuthology.orchestra.run.smithi107.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-17T01:39:18.032 INFO:teuthology.orchestra.run.smithi107.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-17T01:39:18.032 INFO:teuthology.orchestra.run.smithi107.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-17T01:39:18.032 INFO:teuthology.orchestra.run.smithi107.stdout:The following additional packages will be installed: 2024-09-17T01:39:18.032 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-09-17T01:39:18.032 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-09-17T01:39:18.032 INFO:teuthology.orchestra.run.smithi107.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-09-17T01:39:18.032 INFO:teuthology.orchestra.run.smithi107.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-09-17T01:39:18.033 INFO:teuthology.orchestra.run.smithi107.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-09-17T01:39:18.034 INFO:teuthology.orchestra.run.smithi107.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-09-17T01:39:18.034 INFO:teuthology.orchestra.run.smithi107.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-09-17T01:39:18.034 INFO:teuthology.orchestra.run.smithi107.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-09-17T01:39:18.034 INFO:teuthology.orchestra.run.smithi107.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-09-17T01:39:18.034 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-17T01:39:18.034 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-17T01:39:18.034 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-17T01:39:18.034 INFO:teuthology.orchestra.run.smithi107.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-17T01:39:18.034 INFO:teuthology.orchestra.run.smithi107.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-17T01:39:18.034 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-17T01:39:18.034 INFO:teuthology.orchestra.run.smithi107.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-17T01:39:18.035 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-09-17T01:39:18.035 INFO:teuthology.orchestra.run.smithi107.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-09-17T01:39:18.035 INFO:teuthology.orchestra.run.smithi107.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-09-17T01:39:18.035 INFO:teuthology.orchestra.run.smithi107.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-09-17T01:39:18.035 INFO:teuthology.orchestra.run.smithi107.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-09-17T01:39:18.035 INFO:teuthology.orchestra.run.smithi107.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-09-17T01:39:18.035 INFO:teuthology.orchestra.run.smithi107.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-09-17T01:39:18.035 INFO:teuthology.orchestra.run.smithi107.stdout: xmlstarlet zip 2024-09-17T01:39:18.035 INFO:teuthology.orchestra.run.smithi107.stdout:Suggested packages: 2024-09-17T01:39:18.035 INFO:teuthology.orchestra.run.smithi107.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-09-17T01:39:18.036 INFO:teuthology.orchestra.run.smithi107.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-09-17T01:39:18.036 INFO:teuthology.orchestra.run.smithi107.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-09-17T01:39:18.036 INFO:teuthology.orchestra.run.smithi107.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-09-17T01:39:18.036 INFO:teuthology.orchestra.run.smithi107.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-09-17T01:39:18.036 INFO:teuthology.orchestra.run.smithi107.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-09-17T01:39:18.036 INFO:teuthology.orchestra.run.smithi107.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-09-17T01:39:18.036 INFO:teuthology.orchestra.run.smithi107.stdout:Recommended packages: 2024-09-17T01:39:18.036 INFO:teuthology.orchestra.run.smithi107.stdout: btrfs-tools 2024-09-17T01:39:18.060 INFO:teuthology.orchestra.run.smithi175.stdout:The following packages were automatically installed and are no longer required: 2024-09-17T01:39:18.061 INFO:teuthology.orchestra.run.smithi175.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-17T01:39:18.061 INFO:teuthology.orchestra.run.smithi175.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-17T01:39:18.061 INFO:teuthology.orchestra.run.smithi175.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-17T01:39:18.061 INFO:teuthology.orchestra.run.smithi175.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-17T01:39:18.061 INFO:teuthology.orchestra.run.smithi175.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-17T01:39:18.062 INFO:teuthology.orchestra.run.smithi175.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-17T01:39:18.062 INFO:teuthology.orchestra.run.smithi175.stdout:The following additional packages will be installed: 2024-09-17T01:39:18.062 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-09-17T01:39:18.062 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-09-17T01:39:18.062 INFO:teuthology.orchestra.run.smithi175.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-09-17T01:39:18.063 INFO:teuthology.orchestra.run.smithi175.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-09-17T01:39:18.063 INFO:teuthology.orchestra.run.smithi175.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-09-17T01:39:18.064 INFO:teuthology.orchestra.run.smithi175.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-09-17T01:39:18.064 INFO:teuthology.orchestra.run.smithi175.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-09-17T01:39:18.064 INFO:teuthology.orchestra.run.smithi175.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-09-17T01:39:18.064 INFO:teuthology.orchestra.run.smithi175.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-09-17T01:39:18.064 INFO:teuthology.orchestra.run.smithi175.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-17T01:39:18.064 INFO:teuthology.orchestra.run.smithi175.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-17T01:39:18.064 INFO:teuthology.orchestra.run.smithi175.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-17T01:39:18.064 INFO:teuthology.orchestra.run.smithi175.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-17T01:39:18.064 INFO:teuthology.orchestra.run.smithi175.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-17T01:39:18.064 INFO:teuthology.orchestra.run.smithi175.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-17T01:39:18.064 INFO:teuthology.orchestra.run.smithi175.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-17T01:39:18.064 INFO:teuthology.orchestra.run.smithi175.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-09-17T01:39:18.064 INFO:teuthology.orchestra.run.smithi175.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-09-17T01:39:18.065 INFO:teuthology.orchestra.run.smithi175.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-09-17T01:39:18.065 INFO:teuthology.orchestra.run.smithi175.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-09-17T01:39:18.065 INFO:teuthology.orchestra.run.smithi175.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-09-17T01:39:18.065 INFO:teuthology.orchestra.run.smithi175.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-09-17T01:39:18.065 INFO:teuthology.orchestra.run.smithi175.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-09-17T01:39:18.065 INFO:teuthology.orchestra.run.smithi175.stdout: xmlstarlet zip 2024-09-17T01:39:18.065 INFO:teuthology.orchestra.run.smithi175.stdout:Suggested packages: 2024-09-17T01:39:18.065 INFO:teuthology.orchestra.run.smithi175.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-09-17T01:39:18.065 INFO:teuthology.orchestra.run.smithi175.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-09-17T01:39:18.066 INFO:teuthology.orchestra.run.smithi175.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-09-17T01:39:18.066 INFO:teuthology.orchestra.run.smithi175.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-09-17T01:39:18.066 INFO:teuthology.orchestra.run.smithi175.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-09-17T01:39:18.066 INFO:teuthology.orchestra.run.smithi175.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-09-17T01:39:18.066 INFO:teuthology.orchestra.run.smithi175.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-09-17T01:39:18.066 INFO:teuthology.orchestra.run.smithi175.stdout:Recommended packages: 2024-09-17T01:39:18.066 INFO:teuthology.orchestra.run.smithi175.stdout: btrfs-tools 2024-09-17T01:39:18.140 INFO:teuthology.orchestra.run.smithi107.stdout:The following NEW packages will be installed: 2024-09-17T01:39:18.140 INFO:teuthology.orchestra.run.smithi107.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-09-17T01:39:18.140 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-09-17T01:39:18.140 INFO:teuthology.orchestra.run.smithi107.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-09-17T01:39:18.140 INFO:teuthology.orchestra.run.smithi107.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-09-17T01:39:18.140 INFO:teuthology.orchestra.run.smithi107.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-09-17T01:39:18.140 INFO:teuthology.orchestra.run.smithi107.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-09-17T01:39:18.141 INFO:teuthology.orchestra.run.smithi107.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-09-17T01:39:18.141 INFO:teuthology.orchestra.run.smithi107.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-09-17T01:39:18.141 INFO:teuthology.orchestra.run.smithi107.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-09-17T01:39:18.141 INFO:teuthology.orchestra.run.smithi107.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-09-17T01:39:18.142 INFO:teuthology.orchestra.run.smithi107.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-09-17T01:39:18.142 INFO:teuthology.orchestra.run.smithi107.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-17T01:39:18.142 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-17T01:39:18.142 INFO:teuthology.orchestra.run.smithi107.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-17T01:39:18.142 INFO:teuthology.orchestra.run.smithi107.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-17T01:39:18.142 INFO:teuthology.orchestra.run.smithi107.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-17T01:39:18.142 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-17T01:39:18.142 INFO:teuthology.orchestra.run.smithi107.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-17T01:39:18.142 INFO:teuthology.orchestra.run.smithi107.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-09-17T01:39:18.142 INFO:teuthology.orchestra.run.smithi107.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-09-17T01:39:18.142 INFO:teuthology.orchestra.run.smithi107.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-09-17T01:39:18.142 INFO:teuthology.orchestra.run.smithi107.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-09-17T01:39:18.142 INFO:teuthology.orchestra.run.smithi107.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-09-17T01:39:18.142 INFO:teuthology.orchestra.run.smithi107.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-09-17T01:39:18.143 INFO:teuthology.orchestra.run.smithi107.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-09-17T01:39:18.143 INFO:teuthology.orchestra.run.smithi107.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-09-17T01:39:18.167 INFO:teuthology.orchestra.run.smithi175.stdout:The following NEW packages will be installed: 2024-09-17T01:39:18.168 INFO:teuthology.orchestra.run.smithi175.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-09-17T01:39:18.168 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-09-17T01:39:18.168 INFO:teuthology.orchestra.run.smithi175.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-09-17T01:39:18.168 INFO:teuthology.orchestra.run.smithi175.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-09-17T01:39:18.168 INFO:teuthology.orchestra.run.smithi175.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-09-17T01:39:18.168 INFO:teuthology.orchestra.run.smithi175.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-09-17T01:39:18.169 INFO:teuthology.orchestra.run.smithi175.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-09-17T01:39:18.169 INFO:teuthology.orchestra.run.smithi175.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-09-17T01:39:18.169 INFO:teuthology.orchestra.run.smithi175.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-09-17T01:39:18.169 INFO:teuthology.orchestra.run.smithi175.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-09-17T01:39:18.169 INFO:teuthology.orchestra.run.smithi175.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-09-17T01:39:18.169 INFO:teuthology.orchestra.run.smithi175.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-17T01:39:18.170 INFO:teuthology.orchestra.run.smithi175.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-17T01:39:18.170 INFO:teuthology.orchestra.run.smithi175.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-17T01:39:18.170 INFO:teuthology.orchestra.run.smithi175.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-17T01:39:18.170 INFO:teuthology.orchestra.run.smithi175.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-17T01:39:18.170 INFO:teuthology.orchestra.run.smithi175.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-17T01:39:18.170 INFO:teuthology.orchestra.run.smithi175.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-17T01:39:18.170 INFO:teuthology.orchestra.run.smithi175.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-09-17T01:39:18.170 INFO:teuthology.orchestra.run.smithi175.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-09-17T01:39:18.170 INFO:teuthology.orchestra.run.smithi175.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-09-17T01:39:18.170 INFO:teuthology.orchestra.run.smithi175.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-09-17T01:39:18.170 INFO:teuthology.orchestra.run.smithi175.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-09-17T01:39:18.170 INFO:teuthology.orchestra.run.smithi175.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-09-17T01:39:18.170 INFO:teuthology.orchestra.run.smithi175.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-09-17T01:39:18.170 INFO:teuthology.orchestra.run.smithi175.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-09-17T01:39:18.202 INFO:teuthology.orchestra.run.smithi107.stdout:0 upgraded, 118 newly installed, 0 to remove and 331 not upgraded. 2024-09-17T01:39:18.203 INFO:teuthology.orchestra.run.smithi107.stdout:Need to get 181 MB of archives. 2024-09-17T01:39:18.203 INFO:teuthology.orchestra.run.smithi107.stdout:After this operation, 829 MB of additional disk space will be used. 2024-09-17T01:39:18.203 INFO:teuthology.orchestra.run.smithi107.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-09-17T01:39:18.227 INFO:teuthology.orchestra.run.smithi175.stdout:0 upgraded, 118 newly installed, 0 to remove and 331 not upgraded. 2024-09-17T01:39:18.227 INFO:teuthology.orchestra.run.smithi175.stdout:Need to get 181 MB of archives. 2024-09-17T01:39:18.227 INFO:teuthology.orchestra.run.smithi175.stdout:After this operation, 829 MB of additional disk space will be used. 2024-09-17T01:39:18.227 INFO:teuthology.orchestra.run.smithi175.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-09-17T01:39:18.238 INFO:teuthology.orchestra.run.smithi131.stdout:The following packages were automatically installed and are no longer required: 2024-09-17T01:39:18.238 INFO:teuthology.orchestra.run.smithi131.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-17T01:39:18.238 INFO:teuthology.orchestra.run.smithi131.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-17T01:39:18.238 INFO:teuthology.orchestra.run.smithi131.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-17T01:39:18.238 INFO:teuthology.orchestra.run.smithi131.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-17T01:39:18.238 INFO:teuthology.orchestra.run.smithi131.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-17T01:39:18.239 INFO:teuthology.orchestra.run.smithi131.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-17T01:39:18.239 INFO:teuthology.orchestra.run.smithi131.stdout:The following additional packages will be installed: 2024-09-17T01:39:18.239 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-09-17T01:39:18.239 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-09-17T01:39:18.240 INFO:teuthology.orchestra.run.smithi131.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-09-17T01:39:18.241 INFO:teuthology.orchestra.run.smithi131.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-09-17T01:39:18.241 INFO:teuthology.orchestra.run.smithi131.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-09-17T01:39:18.241 INFO:teuthology.orchestra.run.smithi131.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-09-17T01:39:18.241 INFO:teuthology.orchestra.run.smithi131.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-09-17T01:39:18.241 INFO:teuthology.orchestra.run.smithi131.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-09-17T01:39:18.241 INFO:teuthology.orchestra.run.smithi131.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-09-17T01:39:18.241 INFO:teuthology.orchestra.run.smithi131.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-17T01:39:18.241 INFO:teuthology.orchestra.run.smithi131.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-17T01:39:18.241 INFO:teuthology.orchestra.run.smithi131.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-17T01:39:18.241 INFO:teuthology.orchestra.run.smithi131.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-17T01:39:18.241 INFO:teuthology.orchestra.run.smithi131.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-17T01:39:18.241 INFO:teuthology.orchestra.run.smithi131.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-17T01:39:18.241 INFO:teuthology.orchestra.run.smithi131.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-17T01:39:18.241 INFO:teuthology.orchestra.run.smithi131.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-09-17T01:39:18.242 INFO:teuthology.orchestra.run.smithi131.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-09-17T01:39:18.242 INFO:teuthology.orchestra.run.smithi131.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-09-17T01:39:18.242 INFO:teuthology.orchestra.run.smithi131.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-09-17T01:39:18.242 INFO:teuthology.orchestra.run.smithi131.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-09-17T01:39:18.242 INFO:teuthology.orchestra.run.smithi131.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-09-17T01:39:18.242 INFO:teuthology.orchestra.run.smithi131.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-09-17T01:39:18.242 INFO:teuthology.orchestra.run.smithi131.stdout: xmlstarlet zip 2024-09-17T01:39:18.242 INFO:teuthology.orchestra.run.smithi131.stdout:Suggested packages: 2024-09-17T01:39:18.242 INFO:teuthology.orchestra.run.smithi131.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-09-17T01:39:18.242 INFO:teuthology.orchestra.run.smithi131.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-09-17T01:39:18.243 INFO:teuthology.orchestra.run.smithi131.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-09-17T01:39:18.243 INFO:teuthology.orchestra.run.smithi131.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-09-17T01:39:18.243 INFO:teuthology.orchestra.run.smithi131.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-09-17T01:39:18.243 INFO:teuthology.orchestra.run.smithi131.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-09-17T01:39:18.243 INFO:teuthology.orchestra.run.smithi131.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-09-17T01:39:18.243 INFO:teuthology.orchestra.run.smithi131.stdout:Recommended packages: 2024-09-17T01:39:18.243 INFO:teuthology.orchestra.run.smithi131.stdout: btrfs-tools 2024-09-17T01:39:18.298 INFO:teuthology.orchestra.run.smithi107.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-09-17T01:39:18.300 INFO:teuthology.orchestra.run.smithi107.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-09-17T01:39:18.302 INFO:teuthology.orchestra.run.smithi107.stdout:Get:4 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.1.1-330-gc2ddf972-1jammy [3,591 kB] 2024-09-17T01:39:18.316 INFO:teuthology.orchestra.run.smithi175.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-09-17T01:39:18.317 INFO:teuthology.orchestra.run.smithi107.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-09-17T01:39:18.318 INFO:teuthology.orchestra.run.smithi175.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-09-17T01:39:18.330 INFO:teuthology.orchestra.run.smithi175.stdout:Get:4 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.1.1-330-gc2ddf972-1jammy [3,591 kB] 2024-09-17T01:39:18.336 INFO:teuthology.orchestra.run.smithi175.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-09-17T01:39:18.343 INFO:teuthology.orchestra.run.smithi131.stdout:The following NEW packages will be installed: 2024-09-17T01:39:18.343 INFO:teuthology.orchestra.run.smithi131.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-09-17T01:39:18.344 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-09-17T01:39:18.344 INFO:teuthology.orchestra.run.smithi131.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-09-17T01:39:18.344 INFO:teuthology.orchestra.run.smithi131.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-09-17T01:39:18.344 INFO:teuthology.orchestra.run.smithi131.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-09-17T01:39:18.344 INFO:teuthology.orchestra.run.smithi131.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-09-17T01:39:18.345 INFO:teuthology.orchestra.run.smithi131.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-09-17T01:39:18.346 INFO:teuthology.orchestra.run.smithi131.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-09-17T01:39:18.346 INFO:teuthology.orchestra.run.smithi131.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-09-17T01:39:18.346 INFO:teuthology.orchestra.run.smithi131.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-09-17T01:39:18.346 INFO:teuthology.orchestra.run.smithi131.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-09-17T01:39:18.346 INFO:teuthology.orchestra.run.smithi131.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-17T01:39:18.346 INFO:teuthology.orchestra.run.smithi131.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-17T01:39:18.346 INFO:teuthology.orchestra.run.smithi131.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-17T01:39:18.346 INFO:teuthology.orchestra.run.smithi131.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-17T01:39:18.346 INFO:teuthology.orchestra.run.smithi131.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-17T01:39:18.347 INFO:teuthology.orchestra.run.smithi131.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-17T01:39:18.347 INFO:teuthology.orchestra.run.smithi131.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-17T01:39:18.347 INFO:teuthology.orchestra.run.smithi131.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-09-17T01:39:18.347 INFO:teuthology.orchestra.run.smithi131.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-09-17T01:39:18.347 INFO:teuthology.orchestra.run.smithi131.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-09-17T01:39:18.347 INFO:teuthology.orchestra.run.smithi131.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-09-17T01:39:18.347 INFO:teuthology.orchestra.run.smithi131.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-09-17T01:39:18.347 INFO:teuthology.orchestra.run.smithi131.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-09-17T01:39:18.347 INFO:teuthology.orchestra.run.smithi131.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-09-17T01:39:18.347 INFO:teuthology.orchestra.run.smithi131.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-09-17T01:39:18.377 INFO:teuthology.orchestra.run.smithi107.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-09-17T01:39:18.382 INFO:teuthology.orchestra.run.smithi107.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-09-17T01:39:18.396 INFO:teuthology.orchestra.run.smithi107.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-09-17T01:39:18.397 INFO:teuthology.orchestra.run.smithi175.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-09-17T01:39:18.399 INFO:teuthology.orchestra.run.smithi107.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-09-17T01:39:18.399 INFO:teuthology.orchestra.run.smithi107.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-09-17T01:39:18.400 INFO:teuthology.orchestra.run.smithi107.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-09-17T01:39:18.401 INFO:teuthology.orchestra.run.smithi175.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-09-17T01:39:18.409 INFO:teuthology.orchestra.run.smithi107.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-09-17T01:39:18.411 INFO:teuthology.orchestra.run.smithi107.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-09-17T01:39:18.413 INFO:teuthology.orchestra.run.smithi107.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-09-17T01:39:18.414 INFO:teuthology.orchestra.run.smithi175.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-09-17T01:39:18.415 INFO:teuthology.orchestra.run.smithi107.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-09-17T01:39:18.418 INFO:teuthology.orchestra.run.smithi175.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-09-17T01:39:18.419 INFO:teuthology.orchestra.run.smithi175.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-09-17T01:39:18.419 INFO:teuthology.orchestra.run.smithi175.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-09-17T01:39:18.421 INFO:teuthology.orchestra.run.smithi107.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-09-17T01:39:18.423 INFO:teuthology.orchestra.run.smithi107.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-09-17T01:39:18.425 INFO:teuthology.orchestra.run.smithi107.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-09-17T01:39:18.428 INFO:teuthology.orchestra.run.smithi175.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-09-17T01:39:18.430 INFO:teuthology.orchestra.run.smithi175.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-09-17T01:39:18.432 INFO:teuthology.orchestra.run.smithi175.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-09-17T01:39:18.433 INFO:teuthology.orchestra.run.smithi175.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-09-17T01:39:18.436 INFO:teuthology.orchestra.run.smithi175.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-09-17T01:39:18.438 INFO:teuthology.orchestra.run.smithi175.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-09-17T01:39:18.440 INFO:teuthology.orchestra.run.smithi107.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-09-17T01:39:18.441 INFO:teuthology.orchestra.run.smithi107.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-09-17T01:39:18.441 INFO:teuthology.orchestra.run.smithi107.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-09-17T01:39:18.442 INFO:teuthology.orchestra.run.smithi107.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-09-17T01:39:18.442 INFO:teuthology.orchestra.run.smithi107.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-09-17T01:39:18.443 INFO:teuthology.orchestra.run.smithi107.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-09-17T01:39:18.443 INFO:teuthology.orchestra.run.smithi107.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-09-17T01:39:18.451 INFO:teuthology.orchestra.run.smithi175.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-09-17T01:39:18.453 INFO:teuthology.orchestra.run.smithi175.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-09-17T01:39:18.454 INFO:teuthology.orchestra.run.smithi175.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-09-17T01:39:18.454 INFO:teuthology.orchestra.run.smithi175.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-09-17T01:39:18.455 INFO:teuthology.orchestra.run.smithi175.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-09-17T01:39:18.455 INFO:teuthology.orchestra.run.smithi175.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-09-17T01:39:18.456 INFO:teuthology.orchestra.run.smithi175.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-09-17T01:39:18.456 INFO:teuthology.orchestra.run.smithi175.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-09-17T01:39:18.468 INFO:teuthology.orchestra.run.smithi107.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-09-17T01:39:18.469 INFO:teuthology.orchestra.run.smithi107.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-09-17T01:39:18.469 INFO:teuthology.orchestra.run.smithi107.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-09-17T01:39:18.472 INFO:teuthology.orchestra.run.smithi175.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-09-17T01:39:18.473 INFO:teuthology.orchestra.run.smithi175.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-09-17T01:39:18.488 INFO:teuthology.orchestra.run.smithi107.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-09-17T01:39:18.489 INFO:teuthology.orchestra.run.smithi107.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-09-17T01:39:18.489 INFO:teuthology.orchestra.run.smithi107.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-09-17T01:39:18.490 INFO:teuthology.orchestra.run.smithi107.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-09-17T01:39:18.491 INFO:teuthology.orchestra.run.smithi107.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-09-17T01:39:18.491 INFO:teuthology.orchestra.run.smithi107.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-09-17T01:39:18.491 INFO:teuthology.orchestra.run.smithi107.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-webob all 1:1.8.6-1.1ubuntu0.1 [86.7 kB] 2024-09-17T01:39:18.492 INFO:teuthology.orchestra.run.smithi175.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-09-17T01:39:18.495 INFO:teuthology.orchestra.run.smithi175.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-09-17T01:39:18.496 INFO:teuthology.orchestra.run.smithi175.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-09-17T01:39:18.496 INFO:teuthology.orchestra.run.smithi175.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-09-17T01:39:18.496 INFO:teuthology.orchestra.run.smithi175.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-09-17T01:39:18.498 INFO:teuthology.orchestra.run.smithi175.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-09-17T01:39:18.498 INFO:teuthology.orchestra.run.smithi175.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-09-17T01:39:18.498 INFO:teuthology.orchestra.run.smithi175.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-webob all 1:1.8.6-1.1ubuntu0.1 [86.7 kB] 2024-09-17T01:39:18.499 INFO:teuthology.orchestra.run.smithi131.stdout:0 upgraded, 118 newly installed, 0 to remove and 331 not upgraded. 2024-09-17T01:39:18.499 INFO:teuthology.orchestra.run.smithi131.stdout:Need to get 181 MB of archives. 2024-09-17T01:39:18.499 INFO:teuthology.orchestra.run.smithi131.stdout:After this operation, 829 MB of additional disk space will be used. 2024-09-17T01:39:18.499 INFO:teuthology.orchestra.run.smithi131.stdout:Get:1 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.1.1-330-gc2ddf972-1jammy [3,591 kB] 2024-09-17T01:39:18.503 INFO:teuthology.orchestra.run.smithi107.stdout:Get:36 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.1.1-330-gc2ddf972-1jammy [3,242 kB] 2024-09-17T01:39:18.507 INFO:teuthology.orchestra.run.smithi107.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-09-17T01:39:18.508 INFO:teuthology.orchestra.run.smithi107.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-09-17T01:39:18.508 INFO:teuthology.orchestra.run.smithi107.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-09-17T01:39:18.511 INFO:teuthology.orchestra.run.smithi175.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-09-17T01:39:18.512 INFO:teuthology.orchestra.run.smithi175.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-09-17T01:39:18.527 INFO:teuthology.orchestra.run.smithi107.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-09-17T01:39:18.527 INFO:teuthology.orchestra.run.smithi107.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-09-17T01:39:18.528 INFO:teuthology.orchestra.run.smithi107.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-09-17T01:39:18.530 INFO:teuthology.orchestra.run.smithi107.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-09-17T01:39:18.531 INFO:teuthology.orchestra.run.smithi107.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-09-17T01:39:18.533 INFO:teuthology.orchestra.run.smithi107.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-09-17T01:39:18.533 INFO:teuthology.orchestra.run.smithi175.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-09-17T01:39:18.534 INFO:teuthology.orchestra.run.smithi107.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-09-17T01:39:18.538 INFO:teuthology.orchestra.run.smithi131.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-09-17T01:39:18.539 INFO:teuthology.orchestra.run.smithi175.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-09-17T01:39:18.539 INFO:teuthology.orchestra.run.smithi175.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-09-17T01:39:18.540 INFO:teuthology.orchestra.run.smithi175.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-09-17T01:39:18.540 INFO:teuthology.orchestra.run.smithi175.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-09-17T01:39:18.541 INFO:teuthology.orchestra.run.smithi175.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-09-17T01:39:18.543 INFO:teuthology.orchestra.run.smithi175.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-09-17T01:39:18.544 INFO:teuthology.orchestra.run.smithi175.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-09-17T01:39:18.553 INFO:teuthology.orchestra.run.smithi107.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-09-17T01:39:18.553 INFO:teuthology.orchestra.run.smithi107.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.2 [181 kB] 2024-09-17T01:39:18.556 INFO:teuthology.orchestra.run.smithi107.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-09-17T01:39:18.560 INFO:teuthology.orchestra.run.smithi175.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-09-17T01:39:18.561 INFO:teuthology.orchestra.run.smithi175.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.2 [181 kB] 2024-09-17T01:39:18.577 INFO:teuthology.orchestra.run.smithi107.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-09-17T01:39:18.578 INFO:teuthology.orchestra.run.smithi107.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-09-17T01:39:18.578 INFO:teuthology.orchestra.run.smithi107.stdout:Get:52 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.1.1-330-gc2ddf972-1jammy [719 kB] 2024-09-17T01:39:18.581 INFO:teuthology.orchestra.run.smithi107.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-09-17T01:39:18.584 INFO:teuthology.orchestra.run.smithi175.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-09-17T01:39:18.585 INFO:teuthology.orchestra.run.smithi175.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-09-17T01:39:18.586 INFO:teuthology.orchestra.run.smithi175.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-09-17T01:39:18.588 INFO:teuthology.orchestra.run.smithi175.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-09-17T01:39:18.621 INFO:teuthology.orchestra.run.smithi107.stdout:Get:54 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.1.1-330-gc2ddf972-1jammy [356 kB] 2024-09-17T01:39:18.634 INFO:teuthology.orchestra.run.smithi107.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-09-17T01:39:18.635 INFO:teuthology.orchestra.run.smithi107.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-09-17T01:39:18.637 INFO:teuthology.orchestra.run.smithi107.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-09-17T01:39:18.637 INFO:teuthology.orchestra.run.smithi107.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-09-17T01:39:18.638 INFO:teuthology.orchestra.run.smithi107.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-09-17T01:39:18.643 INFO:teuthology.orchestra.run.smithi175.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-09-17T01:39:18.644 INFO:teuthology.orchestra.run.smithi175.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-09-17T01:39:18.645 INFO:teuthology.orchestra.run.smithi107.stdout:Get:60 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.1.1-330-gc2ddf972-1jammy [32.8 kB] 2024-09-17T01:39:18.646 INFO:teuthology.orchestra.run.smithi175.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-09-17T01:39:18.646 INFO:teuthology.orchestra.run.smithi175.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-09-17T01:39:18.647 INFO:teuthology.orchestra.run.smithi175.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-09-17T01:39:18.655 INFO:teuthology.orchestra.run.smithi107.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-09-17T01:39:18.657 INFO:teuthology.orchestra.run.smithi107.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-09-17T01:39:18.657 INFO:teuthology.orchestra.run.smithi107.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-09-17T01:39:18.665 INFO:teuthology.orchestra.run.smithi175.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-09-17T01:39:18.667 INFO:teuthology.orchestra.run.smithi175.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-09-17T01:39:18.667 INFO:teuthology.orchestra.run.smithi175.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-09-17T01:39:18.671 INFO:teuthology.orchestra.run.smithi107.stdout:Get:64 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.1.1-330-gc2ddf972-1jammy [180 kB] 2024-09-17T01:39:18.672 INFO:teuthology.orchestra.run.smithi107.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-09-17T01:39:18.672 INFO:teuthology.orchestra.run.smithi107.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-09-17T01:39:18.673 INFO:teuthology.orchestra.run.smithi107.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-09-17T01:39:18.673 INFO:teuthology.orchestra.run.smithi107.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-09-17T01:39:18.673 INFO:teuthology.orchestra.run.smithi107.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-09-17T01:39:18.674 INFO:teuthology.orchestra.run.smithi107.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-09-17T01:39:18.682 INFO:teuthology.orchestra.run.smithi175.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-09-17T01:39:18.682 INFO:teuthology.orchestra.run.smithi175.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-09-17T01:39:18.682 INFO:teuthology.orchestra.run.smithi175.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-09-17T01:39:18.683 INFO:teuthology.orchestra.run.smithi175.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-09-17T01:39:18.683 INFO:teuthology.orchestra.run.smithi175.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-09-17T01:39:18.683 INFO:teuthology.orchestra.run.smithi175.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-09-17T01:39:18.687 INFO:teuthology.orchestra.run.smithi107.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-09-17T01:39:18.688 INFO:teuthology.orchestra.run.smithi107.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-09-17T01:39:18.689 INFO:teuthology.orchestra.run.smithi107.stdout:Get:73 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.1.1-330-gc2ddf972-1jammy [67.8 kB] 2024-09-17T01:39:18.691 INFO:teuthology.orchestra.run.smithi107.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-09-17T01:39:18.696 INFO:teuthology.orchestra.run.smithi175.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-09-17T01:39:18.697 INFO:teuthology.orchestra.run.smithi175.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-09-17T01:39:18.700 INFO:teuthology.orchestra.run.smithi175.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-09-17T01:39:18.704 INFO:teuthology.orchestra.run.smithi107.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-09-17T01:39:18.705 INFO:teuthology.orchestra.run.smithi107.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-09-17T01:39:18.706 INFO:teuthology.orchestra.run.smithi107.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-09-17T01:39:18.709 INFO:teuthology.orchestra.run.smithi107.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-09-17T01:39:18.711 INFO:teuthology.orchestra.run.smithi107.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-09-17T01:39:18.711 INFO:teuthology.orchestra.run.smithi107.stdout:Get:80 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.1.1-330-gc2ddf972-1jammy [333 kB] 2024-09-17T01:39:18.712 INFO:teuthology.orchestra.run.smithi107.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-09-17T01:39:18.713 INFO:teuthology.orchestra.run.smithi107.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2024-09-17T01:39:18.713 INFO:teuthology.orchestra.run.smithi175.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-09-17T01:39:18.715 INFO:teuthology.orchestra.run.smithi175.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-09-17T01:39:18.715 INFO:teuthology.orchestra.run.smithi175.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-09-17T01:39:18.718 INFO:teuthology.orchestra.run.smithi175.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-09-17T01:39:18.719 INFO:teuthology.orchestra.run.smithi107.stdout:Get:83 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.1.1-330-gc2ddf972-1jammy [6,875 kB] 2024-09-17T01:39:18.721 INFO:teuthology.orchestra.run.smithi175.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-09-17T01:39:18.721 INFO:teuthology.orchestra.run.smithi107.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-09-17T01:39:18.721 INFO:teuthology.orchestra.run.smithi175.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-09-17T01:39:18.722 INFO:teuthology.orchestra.run.smithi107.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-09-17T01:39:18.722 INFO:teuthology.orchestra.run.smithi175.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2024-09-17T01:39:18.725 INFO:teuthology.orchestra.run.smithi107.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-09-17T01:39:18.730 INFO:teuthology.orchestra.run.smithi175.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-09-17T01:39:18.731 INFO:teuthology.orchestra.run.smithi175.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-09-17T01:39:18.733 INFO:teuthology.orchestra.run.smithi175.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-09-17T01:39:18.738 INFO:teuthology.orchestra.run.smithi107.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-09-17T01:39:18.739 INFO:teuthology.orchestra.run.smithi107.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-09-17T01:39:18.739 INFO:teuthology.orchestra.run.smithi107.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-09-17T01:39:18.740 INFO:teuthology.orchestra.run.smithi107.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-09-17T01:39:18.741 INFO:teuthology.orchestra.run.smithi107.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-09-17T01:39:18.747 INFO:teuthology.orchestra.run.smithi107.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-09-17T01:39:18.747 INFO:teuthology.orchestra.run.smithi107.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-09-17T01:39:18.748 INFO:teuthology.orchestra.run.smithi175.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-09-17T01:39:18.748 INFO:teuthology.orchestra.run.smithi175.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-09-17T01:39:18.748 INFO:teuthology.orchestra.run.smithi175.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-09-17T01:39:18.750 INFO:teuthology.orchestra.run.smithi175.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-09-17T01:39:18.750 INFO:teuthology.orchestra.run.smithi175.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-09-17T01:39:18.755 INFO:teuthology.orchestra.run.smithi107.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-09-17T01:39:18.756 INFO:teuthology.orchestra.run.smithi175.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-09-17T01:39:18.756 INFO:teuthology.orchestra.run.smithi175.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-09-17T01:39:18.757 INFO:teuthology.orchestra.run.smithi107.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-09-17T01:39:18.757 INFO:teuthology.orchestra.run.smithi107.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-09-17T01:39:18.764 INFO:teuthology.orchestra.run.smithi175.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-09-17T01:39:18.766 INFO:teuthology.orchestra.run.smithi175.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-09-17T01:39:18.767 INFO:teuthology.orchestra.run.smithi175.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-09-17T01:39:18.850 INFO:teuthology.orchestra.run.smithi107.stdout:Get:97 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.1.1-330-gc2ddf972-1jammy [112 kB] 2024-09-17T01:39:18.857 INFO:teuthology.orchestra.run.smithi107.stdout:Get:98 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.1.1-330-gc2ddf972-1jammy [472 kB] 2024-09-17T01:39:18.875 INFO:teuthology.orchestra.run.smithi107.stdout:Get:99 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.1.1-330-gc2ddf972-1jammy [25.9 MB] 2024-09-17T01:39:18.970 INFO:teuthology.orchestra.run.smithi131.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-09-17T01:39:18.983 INFO:teuthology.orchestra.run.smithi131.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-09-17T01:39:19.000 INFO:teuthology.orchestra.run.smithi131.stdout:Get:5 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.1.1-330-gc2ddf972-1jammy [3,242 kB] 2024-09-17T01:39:19.064 INFO:teuthology.orchestra.run.smithi131.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-09-17T01:39:19.171 INFO:teuthology.orchestra.run.smithi131.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.1.1-330-gc2ddf972-1jammy [719 kB] 2024-09-17T01:39:19.207 INFO:teuthology.orchestra.run.smithi131.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.1.1-330-gc2ddf972-1jammy [356 kB] 2024-09-17T01:39:19.217 INFO:teuthology.orchestra.run.smithi131.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.1.1-330-gc2ddf972-1jammy [32.8 kB] 2024-09-17T01:39:19.217 INFO:teuthology.orchestra.run.smithi131.stdout:Get:10 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.1.1-330-gc2ddf972-1jammy [180 kB] 2024-09-17T01:39:19.230 INFO:teuthology.orchestra.run.smithi131.stdout:Get:11 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.1.1-330-gc2ddf972-1jammy [67.8 kB] 2024-09-17T01:39:19.231 INFO:teuthology.orchestra.run.smithi131.stdout:Get:12 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.1.1-330-gc2ddf972-1jammy [333 kB] 2024-09-17T01:39:19.238 INFO:teuthology.orchestra.run.smithi131.stdout:Get:13 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.1.1-330-gc2ddf972-1jammy [6,875 kB] 2024-09-17T01:39:19.293 INFO:teuthology.orchestra.run.smithi131.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-09-17T01:39:19.308 INFO:teuthology.orchestra.run.smithi131.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-09-17T01:39:19.336 INFO:teuthology.orchestra.run.smithi131.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-09-17T01:39:19.345 INFO:teuthology.orchestra.run.smithi131.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-09-17T01:39:19.346 INFO:teuthology.orchestra.run.smithi131.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-09-17T01:39:19.347 INFO:teuthology.orchestra.run.smithi131.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-09-17T01:39:19.365 INFO:teuthology.orchestra.run.smithi131.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-09-17T01:39:19.369 INFO:teuthology.orchestra.run.smithi131.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-09-17T01:39:19.373 INFO:teuthology.orchestra.run.smithi131.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-09-17T01:39:19.375 INFO:teuthology.orchestra.run.smithi131.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-09-17T01:39:19.456 INFO:teuthology.orchestra.run.smithi131.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-09-17T01:39:19.460 INFO:teuthology.orchestra.run.smithi131.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-09-17T01:39:19.464 INFO:teuthology.orchestra.run.smithi131.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-09-17T01:39:19.468 INFO:teuthology.orchestra.run.smithi131.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-09-17T01:39:19.468 INFO:teuthology.orchestra.run.smithi131.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-09-17T01:39:19.469 INFO:teuthology.orchestra.run.smithi131.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-09-17T01:39:19.471 INFO:teuthology.orchestra.run.smithi131.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-09-17T01:39:19.538 INFO:teuthology.orchestra.run.smithi131.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-09-17T01:39:19.538 INFO:teuthology.orchestra.run.smithi131.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-09-17T01:39:19.539 INFO:teuthology.orchestra.run.smithi131.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-09-17T01:39:19.609 INFO:teuthology.orchestra.run.smithi175.stdout:Get:89 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.1.1-330-gc2ddf972-1jammy [3,242 kB] 2024-09-17T01:39:19.619 INFO:teuthology.orchestra.run.smithi131.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-09-17T01:39:19.619 INFO:teuthology.orchestra.run.smithi131.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-09-17T01:39:19.620 INFO:teuthology.orchestra.run.smithi131.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-09-17T01:39:19.626 INFO:teuthology.orchestra.run.smithi131.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-09-17T01:39:19.627 INFO:teuthology.orchestra.run.smithi131.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-09-17T01:39:19.628 INFO:teuthology.orchestra.run.smithi131.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-09-17T01:39:19.629 INFO:teuthology.orchestra.run.smithi131.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-09-17T01:39:19.643 INFO:teuthology.orchestra.run.smithi107.stdout:Get:100 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.1.1-330-gc2ddf972-1jammy [5,145 kB] 2024-09-17T01:39:19.693 INFO:teuthology.orchestra.run.smithi131.stdout:Get:41 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.1.1-330-gc2ddf972-1jammy [112 kB] 2024-09-17T01:39:19.695 INFO:teuthology.orchestra.run.smithi131.stdout:Get:42 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.1.1-330-gc2ddf972-1jammy [472 kB] 2024-09-17T01:39:19.700 INFO:teuthology.orchestra.run.smithi131.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-09-17T01:39:19.701 INFO:teuthology.orchestra.run.smithi131.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-09-17T01:39:19.701 INFO:teuthology.orchestra.run.smithi131.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-webob all 1:1.8.6-1.1ubuntu0.1 [86.7 kB] 2024-09-17T01:39:19.716 INFO:teuthology.orchestra.run.smithi107.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.1.1-330-gc2ddf972-1jammy [245 kB] 2024-09-17T01:39:19.718 INFO:teuthology.orchestra.run.smithi107.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.1.1-330-gc2ddf972-1jammy [124 kB] 2024-09-17T01:39:19.723 INFO:teuthology.orchestra.run.smithi131.stdout:Get:46 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.1.1-330-gc2ddf972-1jammy [25.9 MB] 2024-09-17T01:39:19.724 INFO:teuthology.orchestra.run.smithi107.stdout:Get:103 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.1.1-330-gc2ddf972-1jammy [1,555 kB] 2024-09-17T01:39:19.754 INFO:teuthology.orchestra.run.smithi107.stdout:Get:104 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.1.1-330-gc2ddf972-1jammy [6,143 kB] 2024-09-17T01:39:19.781 INFO:teuthology.orchestra.run.smithi131.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-09-17T01:39:19.783 INFO:teuthology.orchestra.run.smithi131.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-09-17T01:39:19.783 INFO:teuthology.orchestra.run.smithi131.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-09-17T01:39:19.794 INFO:teuthology.orchestra.run.smithi131.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-09-17T01:39:19.795 INFO:teuthology.orchestra.run.smithi131.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-09-17T01:39:19.796 INFO:teuthology.orchestra.run.smithi131.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-09-17T01:39:19.797 INFO:teuthology.orchestra.run.smithi131.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-09-17T01:39:19.863 INFO:teuthology.orchestra.run.smithi131.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-09-17T01:39:19.866 INFO:teuthology.orchestra.run.smithi131.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-09-17T01:39:19.868 INFO:teuthology.orchestra.run.smithi131.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-09-17T01:39:19.903 INFO:teuthology.orchestra.run.smithi107.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.1.1-330-gc2ddf972-1jammy [22.8 MB] 2024-09-17T01:39:19.944 INFO:teuthology.orchestra.run.smithi131.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-09-17T01:39:19.945 INFO:teuthology.orchestra.run.smithi131.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.2 [181 kB] 2024-09-17T01:39:19.950 INFO:teuthology.orchestra.run.smithi131.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-09-17T01:39:19.951 INFO:teuthology.orchestra.run.smithi131.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-09-17T01:39:19.952 INFO:teuthology.orchestra.run.smithi131.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-09-17T01:39:19.957 INFO:teuthology.orchestra.run.smithi131.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-09-17T01:39:19.987 INFO:teuthology.orchestra.run.smithi175.stdout:Get:90 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.1.1-330-gc2ddf972-1jammy [719 kB] 2024-09-17T01:39:20.119 INFO:teuthology.orchestra.run.smithi131.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-09-17T01:39:20.120 INFO:teuthology.orchestra.run.smithi131.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-09-17T01:39:20.123 INFO:teuthology.orchestra.run.smithi131.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-09-17T01:39:20.123 INFO:teuthology.orchestra.run.smithi131.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-09-17T01:39:20.126 INFO:teuthology.orchestra.run.smithi131.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-09-17T01:39:20.134 INFO:teuthology.orchestra.run.smithi175.stdout:Get:91 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.1.1-330-gc2ddf972-1jammy [356 kB] 2024-09-17T01:39:20.141 INFO:teuthology.orchestra.run.smithi175.stdout:Get:92 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.1.1-330-gc2ddf972-1jammy [32.8 kB] 2024-09-17T01:39:20.143 INFO:teuthology.orchestra.run.smithi175.stdout:Get:93 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.1.1-330-gc2ddf972-1jammy [180 kB] 2024-09-17T01:39:20.191 INFO:teuthology.orchestra.run.smithi131.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-09-17T01:39:20.194 INFO:teuthology.orchestra.run.smithi131.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-09-17T01:39:20.194 INFO:teuthology.orchestra.run.smithi131.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-09-17T01:39:20.214 INFO:teuthology.orchestra.run.smithi175.stdout:Get:94 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.1.1-330-gc2ddf972-1jammy [67.8 kB] 2024-09-17T01:39:20.223 INFO:teuthology.orchestra.run.smithi131.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-09-17T01:39:20.224 INFO:teuthology.orchestra.run.smithi131.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-09-17T01:39:20.285 INFO:teuthology.orchestra.run.smithi131.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-09-17T01:39:20.286 INFO:teuthology.orchestra.run.smithi131.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-09-17T01:39:20.286 INFO:teuthology.orchestra.run.smithi131.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-09-17T01:39:20.288 INFO:teuthology.orchestra.run.smithi131.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-09-17T01:39:20.288 INFO:teuthology.orchestra.run.smithi131.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-09-17T01:39:20.289 INFO:teuthology.orchestra.run.smithi131.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-09-17T01:39:20.295 INFO:teuthology.orchestra.run.smithi131.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-09-17T01:39:20.300 INFO:teuthology.orchestra.run.smithi175.stdout:Get:95 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.1.1-330-gc2ddf972-1jammy [333 kB] 2024-09-17T01:39:20.307 INFO:teuthology.orchestra.run.smithi175.stdout:Get:96 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.1.1-330-gc2ddf972-1jammy [6,875 kB] 2024-09-17T01:39:20.366 INFO:teuthology.orchestra.run.smithi131.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-09-17T01:39:20.369 INFO:teuthology.orchestra.run.smithi131.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-09-17T01:39:20.371 INFO:teuthology.orchestra.run.smithi131.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-09-17T01:39:20.448 INFO:teuthology.orchestra.run.smithi131.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-09-17T01:39:20.454 INFO:teuthology.orchestra.run.smithi131.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-09-17T01:39:20.456 INFO:teuthology.orchestra.run.smithi131.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-09-17T01:39:20.457 INFO:teuthology.orchestra.run.smithi131.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2024-09-17T01:39:20.468 INFO:teuthology.orchestra.run.smithi131.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-09-17T01:39:20.470 INFO:teuthology.orchestra.run.smithi131.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-09-17T01:39:20.478 INFO:teuthology.orchestra.run.smithi131.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-09-17T01:39:20.529 INFO:teuthology.orchestra.run.smithi131.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-09-17T01:39:20.530 INFO:teuthology.orchestra.run.smithi131.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-09-17T01:39:20.531 INFO:teuthology.orchestra.run.smithi131.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-09-17T01:39:20.610 INFO:teuthology.orchestra.run.smithi131.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-09-17T01:39:20.612 INFO:teuthology.orchestra.run.smithi131.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-09-17T01:39:20.618 INFO:teuthology.orchestra.run.smithi107.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.1.1-330-gc2ddf972-1jammy [14.1 kB] 2024-09-17T01:39:20.619 INFO:teuthology.orchestra.run.smithi107.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.1.1-330-gc2ddf972-1jammy [877 kB] 2024-09-17T01:39:20.629 INFO:teuthology.orchestra.run.smithi131.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-09-17T01:39:20.630 INFO:teuthology.orchestra.run.smithi131.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-09-17T01:39:20.631 INFO:teuthology.orchestra.run.smithi131.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-09-17T01:39:20.635 INFO:teuthology.orchestra.run.smithi107.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.1.1-330-gc2ddf972-1jammy [2,462 kB] 2024-09-17T01:39:20.636 INFO:teuthology.orchestra.run.smithi131.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-09-17T01:39:20.637 INFO:teuthology.orchestra.run.smithi131.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-09-17T01:39:20.677 INFO:teuthology.orchestra.run.smithi107.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.1.1-330-gc2ddf972-1jammy [794 kB] 2024-09-17T01:39:20.687 INFO:teuthology.orchestra.run.smithi107.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.1.1-330-gc2ddf972-1jammy [152 kB] 2024-09-17T01:39:20.688 INFO:teuthology.orchestra.run.smithi107.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.1.1-330-gc2ddf972-1jammy [2,275 kB] 2024-09-17T01:39:20.735 INFO:teuthology.orchestra.run.smithi107.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.1.1-330-gc2ddf972-1jammy [8,625 kB] 2024-09-17T01:39:20.960 INFO:teuthology.orchestra.run.smithi107.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.1.1-330-gc2ddf972-1jammy [14.2 kB] 2024-09-17T01:39:20.961 INFO:teuthology.orchestra.run.smithi107.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.1.1-330-gc2ddf972-1jammy [51.4 MB] 2024-09-17T01:39:21.110 INFO:teuthology.orchestra.run.smithi175.stdout:Get:97 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.1.1-330-gc2ddf972-1jammy [112 kB] 2024-09-17T01:39:21.112 INFO:teuthology.orchestra.run.smithi175.stdout:Get:98 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.1.1-330-gc2ddf972-1jammy [472 kB] 2024-09-17T01:39:21.175 INFO:teuthology.orchestra.run.smithi175.stdout:Get:99 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.1.1-330-gc2ddf972-1jammy [25.9 MB] 2024-09-17T01:39:21.403 INFO:teuthology.orchestra.run.smithi131.stdout:Get:100 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.1.1-330-gc2ddf972-1jammy [5,145 kB] 2024-09-17T01:39:21.667 INFO:teuthology.orchestra.run.smithi131.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.1.1-330-gc2ddf972-1jammy [245 kB] 2024-09-17T01:39:21.691 INFO:teuthology.orchestra.run.smithi131.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.1.1-330-gc2ddf972-1jammy [124 kB] 2024-09-17T01:39:21.695 INFO:teuthology.orchestra.run.smithi131.stdout:Get:103 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.1.1-330-gc2ddf972-1jammy [1,555 kB] 2024-09-17T01:39:21.774 INFO:teuthology.orchestra.run.smithi131.stdout:Get:104 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.1.1-330-gc2ddf972-1jammy [6,143 kB] 2024-09-17T01:39:22.185 INFO:teuthology.orchestra.run.smithi131.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.1.1-330-gc2ddf972-1jammy [22.8 MB] 2024-09-17T01:39:22.539 INFO:teuthology.orchestra.run.smithi107.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.1.1-330-gc2ddf972-1jammy [130 kB] 2024-09-17T01:39:22.541 INFO:teuthology.orchestra.run.smithi107.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.1.1-330-gc2ddf972-1jammy [39.0 kB] 2024-09-17T01:39:22.542 INFO:teuthology.orchestra.run.smithi107.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.1.1-330-gc2ddf972-1jammy [13.6 MB] 2024-09-17T01:39:22.843 INFO:teuthology.orchestra.run.smithi107.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.1.1-330-gc2ddf972-1jammy [91.4 kB] 2024-09-17T01:39:23.128 INFO:teuthology.orchestra.run.smithi131.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.1.1-330-gc2ddf972-1jammy [14.1 kB] 2024-09-17T01:39:23.129 INFO:teuthology.orchestra.run.smithi131.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.1.1-330-gc2ddf972-1jammy [877 kB] 2024-09-17T01:39:23.146 INFO:teuthology.orchestra.run.smithi131.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.1.1-330-gc2ddf972-1jammy [2,462 kB] 2024-09-17T01:39:23.188 INFO:teuthology.orchestra.run.smithi131.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.1.1-330-gc2ddf972-1jammy [794 kB] 2024-09-17T01:39:23.197 INFO:teuthology.orchestra.run.smithi131.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.1.1-330-gc2ddf972-1jammy [152 kB] 2024-09-17T01:39:23.199 INFO:teuthology.orchestra.run.smithi131.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.1.1-330-gc2ddf972-1jammy [2,275 kB] 2024-09-17T01:39:23.237 INFO:teuthology.orchestra.run.smithi131.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.1.1-330-gc2ddf972-1jammy [8,625 kB] 2024-09-17T01:39:23.412 INFO:teuthology.orchestra.run.smithi107.stdout:Fetched 181 MB in 5s (38.6 MB/s) 2024-09-17T01:39:23.443 INFO:teuthology.orchestra.run.smithi131.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.1.1-330-gc2ddf972-1jammy [14.2 kB] 2024-09-17T01:39:23.444 INFO:teuthology.orchestra.run.smithi131.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.1.1-330-gc2ddf972-1jammy [51.4 MB] 2024-09-17T01:39:23.465 INFO:teuthology.orchestra.run.smithi175.stdout:Get:100 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.1.1-330-gc2ddf972-1jammy [5,145 kB] 2024-09-17T01:39:23.573 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-09-17T01:39:23.674 INFO:teuthology.orchestra.run.smithi107.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165990 files and directories currently installed.) 2024-09-17T01:39:23.679 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-09-17T01:39:23.694 INFO:teuthology.orchestra.run.smithi175.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.1.1-330-gc2ddf972-1jammy [245 kB] 2024-09-17T01:39:23.699 INFO:teuthology.orchestra.run.smithi175.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.1.1-330-gc2ddf972-1jammy [124 kB] 2024-09-17T01:39:23.702 INFO:teuthology.orchestra.run.smithi175.stdout:Get:103 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.1.1-330-gc2ddf972-1jammy [1,555 kB] 2024-09-17T01:39:23.764 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-17T01:39:23.786 INFO:teuthology.orchestra.run.smithi175.stdout:Get:104 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.1.1-330-gc2ddf972-1jammy [6,143 kB] 2024-09-17T01:39:24.092 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-09-17T01:39:24.107 INFO:teuthology.orchestra.run.smithi175.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.1.1-330-gc2ddf972-1jammy [22.8 MB] 2024-09-17T01:39:24.118 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-09-17T01:39:24.159 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-17T01:39:24.503 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-09-17T01:39:24.530 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-09-17T01:39:24.579 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-17T01:39:25.124 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-09-17T01:39:25.126 INFO:teuthology.orchestra.run.smithi131.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.1.1-330-gc2ddf972-1jammy [130 kB] 2024-09-17T01:39:25.128 INFO:teuthology.orchestra.run.smithi131.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.1.1-330-gc2ddf972-1jammy [39.0 kB] 2024-09-17T01:39:25.130 INFO:teuthology.orchestra.run.smithi131.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.1.1-330-gc2ddf972-1jammy [13.6 MB] 2024-09-17T01:39:25.150 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-17T01:39:25.207 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-17T01:39:25.209 INFO:teuthology.orchestra.run.smithi175.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.1.1-330-gc2ddf972-1jammy [14.1 kB] 2024-09-17T01:39:25.211 INFO:teuthology.orchestra.run.smithi175.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.1.1-330-gc2ddf972-1jammy [877 kB] 2024-09-17T01:39:25.227 INFO:teuthology.orchestra.run.smithi175.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.1.1-330-gc2ddf972-1jammy [2,462 kB] 2024-09-17T01:39:25.323 INFO:teuthology.orchestra.run.smithi175.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.1.1-330-gc2ddf972-1jammy [794 kB] 2024-09-17T01:39:25.355 INFO:teuthology.orchestra.run.smithi175.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.1.1-330-gc2ddf972-1jammy [152 kB] 2024-09-17T01:39:25.369 INFO:teuthology.orchestra.run.smithi175.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.1.1-330-gc2ddf972-1jammy [2,275 kB] 2024-09-17T01:39:25.370 INFO:teuthology.orchestra.run.smithi131.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.1.1-330-gc2ddf972-1jammy [91.4 kB] 2024-09-17T01:39:25.450 INFO:teuthology.orchestra.run.smithi175.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.1.1-330-gc2ddf972-1jammy [8,625 kB] 2024-09-17T01:39:25.636 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-09-17T01:39:25.662 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-17T01:39:25.702 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-17T01:39:25.752 INFO:teuthology.orchestra.run.smithi175.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.1.1-330-gc2ddf972-1jammy [14.2 kB] 2024-09-17T01:39:25.753 INFO:teuthology.orchestra.run.smithi175.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.1.1-330-gc2ddf972-1jammy [51.4 MB] 2024-09-17T01:39:25.941 INFO:teuthology.orchestra.run.smithi131.stdout:Fetched 181 MB in 7s (25.8 MB/s) 2024-09-17T01:39:26.092 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-09-17T01:39:26.097 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-09-17T01:39:26.123 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-17T01:39:26.172 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-17T01:39:26.191 INFO:teuthology.orchestra.run.smithi131.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165990 files and directories currently installed.) 2024-09-17T01:39:26.197 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-09-17T01:39:26.274 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-17T01:39:26.594 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-09-17T01:39:26.621 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-09-17T01:39:26.661 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-17T01:39:26.709 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-09-17T01:39:26.735 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-09-17T01:39:26.784 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-17T01:39:27.006 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-09-17T01:39:27.032 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-09-17T01:39:27.072 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-17T01:39:27.128 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package librados2. 2024-09-17T01:39:27.155 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../007-librados2_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:27.195 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking librados2 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:27.476 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-09-17T01:39:27.503 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-17T01:39:27.543 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-17T01:39:27.690 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package librbd1. 2024-09-17T01:39:27.716 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../008-librbd1_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:27.764 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking librbd1 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:27.845 INFO:teuthology.orchestra.run.smithi175.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.1.1-330-gc2ddf972-1jammy [130 kB] 2024-09-17T01:39:27.847 INFO:teuthology.orchestra.run.smithi175.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.1.1-330-gc2ddf972-1jammy [39.0 kB] 2024-09-17T01:39:27.848 INFO:teuthology.orchestra.run.smithi175.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.1.1-330-gc2ddf972-1jammy [13.6 MB] 2024-09-17T01:39:27.938 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-09-17T01:39:27.964 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-17T01:39:28.004 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-17T01:39:28.252 INFO:teuthology.orchestra.run.smithi175.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.1.1-330-gc2ddf972-1jammy [91.4 kB] 2024-09-17T01:39:28.284 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package libcephfs2. 2024-09-17T01:39:28.310 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../009-libcephfs2_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:28.359 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking libcephfs2 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:28.374 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-09-17T01:39:28.401 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-17T01:39:28.441 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-17T01:39:28.678 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-rados. 2024-09-17T01:39:28.705 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../010-python3-rados_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:28.753 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-09-17T01:39:28.753 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-rados (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:28.778 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-09-17T01:39:28.811 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-17T01:39:28.825 INFO:teuthology.orchestra.run.smithi175.stdout:Fetched 181 MB in 10s (17.9 MB/s) 2024-09-17T01:39:28.985 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-09-17T01:39:29.080 INFO:teuthology.orchestra.run.smithi175.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165990 files and directories currently installed.) 2024-09-17T01:39:29.081 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-09-17T01:39:29.085 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-09-17T01:39:29.107 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.1.1-330-gc2ddf972-1jammy_all.deb ... 2024-09-17T01:39:29.114 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package librados2. 2024-09-17T01:39:29.140 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../007-librados2_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:29.148 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-ceph-argparse (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:29.166 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-17T01:39:29.180 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking librados2 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:29.434 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-cephfs. 2024-09-17T01:39:29.453 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../012-python3-cephfs_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:29.500 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-cephfs (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:29.503 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-09-17T01:39:29.529 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-09-17T01:39:29.570 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-17T01:39:29.642 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package librbd1. 2024-09-17T01:39:29.668 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../008-librbd1_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:29.709 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking librbd1 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:29.848 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-09-17T01:39:29.872 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-09-17T01:39:29.878 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-ceph-common. 2024-09-17T01:39:29.905 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../013-python3-ceph-common_19.1.1-330-gc2ddf972-1jammy_all.deb ... 2024-09-17T01:39:29.914 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-17T01:39:29.954 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-ceph-common (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:30.128 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package libcephfs2. 2024-09-17T01:39:30.155 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../009-libcephfs2_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:30.186 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking libcephfs2 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:30.365 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-wcwidth. 2024-09-17T01:39:30.367 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-09-17T01:39:30.391 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-09-17T01:39:30.393 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-17T01:39:30.432 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-17T01:39:30.442 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-17T01:39:30.455 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-rados. 2024-09-17T01:39:30.473 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../010-python3-rados_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:30.514 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-rados (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:30.751 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-prettytable. 2024-09-17T01:39:30.777 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-09-17T01:39:30.812 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-09-17T01:39:30.818 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-09-17T01:39:30.838 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-17T01:39:30.842 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-09-17T01:39:30.868 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.1.1-330-gc2ddf972-1jammy_all.deb ... 2024-09-17T01:39:30.881 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-17T01:39:30.909 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-ceph-argparse (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:31.121 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-rbd. 2024-09-17T01:39:31.147 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../016-python3-rbd_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:31.195 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-cephfs. 2024-09-17T01:39:31.196 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-rbd (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:31.207 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-09-17T01:39:31.221 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../012-python3-cephfs_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:31.233 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-17T01:39:31.261 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-cephfs (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:31.273 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-17T01:39:31.564 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-ceph-common. 2024-09-17T01:39:31.590 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../013-python3-ceph-common_19.1.1-330-gc2ddf972-1jammy_all.deb ... 2024-09-17T01:39:31.617 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-09-17T01:39:31.631 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-ceph-common (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:31.642 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-09-17T01:39:31.690 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-17T01:39:31.859 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-09-17T01:39:31.883 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-09-17T01:39:31.926 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-17T01:39:31.926 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-wcwidth. 2024-09-17T01:39:31.952 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-09-17T01:39:31.968 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-09-17T01:39:31.984 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-17T01:39:31.994 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-09-17T01:39:32.035 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-09-17T01:39:32.262 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package librados2. 2024-09-17T01:39:32.288 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../007-librados2_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:32.312 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-prettytable. 2024-09-17T01:39:32.329 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking librados2 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:32.338 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-09-17T01:39:32.372 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-09-17T01:39:32.379 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-09-17T01:39:32.398 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-09-17T01:39:32.446 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-17T01:39:32.640 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-rbd. 2024-09-17T01:39:32.655 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../016-python3-rbd_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:32.698 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-rbd (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:32.790 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package librbd1. 2024-09-17T01:39:32.816 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../008-librbd1_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:32.850 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package lua5.1. 2024-09-17T01:39:32.856 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking librbd1 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:32.876 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-09-17T01:39:32.924 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-09-17T01:39:33.018 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-09-17T01:39:33.044 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-09-17T01:39:33.085 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-17T01:39:33.253 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package lua-any. 2024-09-17T01:39:33.259 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package libcephfs2. 2024-09-17T01:39:33.274 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../009-libcephfs2_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:33.279 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-09-17T01:39:33.309 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking libcephfs2 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:33.319 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking lua-any (27ubuntu1) ... 2024-09-17T01:39:33.337 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-09-17T01:39:33.364 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-09-17T01:39:33.395 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-09-17T01:39:33.570 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-rados. 2024-09-17T01:39:33.596 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../010-python3-rados_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:33.597 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package zip. 2024-09-17T01:39:33.623 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-09-17T01:39:33.636 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-rados (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:33.672 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking zip (3.0-12build2) ... 2024-09-17T01:39:33.674 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-09-17T01:39:33.689 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-09-17T01:39:33.740 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-17T01:39:33.939 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-09-17T01:39:33.965 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.1.1-330-gc2ddf972-1jammy_all.deb ... 2024-09-17T01:39:34.005 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-ceph-argparse (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:34.051 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package unzip. 2024-09-17T01:39:34.077 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-09-17T01:39:34.102 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package lua5.1. 2024-09-17T01:39:34.125 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-09-17T01:39:34.129 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-09-17T01:39:34.169 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-09-17T01:39:34.258 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-cephfs. 2024-09-17T01:39:34.281 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../012-python3-cephfs_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:34.325 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-cephfs (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:34.472 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package lua-any. 2024-09-17T01:39:34.487 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-09-17T01:39:34.522 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking lua-any (27ubuntu1) ... 2024-09-17T01:39:34.556 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package luarocks. 2024-09-17T01:39:34.581 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-09-17T01:39:34.602 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-ceph-common. 2024-09-17T01:39:34.621 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-09-17T01:39:34.628 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../013-python3-ceph-common_19.1.1-330-gc2ddf972-1jammy_all.deb ... 2024-09-17T01:39:34.677 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-ceph-common (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:34.724 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package zip. 2024-09-17T01:39:34.740 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-09-17T01:39:34.783 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking zip (3.0-12build2) ... 2024-09-17T01:39:34.963 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-wcwidth. 2024-09-17T01:39:34.990 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-09-17T01:39:35.022 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-17T01:39:35.046 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package librgw2. 2024-09-17T01:39:35.073 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../025-librgw2_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:35.111 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package unzip. 2024-09-17T01:39:35.121 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking librgw2 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:35.137 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-09-17T01:39:35.178 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-09-17T01:39:35.349 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-prettytable. 2024-09-17T01:39:35.376 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-09-17T01:39:35.416 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-09-17T01:39:35.573 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package luarocks. 2024-09-17T01:39:35.600 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-09-17T01:39:35.632 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-rgw. 2024-09-17T01:39:35.640 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-09-17T01:39:35.659 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../026-python3-rgw_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:35.698 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-rgw (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:35.718 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-rbd. 2024-09-17T01:39:35.733 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../016-python3-rbd_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:35.776 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-rbd (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:36.015 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package librgw2. 2024-09-17T01:39:36.035 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package liboath0:amd64. 2024-09-17T01:39:36.042 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../025-librgw2_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:36.062 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-09-17T01:39:36.081 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking librgw2 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:36.101 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-09-17T01:39:36.121 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-09-17T01:39:36.148 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-09-17T01:39:36.188 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-17T01:39:36.432 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-09-17T01:39:36.447 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-09-17T01:39:36.481 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-09-17T01:39:36.755 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package libradosstriper1. 2024-09-17T01:39:36.781 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../028-libradosstriper1_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:36.830 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking libradosstriper1 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:36.924 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-09-17T01:39:36.950 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-09-17T01:39:36.993 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-17T01:39:37.203 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-rgw. 2024-09-17T01:39:37.230 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../026-python3-rgw_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:37.270 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-rgw (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:37.313 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package lua5.1. 2024-09-17T01:39:37.339 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-09-17T01:39:37.367 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package ceph-common. 2024-09-17T01:39:37.379 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-09-17T01:39:37.393 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../029-ceph-common_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:37.441 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking ceph-common (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:37.615 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package liboath0:amd64. 2024-09-17T01:39:37.642 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-09-17T01:39:37.673 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package lua-any. 2024-09-17T01:39:37.681 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-09-17T01:39:37.696 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-09-17T01:39:37.732 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking lua-any (27ubuntu1) ... 2024-09-17T01:39:37.951 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package zip. 2024-09-17T01:39:37.966 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-09-17T01:39:38.009 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking zip (3.0-12build2) ... 2024-09-17T01:39:38.018 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package libradosstriper1. 2024-09-17T01:39:38.045 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../028-libradosstriper1_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:38.093 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking libradosstriper1 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:38.346 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package unzip. 2024-09-17T01:39:38.372 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-09-17T01:39:38.404 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-09-17T01:39:38.421 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package ceph-common. 2024-09-17T01:39:38.437 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../029-ceph-common_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:38.479 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking ceph-common (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:38.808 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package luarocks. 2024-09-17T01:39:38.834 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-09-17T01:39:38.874 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-09-17T01:39:38.897 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package ceph-base. 2024-09-17T01:39:38.923 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../030-ceph-base_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:38.973 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking ceph-base (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:39.248 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package librgw2. 2024-09-17T01:39:39.276 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../025-librgw2_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:39.315 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking librgw2 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:39.543 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-09-17T01:39:39.569 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-09-17T01:39:39.610 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-09-17T01:39:39.867 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-rgw. 2024-09-17T01:39:39.894 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../026-python3-rgw_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:39.918 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package ceph-base. 2024-09-17T01:39:39.933 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-rgw (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:39.945 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../030-ceph-base_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:39.979 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-cheroot. 2024-09-17T01:39:39.994 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking ceph-base (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:40.006 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-09-17T01:39:40.054 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-17T01:39:40.261 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package liboath0:amd64. 2024-09-17T01:39:40.288 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-09-17T01:39:40.328 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-09-17T01:39:40.441 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-09-17T01:39:40.467 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-09-17T01:39:40.516 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-09-17T01:39:40.581 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-09-17T01:39:40.608 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-09-17T01:39:40.631 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package libradosstriper1. 2024-09-17T01:39:40.648 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-09-17T01:39:40.657 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../028-libradosstriper1_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:40.697 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking libradosstriper1 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:40.827 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-jaraco.text. 2024-09-17T01:39:40.853 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-09-17T01:39:40.893 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-09-17T01:39:40.943 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-cheroot. 2024-09-17T01:39:40.969 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-09-17T01:39:41.018 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-17T01:39:41.125 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package ceph-common. 2024-09-17T01:39:41.152 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../029-ceph-common_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:41.192 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking ceph-common (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:41.238 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-09-17T01:39:41.265 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-09-17T01:39:41.304 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-09-17T01:39:41.313 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-09-17T01:39:41.319 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-09-17T01:39:41.354 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-09-17T01:39:41.640 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-jaraco.text. 2024-09-17T01:39:41.667 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-09-17T01:39:41.707 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-09-17T01:39:41.883 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-tempora. 2024-09-17T01:39:41.909 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-09-17T01:39:41.958 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-09-17T01:39:42.018 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-09-17T01:39:42.045 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-09-17T01:39:42.103 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-09-17T01:39:42.328 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-portend. 2024-09-17T01:39:42.354 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-09-17T01:39:42.380 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-tempora. 2024-09-17T01:39:42.402 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-09-17T01:39:42.406 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-09-17T01:39:42.438 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-09-17T01:39:42.505 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package ceph-base. 2024-09-17T01:39:42.531 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../030-ceph-base_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:42.572 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking ceph-base (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:42.708 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-portend. 2024-09-17T01:39:42.722 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-09-17T01:39:42.734 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-09-17T01:39:42.749 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-09-17T01:39:42.774 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-09-17T01:39:42.789 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-09-17T01:39:43.077 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-09-17T01:39:43.104 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-09-17T01:39:43.109 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-09-17T01:39:43.125 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-cherrypy3. 2024-09-17T01:39:43.136 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-09-17T01:39:43.144 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-09-17T01:39:43.152 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-09-17T01:39:43.184 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-09-17T01:39:43.200 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-09-17T01:39:43.447 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-cherrypy3. 2024-09-17T01:39:43.474 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-09-17T01:39:43.512 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-cheroot. 2024-09-17T01:39:43.513 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-09-17T01:39:43.538 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-09-17T01:39:43.571 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-natsort. 2024-09-17T01:39:43.578 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-17T01:39:43.597 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-09-17T01:39:43.637 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-09-17T01:39:43.859 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-natsort. 2024-09-17T01:39:43.886 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-09-17T01:39:43.898 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-09-17T01:39:43.925 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-09-17T01:39:43.925 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-09-17T01:39:43.949 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-logutils. 2024-09-17T01:39:43.964 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-09-17T01:39:43.975 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-09-17T01:39:44.015 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-09-17T01:39:44.237 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-logutils. 2024-09-17T01:39:44.264 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-09-17T01:39:44.267 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-jaraco.text. 2024-09-17T01:39:44.276 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-markupsafe. 2024-09-17T01:39:44.294 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-09-17T01:39:44.303 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-09-17T01:39:44.304 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-09-17T01:39:44.334 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-09-17T01:39:44.335 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-09-17T01:39:44.607 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-markupsafe. 2024-09-17T01:39:44.634 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-09-17T01:39:44.645 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-09-17T01:39:44.646 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-mako. 2024-09-17T01:39:44.671 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-09-17T01:39:44.673 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-09-17T01:39:44.673 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-09-17T01:39:44.713 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-17T01:39:44.737 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-09-17T01:39:44.943 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-mako. 2024-09-17T01:39:44.970 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-09-17T01:39:45.027 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-17T01:39:45.049 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-simplegeneric. 2024-09-17T01:39:45.064 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-09-17T01:39:45.081 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-tempora. 2024-09-17T01:39:45.108 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-09-17T01:39:45.108 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-09-17T01:39:45.148 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-09-17T01:39:45.313 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-simplegeneric. 2024-09-17T01:39:45.340 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-09-17T01:39:45.371 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-09-17T01:39:45.394 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-singledispatch. 2024-09-17T01:39:45.409 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-09-17T01:39:45.450 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-portend. 2024-09-17T01:39:45.461 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-09-17T01:39:45.477 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-09-17T01:39:45.517 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-09-17T01:39:45.658 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-singledispatch. 2024-09-17T01:39:45.684 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-09-17T01:39:45.724 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-09-17T01:39:45.739 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-webob. 2024-09-17T01:39:45.765 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2024-09-17T01:39:45.803 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-09-17T01:39:45.805 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-17T01:39:45.830 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-09-17T01:39:45.870 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-09-17T01:39:46.036 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-webob. 2024-09-17T01:39:46.063 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2024-09-17T01:39:46.102 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-17T01:39:46.183 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-waitress. 2024-09-17T01:39:46.206 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-cherrypy3. 2024-09-17T01:39:46.210 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-09-17T01:39:46.232 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-09-17T01:39:46.253 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-17T01:39:46.281 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-09-17T01:39:46.548 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-waitress. 2024-09-17T01:39:46.574 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-09-17T01:39:46.587 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-tempita. 2024-09-17T01:39:46.613 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-09-17T01:39:46.625 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-17T01:39:46.653 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-09-17T01:39:46.659 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-natsort. 2024-09-17T01:39:46.686 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-09-17T01:39:46.726 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-09-17T01:39:46.942 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-paste. 2024-09-17T01:39:46.968 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-09-17T01:39:47.000 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-tempita. 2024-09-17T01:39:47.008 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-09-17T01:39:47.028 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-09-17T01:39:47.075 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-09-17T01:39:47.150 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-logutils. 2024-09-17T01:39:47.176 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-09-17T01:39:47.262 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-09-17T01:39:47.311 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-09-17T01:39:47.337 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-09-17T01:39:47.369 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-09-17T01:39:47.395 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-paste. 2024-09-17T01:39:47.422 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-09-17T01:39:47.462 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-09-17T01:39:47.531 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-markupsafe. 2024-09-17T01:39:47.558 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-09-17T01:39:47.589 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-09-17T01:39:47.639 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-pastedeploy. 2024-09-17T01:39:47.665 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-09-17T01:39:47.705 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-09-17T01:39:47.832 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-09-17T01:39:47.858 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-09-17T01:39:47.884 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-mako. 2024-09-17T01:39:47.907 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-09-17T01:39:47.910 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-09-17T01:39:47.951 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-17T01:39:47.991 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-webtest. 2024-09-17T01:39:48.018 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-09-17T01:39:48.058 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-09-17T01:39:48.218 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-pastedeploy. 2024-09-17T01:39:48.245 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-09-17T01:39:48.279 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-simplegeneric. 2024-09-17T01:39:48.284 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-09-17T01:39:48.306 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-09-17T01:39:48.345 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-09-17T01:39:48.369 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-pecan. 2024-09-17T01:39:48.395 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-09-17T01:39:48.444 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-09-17T01:39:48.588 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-webtest. 2024-09-17T01:39:48.615 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-09-17T01:39:48.648 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-singledispatch. 2024-09-17T01:39:48.654 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-09-17T01:39:48.674 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-09-17T01:39:48.731 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-09-17T01:39:48.815 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-certifi. 2024-09-17T01:39:48.841 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-09-17T01:39:48.881 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-09-17T01:39:48.999 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-pecan. 2024-09-17T01:39:49.000 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-webob. 2024-09-17T01:39:49.026 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-09-17T01:39:49.027 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2024-09-17T01:39:49.067 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-17T01:39:49.074 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-09-17T01:39:49.184 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-idna. 2024-09-17T01:39:49.211 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../055-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-09-17T01:39:49.264 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-09-17T01:39:49.403 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-waitress. 2024-09-17T01:39:49.430 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-09-17T01:39:49.438 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-certifi. 2024-09-17T01:39:49.465 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-17T01:39:49.465 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-09-17T01:39:49.504 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-09-17T01:39:49.545 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-urllib3. 2024-09-17T01:39:49.571 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-09-17T01:39:49.611 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-17T01:39:49.773 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-tempita. 2024-09-17T01:39:49.799 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-09-17T01:39:49.839 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-09-17T01:39:49.841 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-idna. 2024-09-17T01:39:49.867 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../055-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-09-17T01:39:49.907 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-09-17T01:39:49.915 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-requests. 2024-09-17T01:39:49.941 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-09-17T01:39:49.981 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-17T01:39:50.108 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-paste. 2024-09-17T01:39:50.134 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-09-17T01:39:50.167 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-09-17T01:39:50.177 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-urllib3. 2024-09-17T01:39:50.205 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-09-17T01:39:50.235 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-17T01:39:50.292 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-werkzeug. 2024-09-17T01:39:50.320 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-09-17T01:39:50.359 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-17T01:39:50.486 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-09-17T01:39:50.502 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-09-17T01:39:50.539 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-requests. 2024-09-17T01:39:50.545 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-09-17T01:39:50.566 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-09-17T01:39:50.597 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-17T01:39:50.645 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-09-17T01:39:50.660 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.1.1-330-gc2ddf972-1jammy_all.deb ... 2024-09-17T01:39:50.703 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking ceph-mgr-modules-core (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:50.822 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-pastedeploy. 2024-09-17T01:39:50.849 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-09-17T01:39:50.883 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-werkzeug. 2024-09-17T01:39:50.906 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-09-17T01:39:50.910 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-09-17T01:39:50.950 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-17T01:39:51.066 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-09-17T01:39:51.090 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:51.124 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking libsqlite3-mod-ceph (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:51.192 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-webtest. 2024-09-17T01:39:51.219 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-09-17T01:39:51.258 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-09-17T01:39:51.262 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-09-17T01:39:51.289 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.1.1-330-gc2ddf972-1jammy_all.deb ... 2024-09-17T01:39:51.328 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking ceph-mgr-modules-core (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:51.410 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-bcrypt. 2024-09-17T01:39:51.437 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-09-17T01:39:51.477 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-09-17T01:39:51.561 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-pecan. 2024-09-17T01:39:51.588 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-09-17T01:39:51.811 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-09-17T01:39:52.730 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-openssl. 2024-09-17T01:39:52.749 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-certifi. 2024-09-17T01:39:52.757 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-09-17T01:39:52.776 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-09-17T01:39:52.792 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-09-17T01:39:52.796 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-09-17T01:39:52.815 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-09-17T01:39:52.819 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:52.859 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking libsqlite3-mod-ceph (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:53.093 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-idna. 2024-09-17T01:39:53.120 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../055-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-09-17T01:39:53.160 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-09-17T01:39:53.166 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package ceph-mgr. 2024-09-17T01:39:53.178 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-bcrypt. 2024-09-17T01:39:53.193 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../063-ceph-mgr_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:53.205 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-09-17T01:39:53.233 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking ceph-mgr (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:53.245 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-09-17T01:39:53.463 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-urllib3. 2024-09-17T01:39:53.490 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-09-17T01:39:53.514 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-openssl. 2024-09-17T01:39:53.529 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-17T01:39:53.541 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-09-17T01:39:53.581 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-09-17T01:39:53.586 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package ceph-mon. 2024-09-17T01:39:53.613 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../064-ceph-mon_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:53.644 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking ceph-mon (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:53.841 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-requests. 2024-09-17T01:39:53.867 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-09-17T01:39:53.907 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-17T01:39:53.943 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package ceph-mgr. 2024-09-17T01:39:53.969 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../063-ceph-mgr_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:54.009 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking ceph-mgr (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:54.235 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-werkzeug. 2024-09-17T01:39:54.250 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-09-17T01:39:54.255 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package ceph-osd. 2024-09-17T01:39:54.282 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../065-ceph-osd_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:54.293 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-17T01:39:54.322 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking ceph-osd (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:54.446 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package ceph-mon. 2024-09-17T01:39:54.473 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../064-ceph-mon_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:54.512 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking ceph-mon (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:54.596 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-09-17T01:39:54.623 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.1.1-330-gc2ddf972-1jammy_all.deb ... 2024-09-17T01:39:54.663 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking ceph-mgr-modules-core (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:55.009 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-09-17T01:39:55.027 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:55.050 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package ceph-osd. 2024-09-17T01:39:55.059 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking libsqlite3-mod-ceph (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:55.076 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../065-ceph-osd_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:55.116 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking ceph-osd (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:55.362 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-bcrypt. 2024-09-17T01:39:55.388 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-09-17T01:39:55.417 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package ceph. 2024-09-17T01:39:55.428 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-09-17T01:39:55.432 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../066-ceph_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:55.475 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking ceph (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:55.731 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-openssl. 2024-09-17T01:39:55.753 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package ceph-fuse. 2024-09-17T01:39:55.758 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-09-17T01:39:55.779 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../067-ceph-fuse_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:55.797 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-09-17T01:39:55.813 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking ceph-fuse (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:56.142 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package ceph-mgr. 2024-09-17T01:39:56.169 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../063-ceph-mgr_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:56.170 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package ceph. 2024-09-17T01:39:56.172 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package ceph-mds. 2024-09-17T01:39:56.196 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../066-ceph_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:56.199 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../068-ceph-mds_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:56.208 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking ceph-mgr (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:56.236 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking ceph (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:56.247 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking ceph-mds (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:56.536 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package ceph-mon. 2024-09-17T01:39:56.552 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../064-ceph-mon_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:56.555 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package ceph-fuse. 2024-09-17T01:39:56.582 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../067-ceph-fuse_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:56.595 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking ceph-mon (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:56.622 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking ceph-fuse (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:56.660 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package cephadm. 2024-09-17T01:39:56.685 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../069-cephadm_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:56.724 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking cephadm (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:56.951 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package ceph-mds. 2024-09-17T01:39:56.977 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../068-ceph-mds_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:57.008 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking ceph-mds (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:57.231 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package ceph-osd. 2024-09-17T01:39:57.258 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../065-ceph-osd_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:57.277 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-asyncssh. 2024-09-17T01:39:57.298 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking ceph-osd (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:57.304 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-09-17T01:39:57.344 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-09-17T01:39:57.412 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package cephadm. 2024-09-17T01:39:57.439 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../069-cephadm_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:57.479 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking cephadm (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:57.671 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python-babel-localedata. 2024-09-17T01:39:57.686 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-09-17T01:39:57.755 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-17T01:39:57.826 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-asyncssh. 2024-09-17T01:39:57.850 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-09-17T01:39:57.890 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-09-17T01:39:58.226 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python-babel-localedata. 2024-09-17T01:39:58.253 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-09-17T01:39:58.293 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-17T01:39:58.417 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package ceph. 2024-09-17T01:39:58.434 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../066-ceph_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:58.475 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking ceph (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:58.770 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package ceph-fuse. 2024-09-17T01:39:58.776 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-babel. 2024-09-17T01:39:58.797 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../067-ceph-fuse_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:58.803 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-09-17T01:39:58.828 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking ceph-fuse (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:58.842 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-09-17T01:39:59.179 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-jinja2. 2024-09-17T01:39:59.181 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package ceph-mds. 2024-09-17T01:39:59.205 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-09-17T01:39:59.208 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../068-ceph-mds_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:59.245 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-17T01:39:59.247 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking ceph-mds (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:59.348 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-babel. 2024-09-17T01:39:59.376 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-09-17T01:39:59.414 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-09-17T01:39:59.590 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-09-17T01:39:59.617 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.1.1-330-gc2ddf972-1jammy_all.deb ... 2024-09-17T01:39:59.642 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package cephadm. 2024-09-17T01:39:59.656 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking ceph-mgr-cephadm (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:59.669 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../069-cephadm_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:39:59.708 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking cephadm (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:39:59.726 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-jinja2. 2024-09-17T01:39:59.753 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-09-17T01:39:59.792 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-17T01:40:00.010 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-repoze.lru. 2024-09-17T01:40:00.036 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-09-17T01:40:00.037 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-asyncssh. 2024-09-17T01:40:00.064 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-09-17T01:40:00.076 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-09-17T01:40:00.120 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-09-17T01:40:00.146 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-09-17T01:40:00.173 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.1.1-330-gc2ddf972-1jammy_all.deb ... 2024-09-17T01:40:00.212 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking ceph-mgr-cephadm (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:00.353 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-routes. 2024-09-17T01:40:00.380 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-09-17T01:40:00.420 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-09-17T01:40:00.439 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python-babel-localedata. 2024-09-17T01:40:00.454 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-09-17T01:40:00.497 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-17T01:40:00.552 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-repoze.lru. 2024-09-17T01:40:00.576 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-09-17T01:40:00.615 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-09-17T01:40:00.798 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-09-17T01:40:00.825 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.1.1-330-gc2ddf972-1jammy_all.deb ... 2024-09-17T01:40:00.865 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking ceph-mgr-dashboard (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:00.918 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-routes. 2024-09-17T01:40:00.946 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-09-17T01:40:00.985 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-09-17T01:40:01.330 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-09-17T01:40:01.358 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.1.1-330-gc2ddf972-1jammy_all.deb ... 2024-09-17T01:40:01.397 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking ceph-mgr-dashboard (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:01.452 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-babel. 2024-09-17T01:40:01.479 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-09-17T01:40:01.518 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-09-17T01:40:01.821 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-jinja2. 2024-09-17T01:40:01.837 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-09-17T01:40:01.871 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-17T01:40:02.182 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-09-17T01:40:02.209 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.1.1-330-gc2ddf972-1jammy_all.deb ... 2024-09-17T01:40:02.244 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-09-17T01:40:02.248 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking ceph-mgr-cephadm (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:02.260 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-09-17T01:40:02.302 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-17T01:40:02.568 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-repoze.lru. 2024-09-17T01:40:02.596 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-09-17T01:40:02.651 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-09-17T01:40:02.660 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-09-17T01:40:02.677 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-09-17T01:40:02.710 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-17T01:40:02.814 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-joblib. 2024-09-17T01:40:02.841 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-09-17T01:40:02.879 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-routes. 2024-09-17T01:40:02.880 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-09-17T01:40:02.895 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-09-17T01:40:02.929 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-09-17T01:40:03.217 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-09-17T01:40:03.241 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-09-17T01:40:03.244 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-09-17T01:40:03.268 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.1.1-330-gc2ddf972-1jammy_all.deb ... 2024-09-17T01:40:03.284 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-09-17T01:40:03.299 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking ceph-mgr-dashboard (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:03.423 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-joblib. 2024-09-17T01:40:03.450 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-09-17T01:40:03.489 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-09-17T01:40:03.586 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-sklearn. 2024-09-17T01:40:03.613 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-09-17T01:40:03.653 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-17T01:40:03.868 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-09-17T01:40:03.895 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-09-17T01:40:03.934 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-09-17T01:40:04.237 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-sklearn. 2024-09-17T01:40:04.265 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-09-17T01:40:04.295 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-17T01:40:04.344 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-09-17T01:40:04.372 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.1.1-330-gc2ddf972-1jammy_all.deb ... 2024-09-17T01:40:04.504 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking ceph-mgr-diskprediction-local (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:04.589 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-09-17T01:40:04.605 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-09-17T01:40:04.647 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-17T01:40:05.030 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-09-17T01:40:05.058 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.1.1-330-gc2ddf972-1jammy_all.deb ... 2024-09-17T01:40:05.117 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-joblib. 2024-09-17T01:40:05.133 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-09-17T01:40:05.167 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-09-17T01:40:05.190 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking ceph-mgr-diskprediction-local (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:05.508 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-cachetools. 2024-09-17T01:40:05.529 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-09-17T01:40:05.535 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-09-17T01:40:05.556 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-09-17T01:40:05.574 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-09-17T01:40:05.595 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-09-17T01:40:05.818 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-pyasn1. 2024-09-17T01:40:05.846 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-09-17T01:40:05.885 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-09-17T01:40:05.907 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-sklearn. 2024-09-17T01:40:05.934 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-09-17T01:40:05.973 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-17T01:40:06.161 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-cachetools. 2024-09-17T01:40:06.188 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-09-17T01:40:06.213 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-09-17T01:40:06.227 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-09-17T01:40:06.241 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-09-17T01:40:06.288 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-09-17T01:40:06.514 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-pyasn1. 2024-09-17T01:40:06.541 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-09-17T01:40:06.580 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-09-17T01:40:06.599 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-rsa. 2024-09-17T01:40:06.627 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-09-17T01:40:06.666 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-rsa (4.8-1) ... 2024-09-17T01:40:06.690 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-09-17T01:40:06.718 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.1.1-330-gc2ddf972-1jammy_all.deb ... 2024-09-17T01:40:06.842 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking ceph-mgr-diskprediction-local (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:06.900 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-09-17T01:40:06.927 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-09-17T01:40:06.958 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-09-17T01:40:06.986 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-google-auth. 2024-09-17T01:40:07.013 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-09-17T01:40:07.052 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-09-17T01:40:07.270 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-rsa. 2024-09-17T01:40:07.297 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-09-17T01:40:07.337 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-rsa (4.8-1) ... 2024-09-17T01:40:07.597 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-09-17T01:40:07.613 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-09-17T01:40:07.655 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-17T01:40:07.716 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-google-auth. 2024-09-17T01:40:07.743 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-09-17T01:40:07.754 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-cachetools. 2024-09-17T01:40:07.781 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-09-17T01:40:07.790 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-09-17T01:40:07.812 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-09-17T01:40:07.967 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-websocket. 2024-09-17T01:40:07.994 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-09-17T01:40:08.033 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-09-17T01:40:08.090 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-pyasn1. 2024-09-17T01:40:08.121 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-09-17T01:40:08.144 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-09-17T01:40:08.157 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-09-17T01:40:08.171 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-09-17T01:40:08.342 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-17T01:40:08.345 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-kubernetes. 2024-09-17T01:40:08.372 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-09-17T01:40:08.411 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-17T01:40:08.485 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-09-17T01:40:08.513 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-09-17T01:40:08.552 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-09-17T01:40:08.706 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-websocket. 2024-09-17T01:40:08.733 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-09-17T01:40:08.772 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-09-17T01:40:08.872 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-rsa. 2024-09-17T01:40:08.899 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-09-17T01:40:08.938 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-rsa (4.8-1) ... 2024-09-17T01:40:09.074 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-09-17T01:40:09.101 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-kubernetes. 2024-09-17T01:40:09.103 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.1.1-330-gc2ddf972-1jammy_all.deb ... 2024-09-17T01:40:09.128 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-09-17T01:40:09.141 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking ceph-mgr-k8sevents (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:09.176 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-17T01:40:09.258 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-google-auth. 2024-09-17T01:40:09.274 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-09-17T01:40:09.333 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-09-17T01:40:09.419 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package libonig5:amd64. 2024-09-17T01:40:09.446 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-09-17T01:40:09.477 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-17T01:40:09.636 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-09-17T01:40:09.652 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-09-17T01:40:09.686 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-17T01:40:09.821 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package libjq1:amd64. 2024-09-17T01:40:09.823 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-09-17T01:40:09.839 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.1.1-330-gc2ddf972-1jammy_all.deb ... 2024-09-17T01:40:09.849 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-09-17T01:40:09.881 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking ceph-mgr-k8sevents (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:09.888 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-17T01:40:09.973 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-websocket. 2024-09-17T01:40:10.000 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-09-17T01:40:10.039 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-09-17T01:40:10.124 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package jq. 2024-09-17T01:40:10.140 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-09-17T01:40:10.174 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-09-17T01:40:10.201 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package libonig5:amd64. 2024-09-17T01:40:10.229 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-09-17T01:40:10.267 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-17T01:40:10.359 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-kubernetes. 2024-09-17T01:40:10.386 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-09-17T01:40:10.393 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package socat. 2024-09-17T01:40:10.421 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-09-17T01:40:10.426 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-17T01:40:10.459 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-09-17T01:40:10.613 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package libjq1:amd64. 2024-09-17T01:40:10.640 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-09-17T01:40:10.679 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-17T01:40:10.770 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package xmlstarlet. 2024-09-17T01:40:10.787 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-09-17T01:40:10.829 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-09-17T01:40:10.949 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package jq. 2024-09-17T01:40:10.965 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-09-17T01:40:11.007 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-09-17T01:40:11.106 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-09-17T01:40:11.122 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.1.1-330-gc2ddf972-1jammy_all.deb ... 2024-09-17T01:40:11.165 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking ceph-mgr-k8sevents (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:11.166 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package ceph-test. 2024-09-17T01:40:11.182 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../097-ceph-test_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:40:11.216 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking ceph-test (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:11.260 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package socat. 2024-09-17T01:40:11.287 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-09-17T01:40:11.326 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-09-17T01:40:11.493 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package libonig5:amd64. 2024-09-17T01:40:11.521 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-09-17T01:40:11.559 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-17T01:40:11.646 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package xmlstarlet. 2024-09-17T01:40:11.674 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-09-17T01:40:11.713 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-09-17T01:40:11.895 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package libjq1:amd64. 2024-09-17T01:40:11.923 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-09-17T01:40:11.962 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-17T01:40:12.084 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package ceph-test. 2024-09-17T01:40:12.112 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../097-ceph-test_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:40:12.150 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking ceph-test (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:12.181 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package jq. 2024-09-17T01:40:12.197 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-09-17T01:40:12.231 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-09-17T01:40:12.525 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package socat. 2024-09-17T01:40:12.541 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-09-17T01:40:12.584 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-09-17T01:40:13.020 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package xmlstarlet. 2024-09-17T01:40:13.036 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-09-17T01:40:13.078 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-09-17T01:40:13.466 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package ceph-test. 2024-09-17T01:40:13.482 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../097-ceph-test_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:40:13.524 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking ceph-test (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:13.587 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package ceph-volume. 2024-09-17T01:40:13.615 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../098-ceph-volume_19.1.1-330-gc2ddf972-1jammy_all.deb ... 2024-09-17T01:40:13.653 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking ceph-volume (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:13.924 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package libcephfs-dev. 2024-09-17T01:40:13.940 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../099-libcephfs-dev_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:40:13.973 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking libcephfs-dev (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:14.284 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package lua-socket:amd64. 2024-09-17T01:40:14.300 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-09-17T01:40:14.342 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-17T01:40:14.572 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package ceph-volume. 2024-09-17T01:40:14.601 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../098-ceph-volume_19.1.1-330-gc2ddf972-1jammy_all.deb ... 2024-09-17T01:40:14.638 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking ceph-volume (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:14.705 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package lua-sec:amd64. 2024-09-17T01:40:14.734 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-09-17T01:40:14.772 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-09-17T01:40:14.984 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package libcephfs-dev. 2024-09-17T01:40:15.011 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../099-libcephfs-dev_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:40:15.051 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking libcephfs-dev (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:15.142 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package nvme-cli. 2024-09-17T01:40:15.170 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2024-09-17T01:40:15.209 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2024-09-17T01:40:15.379 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package lua-socket:amd64. 2024-09-17T01:40:15.406 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-09-17T01:40:15.445 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-17T01:40:15.614 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package pkg-config. 2024-09-17T01:40:15.642 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-09-17T01:40:15.680 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-09-17T01:40:15.784 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package lua-sec:amd64. 2024-09-17T01:40:15.812 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-09-17T01:40:15.850 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-09-17T01:40:15.891 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-09-17T01:40:15.895 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package ceph-volume. 2024-09-17T01:40:15.908 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-09-17T01:40:15.923 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../098-ceph-volume_19.1.1-330-gc2ddf972-1jammy_all.deb ... 2024-09-17T01:40:15.949 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-09-17T01:40:15.962 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking ceph-volume (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:16.171 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package nvme-cli. 2024-09-17T01:40:16.199 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2024-09-17T01:40:16.229 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2024-09-17T01:40:16.282 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package libcephfs-dev. 2024-09-17T01:40:16.299 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../099-libcephfs-dev_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:40:16.341 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking libcephfs-dev (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:16.394 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-iniconfig. 2024-09-17T01:40:16.422 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-09-17T01:40:16.452 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-09-17T01:40:16.601 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package pkg-config. 2024-09-17T01:40:16.629 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-09-17T01:40:16.652 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package lua-socket:amd64. 2024-09-17T01:40:16.659 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-09-17T01:40:16.680 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-09-17T01:40:16.710 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-17T01:40:16.713 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-pastescript. 2024-09-17T01:40:16.741 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-09-17T01:40:16.779 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-09-17T01:40:16.915 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-09-17T01:40:16.943 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-09-17T01:40:16.981 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-09-17T01:40:17.040 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package lua-sec:amd64. 2024-09-17T01:40:17.068 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-09-17T01:40:17.101 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-pluggy. 2024-09-17T01:40:17.106 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-09-17T01:40:17.128 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-09-17T01:40:17.166 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-09-17T01:40:17.367 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-iniconfig. 2024-09-17T01:40:17.395 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-09-17T01:40:17.425 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-09-17T01:40:17.469 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package nvme-cli. 2024-09-17T01:40:17.477 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-psutil. 2024-09-17T01:40:17.496 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2024-09-17T01:40:17.505 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-09-17T01:40:17.535 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2024-09-17T01:40:17.544 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-09-17T01:40:17.711 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-pastescript. 2024-09-17T01:40:17.739 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-09-17T01:40:17.778 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-09-17T01:40:17.879 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-py. 2024-09-17T01:40:17.907 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-09-17T01:40:17.924 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package pkg-config. 2024-09-17T01:40:17.946 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-py (1.10.0-1) ... 2024-09-17T01:40:17.951 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-09-17T01:40:17.990 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-09-17T01:40:18.098 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-pluggy. 2024-09-17T01:40:18.126 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-09-17T01:40:18.164 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-09-17T01:40:18.251 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-09-17T01:40:18.266 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-pygments. 2024-09-17T01:40:18.279 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-09-17T01:40:18.294 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-09-17T01:40:18.318 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-09-17T01:40:18.332 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-09-17T01:40:18.475 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-psutil. 2024-09-17T01:40:18.504 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-09-17T01:40:18.542 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-09-17T01:40:18.774 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-iniconfig. 2024-09-17T01:40:18.802 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-09-17T01:40:18.802 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-pyinotify. 2024-09-17T01:40:18.831 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-09-17T01:40:18.846 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-09-17T01:40:18.869 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-09-17T01:40:18.870 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-py. 2024-09-17T01:40:18.897 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-09-17T01:40:18.936 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-py (1.10.0-1) ... 2024-09-17T01:40:19.149 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-pastescript. 2024-09-17T01:40:19.176 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-09-17T01:40:19.197 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-toml. 2024-09-17T01:40:19.215 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-09-17T01:40:19.225 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-09-17T01:40:19.263 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-09-17T01:40:19.281 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-pygments. 2024-09-17T01:40:19.309 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-09-17T01:40:19.348 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-09-17T01:40:19.502 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-pluggy. 2024-09-17T01:40:19.518 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-09-17T01:40:19.524 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-pytest. 2024-09-17T01:40:19.541 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-09-17T01:40:19.551 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-09-17T01:40:19.574 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-09-17T01:40:19.805 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-psutil. 2024-09-17T01:40:19.810 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-pyinotify. 2024-09-17T01:40:19.832 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-09-17T01:40:19.838 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-09-17T01:40:19.871 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-09-17T01:40:19.876 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-09-17T01:40:19.903 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package python3-simplejson. 2024-09-17T01:40:19.931 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-09-17T01:40:19.986 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-09-17T01:40:20.157 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-py. 2024-09-17T01:40:20.185 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-09-17T01:40:20.196 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-toml. 2024-09-17T01:40:20.223 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-09-17T01:40:20.224 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-py (1.10.0-1) ... 2024-09-17T01:40:20.262 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-09-17T01:40:20.263 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-09-17T01:40:20.279 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-09-17T01:40:20.330 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-09-17T01:40:20.527 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-pygments. 2024-09-17T01:40:20.532 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-pytest. 2024-09-17T01:40:20.543 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-09-17T01:40:20.559 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-09-17T01:40:20.577 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-09-17T01:40:20.598 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-09-17T01:40:20.943 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package python3-simplejson. 2024-09-17T01:40:20.971 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-09-17T01:40:21.006 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-pyinotify. 2024-09-17T01:40:21.009 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-09-17T01:40:21.034 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-09-17T01:40:21.073 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-09-17T01:40:21.092 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package radosgw. 2024-09-17T01:40:21.120 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../116-radosgw_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:40:21.158 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking radosgw (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:21.279 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-09-17T01:40:21.295 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-09-17T01:40:21.337 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-09-17T01:40:21.392 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-toml. 2024-09-17T01:40:21.420 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-09-17T01:40:21.458 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-09-17T01:40:21.762 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-pytest. 2024-09-17T01:40:21.789 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-09-17T01:40:21.850 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-09-17T01:40:21.969 INFO:teuthology.orchestra.run.smithi107.stdout:Selecting previously unselected package rbd-fuse. 2024-09-17T01:40:21.998 INFO:teuthology.orchestra.run.smithi107.stdout:Preparing to unpack .../117-rbd-fuse_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:40:22.036 INFO:teuthology.orchestra.run.smithi107.stdout:Unpacking rbd-fuse (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:22.166 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package radosgw. 2024-09-17T01:40:22.194 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../116-radosgw_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:40:22.232 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package python3-simplejson. 2024-09-17T01:40:22.232 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking radosgw (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:22.259 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-09-17T01:40:22.298 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-09-17T01:40:22.365 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-09-17T01:40:22.576 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-09-17T01:40:22.592 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-09-17T01:40:22.624 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-17T01:40:22.634 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-09-17T01:40:22.750 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2024-09-17T01:40:23.004 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-09-17T01:40:23.044 INFO:teuthology.orchestra.run.smithi131.stdout:Selecting previously unselected package rbd-fuse. 2024-09-17T01:40:23.071 INFO:teuthology.orchestra.run.smithi131.stdout:Preparing to unpack .../117-rbd-fuse_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:40:23.110 INFO:teuthology.orchestra.run.smithi131.stdout:Unpacking rbd-fuse (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:23.324 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-09-17T01:40:23.371 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package radosgw. 2024-09-17T01:40:23.390 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-09-17T01:40:23.399 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../116-radosgw_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:40:23.429 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking radosgw (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:23.640 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-17T01:40:23.678 INFO:teuthology.orchestra.run.smithi107.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-09-17T01:40:23.743 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up cephadm (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:23.766 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2024-09-17T01:40:24.216 INFO:teuthology.orchestra.run.smithi175.stdout:Selecting previously unselected package rbd-fuse. 2024-09-17T01:40:24.232 INFO:teuthology.orchestra.run.smithi175.stdout:Preparing to unpack .../117-rbd-fuse_19.1.1-330-gc2ddf972-1jammy_amd64.deb ... 2024-09-17T01:40:24.234 INFO:teuthology.orchestra.run.smithi107.stdout:Adding system user cephadm....done 2024-09-17T01:40:24.291 INFO:teuthology.orchestra.run.smithi175.stdout:Unpacking rbd-fuse (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:24.304 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-09-17T01:40:24.374 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-17T01:40:24.595 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-09-17T01:40:24.615 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-09-17T01:40:24.667 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-09-17T01:40:24.918 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-09-17T01:40:25.044 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-09-17T01:40:25.062 INFO:teuthology.orchestra.run.smithi131.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-09-17T01:40:25.096 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-17T01:40:25.143 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up cephadm (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:25.239 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2024-09-17T01:40:25.270 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-09-17T01:40:25.480 INFO:teuthology.orchestra.run.smithi175.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-09-17T01:40:25.529 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-09-17T01:40:25.626 INFO:teuthology.orchestra.run.smithi131.stdout:Adding system user cephadm....done 2024-09-17T01:40:25.656 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-py (1.10.0-1) ... 2024-09-17T01:40:25.801 INFO:teuthology.orchestra.run.smithi175.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-09-17T01:40:25.815 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-17T01:40:25.965 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-09-17T01:40:26.091 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-09-17T01:40:26.216 INFO:teuthology.orchestra.run.smithi175.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-09-17T01:40:26.274 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up cephadm (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:26.334 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-09-17T01:40:26.342 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-09-17T01:40:26.435 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-09-17T01:40:26.643 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-09-17T01:40:26.678 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-09-17T01:40:26.790 INFO:teuthology.orchestra.run.smithi175.stdout:Adding system user cephadm....done 2024-09-17T01:40:26.894 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-09-17T01:40:26.929 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-09-17T01:40:26.930 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-17T01:40:27.055 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-py (1.10.0-1) ... 2024-09-17T01:40:27.104 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-09-17T01:40:27.198 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-09-17T01:40:27.355 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-09-17T01:40:27.365 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-09-17T01:40:27.433 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-09-17T01:40:27.550 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-09-17T01:40:27.615 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-09-17T01:40:27.717 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-09-17T01:40:27.801 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-09-17T01:40:27.890 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-ceph-argparse (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:27.968 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-09-17T01:40:28.061 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-09-17T01:40:28.187 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-py (1.10.0-1) ... 2024-09-17T01:40:28.236 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-09-17T01:40:28.454 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-09-17T01:40:28.497 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-09-17T01:40:28.558 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-17T01:40:28.684 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-17T01:40:28.730 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-09-17T01:40:28.810 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-09-17T01:40:28.874 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-09-17T01:40:28.936 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-09-17T01:40:28.998 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-09-17T01:40:29.117 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-09-17T01:40:29.187 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-09-17T01:40:29.249 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-ceph-argparse (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:29.385 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-09-17T01:40:29.575 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-17T01:40:29.610 INFO:teuthology.orchestra.run.smithi107.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-09-17T01:40:29.636 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-09-17T01:40:29.651 INFO:teuthology.orchestra.run.smithi107.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-09-17T01:40:29.701 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-17T01:40:29.706 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-17T01:40:29.801 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-09-17T01:40:29.832 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-09-17T01:40:29.879 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-09-17T01:40:29.902 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-09-17T01:40:30.130 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-09-17T01:40:30.145 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-09-17T01:40:30.192 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-17T01:40:30.318 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-09-17T01:40:30.390 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-ceph-argparse (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:30.511 INFO:teuthology.orchestra.run.smithi131.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-09-17T01:40:30.544 INFO:teuthology.orchestra.run.smithi131.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-09-17T01:40:30.585 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-09-17T01:40:30.606 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-17T01:40:30.674 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-17T01:40:30.707 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-09-17T01:40:30.800 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-17T01:40:30.828 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-09-17T01:40:30.926 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-09-17T01:40:31.050 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-17T01:40:31.077 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-09-17T01:40:31.146 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up zip (3.0-12build2) ... 2024-09-17T01:40:31.168 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-09-17T01:40:31.255 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-09-17T01:40:31.328 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-09-17T01:40:31.469 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-09-17T01:40:31.728 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-09-17T01:40:31.765 INFO:teuthology.orchestra.run.smithi175.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-09-17T01:40:31.793 INFO:teuthology.orchestra.run.smithi175.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-09-17T01:40:31.848 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-17T01:40:31.907 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-09-17T01:40:31.957 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-09-17T01:40:32.037 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up zip (3.0-12build2) ... 2024-09-17T01:40:32.166 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-09-17T01:40:32.172 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-09-17T01:40:32.292 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-09-17T01:40:32.300 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-17T01:40:32.418 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-17T01:40:32.426 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-09-17T01:40:32.694 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-09-17T01:40:32.711 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-09-17T01:40:32.849 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-09-17T01:40:32.953 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-09-17T01:40:33.089 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-09-17T01:40:33.108 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-09-17T01:40:33.226 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-09-17T01:40:33.247 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up zip (3.0-12build2) ... 2024-09-17T01:40:33.327 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-17T01:40:33.332 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-09-17T01:40:33.373 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-09-17T01:40:33.619 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-09-17T01:40:33.683 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-17T01:40:33.951 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-17T01:40:33.987 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-09-17T01:40:34.041 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-09-17T01:40:34.246 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-09-17T01:40:34.294 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-09-17T01:40:34.325 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-09-17T01:40:34.451 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-09-17T01:40:34.545 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-09-17T01:40:34.577 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-17T01:40:34.640 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-17T01:40:34.671 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-ceph-common (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:34.870 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-09-17T01:40:34.949 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-17T01:40:34.964 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-09-17T01:40:35.230 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-09-17T01:40:35.276 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-09-17T01:40:35.282 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-17T01:40:35.472 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-09-17T01:40:35.552 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-09-17T01:40:35.677 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-ceph-common (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:35.832 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-17T01:40:35.987 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-09-17T01:40:36.100 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-17T01:40:36.313 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-17T01:40:36.412 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-09-17T01:40:36.452 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-09-17T01:40:36.656 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-17T01:40:36.694 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-09-17T01:40:36.790 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-toml (0.10.2-1) ... 2024-09-17T01:40:36.804 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-ceph-common (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:37.067 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-17T01:40:37.097 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-09-17T01:40:37.192 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-09-17T01:40:37.318 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-17T01:40:37.423 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-17T01:40:37.427 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-09-17T01:40:37.620 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-09-17T01:40:37.653 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-17T01:40:37.788 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-toml (0.10.2-1) ... 2024-09-17T01:40:37.879 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-09-17T01:40:38.055 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-17T01:40:38.121 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-17T01:40:38.198 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-09-17T01:40:38.256 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-09-17T01:40:38.315 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-17T01:40:38.541 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-09-17T01:40:38.600 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-09-17T01:40:38.603 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-09-17T01:40:38.800 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-09-17T01:40:38.851 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-09-17T01:40:38.880 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-17T01:40:39.015 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-toml (0.10.2-1) ... 2024-09-17T01:40:39.059 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-09-17T01:40:39.102 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-17T01:40:39.228 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-09-17T01:40:39.274 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-17T01:40:39.302 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-09-17T01:40:39.375 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-09-17T01:40:39.501 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-17T01:40:39.545 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-09-17T01:40:39.738 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-09-17T01:40:39.794 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-09-17T01:40:39.796 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-17T01:40:39.905 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-09-17T01:40:39.989 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-09-17T01:40:40.037 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-09-17T01:40:40.165 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-17T01:40:40.248 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-09-17T01:40:40.291 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-17T01:40:40.482 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-09-17T01:40:40.529 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-17T01:40:40.575 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-17T01:40:40.697 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-09-17T01:40:40.725 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-09-17T01:40:40.851 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-09-17T01:40:40.976 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-17T01:40:40.990 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-09-17T01:40:41.094 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-17T01:40:41.102 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-09-17T01:40:41.220 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-09-17T01:40:41.258 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-09-17T01:40:41.346 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-09-17T01:40:41.386 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-17T01:40:41.435 INFO:teuthology.orchestra.run.smithi107.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-09-17T01:40:41.509 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-09-17T01:40:41.512 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-17T01:40:41.656 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-17T01:40:41.760 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-09-17T01:40:41.782 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-09-17T01:40:41.822 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-17T01:40:41.994 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-09-17T01:40:42.123 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-09-17T01:40:42.192 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-09-17T01:40:42.254 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-17T01:40:42.365 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-17T01:40:42.388 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-09-17T01:40:42.451 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up lua-any (27ubuntu1) ... 2024-09-17T01:40:42.466 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-09-17T01:40:42.569 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-portend (3.0.0-1) ... 2024-09-17T01:40:42.576 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-09-17T01:40:42.665 INFO:teuthology.orchestra.run.smithi131.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-09-17T01:40:42.673 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-17T01:40:42.799 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-17T01:40:42.845 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-17T01:40:42.911 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-17T01:40:42.954 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-17T01:40:43.037 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-09-17T01:40:43.092 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-17T01:40:43.289 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-09-17T01:40:43.401 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-09-17T01:40:43.421 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-09-17T01:40:43.598 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-17T01:40:43.652 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-17T01:40:43.698 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up lua-any (27ubuntu1) ... 2024-09-17T01:40:43.778 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-09-17T01:40:43.823 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-portend (3.0.0-1) ... 2024-09-17T01:40:43.904 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-09-17T01:40:43.994 INFO:teuthology.orchestra.run.smithi175.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-09-17T01:40:44.022 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-09-17T01:40:44.074 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-17T01:40:44.125 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-rsa (4.8-1) ... 2024-09-17T01:40:44.175 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-17T01:40:44.223 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-17T01:40:44.324 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-09-17T01:40:44.401 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-09-17T01:40:44.485 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-09-17T01:40:44.677 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-17T01:40:44.700 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-09-17T01:40:44.811 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-17T01:40:44.960 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up lua-any (27ubuntu1) ... 2024-09-17T01:40:45.031 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-09-17T01:40:45.085 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-portend (3.0.0-1) ... 2024-09-17T01:40:45.103 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-09-17T01:40:45.229 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-rsa (4.8-1) ... 2024-09-17T01:40:45.353 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-17T01:40:45.416 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-09-17T01:40:45.488 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-17T01:40:45.505 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-09-17T01:40:45.684 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-09-17T01:40:45.782 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-17T01:40:45.805 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-09-17T01:40:46.020 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-17T01:40:46.107 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-17T01:40:46.110 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-09-17T01:40:46.146 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up librados2 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:46.272 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up libsqlite3-mod-ceph (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:46.358 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-09-17T01:40:46.398 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-09-17T01:40:46.492 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-rsa (4.8-1) ... 2024-09-17T01:40:46.495 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-09-17T01:40:46.718 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up libcephfs2 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:46.768 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-09-17T01:40:46.779 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-09-17T01:40:46.818 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up libradosstriper1 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:46.978 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-09-17T01:40:47.019 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-17T01:40:47.132 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-17T01:40:47.233 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up librados2 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:47.254 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up librbd1 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:47.334 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up libsqlite3-mod-ceph (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:47.372 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up ceph-mgr-modules-core (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:47.373 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-09-17T01:40:47.460 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-09-17T01:40:47.498 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up ceph-fuse (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:47.709 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-17T01:40:47.710 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-17T01:40:47.749 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-09-17T01:40:47.821 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up libcephfs2 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:47.955 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up libradosstriper1 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:48.026 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-09-17T01:40:48.098 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-09-17T01:40:48.216 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up libcephfs-dev (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:48.342 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-rados (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:48.353 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-17T01:40:48.366 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up librbd1 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:48.468 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up librgw2 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:48.475 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up ceph-mgr-modules-core (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:48.480 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up librados2 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:48.593 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up ceph-fuse (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:48.594 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-17T01:40:48.606 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up libsqlite3-mod-ceph (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:48.732 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-09-17T01:40:48.805 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-17T01:40:48.805 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-17T01:40:49.068 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up libcephfs2 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:49.169 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up libradosstriper1 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:49.270 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-09-17T01:40:49.302 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up libcephfs-dev (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:49.428 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-rados (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:49.523 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up librbd1 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:49.555 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up librgw2 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:49.633 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up ceph-mgr-modules-core (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:49.706 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-17T01:40:49.740 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-rbd (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:49.759 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up ceph-fuse (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:49.874 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up rbd-fuse (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:49.974 INFO:teuthology.orchestra.run.smithi175.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-17T01:40:49.975 INFO:teuthology.orchestra.run.smithi175.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-17T01:40:49.975 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-rgw (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:50.076 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up python3-cephfs (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:50.194 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up ceph-common (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:50.460 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up libcephfs-dev (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:50.619 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-rados (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:50.753 INFO:teuthology.orchestra.run.smithi107.stdout:Adding group ceph....done 2024-09-17T01:40:50.771 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up librgw2 (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:50.897 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-17T01:40:50.926 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-rbd (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:51.052 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up rbd-fuse (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:51.130 INFO:teuthology.orchestra.run.smithi107.stdout:Adding system user ceph....done 2024-09-17T01:40:51.186 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-rgw (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:51.290 INFO:teuthology.orchestra.run.smithi107.stdout:Setting system user ceph properties....done 2024-09-17T01:40:51.303 INFO:teuthology.orchestra.run.smithi107.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-09-17T01:40:51.311 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up python3-cephfs (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:51.434 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-09-17T01:40:51.438 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up ceph-common (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:51.781 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-09-17T01:40:51.980 INFO:teuthology.orchestra.run.smithi131.stdout:Adding group ceph....done 2024-09-17T01:40:52.059 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-rbd (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:52.185 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up rbd-fuse (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:52.253 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up ceph-test (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:52.311 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-rgw (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:52.341 INFO:teuthology.orchestra.run.smithi131.stdout:Adding system user ceph....done 2024-09-17T01:40:52.363 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up radosgw (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:52.437 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up python3-cephfs (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:52.525 INFO:teuthology.orchestra.run.smithi131.stdout:Setting system user ceph properties....done 2024-09-17T01:40:52.538 INFO:teuthology.orchestra.run.smithi131.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-09-17T01:40:52.588 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up ceph-common (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:52.676 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-09-17T01:40:52.842 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-17T01:40:52.842 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-17T01:40:52.976 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-09-17T01:40:53.081 INFO:teuthology.orchestra.run.smithi175.stdout:Adding group ceph....done 2024-09-17T01:40:53.298 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up ceph-base (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:53.430 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up ceph-test (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:53.466 INFO:teuthology.orchestra.run.smithi175.stdout:Adding system user ceph....done 2024-09-17T01:40:53.556 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up radosgw (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:53.584 INFO:teuthology.orchestra.run.smithi175.stdout:Setting system user ceph properties....done 2024-09-17T01:40:53.602 INFO:teuthology.orchestra.run.smithi175.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-09-17T01:40:53.634 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-09-17T01:40:53.735 INFO:teuthology.orchestra.run.smithi175.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-09-17T01:40:54.025 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-17T01:40:54.025 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-17T01:40:54.073 INFO:teuthology.orchestra.run.smithi175.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-09-17T01:40:54.100 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up ceph-mds (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:54.327 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-17T01:40:54.328 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-17T01:40:54.516 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up ceph-base (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:54.522 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up ceph-test (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:54.640 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up radosgw (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:54.785 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up ceph-mgr (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:54.830 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-09-17T01:40:54.999 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-17T01:40:54.999 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-17T01:40:55.066 INFO:teuthology.orchestra.run.smithi175.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-17T01:40:55.067 INFO:teuthology.orchestra.run.smithi175.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-17T01:40:55.326 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up ceph-mds (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:55.486 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up ceph-osd (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:55.533 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up ceph-base (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:55.551 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-17T01:40:55.552 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-17T01:40:55.754 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-17T01:40:55.754 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-17T01:40:55.901 INFO:teuthology.orchestra.run.smithi175.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-09-17T01:40:56.053 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up ceph-mgr (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:56.196 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up ceph-mgr-k8sevents (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:56.270 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-17T01:40:56.270 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-17T01:40:56.322 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up ceph-mgr-diskprediction-local (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:56.389 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up ceph-mds (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:56.465 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up ceph-mon (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:56.621 INFO:teuthology.orchestra.run.smithi175.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-17T01:40:56.622 INFO:teuthology.orchestra.run.smithi175.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-17T01:40:56.668 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-17T01:40:56.668 INFO:teuthology.orchestra.run.smithi107.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-17T01:40:56.729 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up ceph-osd (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:57.011 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-17T01:40:57.011 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-17T01:40:57.091 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up ceph-mgr (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:57.141 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up ceph-mgr-cephadm (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:57.284 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up ceph (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:57.296 INFO:teuthology.orchestra.run.smithi175.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-17T01:40:57.296 INFO:teuthology.orchestra.run.smithi175.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-17T01:40:57.410 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up ceph-mgr-dashboard (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:57.539 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up ceph-mgr-k8sevents (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:57.561 INFO:teuthology.orchestra.run.smithi107.stdout:Setting up ceph-volume (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:57.657 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up ceph-mgr-diskprediction-local (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:57.775 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up ceph-osd (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:57.782 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up ceph-mon (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:57.913 INFO:teuthology.orchestra.run.smithi107.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-09-17T01:40:57.979 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-17T01:40:57.979 INFO:teuthology.orchestra.run.smithi131.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-17T01:40:58.015 INFO:teuthology.orchestra.run.smithi107.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-09-17T01:40:58.056 INFO:teuthology.orchestra.run.smithi175.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-17T01:40:58.056 INFO:teuthology.orchestra.run.smithi175.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-17T01:40:58.158 INFO:teuthology.orchestra.run.smithi107.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-09-17T01:40:58.467 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up ceph-mgr-cephadm (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:58.527 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up ceph-mgr-k8sevents (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:58.610 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up ceph (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:58.653 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up ceph-mgr-diskprediction-local (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:58.736 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up ceph-mgr-dashboard (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:58.829 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up ceph-mon (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:58.887 INFO:teuthology.orchestra.run.smithi131.stdout:Setting up ceph-volume (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:59.041 INFO:teuthology.orchestra.run.smithi175.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-17T01:40:59.041 INFO:teuthology.orchestra.run.smithi175.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-17T01:40:59.290 INFO:teuthology.orchestra.run.smithi131.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-09-17T01:40:59.399 INFO:teuthology.orchestra.run.smithi131.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-09-17T01:40:59.496 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up ceph-mgr-cephadm (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:59.535 INFO:teuthology.orchestra.run.smithi107.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-09-17T01:40:59.542 INFO:teuthology.orchestra.run.smithi131.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-09-17T01:40:59.656 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up ceph (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:59.757 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up ceph-mgr-dashboard (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:40:59.891 INFO:teuthology.orchestra.run.smithi175.stdout:Setting up ceph-volume (19.1.1-330-gc2ddf972-1jammy) ... 2024-09-17T01:41:00.199 INFO:teuthology.orchestra.run.smithi107.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-09-17T01:41:00.206 DEBUG:teuthology.parallel:result is None 2024-09-17T01:41:00.244 INFO:teuthology.orchestra.run.smithi175.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-09-17T01:41:00.345 INFO:teuthology.orchestra.run.smithi175.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-09-17T01:41:00.472 INFO:teuthology.orchestra.run.smithi175.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-09-17T01:41:00.677 INFO:teuthology.orchestra.run.smithi131.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-09-17T01:41:01.296 INFO:teuthology.orchestra.run.smithi131.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-09-17T01:41:01.301 DEBUG:teuthology.parallel:result is None 2024-09-17T01:41:01.548 INFO:teuthology.orchestra.run.smithi175.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-09-17T01:41:02.215 INFO:teuthology.orchestra.run.smithi175.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-09-17T01:41:02.220 DEBUG:teuthology.parallel:result is None 2024-09-17T01:41:02.221 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-17T01:41:02.361 DEBUG:teuthology.orchestra.run.smithi107:> dpkg-query -W -f '${Version}' ceph 2024-09-17T01:41:02.381 INFO:teuthology.orchestra.run.smithi107.stdout:19.1.1-330-gc2ddf972-1jammy 2024-09-17T01:41:02.381 INFO:teuthology.packaging:The installed version of ceph is 19.1.1-330-gc2ddf972-1jammy 2024-09-17T01:41:02.381 INFO:teuthology.task.install:The correct ceph version 19.1.1-330-gc2ddf972-1jammy is installed. 2024-09-17T01:41:02.383 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-17T01:41:02.527 DEBUG:teuthology.orchestra.run.smithi131:> dpkg-query -W -f '${Version}' ceph 2024-09-17T01:41:02.546 INFO:teuthology.orchestra.run.smithi131.stdout:19.1.1-330-gc2ddf972-1jammy 2024-09-17T01:41:02.547 INFO:teuthology.packaging:The installed version of ceph is 19.1.1-330-gc2ddf972-1jammy 2024-09-17T01:41:02.547 INFO:teuthology.task.install:The correct ceph version 19.1.1-330-gc2ddf972-1jammy is installed. 2024-09-17T01:41:02.549 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-17T01:41:02.688 DEBUG:teuthology.orchestra.run.smithi175:> dpkg-query -W -f '${Version}' ceph 2024-09-17T01:41:02.708 INFO:teuthology.orchestra.run.smithi175.stdout:19.1.1-330-gc2ddf972-1jammy 2024-09-17T01:41:02.708 INFO:teuthology.packaging:The installed version of ceph is 19.1.1-330-gc2ddf972-1jammy 2024-09-17T01:41:02.708 INFO:teuthology.task.install:The correct ceph version 19.1.1-330-gc2ddf972-1jammy is installed. 2024-09-17T01:41:02.710 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-09-17T01:41:02.711 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-09-17T01:41:02.711 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-17T01:41:02.726 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-09-17T01:41:02.726 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-17T01:41:02.740 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2024-09-17T01:41:02.741 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-17T01:41:02.765 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-09-17T01:41:02.765 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-09-17T01:41:02.765 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/usr/bin/daemon-helper 2024-09-17T01:41:02.781 DEBUG:teuthology.orchestra.run.smithi107:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-17T01:41:02.836 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-09-17T01:41:02.836 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/usr/bin/daemon-helper 2024-09-17T01:41:02.849 DEBUG:teuthology.orchestra.run.smithi131:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-17T01:41:02.902 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2024-09-17T01:41:02.903 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd of=/usr/bin/daemon-helper 2024-09-17T01:41:02.916 DEBUG:teuthology.orchestra.run.smithi175:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-17T01:41:02.972 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-09-17T01:41:02.972 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-09-17T01:41:02.972 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-17T01:41:02.985 DEBUG:teuthology.orchestra.run.smithi107:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-17T01:41:03.040 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-09-17T01:41:03.040 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-17T01:41:03.054 DEBUG:teuthology.orchestra.run.smithi131:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-17T01:41:03.106 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2024-09-17T01:41:03.106 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-17T01:41:03.120 DEBUG:teuthology.orchestra.run.smithi175:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-17T01:41:03.180 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-09-17T01:41:03.180 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-09-17T01:41:03.180 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/usr/bin/stdin-killer 2024-09-17T01:41:03.194 DEBUG:teuthology.orchestra.run.smithi107:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-17T01:41:03.249 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-09-17T01:41:03.249 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/usr/bin/stdin-killer 2024-09-17T01:41:03.263 DEBUG:teuthology.orchestra.run.smithi131:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-17T01:41:03.319 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2024-09-17T01:41:03.319 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd of=/usr/bin/stdin-killer 2024-09-17T01:41:03.332 DEBUG:teuthology.orchestra.run.smithi175:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-17T01:41:03.387 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-17T01:41:03.486 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'mons down', 'mon down', 'out of quorum', 'CEPHADM_STRAY_DAEMON', 'CEPHADM_FAILED_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': 'c2ddf9721ef254645201cdbabd9c8f49c30a586f'} 2024-09-17T01:41:03.486 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-17T01:41:03.487 INFO:tasks.cephadm:Cluster fsid is e6522e52-7495-11ef-bceb-c7b262605968 2024-09-17T01:41:03.487 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-17T01:41:03.487 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.107', 'mon.b': '172.21.15.131', 'mon.c': '172.21.15.175'} 2024-09-17T01:41:03.487 INFO:tasks.cephadm:First mon is mon.a on smithi107 2024-09-17T01:41:03.487 INFO:tasks.cephadm:First mgr is a 2024-09-17T01:41:03.487 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-17T01:41:03.488 DEBUG:teuthology.orchestra.run.smithi107:> sudo hostname $(hostname -s) 2024-09-17T01:41:03.502 DEBUG:teuthology.orchestra.run.smithi131:> sudo hostname $(hostname -s) 2024-09-17T01:41:03.516 DEBUG:teuthology.orchestra.run.smithi175:> sudo hostname $(hostname -s) 2024-09-17T01:41:03.531 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-09-17T01:41:03.531 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-17T01:41:03.682 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'c2ddf9721ef254645201cdbabd9c8f49c30a586f', '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/56092/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.1.1-330-gc2ddf972', 'node_name': '172.21.5.33+adami03', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.1.1-330-gc2ddf972-1jammy'}, 'url': 'https://3.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-09-16 16:18:56.295530', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-09-17T01:41:03.827 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref squid, sha1 c2ddf9721ef254645201cdbabd9c8f49c30a586f from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-17T01:41:03.829 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-09-17T01:41:03.829 INFO:tasks.cephadm:Downloading cephadm from url: https://3.chacra.ceph.com/binaries/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-09-17T01:41:03.829 DEBUG:teuthology.orchestra.run.smithi107:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-17T01:41:04.473 INFO:teuthology.orchestra.run.smithi107.stdout:-rw-rw-r-- 1 ubuntu ubuntu 791817 Sep 17 01:41 /home/ubuntu/cephtest/cephadm 2024-09-17T01:41:04.473 DEBUG:teuthology.orchestra.run.smithi131:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-17T01:41:05.106 INFO:teuthology.orchestra.run.smithi131.stdout:-rw-rw-r-- 1 ubuntu ubuntu 791817 Sep 17 01:41 /home/ubuntu/cephtest/cephadm 2024-09-17T01:41:05.107 DEBUG:teuthology.orchestra.run.smithi175:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-17T01:41:05.727 INFO:teuthology.orchestra.run.smithi175.stdout:-rw-rw-r-- 1 ubuntu ubuntu 791817 Sep 17 01:41 /home/ubuntu/cephtest/cephadm 2024-09-17T01:41:05.727 DEBUG:teuthology.orchestra.run.smithi107:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-17T01:41:05.736 DEBUG:teuthology.orchestra.run.smithi131:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-17T01:41:05.744 DEBUG:teuthology.orchestra.run.smithi175:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-17T01:41:05.762 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f on all hosts... 2024-09-17T01:41:05.762 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f pull 2024-09-17T01:41:05.778 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f pull 2024-09-17T01:41:05.788 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f pull 2024-09-17T01:41:05.958 INFO:teuthology.orchestra.run.smithi107.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f... 2024-09-17T01:41:05.968 INFO:teuthology.orchestra.run.smithi131.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f... 2024-09-17T01:41:05.976 INFO:teuthology.orchestra.run.smithi175.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f... 2024-09-17T01:42:01.287 INFO:teuthology.orchestra.run.smithi107.stdout:{ 2024-09-17T01:42:01.288 INFO:teuthology.orchestra.run.smithi107.stdout: "ceph_version": "ceph version 19.1.1-330-gc2ddf972 (c2ddf9721ef254645201cdbabd9c8f49c30a586f) squid (stable)", 2024-09-17T01:42:01.288 INFO:teuthology.orchestra.run.smithi107.stdout: "image_id": "ebb0615149def4a3179c82c0cc47af75808300abb9f1142788e5e605a7ac0e5b", 2024-09-17T01:42:01.288 INFO:teuthology.orchestra.run.smithi107.stdout: "repo_digests": [ 2024-09-17T01:42:01.288 INFO:teuthology.orchestra.run.smithi107.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3" 2024-09-17T01:42:01.288 INFO:teuthology.orchestra.run.smithi107.stdout: ] 2024-09-17T01:42:01.288 INFO:teuthology.orchestra.run.smithi107.stdout:} 2024-09-17T01:42:24.927 INFO:teuthology.orchestra.run.smithi131.stdout:{ 2024-09-17T01:42:24.927 INFO:teuthology.orchestra.run.smithi131.stdout: "ceph_version": "ceph version 19.1.1-330-gc2ddf972 (c2ddf9721ef254645201cdbabd9c8f49c30a586f) squid (stable)", 2024-09-17T01:42:24.927 INFO:teuthology.orchestra.run.smithi131.stdout: "image_id": "ebb0615149def4a3179c82c0cc47af75808300abb9f1142788e5e605a7ac0e5b", 2024-09-17T01:42:24.927 INFO:teuthology.orchestra.run.smithi131.stdout: "repo_digests": [ 2024-09-17T01:42:24.927 INFO:teuthology.orchestra.run.smithi131.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3" 2024-09-17T01:42:24.928 INFO:teuthology.orchestra.run.smithi131.stdout: ] 2024-09-17T01:42:24.928 INFO:teuthology.orchestra.run.smithi131.stdout:} 2024-09-17T01:42:25.818 INFO:teuthology.orchestra.run.smithi175.stdout:{ 2024-09-17T01:42:25.818 INFO:teuthology.orchestra.run.smithi175.stdout: "ceph_version": "ceph version 19.1.1-330-gc2ddf972 (c2ddf9721ef254645201cdbabd9c8f49c30a586f) squid (stable)", 2024-09-17T01:42:25.818 INFO:teuthology.orchestra.run.smithi175.stdout: "image_id": "ebb0615149def4a3179c82c0cc47af75808300abb9f1142788e5e605a7ac0e5b", 2024-09-17T01:42:25.818 INFO:teuthology.orchestra.run.smithi175.stdout: "repo_digests": [ 2024-09-17T01:42:25.818 INFO:teuthology.orchestra.run.smithi175.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3" 2024-09-17T01:42:25.818 INFO:teuthology.orchestra.run.smithi175.stdout: ] 2024-09-17T01:42:25.818 INFO:teuthology.orchestra.run.smithi175.stdout:} 2024-09-17T01:42:25.867 DEBUG:teuthology.orchestra.run.smithi107:> sudo mkdir -p /etc/ceph 2024-09-17T01:42:25.881 DEBUG:teuthology.orchestra.run.smithi131:> sudo mkdir -p /etc/ceph 2024-09-17T01:42:25.895 DEBUG:teuthology.orchestra.run.smithi175:> sudo mkdir -p /etc/ceph 2024-09-17T01:42:25.910 DEBUG:teuthology.orchestra.run.smithi107:> sudo chmod 777 /etc/ceph 2024-09-17T01:42:25.936 DEBUG:teuthology.orchestra.run.smithi131:> sudo chmod 777 /etc/ceph 2024-09-17T01:42:25.950 DEBUG:teuthology.orchestra.run.smithi175:> sudo chmod 777 /etc/ceph 2024-09-17T01:42:25.964 INFO:tasks.cephadm:Writing seed config... 2024-09-17T01:42:25.965 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-09-17T01:42:25.966 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-17T01:42:25.966 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-17T01:42:25.966 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-09-17T01:42:25.966 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-17T01:42:25.966 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-17T01:42:25.966 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-17T01:42:25.966 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-17T01:42:25.966 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-17T01:42:25.967 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-09-17T01:42:25.967 DEBUG:teuthology.orchestra.run.smithi107:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-17T01:42:25.984 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 = e6522e52-7495-11ef-bceb-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 = False [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-09-17T01:42:25.985 DEBUG:teuthology.orchestra.run.smithi107:mon.a> sudo journalctl -f -n 0 -u ceph-e6522e52-7495-11ef-bceb-c7b262605968@mon.a.service 2024-09-17T01:42:26.029 DEBUG:teuthology.orchestra.run.smithi107:mgr.a> sudo journalctl -f -n 0 -u ceph-e6522e52-7495-11ef-bceb-c7b262605968@mgr.a.service 2024-09-17T01:42:26.073 INFO:tasks.cephadm:Bootstrapping... 2024-09-17T01:42:26.073 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f -v bootstrap --fsid e6522e52-7495-11ef-bceb-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.107 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-17T01:42:26.299 INFO:teuthology.orchestra.run.smithi107.stdout:-------------------------------------------------------------------------------- 2024-09-17T01:42:26.299 INFO:teuthology.orchestra.run.smithi107.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f', '-v', 'bootstrap', '--fsid', 'e6522e52-7495-11ef-bceb-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.107', '--skip-admin-label'] 2024-09-17T01:42:26.299 INFO:teuthology.orchestra.run.smithi107.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-17T01:42:26.300 INFO:teuthology.orchestra.run.smithi107.stdout:Verifying podman|docker is present... 2024-09-17T01:42:26.300 INFO:teuthology.orchestra.run.smithi107.stdout:Verifying lvm2 is present... 2024-09-17T01:42:26.300 INFO:teuthology.orchestra.run.smithi107.stdout:Verifying time synchronization is in place... 2024-09-17T01:42:26.304 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-17T01:42:26.304 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-17T01:42:26.309 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-17T01:42:26.309 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stdout inactive 2024-09-17T01:42:26.313 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-09-17T01:42:26.314 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-17T01:42:26.317 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-09-17T01:42:26.317 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stdout inactive 2024-09-17T01:42:26.320 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-09-17T01:42:26.321 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stdout masked 2024-09-17T01:42:26.324 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-09-17T01:42:26.324 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stdout inactive 2024-09-17T01:42:26.327 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-09-17T01:42:26.327 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-17T01:42:26.330 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-09-17T01:42:26.330 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stdout inactive 2024-09-17T01:42:26.334 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stdout enabled 2024-09-17T01:42:26.338 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stdout active 2024-09-17T01:42:26.338 INFO:teuthology.orchestra.run.smithi107.stdout:Unit ntp.service is enabled and running 2024-09-17T01:42:26.338 INFO:teuthology.orchestra.run.smithi107.stdout:Repeating the final host check... 2024-09-17T01:42:26.338 INFO:teuthology.orchestra.run.smithi107.stdout:docker (/usr/bin/docker) is present 2024-09-17T01:42:26.338 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl is present 2024-09-17T01:42:26.338 INFO:teuthology.orchestra.run.smithi107.stdout:lvcreate is present 2024-09-17T01:42:26.341 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-17T01:42:26.341 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-17T01:42:26.344 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-17T01:42:26.345 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stdout inactive 2024-09-17T01:42:26.348 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-09-17T01:42:26.348 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-17T01:42:26.351 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-09-17T01:42:26.351 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stdout inactive 2024-09-17T01:42:26.354 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-09-17T01:42:26.354 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stdout masked 2024-09-17T01:42:26.357 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-09-17T01:42:26.357 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stdout inactive 2024-09-17T01:42:26.361 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-09-17T01:42:26.361 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-17T01:42:26.364 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-09-17T01:42:26.364 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stdout inactive 2024-09-17T01:42:26.367 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stdout enabled 2024-09-17T01:42:26.371 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stdout active 2024-09-17T01:42:26.371 INFO:teuthology.orchestra.run.smithi107.stdout:Unit ntp.service is enabled and running 2024-09-17T01:42:26.371 INFO:teuthology.orchestra.run.smithi107.stdout:Host looks OK 2024-09-17T01:42:26.372 INFO:teuthology.orchestra.run.smithi107.stdout:Cluster fsid: e6522e52-7495-11ef-bceb-c7b262605968 2024-09-17T01:42:26.372 INFO:teuthology.orchestra.run.smithi107.stdout:Acquiring lock 140565270444880 on /run/cephadm/e6522e52-7495-11ef-bceb-c7b262605968.lock 2024-09-17T01:42:26.372 INFO:teuthology.orchestra.run.smithi107.stdout:Lock 140565270444880 acquired on /run/cephadm/e6522e52-7495-11ef-bceb-c7b262605968.lock 2024-09-17T01:42:26.372 INFO:teuthology.orchestra.run.smithi107.stdout:Verifying IP 172.21.15.107 port 3300 ... 2024-09-17T01:42:26.372 INFO:teuthology.orchestra.run.smithi107.stdout:Verifying IP 172.21.15.107 port 6789 ... 2024-09-17T01:42:26.372 INFO:teuthology.orchestra.run.smithi107.stdout:Base mon IP(s) is [172.21.15.107:3300, 172.21.15.107:6789], mon addrv is [v2:172.21.15.107:3300,v1:172.21.15.107:6789] 2024-09-17T01:42:26.374 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 2024-09-17T01:42:26.374 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.107 metric 100 2024-09-17T01:42:26.374 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout 158.69.67.47 via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.107 metric 100 2024-09-17T01:42:26.375 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-09-17T01:42:26.375 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.107 metric 100 2024-09-17T01:42:26.375 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout 172.21.0.1 dev enp3s0f1 proto dhcp scope link src 172.21.15.107 metric 100 2024-09-17T01:42:26.375 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout 172.21.0.2 dev enp3s0f1 proto dhcp scope link src 172.21.15.107 metric 100 2024-09-17T01:42:26.375 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.107 metric 100 2024-09-17T01:42:26.376 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-17T01:42:26.376 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 256 pref medium 2024-09-17T01:42:26.376 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 expires 1794sec pref medium 2024-09-17T01:42:26.378 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-17T01:42:26.378 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-17T01:42:26.378 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-17T01:42:26.378 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-09-17T01:42:26.378 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe8f:47eb/64 scope link 2024-09-17T01:42:26.378 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-17T01:42:26.380 INFO:teuthology.orchestra.run.smithi107.stdout:Mon IP `172.21.15.107` is in CIDR network `172.21.0.0/20` 2024-09-17T01:42:26.380 INFO:teuthology.orchestra.run.smithi107.stdout:Mon IP `172.21.15.107` is in CIDR network `172.21.0.0/20` 2024-09-17T01:42:26.380 INFO:teuthology.orchestra.run.smithi107.stdout:Mon IP `172.21.15.107` is in CIDR network `172.21.0.1/32` 2024-09-17T01:42:26.380 INFO:teuthology.orchestra.run.smithi107.stdout:Mon IP `172.21.15.107` is in CIDR network `172.21.0.1/32` 2024-09-17T01:42:26.380 INFO:teuthology.orchestra.run.smithi107.stdout:Mon IP `172.21.15.107` is in CIDR network `172.21.0.2/32` 2024-09-17T01:42:26.380 INFO:teuthology.orchestra.run.smithi107.stdout:Mon IP `172.21.15.107` is in CIDR network `172.21.0.2/32` 2024-09-17T01:42:26.380 INFO:teuthology.orchestra.run.smithi107.stdout:Mon IP `172.21.15.107` is in CIDR network `172.21.15.254/32` 2024-09-17T01:42:26.380 INFO:teuthology.orchestra.run.smithi107.stdout:Mon IP `172.21.15.107` is in CIDR network `172.21.15.254/32` 2024-09-17T01:42:26.380 INFO:teuthology.orchestra.run.smithi107.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-09-17T01:42:26.380 INFO:teuthology.orchestra.run.smithi107.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-17T01:42:26.381 INFO:teuthology.orchestra.run.smithi107.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f... 2024-09-17T01:42:26.670 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/docker: stdout c2ddf9721ef254645201cdbabd9c8f49c30a586f: Pulling from ceph-ci/ceph 2024-09-17T01:42:26.670 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/docker: stdout Digest: sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3 2024-09-17T01:42:26.670 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-17T01:42:26.671 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-17T01:42:28.229 INFO:teuthology.orchestra.run.smithi107.stdout:ceph: stdout ceph version 19.1.1-330-gc2ddf972 (c2ddf9721ef254645201cdbabd9c8f49c30a586f) squid (stable) 2024-09-17T01:42:28.229 INFO:teuthology.orchestra.run.smithi107.stdout:Ceph version: ceph version 19.1.1-330-gc2ddf972 (c2ddf9721ef254645201cdbabd9c8f49c30a586f) squid (stable) 2024-09-17T01:42:28.229 INFO:teuthology.orchestra.run.smithi107.stdout:Extracting ceph user uid/gid from container image... 2024-09-17T01:42:29.610 INFO:teuthology.orchestra.run.smithi107.stdout:stat: stdout 167 167 2024-09-17T01:42:29.610 INFO:teuthology.orchestra.run.smithi107.stdout:Creating initial keys... 2024-09-17T01:42:31.008 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-authtool: stdout AQCG3uhmgaY+HRAAmPK1ELHvNtCxlkMf0K754Q== 2024-09-17T01:42:32.481 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-authtool: stdout AQCH3uhmhiEcOhAA1WJ1HxOdO50AXWR7yW6lmg== 2024-09-17T01:42:33.811 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-authtool: stdout AQCJ3uhmFTt3ExAAz4JM46j7RY/9bV1/2dbjNw== 2024-09-17T01:42:33.811 INFO:teuthology.orchestra.run.smithi107.stdout:Creating initial monmap... 2024-09-17T01:42:35.427 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-17T01:42:35.427 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-09-17T01:42:35.427 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to e6522e52-7495-11ef-bceb-c7b262605968 2024-09-17T01:42:35.427 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-17T01:42:35.427 INFO:teuthology.orchestra.run.smithi107.stdout:monmaptool for a [v2:172.21.15.107:3300,v1:172.21.15.107:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-17T01:42:35.427 INFO:teuthology.orchestra.run.smithi107.stdout:setting min_mon_release = quincy 2024-09-17T01:42:35.427 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/monmaptool: set fsid to e6522e52-7495-11ef-bceb-c7b262605968 2024-09-17T01:42:35.427 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-17T01:42:35.427 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-17T01:42:35.427 INFO:teuthology.orchestra.run.smithi107.stdout:Creating mon... 2024-09-17T01:42:36.922 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-17T01:42:36.922 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 1 imported monmap: 2024-09-17T01:42:36.922 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-09-17T01:42:36.923 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr fsid e6522e52-7495-11ef-bceb-c7b262605968 2024-09-17T01:42:36.923 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-09-17T01:42:34.849672+0000 2024-09-17T01:42:36.923 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr created 2024-09-17T01:42:34.849672+0000 2024-09-17T01:42:36.923 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-09-17T01:42:36.923 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-09-17T01:42:36.923 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.a 2024-09-17T01:42:36.923 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T01:42:36.923 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 0 /usr/bin/ceph-mon: set fsid to e6522e52-7495-11ef-bceb-c7b262605968 2024-09-17T01:42:36.923 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: RocksDB version: 7.9.2 2024-09-17T01:42:36.924 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T01:42:36.924 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Git sha 0 2024-09-17T01:42:36.924 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Compile date 2024-09-16 15:09:42 2024-09-17T01:42:36.924 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: DB SUMMARY 2024-09-17T01:42:36.924 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T01:42:36.924 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: DB Session ID: MZZRG091I3TG3YO35NYA 2024-09-17T01:42:36.924 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T01:42:36.924 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-09-17T01:42:36.924 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T01:42:36.924 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-09-17T01:42:36.924 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T01:42:36.924 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.error_if_exists: 0 2024-09-17T01:42:36.924 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.create_if_missing: 1 2024-09-17T01:42:36.925 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.paranoid_checks: 1 2024-09-17T01:42:36.925 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-17T01:42:36.925 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-17T01:42:36.925 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-17T01:42:36.925 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.env: 0x55935b7e4940 2024-09-17T01:42:36.925 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-17T01:42:36.925 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.info_log: 0x55935d6d0bc0 2024-09-17T01:42:36.925 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-17T01:42:36.925 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.statistics: (nil) 2024-09-17T01:42:36.925 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.use_fsync: 0 2024-09-17T01:42:36.925 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.max_log_file_size: 0 2024-09-17T01:42:36.925 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-17T01:42:36.926 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-17T01:42:36.926 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-17T01:42:36.926 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-17T01:42:36.926 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.allow_fallocate: 1 2024-09-17T01:42:36.926 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-17T01:42:36.926 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-17T01:42:36.926 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.use_direct_reads: 0 2024-09-17T01:42:36.926 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-17T01:42:36.926 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-17T01:42:36.926 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.db_log_dir: 2024-09-17T01:42:36.926 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.wal_dir: 2024-09-17T01:42:36.926 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-17T01:42:36.926 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-17T01:42:36.927 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-17T01:42:36.927 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-17T01:42:36.927 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-17T01:42:36.927 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-17T01:42:36.927 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-17T01:42:36.927 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-17T01:42:36.927 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.write_buffer_manager: 0x55935d6d74a0 2024-09-17T01:42:36.927 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-17T01:42:36.927 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-17T01:42:36.927 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-17T01:42:36.927 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-17T01:42:36.927 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-17T01:42:36.927 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-17T01:42:36.927 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-17T01:42:36.928 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-17T01:42:36.928 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.unordered_write: 0 2024-09-17T01:42:36.928 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-17T01:42:36.928 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-17T01:42:36.928 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-17T01:42:36.928 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-17T01:42:36.928 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.row_cache: None 2024-09-17T01:42:36.928 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.wal_filter: None 2024-09-17T01:42:36.928 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-17T01:42:36.928 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-17T01:42:36.928 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.two_write_queues: 0 2024-09-17T01:42:36.928 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-17T01:42:36.928 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.wal_compression: 0 2024-09-17T01:42:36.928 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.atomic_flush: 0 2024-09-17T01:42:36.929 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-17T01:42:36.929 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-17T01:42:36.929 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-17T01:42:36.929 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.log_readahead_size: 0 2024-09-17T01:42:36.929 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-17T01:42:36.929 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-17T01:42:36.929 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-17T01:42:36.929 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-17T01:42:36.929 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-17T01:42:36.929 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-17T01:42:36.929 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-17T01:42:36.929 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.max_background_jobs: 2 2024-09-17T01:42:36.929 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.max_background_compactions: -1 2024-09-17T01:42:36.930 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.max_subcompactions: 1 2024-09-17T01:42:36.930 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-17T01:42:36.930 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-17T01:42:36.930 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-17T01:42:36.930 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-17T01:42:36.930 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-17T01:42:36.930 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-17T01:42:36.930 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-17T01:42:36.930 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-17T01:42:36.930 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.max_open_files: -1 2024-09-17T01:42:36.930 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-17T01:42:36.930 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-17T01:42:36.930 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-17T01:42:36.931 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-17T01:42:36.931 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Options.max_background_flushes: -1 2024-09-17T01:42:36.931 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Compression algorithms supported: 2024-09-17T01:42:36.931 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: kZSTD supported: 0 2024-09-17T01:42:36.931 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: kXpressCompression supported: 0 2024-09-17T01:42:36.931 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: kBZip2Compression supported: 0 2024-09-17T01:42:36.931 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-17T01:42:36.931 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: kLZ4Compression supported: 1 2024-09-17T01:42:36.931 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: kZlibCompression supported: 1 2024-09-17T01:42:36.931 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-17T01:42:36.931 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: kSnappyCompression supported: 1 2024-09-17T01:42:36.932 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-17T01:42:36.932 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.340+0000 7fa750befc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-17T01:42:36.932 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-09-17T01:42:36.932 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T01:42:36.932 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-09-17T01:42:36.932 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T01:42:36.932 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-17T01:42:36.933 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T01:42:36.933 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-17T01:42:36.933 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.merge_operator: 2024-09-17T01:42:36.933 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.compaction_filter: None 2024-09-17T01:42:36.933 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-17T01:42:36.933 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-17T01:42:36.933 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-17T01:42:36.934 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-17T01:42:36.934 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55935d6d0800) 2024-09-17T01:42:36.934 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-09-17T01:42:36.934 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-09-17T01:42:36.934 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-17T01:42:36.934 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-09-17T01:42:36.935 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-09-17T01:42:36.935 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-09-17T01:42:36.935 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-09-17T01:42:36.935 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-09-17T01:42:36.935 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-09-17T01:42:36.935 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-09-17T01:42:36.935 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x55935d6bb1f0 2024-09-17T01:42:36.936 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-09-17T01:42:36.936 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-09-17T01:42:36.936 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-09-17T01:42:36.936 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-09-17T01:42:36.936 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-09-17T01:42:36.937 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-09-17T01:42:36.937 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-09-17T01:42:36.937 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-09-17T01:42:36.937 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-09-17T01:42:36.937 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-09-17T01:42:36.937 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-09-17T01:42:36.938 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-09-17T01:42:36.938 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-09-17T01:42:36.938 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-09-17T01:42:36.938 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-09-17T01:42:36.938 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-09-17T01:42:36.938 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-09-17T01:42:36.939 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-09-17T01:42:36.939 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-09-17T01:42:36.939 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-09-17T01:42:36.939 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-09-17T01:42:36.939 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-09-17T01:42:36.939 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-09-17T01:42:36.940 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-09-17T01:42:36.940 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-09-17T01:42:36.940 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-09-17T01:42:36.940 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T01:42:36.940 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-17T01:42:36.940 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-17T01:42:36.941 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.compression: NoCompression 2024-09-17T01:42:36.941 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-17T01:42:36.941 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-17T01:42:36.941 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-17T01:42:36.941 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.num_levels: 7 2024-09-17T01:42:36.941 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-17T01:42:36.942 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-17T01:42:36.942 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-17T01:42:36.942 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-17T01:42:36.942 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-17T01:42:36.942 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-17T01:42:36.942 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-17T01:42:36.943 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-17T01:42:36.943 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-17T01:42:36.943 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-17T01:42:36.943 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-17T01:42:36.943 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-17T01:42:36.944 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-17T01:42:36.944 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-17T01:42:36.944 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-17T01:42:36.944 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-17T01:42:36.944 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-17T01:42:36.944 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-17T01:42:36.945 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-17T01:42:36.945 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-17T01:42:36.945 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-17T01:42:36.945 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-17T01:42:36.945 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-17T01:42:36.945 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-17T01:42:36.946 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-17T01:42:36.946 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-17T01:42:36.946 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-17T01:42:36.946 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-17T01:42:36.946 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-17T01:42:36.946 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-17T01:42:36.946 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-17T01:42:36.947 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-17T01:42:36.947 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-17T01:42:36.947 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-17T01:42:36.947 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-17T01:42:36.947 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-17T01:42:36.948 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-17T01:42:36.948 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-17T01:42:36.948 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-17T01:42:36.948 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-17T01:42:36.948 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-17T01:42:36.948 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-17T01:42:36.949 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-17T01:42:36.949 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-17T01:42:36.949 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-17T01:42:36.949 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-17T01:42:36.949 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-17T01:42:36.949 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-17T01:42:36.950 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-17T01:42:36.950 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-17T01:42:36.950 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-17T01:42:36.950 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-17T01:42:36.950 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-17T01:42:36.950 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-17T01:42:36.951 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.inplace_update_support: 0 2024-09-17T01:42:36.951 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-17T01:42:36.951 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-17T01:42:36.951 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-17T01:42:36.951 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-17T01:42:36.951 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.bloom_locality: 0 2024-09-17T01:42:36.952 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.max_successive_merges: 0 2024-09-17T01:42:36.952 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-17T01:42:36.952 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-17T01:42:36.952 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-17T01:42:36.952 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-17T01:42:36.952 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.ttl: 2592000 2024-09-17T01:42:36.953 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-17T01:42:36.953 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-17T01:42:36.953 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-17T01:42:36.953 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.enable_blob_files: false 2024-09-17T01:42:36.953 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.min_blob_size: 0 2024-09-17T01:42:36.953 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-17T01:42:36.954 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-17T01:42:36.954 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-17T01:42:36.954 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-17T01:42:36.954 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-17T01:42:36.954 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-17T01:42:36.954 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-17T01:42:36.954 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-17T01:42:36.955 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-17T01:42:36.955 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T01:42:36.955 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-17T01:42:36.955 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T01:42:36.955 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 59f03c28-363f-4663-ab2e-d49f1ace80fe 2024-09-17T01:42:36.956 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T01:42:36.956 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-09-17T01:42:36.956 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T01:42:36.956 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55935d6e8e00 2024-09-17T01:42:36.956 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.344+0000 7fa750befc80 4 rocksdb: DB pointer 0x55935d7c2000 2024-09-17T01:42:36.956 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.348+0000 7fa74837a640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-17T01:42:36.957 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.348+0000 7fa74837a640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-17T01:42:36.957 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-09-17T01:42:36.957 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T01:42:36.957 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-17T01:42:36.957 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T01:42:36.957 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T01:42:36.957 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-17T01:42:36.958 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T01:42:36.958 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T01:42:36.958 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T01:42:36.958 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-17T01:42:36.958 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-17T01:42:36.958 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-17T01:42:36.958 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-09-17T01:42:36.959 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-09-17T01:42:36.959 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T01:42:36.959 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-17T01:42:36.959 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-17T01:42:36.959 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T01:42:36.959 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T01:42:36.959 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-17T01:42:36.959 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T01:42:36.959 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T01:42:36.959 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-09-17T01:42:36.959 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-09-17T01:42:36.960 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-09-17T01:42:36.960 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-09-17T01:42:36.960 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-09-17T01:42:36.960 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T01:42:36.960 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T01:42:36.960 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-17T01:42:36.960 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x55935d6bb1f0#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2024-09-17T01:42:36.960 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-09-17T01:42:36.960 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T01:42:36.960 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-09-17T01:42:36.960 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr 2024-09-17T01:42:36.960 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.348+0000 7fa750befc80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-09-17T01:42:36.960 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.348+0000 7fa750befc80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-09-17T01:42:36.961 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-17T01:42:36.348+0000 7fa750befc80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-09-17T01:42:36.961 INFO:teuthology.orchestra.run.smithi107.stdout:create mon.a on 2024-09-17T01:42:37.154 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-09-17T01:42:37.373 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-09-17T01:42:37.594 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-e6522e52-7495-11ef-bceb-c7b262605968.target -> /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-c7b262605968.target. 2024-09-17T01:42:37.595 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-e6522e52-7495-11ef-bceb-c7b262605968.target -> /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-c7b262605968.target. 2024-09-17T01:42:37.888 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-e6522e52-7495-11ef-bceb-c7b262605968@mon.a 2024-09-17T01:42:37.888 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stderr Failed to reset failed state of unit ceph-e6522e52-7495-11ef-bceb-c7b262605968@mon.a.service: Unit ceph-e6522e52-7495-11ef-bceb-c7b262605968@mon.a.service not loaded. 2024-09-17T01:42:38.067 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-c7b262605968.target.wants/ceph-e6522e52-7495-11ef-bceb-c7b262605968@mon.a.service -> /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-c7b262605968@.service. 2024-09-17T01:42:38.076 INFO:teuthology.orchestra.run.smithi107.stdout:firewalld does not appear to be present 2024-09-17T01:42:38.076 INFO:teuthology.orchestra.run.smithi107.stdout:Not possible to enable service . firewalld.service is not available 2024-09-17T01:42:38.076 INFO:teuthology.orchestra.run.smithi107.stdout:Waiting for mon to start... 2024-09-17T01:42:38.077 INFO:teuthology.orchestra.run.smithi107.stdout:Waiting for mon... 2024-09-17T01:42:38.184 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:38 smithi107 systemd[1]: Started Ceph mon.a for e6522e52-7495-11ef-bceb-c7b262605968. 2024-09-17T01:42:39.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:39 smithi107 bash[22312]: cluster 2024-09-17T01:42:39.615841+0000 mon.a (mon.0) 0 : cluster [INF] mkfs e6522e52-7495-11ef-bceb-c7b262605968 2024-09-17T01:42:39.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:39 smithi107 bash[22312]: cluster 2024-09-17T01:42:39.610132+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-17T01:42:40.431 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout cluster: 2024-09-17T01:42:40.431 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout id: e6522e52-7495-11ef-bceb-c7b262605968 2024-09-17T01:42:40.431 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-17T01:42:40.431 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout 2024-09-17T01:42:40.431 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout services: 2024-09-17T01:42:40.431 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.210338s) 2024-09-17T01:42:40.431 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-17T01:42:40.431 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-17T01:42:40.431 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout 2024-09-17T01:42:40.431 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout data: 2024-09-17T01:42:40.431 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-17T01:42:40.432 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-17T01:42:40.432 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-17T01:42:40.432 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout pgs: 2024-09-17T01:42:40.432 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout 2024-09-17T01:42:40.432 INFO:teuthology.orchestra.run.smithi107.stdout:mon is available 2024-09-17T01:42:40.432 INFO:teuthology.orchestra.run.smithi107.stdout:Assimilating anything we can from ceph.conf... 2024-09-17T01:42:41.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:40 smithi107 bash[22312]: cluster 2024-09-17T01:42:39.614483+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-17T01:42:41.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:40 smithi107 bash[22312]: cluster 2024-09-17T01:42:39.614706+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-09-17T01:42:41.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:40 smithi107 bash[22312]: cluster 2024-09-17T01:42:39.614725+0000 mon.a (mon.0) 4 : cluster [DBG] fsid e6522e52-7495-11ef-bceb-c7b262605968 2024-09-17T01:42:41.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:40 smithi107 bash[22312]: cluster 2024-09-17T01:42:39.614738+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-09-17T01:42:34.849672+0000 2024-09-17T01:42:41.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:40 smithi107 bash[22312]: cluster 2024-09-17T01:42:39.614753+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-09-17T01:42:34.849672+0000 2024-09-17T01:42:41.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:40 smithi107 bash[22312]: cluster 2024-09-17T01:42:39.614766+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-09-17T01:42:41.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:40 smithi107 bash[22312]: cluster 2024-09-17T01:42:39.614780+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-09-17T01:42:41.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:40 smithi107 bash[22312]: cluster 2024-09-17T01:42:39.614794+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.a 2024-09-17T01:42:41.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:40 smithi107 bash[22312]: cluster 2024-09-17T01:42:39.617939+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-09-17T01:42:41.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:40 smithi107 bash[22312]: cluster 2024-09-17T01:42:39.620514+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-17T01:42:41.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:40 smithi107 bash[22312]: cluster 2024-09-17T01:42:39.621018+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-09-17T01:42:41.015 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:40 smithi107 bash[22312]: audit 2024-09-17T01:42:39.824762+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.107:0/1515280563' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-17T01:42:42.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:41 smithi107 bash[22312]: audit 2024-09-17T01:42:41.614568+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.107:0/1765876677' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-17T01:42:42.014 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:41 smithi107 bash[22312]: audit 2024-09-17T01:42:41.618604+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.107:0/1765876677' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-17T01:42:42.145 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout 2024-09-17T01:42:42.145 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout [global] 2024-09-17T01:42:42.145 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout fsid = e6522e52-7495-11ef-bceb-c7b262605968 2024-09-17T01:42:42.145 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.107:3300,v1:172.21.15.107:6789] 2024-09-17T01:42:42.145 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-17T01:42:42.145 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-17T01:42:42.145 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-17T01:42:42.145 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-17T01:42:42.145 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout 2024-09-17T01:42:42.146 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-17T01:42:42.146 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-09-17T01:42:42.146 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-17T01:42:42.146 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout 2024-09-17T01:42:42.146 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout [osd] 2024-09-17T01:42:42.146 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-17T01:42:42.146 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-17T01:42:42.146 INFO:teuthology.orchestra.run.smithi107.stdout:Generating new minimal ceph.conf... 2024-09-17T01:42:43.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:43 smithi107 bash[22312]: audit 2024-09-17T01:42:43.312301+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.107:0/4249801634' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:42:43.892 INFO:teuthology.orchestra.run.smithi107.stdout:Restarting the monitor... 2024-09-17T01:42:44.223 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:43 smithi107 systemd[1]: Stopping Ceph mon.a for e6522e52-7495-11ef-bceb-c7b262605968... 2024-09-17T01:42:44.224 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:44 smithi107 bash[22312]: debug 2024-09-17T01:42:44.032+0000 7ffa4b195640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-09-17T01:42:44.224 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:44 smithi107 bash[22312]: debug 2024-09-17T01:42:44.032+0000 7ffa4b195640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-17T01:42:44.798 INFO:teuthology.orchestra.run.smithi107.stdout:Setting public_network to 172.21.15.254/32,172.21.0.1/32,172.21.0.0/20,172.21.0.2/32 in mon config section 2024-09-17T01:42:44.891 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:44 smithi107 bash[22696]: ceph-e6522e52-7495-11ef-bceb-c7b262605968-mon-a 2024-09-17T01:42:44.891 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:44 smithi107 bash[22756]: Error response from daemon: No such container: ceph-e6522e52-7495-11ef-bceb-c7b262605968-mon-a 2024-09-17T01:42:44.891 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:44 smithi107 systemd[1]: ceph-e6522e52-7495-11ef-bceb-c7b262605968@mon.a.service: Deactivated successfully. 2024-09-17T01:42:44.891 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:44 smithi107 systemd[1]: Stopped Ceph mon.a for e6522e52-7495-11ef-bceb-c7b262605968. 2024-09-17T01:42:44.891 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:44 smithi107 systemd[1]: Started Ceph mon.a for e6522e52-7495-11ef-bceb-c7b262605968. 2024-09-17T01:42:46.451 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.188+0000 7f9212c08c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-17T01:42:46.451 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.188+0000 7f9212c08c80 0 ceph version 19.1.1-330-gc2ddf972 (c2ddf9721ef254645201cdbabd9c8f49c30a586f) squid (stable), process ceph-mon, pid 7 2024-09-17T01:42:46.451 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.188+0000 7f9212c08c80 0 pidfile_write: ignore empty --pid-file 2024-09-17T01:42:46.451 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 0 load: jerasure load: lrc 2024-09-17T01:42:46.451 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: RocksDB version: 7.9.2 2024-09-17T01:42:46.451 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Git sha 0 2024-09-17T01:42:46.452 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Compile date 2024-09-16 15:09:42 2024-09-17T01:42:46.452 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: DB SUMMARY 2024-09-17T01:42:46.452 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: DB Session ID: 0K7WHGPOW0Q9CEVW7ARP 2024-09-17T01:42:46.452 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: CURRENT file: CURRENT 2024-09-17T01:42:46.452 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: IDENTITY file: IDENTITY 2024-09-17T01:42:46.452 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-17T01:42:46.452 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-09-17T01:42:46.452 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88811 ; 2024-09-17T01:42:46.452 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.error_if_exists: 0 2024-09-17T01:42:46.452 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.create_if_missing: 0 2024-09-17T01:42:46.452 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.paranoid_checks: 1 2024-09-17T01:42:46.453 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-17T01:42:46.453 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-17T01:42:46.453 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-17T01:42:46.453 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.env: 0x55b6c91e6940 2024-09-17T01:42:46.453 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-17T01:42:46.453 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.info_log: 0x55b6c9f996e0 2024-09-17T01:42:46.453 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-17T01:42:46.453 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.statistics: (nil) 2024-09-17T01:42:46.453 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.use_fsync: 0 2024-09-17T01:42:46.453 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.max_log_file_size: 0 2024-09-17T01:42:46.453 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-17T01:42:46.453 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-17T01:42:46.454 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-17T01:42:46.454 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-17T01:42:46.454 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.allow_fallocate: 1 2024-09-17T01:42:46.454 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-17T01:42:46.454 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-17T01:42:46.454 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.use_direct_reads: 0 2024-09-17T01:42:46.454 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-17T01:42:46.454 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-17T01:42:46.454 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.db_log_dir: 2024-09-17T01:42:46.454 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.wal_dir: 2024-09-17T01:42:46.454 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-17T01:42:46.454 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-17T01:42:46.454 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-17T01:42:46.455 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-17T01:42:46.455 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-17T01:42:46.455 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-17T01:42:46.455 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-17T01:42:46.455 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-17T01:42:46.455 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.write_buffer_manager: 0x55b6c9fa8dc0 2024-09-17T01:42:46.455 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-17T01:42:46.455 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-17T01:42:46.455 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-17T01:42:46.455 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-17T01:42:46.455 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-17T01:42:46.455 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-17T01:42:46.455 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-17T01:42:46.455 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-17T01:42:46.456 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.unordered_write: 0 2024-09-17T01:42:46.456 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-17T01:42:46.456 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-17T01:42:46.456 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-17T01:42:46.456 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-17T01:42:46.456 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.row_cache: None 2024-09-17T01:42:46.456 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.wal_filter: None 2024-09-17T01:42:46.456 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-17T01:42:46.456 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-17T01:42:46.456 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.two_write_queues: 0 2024-09-17T01:42:46.456 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-17T01:42:46.456 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.wal_compression: 0 2024-09-17T01:42:46.456 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.atomic_flush: 0 2024-09-17T01:42:46.457 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-17T01:42:46.457 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-17T01:42:46.457 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-17T01:42:46.457 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.log_readahead_size: 0 2024-09-17T01:42:46.457 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-17T01:42:46.457 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-17T01:42:46.457 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-17T01:42:46.457 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-17T01:42:46.457 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-17T01:42:46.457 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-17T01:42:46.457 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-17T01:42:46.457 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.max_background_jobs: 2 2024-09-17T01:42:46.457 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.max_background_compactions: -1 2024-09-17T01:42:46.459 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.max_subcompactions: 1 2024-09-17T01:42:46.459 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-17T01:42:46.459 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-17T01:42:46.459 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-17T01:42:46.459 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-17T01:42:46.459 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-17T01:42:46.459 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-17T01:42:46.459 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-17T01:42:46.459 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-17T01:42:46.459 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.max_open_files: -1 2024-09-17T01:42:46.460 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-17T01:42:46.460 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-17T01:42:46.460 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-17T01:42:46.460 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-17T01:42:46.460 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.max_background_flushes: -1 2024-09-17T01:42:46.460 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Compression algorithms supported: 2024-09-17T01:42:46.460 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: kZSTD supported: 0 2024-09-17T01:42:46.460 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: kXpressCompression supported: 0 2024-09-17T01:42:46.460 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: kBZip2Compression supported: 0 2024-09-17T01:42:46.460 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-17T01:42:46.460 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: kLZ4Compression supported: 1 2024-09-17T01:42:46.460 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: kZlibCompression supported: 1 2024-09-17T01:42:46.460 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-17T01:42:46.460 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: kSnappyCompression supported: 1 2024-09-17T01:42:46.461 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-17T01:42:46.461 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-17T01:42:46.461 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-09-17T01:42:46.461 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-17T01:42:46.461 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-17T01:42:46.461 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.merge_operator: 2024-09-17T01:42:46.461 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.compaction_filter: None 2024-09-17T01:42:46.461 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-17T01:42:46.461 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-17T01:42:46.461 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-17T01:42:46.461 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-17T01:42:46.461 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55b6c9f99320) 2024-09-17T01:42:46.461 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: cache_index_and_filter_blocks: 1 2024-09-17T01:42:46.461 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-17T01:42:46.462 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-17T01:42:46.462 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: pin_top_level_index_and_filter: 1 2024-09-17T01:42:46.462 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: index_type: 0 2024-09-17T01:42:46.462 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: data_block_index_type: 0 2024-09-17T01:42:46.462 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: index_shortening: 1 2024-09-17T01:42:46.462 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: data_block_hash_table_util_ratio: 0.750000 2024-09-17T01:42:46.462 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: checksum: 4 2024-09-17T01:42:46.462 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: no_block_cache: 0 2024-09-17T01:42:46.462 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: block_cache: 0x55b6c9f8f1f0 2024-09-17T01:42:46.462 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: block_cache_name: BinnedLRUCache 2024-09-17T01:42:46.462 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: block_cache_options: 2024-09-17T01:42:46.462 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: capacity : 536870912 2024-09-17T01:42:46.462 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: num_shard_bits : 4 2024-09-17T01:42:46.463 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: strict_capacity_limit : 0 2024-09-17T01:42:46.463 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: high_pri_pool_ratio: 0.000 2024-09-17T01:42:46.463 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: block_cache_compressed: (nil) 2024-09-17T01:42:46.463 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: persistent_cache: (nil) 2024-09-17T01:42:46.463 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: block_size: 4096 2024-09-17T01:42:46.463 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: block_size_deviation: 10 2024-09-17T01:42:46.463 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: block_restart_interval: 16 2024-09-17T01:42:46.463 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: index_block_restart_interval: 1 2024-09-17T01:42:46.463 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: metadata_block_size: 4096 2024-09-17T01:42:46.463 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: partition_filters: 0 2024-09-17T01:42:46.463 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: use_delta_encoding: 1 2024-09-17T01:42:46.463 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: filter_policy: bloomfilter 2024-09-17T01:42:46.463 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: whole_key_filtering: 1 2024-09-17T01:42:46.463 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: verify_compression: 0 2024-09-17T01:42:46.464 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: read_amp_bytes_per_bit: 0 2024-09-17T01:42:46.464 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: format_version: 5 2024-09-17T01:42:46.464 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: enable_index_compression: 1 2024-09-17T01:42:46.464 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: block_align: 0 2024-09-17T01:42:46.464 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: max_auto_readahead_size: 262144 2024-09-17T01:42:46.464 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: prepopulate_block_cache: 0 2024-09-17T01:42:46.464 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: initial_auto_readahead_size: 8192 2024-09-17T01:42:46.464 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: num_file_reads_for_auto_readahead: 2 2024-09-17T01:42:46.464 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-17T01:42:46.464 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-17T01:42:46.464 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.compression: NoCompression 2024-09-17T01:42:46.464 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-17T01:42:46.464 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-17T01:42:46.465 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-17T01:42:46.465 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.num_levels: 7 2024-09-17T01:42:46.465 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-17T01:42:46.465 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-17T01:42:46.465 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-17T01:42:46.465 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-17T01:42:46.465 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-17T01:42:46.465 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-17T01:42:46.465 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-17T01:42:46.465 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-17T01:42:46.465 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-17T01:42:46.465 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-17T01:42:46.465 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-17T01:42:46.466 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-17T01:42:46.466 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-17T01:42:46.466 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-17T01:42:46.466 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-17T01:42:46.466 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-17T01:42:46.466 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-17T01:42:46.466 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-17T01:42:46.466 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-17T01:42:46.466 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-17T01:42:46.466 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-17T01:42:46.466 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-17T01:42:46.466 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-17T01:42:46.466 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-17T01:42:46.466 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-17T01:42:46.467 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-17T01:42:46.467 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-17T01:42:46.467 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-17T01:42:46.467 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-17T01:42:46.467 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-17T01:42:46.467 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-17T01:42:46.467 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-17T01:42:46.467 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-17T01:42:46.467 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-17T01:42:46.467 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-17T01:42:46.467 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-17T01:42:46.467 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-17T01:42:46.467 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-17T01:42:46.467 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-17T01:42:46.468 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-17T01:42:46.468 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-17T01:42:46.468 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-17T01:42:46.468 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-17T01:42:46.468 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-17T01:42:46.468 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-17T01:42:46.468 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-17T01:42:46.468 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-17T01:42:46.468 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-17T01:42:46.468 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-17T01:42:46.468 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-17T01:42:46.468 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-17T01:42:46.468 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-17T01:42:46.469 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-17T01:42:46.469 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-17T01:42:46.469 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.inplace_update_support: 0 2024-09-17T01:42:46.469 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-17T01:42:46.469 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-17T01:42:46.469 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-17T01:42:46.469 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-17T01:42:46.469 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.bloom_locality: 0 2024-09-17T01:42:46.469 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.max_successive_merges: 0 2024-09-17T01:42:46.469 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-17T01:42:46.469 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-17T01:42:46.469 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-17T01:42:46.469 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-17T01:42:46.469 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.ttl: 2592000 2024-09-17T01:42:46.470 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-17T01:42:46.470 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-17T01:42:46.470 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-17T01:42:46.470 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.enable_blob_files: false 2024-09-17T01:42:46.470 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.min_blob_size: 0 2024-09-17T01:42:46.470 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-17T01:42:46.470 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-17T01:42:46.470 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-17T01:42:46.470 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-17T01:42:46.470 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-17T01:42:46.470 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-17T01:42:46.470 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-17T01:42:46.471 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.192+0000 7f9212c08c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-17T01:42:46.471 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.196+0000 7f9212c08c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-09-17T01:42:46.471 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.196+0000 7f9212c08c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-17T01:42:46.471 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.196+0000 7f9212c08c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 59f03c28-363f-4663-ab2e-d49f1ace80fe 2024-09-17T01:42:46.471 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.196+0000 7f9212c08c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726537366197725, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-17T01:42:46.471 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.196+0000 7f9212c08c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-17T01:42:46.471 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.196+0000 7f9212c08c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726537366199215, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85428, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 258, "table_properties": {"data_size": 83575, "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": 77782, "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": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1726537366, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "59f03c28-363f-4663-ab2e-d49f1ace80fe", "db_session_id": "0K7WHGPOW0Q9CEVW7ARP", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-17T01:42:46.471 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.196+0000 7f9212c08c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726537366199377, "job": 1, "event": "recovery_finished"} 2024-09-17T01:42:46.471 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.196+0000 7f9212c08c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-17T01:42:46.471 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.196+0000 7f9212c08c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-17T01:42:46.471 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.196+0000 7f9212c08c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55b6c9fbae00 2024-09-17T01:42:46.471 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.196+0000 7f9212c08c80 4 rocksdb: DB pointer 0x55b6ca0ba000 2024-09-17T01:42:46.472 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.196+0000 7f92089d1640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-17T01:42:46.472 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.196+0000 7f92089d1640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-17T01:42:46.472 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: ** DB Stats ** 2024-09-17T01:42:46.472 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T01:42:46.472 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-17T01:42:46.472 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T01:42:46.472 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T01:42:46.472 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-17T01:42:46.472 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T01:42:46.472 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T01:42:46.472 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: ** Compaction Stats [default] ** 2024-09-17T01:42:46.472 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-17T01:42:46.472 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-17T01:42:46.473 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: L0 2/0 85.29 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 90.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T01:42:46.473 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: Sum 2/0 85.29 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 90.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T01:42:46.473 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 90.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T01:42:46.473 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: ** Compaction Stats [default] ** 2024-09-17T01:42:46.473 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-17T01:42:46.473 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T01:42:46.473 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 90.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T01:42:46.473 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-17T01:42:46.473 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T01:42:46.473 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-17T01:42:46.473 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-17T01:42:46.473 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: AddFile(Total Files): cumulative 0, interval 0 2024-09-17T01:42:46.473 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-17T01:42:46.473 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: AddFile(Keys): cumulative 0, interval 0 2024-09-17T01:42:46.474 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: Cumulative compaction: 0.00 GB write, 14.42 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T01:42:46.474 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: Interval compaction: 0.00 GB write, 14.42 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T01:42:46.474 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-17T01:42:46.474 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: Block cache BinnedLRUCache@0x55b6c9f8f1f0#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.5e-05 secs_since: 0 2024-09-17T01:42:46.474 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-09-17T01:42:46.474 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: ** File Read Latency Histogram By Level [default] ** 2024-09-17T01:42:46.474 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.200+0000 7f9212c08c80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] at bind addrs [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid e6522e52-7495-11ef-bceb-c7b262605968 2024-09-17T01:42:46.474 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.200+0000 7f9212c08c80 1 mon.a@-1(???) e1 preinit fsid e6522e52-7495-11ef-bceb-c7b262605968 2024-09-17T01:42:46.474 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.200+0000 7f9212c08c80 0 mon.a@-1(???).mds e1 new map 2024-09-17T01:42:46.474 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.200+0000 7f9212c08c80 0 mon.a@-1(???).mds e1 print_map 2024-09-17T01:42:46.474 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: e1 2024-09-17T01:42:46.474 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: btime 2024-09-17T01:42:39:615362+0000 2024-09-17T01:42:46.474 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-17T01:42:46.475 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-09-17T01:42:46.475 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: legacy client fscid: -1 2024-09-17T01:42:46.475 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: 2024-09-17T01:42:46.475 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: No filesystems configured 2024-09-17T01:42:46.475 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.200+0000 7f9212c08c80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-17T01:42:46.475 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.200+0000 7f9212c08c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T01:42:46.475 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.200+0000 7f9212c08c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T01:42:46.475 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.200+0000 7f9212c08c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T01:42:46.475 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: debug 2024-09-17T01:42:46.200+0000 7f9212c08c80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-17T01:42:46.475 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: cluster 2024-09-17T01:42:46.230046+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-17T01:42:46.475 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: cluster 2024-09-17T01:42:46.230112+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-09-17T01:42:46.475 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: cluster 2024-09-17T01:42:46.230121+0000 mon.a (mon.0) 3 : cluster [DBG] fsid e6522e52-7495-11ef-bceb-c7b262605968 2024-09-17T01:42:46.475 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: cluster 2024-09-17T01:42:46.230130+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-09-17T01:42:34.849672+0000 2024-09-17T01:42:46.476 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: cluster 2024-09-17T01:42:46.230144+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-09-17T01:42:34.849672+0000 2024-09-17T01:42:46.476 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: cluster 2024-09-17T01:42:46.230151+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-09-17T01:42:46.476 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: cluster 2024-09-17T01:42:46.230160+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-09-17T01:42:46.476 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: cluster 2024-09-17T01:42:46.230166+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.a 2024-09-17T01:42:46.476 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: cluster 2024-09-17T01:42:46.230580+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-09-17T01:42:46.476 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: cluster 2024-09-17T01:42:46.230604+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-17T01:42:46.476 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:46 smithi107 bash[22796]: cluster 2024-09-17T01:42:46.231016+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-09-17T01:42:47.064 INFO:teuthology.orchestra.run.smithi107.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-17T01:42:47.081 INFO:teuthology.orchestra.run.smithi107.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-17T01:42:47.081 INFO:teuthology.orchestra.run.smithi107.stdout:Creating mgr... 2024-09-17T01:42:47.082 INFO:teuthology.orchestra.run.smithi107.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-17T01:42:47.082 INFO:teuthology.orchestra.run.smithi107.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-17T01:42:47.417 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:47 smithi107 systemd[1]: /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-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-09-17T01:42:47.425 INFO:teuthology.orchestra.run.smithi107.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-e6522e52-7495-11ef-bceb-c7b262605968@mgr.a 2024-09-17T01:42:47.425 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stderr Failed to reset failed state of unit ceph-e6522e52-7495-11ef-bceb-c7b262605968@mgr.a.service: Unit ceph-e6522e52-7495-11ef-bceb-c7b262605968@mgr.a.service not loaded. 2024-09-17T01:42:47.642 INFO:teuthology.orchestra.run.smithi107.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-c7b262605968.target.wants/ceph-e6522e52-7495-11ef-bceb-c7b262605968@mgr.a.service -> /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-c7b262605968@.service. 2024-09-17T01:42:47.650 INFO:teuthology.orchestra.run.smithi107.stdout:firewalld does not appear to be present 2024-09-17T01:42:47.650 INFO:teuthology.orchestra.run.smithi107.stdout:Not possible to enable service . firewalld.service is not available 2024-09-17T01:42:47.650 INFO:teuthology.orchestra.run.smithi107.stdout:firewalld does not appear to be present 2024-09-17T01:42:47.651 INFO:teuthology.orchestra.run.smithi107.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-09-17T01:42:47.651 INFO:teuthology.orchestra.run.smithi107.stdout:Waiting for mgr to start... 2024-09-17T01:42:47.651 INFO:teuthology.orchestra.run.smithi107.stdout:Waiting for mgr... 2024-09-17T01:42:47.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:47 smithi107 bash[22796]: audit 2024-09-17T01:42:46.442094+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.107:0/1279434765' entity='client.admin' 2024-09-17T01:42:47.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:47 smithi107 systemd[1]: /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-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-09-17T01:42:47.763 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:42:47 smithi107 systemd[1]: Started Ceph mgr.a for e6522e52-7495-11ef-bceb-c7b262605968. 2024-09-17T01:42:49.672 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:49 smithi107 bash[22796]: audit 2024-09-17T01:42:49.457573+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.107:0/4188691431' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-17T01:42:49.673 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:42:49 smithi107 bash[23049]: debug 2024-09-17T01:42:49.412+0000 7fb5ef1fc040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-17T01:42:50.061 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout 2024-09-17T01:42:50.061 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout { 2024-09-17T01:42:50.061 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "fsid": "e6522e52-7495-11ef-bceb-c7b262605968", 2024-09-17T01:42:50.061 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "health": { 2024-09-17T01:42:50.061 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-17T01:42:50.061 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-17T01:42:50.061 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-17T01:42:50.061 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:42:50.062 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-17T01:42:50.062 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-17T01:42:50.062 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout 0 2024-09-17T01:42:50.062 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout ], 2024-09-17T01:42:50.062 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-17T01:42:50.062 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "a" 2024-09-17T01:42:50.062 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout ], 2024-09-17T01:42:50.062 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2024-09-17T01:42:50.062 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-17T01:42:50.062 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T01:42:50.062 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-17T01:42:50.062 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-17T01:42:50.062 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:42:50.063 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-17T01:42:50.063 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T01:42:50.063 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-17T01:42:50.063 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-17T01:42:50.063 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-17T01:42:50.063 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-17T01:42:50.063 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-17T01:42:50.063 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-17T01:42:50.066 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:42:50.066 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-17T01:42:50.066 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-17T01:42:50.067 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-17T01:42:50.067 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-17T01:42:50.067 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-17T01:42:50.067 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-17T01:42:50.067 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-17T01:42:50.067 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-17T01:42:50.067 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-17T01:42:50.067 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:42:50.067 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-17T01:42:50.067 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T01:42:50.067 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "btime": "2024-09-17T01:42:39:615362+0000", 2024-09-17T01:42:50.067 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-17T01:42:50.067 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-17T01:42:50.068 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:42:50.068 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-17T01:42:50.068 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-17T01:42:50.068 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-17T01:42:50.068 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-17T01:42:50.068 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-17T01:42:50.068 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-17T01:42:50.068 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "restful" 2024-09-17T01:42:50.068 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout ], 2024-09-17T01:42:50.068 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T01:42:50.068 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:42:50.068 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-17T01:42:50.068 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T01:42:50.068 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "modified": "2024-09-17T01:42:39.616511+0000", 2024-09-17T01:42:50.069 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T01:42:50.069 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:42:50.069 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-17T01:42:50.069 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout } 2024-09-17T01:42:50.069 INFO:teuthology.orchestra.run.smithi107.stdout:mgr not available, waiting (1/15)... 2024-09-17T01:42:51.013 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:42:50 smithi107 bash[23049]: debug 2024-09-17T01:42:50.608+0000 7fb5ef1fc040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-17T01:42:51.013 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:42:50 smithi107 bash[23049]: debug 2024-09-17T01:42:50.672+0000 7fb5ef1fc040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-17T01:42:51.013 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:42:50 smithi107 bash[23049]: debug 2024-09-17T01:42:50.820+0000 7fb5ef1fc040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-17T01:42:51.763 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:42:51 smithi107 bash[23049]: debug 2024-09-17T01:42:51.460+0000 7fb5ef1fc040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-17T01:42:51.763 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:42:51 smithi107 bash[23049]: debug 2024-09-17T01:42:51.528+0000 7fb5ef1fc040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-17T01:42:51.763 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:42:51 smithi107 bash[23049]: debug 2024-09-17T01:42:51.596+0000 7fb5ef1fc040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-17T01:42:52.178 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:42:51 smithi107 bash[23049]: debug 2024-09-17T01:42:51.780+0000 7fb5ef1fc040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-17T01:42:52.178 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:42:51 smithi107 bash[23049]: debug 2024-09-17T01:42:51.856+0000 7fb5ef1fc040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-17T01:42:52.178 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:42:51 smithi107 bash[23049]: debug 2024-09-17T01:42:51.924+0000 7fb5ef1fc040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-17T01:42:52.178 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:42:52 smithi107 bash[23049]: debug 2024-09-17T01:42:52.176+0000 7fb5ef1fc040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-17T01:42:52.438 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:42:52 smithi107 bash[23049]: debug 2024-09-17T01:42:52.244+0000 7fb5ef1fc040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-17T01:42:52.439 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:42:52 smithi107 bash[23049]: debug 2024-09-17T01:42:52.436+0000 7fb5ef1fc040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-17T01:42:52.763 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:42:52 smithi107 bash[23049]: debug 2024-09-17T01:42:52.516+0000 7fb5ef1fc040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-17T01:42:53.028 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:42:52 smithi107 bash[23049]: debug 2024-09-17T01:42:52.764+0000 7fb5ef1fc040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-17T01:42:53.028 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:42:52 smithi107 bash[23049]: debug 2024-09-17T01:42:52.940+0000 7fb5ef1fc040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-17T01:42:53.327 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:42:53 smithi107 bash[23049]: debug 2024-09-17T01:42:53.108+0000 7fb5ef1fc040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-17T01:42:53.327 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:42:53 smithi107 bash[23049]: debug 2024-09-17T01:42:53.188+0000 7fb5ef1fc040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-17T01:42:53.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:53 smithi107 bash[22796]: audit 2024-09-17T01:42:53.319019+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.107:0/3512409904' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-17T01:42:53.763 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:42:53 smithi107 bash[23049]: debug 2024-09-17T01:42:53.372+0000 7fb5ef1fc040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-17T01:42:53.896 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout 2024-09-17T01:42:53.896 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout { 2024-09-17T01:42:53.896 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "fsid": "e6522e52-7495-11ef-bceb-c7b262605968", 2024-09-17T01:42:53.896 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "health": { 2024-09-17T01:42:53.896 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-17T01:42:53.896 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-17T01:42:53.896 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-17T01:42:53.897 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:42:53.897 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-17T01:42:53.897 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-17T01:42:53.897 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout 0 2024-09-17T01:42:53.897 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout ], 2024-09-17T01:42:53.897 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-17T01:42:53.897 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "a" 2024-09-17T01:42:53.897 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout ], 2024-09-17T01:42:53.897 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "quorum_age": 7, 2024-09-17T01:42:53.897 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-17T01:42:53.897 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T01:42:53.897 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-17T01:42:53.897 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-17T01:42:53.898 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:42:53.898 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-17T01:42:53.898 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T01:42:53.898 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-17T01:42:53.898 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-17T01:42:53.898 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-17T01:42:53.898 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-17T01:42:53.898 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-17T01:42:53.898 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-17T01:42:53.898 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:42:53.898 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-17T01:42:53.898 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-17T01:42:53.898 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-17T01:42:53.899 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-17T01:42:53.899 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-17T01:42:53.899 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-17T01:42:53.899 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-17T01:42:53.899 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-17T01:42:53.899 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-17T01:42:53.899 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:42:53.899 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-17T01:42:53.899 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T01:42:53.899 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "btime": "2024-09-17T01:42:39:615362+0000", 2024-09-17T01:42:53.899 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-17T01:42:53.899 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-17T01:42:53.899 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:42:53.899 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-17T01:42:53.900 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-17T01:42:53.900 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-17T01:42:53.900 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-17T01:42:53.900 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-17T01:42:53.900 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-17T01:42:53.900 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "restful" 2024-09-17T01:42:53.900 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout ], 2024-09-17T01:42:53.900 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T01:42:53.900 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:42:53.900 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-17T01:42:53.900 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T01:42:53.900 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "modified": "2024-09-17T01:42:39.616511+0000", 2024-09-17T01:42:53.900 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T01:42:53.900 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:42:53.900 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-17T01:42:53.901 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout } 2024-09-17T01:42:53.901 INFO:teuthology.orchestra.run.smithi107.stdout:mgr not available, waiting (2/15)... 2024-09-17T01:42:54.475 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:42:54 smithi107 bash[23049]: debug 2024-09-17T01:42:54.181+0000 7fb5ef1fc040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-17T01:42:54.475 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:42:54 smithi107 bash[23049]: debug 2024-09-17T01:42:54.253+0000 7fb5ef1fc040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-17T01:42:54.475 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:42:54 smithi107 bash[23049]: debug 2024-09-17T01:42:54.477+0000 7fb5ef1fc040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-17T01:42:54.763 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:42:54 smithi107 bash[23049]: debug 2024-09-17T01:42:54.549+0000 7fb5ef1fc040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-17T01:42:55.263 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:42:54 smithi107 bash[23049]: debug 2024-09-17T01:42:54.933+0000 7fb5ef1fc040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-17T01:42:55.263 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:42:55 smithi107 bash[23049]: debug 2024-09-17T01:42:55.009+0000 7fb5ef1fc040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-17T01:42:55.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:55 smithi107 bash[22796]: cluster 2024-09-17T01:42:55.035706+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon a 2024-09-17T01:42:55.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:55 smithi107 bash[22796]: cluster 2024-09-17T01:42:55.043842+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00832606s) 2024-09-17T01:42:55.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:55 smithi107 bash[22796]: audit 2024-09-17T01:42:55.044900+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.107:0/949435760' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T01:42:55.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:55 smithi107 bash[22796]: audit 2024-09-17T01:42:55.045040+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.107:0/949435760' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T01:42:55.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:55 smithi107 bash[22796]: audit 2024-09-17T01:42:55.045158+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.107:0/949435760' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T01:42:55.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:55 smithi107 bash[22796]: audit 2024-09-17T01:42:55.045283+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.107:0/949435760' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:42:55.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:55 smithi107 bash[22796]: audit 2024-09-17T01:42:55.046908+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.107:0/949435760' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-17T01:42:55.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:55 smithi107 bash[22796]: cluster 2024-09-17T01:42:55.053351+0000 mon.a (mon.0) 22 : cluster [INF] Manager daemon a is now available 2024-09-17T01:42:55.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:55 smithi107 bash[22796]: audit 2024-09-17T01:42:55.063583+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.107:0/949435760' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-17T01:42:55.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:55 smithi107 bash[22796]: audit 2024-09-17T01:42:55.065172+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.107:0/949435760' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-17T01:42:55.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:55 smithi107 bash[22796]: audit 2024-09-17T01:42:55.068912+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.107:0/949435760' entity='mgr.a' 2024-09-17T01:42:55.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:55 smithi107 bash[22796]: audit 2024-09-17T01:42:55.074890+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.107:0/949435760' entity='mgr.a' 2024-09-17T01:42:55.264 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:55 smithi107 bash[22796]: audit 2024-09-17T01:42:55.079837+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.107:0/949435760' entity='mgr.a' 2024-09-17T01:42:57.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:57 smithi107 bash[22796]: cluster 2024-09-17T01:42:56.050945+0000 mon.a (mon.0) 28 : cluster [DBG] mgrmap e3: a(active, since 1.01543s) 2024-09-17T01:42:58.058 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout 2024-09-17T01:42:58.058 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout { 2024-09-17T01:42:58.058 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "fsid": "e6522e52-7495-11ef-bceb-c7b262605968", 2024-09-17T01:42:58.059 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "health": { 2024-09-17T01:42:58.059 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-17T01:42:58.059 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-17T01:42:58.059 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-17T01:42:58.059 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:42:58.059 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-17T01:42:58.059 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-17T01:42:58.059 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout 0 2024-09-17T01:42:58.059 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout ], 2024-09-17T01:42:58.059 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-17T01:42:58.059 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "a" 2024-09-17T01:42:58.059 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout ], 2024-09-17T01:42:58.060 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "quorum_age": 11, 2024-09-17T01:42:58.060 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-17T01:42:58.060 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T01:42:58.060 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-17T01:42:58.060 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-17T01:42:58.060 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:42:58.060 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-17T01:42:58.060 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T01:42:58.060 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-17T01:42:58.060 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-17T01:42:58.060 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-17T01:42:58.060 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-17T01:42:58.060 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-17T01:42:58.061 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-17T01:42:58.064 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:42:58.064 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-17T01:42:58.064 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-17T01:42:58.064 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-17T01:42:58.064 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-17T01:42:58.064 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-17T01:42:58.065 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-17T01:42:58.065 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-17T01:42:58.065 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-17T01:42:58.065 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-17T01:42:58.065 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:42:58.065 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-17T01:42:58.065 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T01:42:58.065 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "btime": "2024-09-17T01:42:39:615362+0000", 2024-09-17T01:42:58.065 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-17T01:42:58.065 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-17T01:42:58.065 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:42:58.065 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-17T01:42:58.065 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-17T01:42:58.066 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-17T01:42:58.066 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-17T01:42:58.066 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-17T01:42:58.066 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-17T01:42:58.066 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "restful" 2024-09-17T01:42:58.066 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout ], 2024-09-17T01:42:58.066 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T01:42:58.066 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:42:58.066 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-17T01:42:58.066 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T01:42:58.066 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "modified": "2024-09-17T01:42:39.616511+0000", 2024-09-17T01:42:58.066 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T01:42:58.066 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout }, 2024-09-17T01:42:58.066 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-17T01:42:58.067 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout } 2024-09-17T01:42:58.067 INFO:teuthology.orchestra.run.smithi107.stdout:mgr is available 2024-09-17T01:42:58.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:58 smithi107 bash[22796]: audit 2024-09-17T01:42:57.509203+0000 mon.a (mon.0) 29 : audit [DBG] from='client.? 172.21.15.107:0/1241886020' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-17T01:42:59.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:42:59 smithi107 bash[22796]: cluster 2024-09-17T01:42:58.049806+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: a(active, since 3s) 2024-09-17T01:43:00.064 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout 2024-09-17T01:43:00.064 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout [global] 2024-09-17T01:43:00.064 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout fsid = e6522e52-7495-11ef-bceb-c7b262605968 2024-09-17T01:43:00.064 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.107:3300,v1:172.21.15.107:6789] 2024-09-17T01:43:00.064 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-17T01:43:00.064 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-17T01:43:00.064 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-17T01:43:00.064 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-17T01:43:00.064 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout 2024-09-17T01:43:00.064 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-17T01:43:00.065 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-17T01:43:00.065 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout 2024-09-17T01:43:00.065 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout [osd] 2024-09-17T01:43:00.065 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-17T01:43:00.065 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-17T01:43:00.065 INFO:teuthology.orchestra.run.smithi107.stdout:Enabling cephadm module... 2024-09-17T01:43:00.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:00 smithi107 bash[22796]: audit 2024-09-17T01:42:59.530583+0000 mon.a (mon.0) 31 : audit [INF] from='client.? 172.21.15.107:0/4175415062' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-17T01:43:00.513 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:00 smithi107 bash[22796]: audit 2024-09-17T01:42:59.535366+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.107:0/4175415062' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-17T01:43:02.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:01 smithi107 bash[22796]: audit 2024-09-17T01:43:01.598712+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.107:0/3049424112' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-09-17T01:43:02.013 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:01 smithi107 bash[23049]: ignoring --setuser ceph since I am not root 2024-09-17T01:43:02.013 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:01 smithi107 bash[23049]: ignoring --setgroup ceph since I am not root 2024-09-17T01:43:02.013 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:01 smithi107 bash[23049]: debug 2024-09-17T01:43:01.805+0000 7f0aa34e0040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-17T01:43:03.008 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:02 smithi107 bash[22796]: audit 2024-09-17T01:43:01.650384+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.107:0/3049424112' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-17T01:43:03.008 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:02 smithi107 bash[22796]: cluster 2024-09-17T01:43:01.654432+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e5: a(active, since 6s) 2024-09-17T01:43:03.262 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:03 smithi107 bash[23049]: debug 2024-09-17T01:43:03.009+0000 7f0aa34e0040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-17T01:43:03.262 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:03 smithi107 bash[23049]: debug 2024-09-17T01:43:03.073+0000 7f0aa34e0040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-17T01:43:03.262 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:03 smithi107 bash[23049]: debug 2024-09-17T01:43:03.229+0000 7f0aa34e0040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-17T01:43:04.029 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:03 smithi107 bash[22796]: audit 2024-09-17T01:43:03.758610+0000 mon.a (mon.0) 36 : audit [DBG] from='client.? 172.21.15.107:0/280433672' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-17T01:43:04.030 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:03 smithi107 bash[23049]: debug 2024-09-17T01:43:03.889+0000 7f0aa34e0040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-17T01:43:04.030 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:03 smithi107 bash[23049]: debug 2024-09-17T01:43:03.961+0000 7f0aa34e0040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-17T01:43:04.284 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout { 2024-09-17T01:43:04.284 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-17T01:43:04.285 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-17T01:43:04.285 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-17T01:43:04.285 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-17T01:43:04.285 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout } 2024-09-17T01:43:04.285 INFO:teuthology.orchestra.run.smithi107.stdout:Waiting for the mgr to restart... 2024-09-17T01:43:04.285 INFO:teuthology.orchestra.run.smithi107.stdout:Waiting for mgr epoch 5... 2024-09-17T01:43:04.292 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:04 smithi107 bash[23049]: debug 2024-09-17T01:43:04.029+0000 7f0aa34e0040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-17T01:43:04.292 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:04 smithi107 bash[23049]: debug 2024-09-17T01:43:04.213+0000 7f0aa34e0040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-17T01:43:04.616 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:04 smithi107 bash[23049]: debug 2024-09-17T01:43:04.293+0000 7f0aa34e0040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-17T01:43:04.616 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:04 smithi107 bash[23049]: debug 2024-09-17T01:43:04.361+0000 7f0aa34e0040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-17T01:43:04.878 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:04 smithi107 bash[23049]: debug 2024-09-17T01:43:04.617+0000 7f0aa34e0040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-17T01:43:04.878 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:04 smithi107 bash[23049]: debug 2024-09-17T01:43:04.685+0000 7f0aa34e0040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-17T01:43:05.206 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:04 smithi107 bash[23049]: debug 2024-09-17T01:43:04.877+0000 7f0aa34e0040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-17T01:43:05.206 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:04 smithi107 bash[23049]: debug 2024-09-17T01:43:04.957+0000 7f0aa34e0040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-17T01:43:05.512 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:05 smithi107 bash[23049]: debug 2024-09-17T01:43:05.205+0000 7f0aa34e0040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-17T01:43:05.512 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:05 smithi107 bash[23049]: debug 2024-09-17T01:43:05.389+0000 7f0aa34e0040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-17T01:43:05.808 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:05 smithi107 bash[23049]: debug 2024-09-17T01:43:05.553+0000 7f0aa34e0040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-17T01:43:05.808 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:05 smithi107 bash[23049]: debug 2024-09-17T01:43:05.633+0000 7f0aa34e0040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-17T01:43:06.262 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:05 smithi107 bash[23049]: debug 2024-09-17T01:43:05.809+0000 7f0aa34e0040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-17T01:43:06.904 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:06 smithi107 bash[23049]: debug 2024-09-17T01:43:06.609+0000 7f0aa34e0040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-17T01:43:06.904 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:06 smithi107 bash[23049]: debug 2024-09-17T01:43:06.685+0000 7f0aa34e0040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-17T01:43:07.262 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:06 smithi107 bash[23049]: debug 2024-09-17T01:43:06.905+0000 7f0aa34e0040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-17T01:43:07.262 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:06 smithi107 bash[23049]: debug 2024-09-17T01:43:06.977+0000 7f0aa34e0040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-17T01:43:07.762 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:07 smithi107 bash[23049]: debug 2024-09-17T01:43:07.365+0000 7f0aa34e0040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-17T01:43:07.762 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:07 smithi107 bash[23049]: debug 2024-09-17T01:43:07.441+0000 7f0aa34e0040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-17T01:43:07.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:07 smithi107 bash[22796]: cluster 2024-09-17T01:43:07.463636+0000 mon.a (mon.0) 37 : cluster [INF] Active manager daemon a restarted 2024-09-17T01:43:07.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:07 smithi107 bash[22796]: cluster 2024-09-17T01:43:07.464202+0000 mon.a (mon.0) 38 : cluster [INF] Activating manager daemon a 2024-09-17T01:43:07.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:07 smithi107 bash[22796]: cluster 2024-09-17T01:43:07.472811+0000 mon.a (mon.0) 39 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-17T01:43:07.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:07 smithi107 bash[22796]: cluster 2024-09-17T01:43:07.473040+0000 mon.a (mon.0) 40 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00901665s) 2024-09-17T01:43:07.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:07 smithi107 bash[22796]: audit 2024-09-17T01:43:07.474027+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14118 172.21.15.107:0/631532738' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:43:07.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:07 smithi107 bash[22796]: audit 2024-09-17T01:43:07.475853+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14118 172.21.15.107:0/631532738' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-17T01:43:07.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:07 smithi107 bash[22796]: audit 2024-09-17T01:43:07.477264+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.107:0/631532738' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T01:43:07.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:07 smithi107 bash[22796]: audit 2024-09-17T01:43:07.477516+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.107:0/631532738' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T01:43:07.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:07 smithi107 bash[22796]: audit 2024-09-17T01:43:07.477745+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.107:0/631532738' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T01:43:07.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:07 smithi107 bash[22796]: cluster 2024-09-17T01:43:07.504639+0000 mon.a (mon.0) 46 : cluster [INF] Manager daemon a is now available 2024-09-17T01:43:08.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:08 smithi107 bash[22796]: cephadm 2024-09-17T01:43:07.533335+0000 mgr.a (mgr.14118) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-17T01:43:08.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:08 smithi107 bash[22796]: audit 2024-09-17T01:43:07.536723+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.107:0/631532738' entity='mgr.a' 2024-09-17T01:43:08.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:08 smithi107 bash[22796]: audit 2024-09-17T01:43:07.539429+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.107:0/631532738' entity='mgr.a' 2024-09-17T01:43:08.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:08 smithi107 bash[22796]: audit 2024-09-17T01:43:07.543012+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.14118 172.21.15.107:0/631532738' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:43:08.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:08 smithi107 bash[22796]: audit 2024-09-17T01:43:07.545604+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.14118 172.21.15.107:0/631532738' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:43:08.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:08 smithi107 bash[22796]: audit 2024-09-17T01:43:07.555450+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14118 172.21.15.107:0/631532738' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-17T01:43:08.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:08 smithi107 bash[22796]: audit 2024-09-17T01:43:07.557181+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14118 172.21.15.107:0/631532738' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-17T01:43:08.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:08 smithi107 bash[22796]: audit 2024-09-17T01:43:08.340651+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14118 172.21.15.107:0/631532738' entity='mgr.a' 2024-09-17T01:43:08.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:08 smithi107 bash[22796]: audit 2024-09-17T01:43:08.345528+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.107:0/631532738' entity='mgr.a' 2024-09-17T01:43:08.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:08 smithi107 bash[22796]: cluster 2024-09-17T01:43:08.477140+0000 mon.a (mon.0) 55 : cluster [DBG] mgrmap e7: a(active, since 1.01311s) 2024-09-17T01:43:09.064 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout { 2024-09-17T01:43:09.064 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-17T01:43:09.064 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-17T01:43:09.064 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout } 2024-09-17T01:43:09.064 INFO:teuthology.orchestra.run.smithi107.stdout:mgr epoch 5 is available 2024-09-17T01:43:09.064 INFO:teuthology.orchestra.run.smithi107.stdout:Setting orchestrator backend to cephadm... 2024-09-17T01:43:09.857 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:09 smithi107 bash[22796]: audit 2024-09-17T01:43:08.474934+0000 mgr.a (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-17T01:43:09.857 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:09 smithi107 bash[22796]: audit 2024-09-17T01:43:08.490289+0000 mgr.a (mgr.14118) 3 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-17T01:43:10.262 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:09 smithi107 bash[23049]: debug 2024-09-17T01:43:09.901+0000 7f0a1002a640 -1 log_channel(cephadm) log [ERR] : [17/Sep/2024:01:43:09] ENGINE Error in HTTPServer.serve 2024-09-17T01:43:10.263 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:09 smithi107 bash[23049]: Traceback (most recent call last): 2024-09-17T01:43:10.263 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:09 smithi107 bash[23049]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T01:43:10.263 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:09 smithi107 bash[23049]: self._connections.run(self.expiration_interval) 2024-09-17T01:43:10.263 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:09 smithi107 bash[23049]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T01:43:10.263 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:09 smithi107 bash[23049]: self._run(expiration_interval) 2024-09-17T01:43:10.263 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:09 smithi107 bash[23049]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T01:43:10.263 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:09 smithi107 bash[23049]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T01:43:10.263 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:09 smithi107 bash[23049]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T01:43:10.263 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:09 smithi107 bash[23049]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T01:43:10.263 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:09 smithi107 bash[23049]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T01:43:10.264 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:09 smithi107 bash[23049]: s = self.context.wrap_socket( 2024-09-17T01:43:10.264 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:09 smithi107 bash[23049]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T01:43:10.264 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:09 smithi107 bash[23049]: return self.sslsocket_class._create( 2024-09-17T01:43:10.264 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:09 smithi107 bash[23049]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T01:43:10.264 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:09 smithi107 bash[23049]: self.do_handshake() 2024-09-17T01:43:10.264 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:09 smithi107 bash[23049]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T01:43:10.264 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:09 smithi107 bash[23049]: self._sslobj.do_handshake() 2024-09-17T01:43:10.264 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:09 smithi107 bash[23049]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T01:43:10.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:10 smithi107 bash[22796]: cluster 2024-09-17T01:43:09.542912+0000 mon.a (mon.0) 56 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-09-17T01:43:10.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:10 smithi107 bash[22796]: audit 2024-09-17T01:43:10.004349+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.14118 172.21.15.107:0/631532738' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:43:10.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:10 smithi107 bash[22796]: audit 2024-09-17T01:43:10.367396+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14118 172.21.15.107:0/631532738' entity='mgr.a' 2024-09-17T01:43:10.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:10 smithi107 bash[22796]: audit 2024-09-17T01:43:10.380862+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.14118 172.21.15.107:0/631532738' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:43:11.859 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:11 smithi107 bash[22796]: cephadm 2024-09-17T01:43:09.781878+0000 mgr.a (mgr.14118) 4 : cephadm [INF] [17/Sep/2024:01:43:09] ENGINE Bus STARTING 2024-09-17T01:43:11.860 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:11 smithi107 bash[22796]: cephadm 2024-09-17T01:43:09.902228+0000 mgr.a (mgr.14118) 5 : cephadm [INF] [17/Sep/2024:01:43:09] ENGINE Serving on https://172.21.15.107:7150 2024-09-17T01:43:11.860 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:11 smithi107 bash[22796]: cephadm 2024-09-17T01:43:09.904882+0000 mgr.a (mgr.14118) 6 : cephadm [ERR] [17/Sep/2024:01:43:09] ENGINE Error in HTTPServer.serve 2024-09-17T01:43:11.860 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:11 smithi107 bash[22796]: Traceback (most recent call last): 2024-09-17T01:43:11.860 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:11 smithi107 bash[22796]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T01:43:11.860 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:11 smithi107 bash[22796]: self._connections.run(self.expiration_interval) 2024-09-17T01:43:11.860 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:11 smithi107 bash[22796]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T01:43:11.860 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:11 smithi107 bash[22796]: self._run(expiration_interval) 2024-09-17T01:43:11.860 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:11 smithi107 bash[22796]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T01:43:11.860 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:11 smithi107 bash[22796]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T01:43:11.860 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:11 smithi107 bash[22796]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T01:43:11.860 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:11 smithi107 bash[22796]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T01:43:11.861 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:11 smithi107 bash[22796]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T01:43:11.861 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:11 smithi107 bash[22796]: s = self.context.wrap_socket( 2024-09-17T01:43:11.861 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:11 smithi107 bash[22796]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T01:43:11.861 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:11 smithi107 bash[22796]: return self.sslsocket_class._create( 2024-09-17T01:43:11.861 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:11 smithi107 bash[22796]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T01:43:11.861 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:11 smithi107 bash[22796]: self.do_handshake() 2024-09-17T01:43:11.861 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:11 smithi107 bash[22796]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T01:43:11.861 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:11 smithi107 bash[22796]: self._sslobj.do_handshake() 2024-09-17T01:43:11.861 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:11 smithi107 bash[22796]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T01:43:11.861 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:11 smithi107 bash[22796]: cephadm 2024-09-17T01:43:10.003378+0000 mgr.a (mgr.14118) 7 : cephadm [INF] [17/Sep/2024:01:43:10] ENGINE Serving on http://172.21.15.107:8765 2024-09-17T01:43:11.861 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:11 smithi107 bash[22796]: cephadm 2024-09-17T01:43:10.003509+0000 mgr.a (mgr.14118) 8 : cephadm [INF] [17/Sep/2024:01:43:10] ENGINE Bus STARTED 2024-09-17T01:43:11.861 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:11 smithi107 bash[22796]: audit 2024-09-17T01:43:10.361872+0000 mgr.a (mgr.14118) 9 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:43:12.947 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-17T01:43:12.947 INFO:teuthology.orchestra.run.smithi107.stdout:Generating ssh key... 2024-09-17T01:43:13.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:12 smithi107 bash[22796]: audit 2024-09-17T01:43:12.352756+0000 mgr.a (mgr.14118) 10 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:43:14.762 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:14 smithi107 bash[23049]: Generating public/private rsa key pair. 2024-09-17T01:43:14.762 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:14 smithi107 bash[23049]: Your identification has been saved in /tmp/tmp3uksaxr6/key 2024-09-17T01:43:14.763 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:14 smithi107 bash[23049]: Your public key has been saved in /tmp/tmp3uksaxr6/key.pub 2024-09-17T01:43:14.763 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:14 smithi107 bash[23049]: The key fingerprint is: 2024-09-17T01:43:14.763 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:14 smithi107 bash[23049]: SHA256:3O1zumw2iQWvdDfhzAZ/R+NH7cKfk5+sUl6sI88g3tI ceph-e6522e52-7495-11ef-bceb-c7b262605968 2024-09-17T01:43:14.763 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:14 smithi107 bash[23049]: The key's randomart image is: 2024-09-17T01:43:14.763 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:14 smithi107 bash[23049]: +---[RSA 3072]----+ 2024-09-17T01:43:14.763 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:14 smithi107 bash[23049]: | | 2024-09-17T01:43:14.763 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:14 smithi107 bash[23049]: | | 2024-09-17T01:43:14.763 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:14 smithi107 bash[23049]: | .| 2024-09-17T01:43:14.763 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:14 smithi107 bash[23049]: | . .... ..+| 2024-09-17T01:43:14.763 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:14 smithi107 bash[23049]: | S .o.Bo=.| 2024-09-17T01:43:14.763 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:14 smithi107 bash[23049]: | ..+.@+=| 2024-09-17T01:43:14.763 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:14 smithi107 bash[23049]: | o.*=++==| 2024-09-17T01:43:14.764 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:14 smithi107 bash[23049]: | ..=EBB.+o| 2024-09-17T01:43:14.764 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:14 smithi107 bash[23049]: | ..+B*oo+| 2024-09-17T01:43:14.764 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:14 smithi107 bash[23049]: +----[SHA256]-----+ 2024-09-17T01:43:15.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:15 smithi107 bash[22796]: audit 2024-09-17T01:43:14.356416+0000 mgr.a (mgr.14118) 11 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:43:15.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:15 smithi107 bash[22796]: cephadm 2024-09-17T01:43:14.356763+0000 mgr.a (mgr.14118) 12 : cephadm [INF] Generating ssh key... 2024-09-17T01:43:15.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:15 smithi107 bash[22796]: audit 2024-09-17T01:43:14.498177+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14118 172.21.15.107:0/631532738' entity='mgr.a' 2024-09-17T01:43:15.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:15 smithi107 bash[22796]: audit 2024-09-17T01:43:14.502905+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14118 172.21.15.107:0/631532738' entity='mgr.a' 2024-09-17T01:43:16.927 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDS8vR0rD94sJhMyMAXNiZB2xArF8fDXJ8iOwu1FThMqNYlo+5BBKL/r9fFXAmVm5ysS+91d3hnIz26sLGaiiQ3p3YSYoVF2f6bEMpB2YbY487ANUDLuh93LT+8aaZiSnqhTC/gV+Ij+2GVoNVgMrxIx5TKD9M0plSoNCf5vjCqlZlbThrQ5B5vpYNP+Cu5NOqKdGADfWWNhzkyuDU6wAlhBr3V/fL1sew+Uk8Z3yHI18HPECz3iRx78JvQBFXwvlPU5CH61VcgCTjMNAfw7hUYC1/MjRFWubsEeIbYHpvebghxljLJzQS/AY3Q/iEJlIGuK8J2sGpjQPNe9Z4JZ+U6oI42+aQ4tu/5LpD2K7YErOckHRWdOe9W5zQcvwmiEX0n72hoLsJnDdLgEe4XKBZObVHY5fFAq70DGMm1UATulhYPXK3GuoePM5xihzCASgnRiCepfTdP4+Gc0b5ofKFh054nru8Bb0uCgXcK2NyuAkfAX4VM/40DbxcrMaJWpWs= ceph-e6522e52-7495-11ef-bceb-c7b262605968 2024-09-17T01:43:16.927 INFO:teuthology.orchestra.run.smithi107.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-17T01:43:16.928 INFO:teuthology.orchestra.run.smithi107.stdout:Adding key to root@localhost authorized_keys... 2024-09-17T01:43:16.928 INFO:teuthology.orchestra.run.smithi107.stdout:Adding host smithi107... 2024-09-17T01:43:17.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:16 smithi107 bash[22796]: audit 2024-09-17T01:43:16.384350+0000 mgr.a (mgr.14118) 13 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:43:18.969 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:18 smithi107 bash[22796]: audit 2024-09-17T01:43:18.390260+0000 mgr.a (mgr.14118) 14 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi107", "addr": "172.21.15.107", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:43:20.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:19 smithi107 bash[22796]: cephadm 2024-09-17T01:43:19.386566+0000 mgr.a (mgr.14118) 15 : cephadm [INF] Deploying cephadm binary to smithi107 2024-09-17T01:43:23.176 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout Added host 'smithi107' with addr '172.21.15.107' 2024-09-17T01:43:23.176 INFO:teuthology.orchestra.run.smithi107.stdout:Deploying unmanaged mon service... 2024-09-17T01:43:23.688 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:23 smithi107 bash[22796]: audit 2024-09-17T01:43:22.518533+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.107:0/631532738' entity='mgr.a' 2024-09-17T01:43:23.688 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:23 smithi107 bash[22796]: cephadm 2024-09-17T01:43:22.518957+0000 mgr.a (mgr.14118) 16 : cephadm [INF] Added host smithi107 2024-09-17T01:43:23.688 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:23 smithi107 bash[22796]: audit 2024-09-17T01:43:22.519358+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.14118 172.21.15.107:0/631532738' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:43:26.032 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-17T01:43:26.032 INFO:teuthology.orchestra.run.smithi107.stdout:Deploying unmanaged mgr service... 2024-09-17T01:43:26.511 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:26 smithi107 bash[22796]: audit 2024-09-17T01:43:25.240491+0000 mgr.a (mgr.14118) 17 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:43:26.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:26 smithi107 bash[22796]: cephadm 2024-09-17T01:43:25.242010+0000 mgr.a (mgr.14118) 18 : cephadm [INF] Saving service mon spec with placement count:5 2024-09-17T01:43:26.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:26 smithi107 bash[22796]: audit 2024-09-17T01:43:25.244737+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.107:0/631532738' entity='mgr.a' 2024-09-17T01:43:26.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:26 smithi107 bash[22796]: audit 2024-09-17T01:43:25.798167+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14118 172.21.15.107:0/631532738' entity='mgr.a' 2024-09-17T01:43:27.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:27 smithi107 bash[22796]: audit 2024-09-17T01:43:26.390180+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14118 172.21.15.107:0/631532738' entity='mgr.a' 2024-09-17T01:43:28.089 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-17T01:43:28.871 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:28 smithi107 bash[22796]: cluster 2024-09-17T01:43:27.479043+0000 mgr.a (mgr.14118) 19 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:43:28.871 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:28 smithi107 bash[22796]: audit 2024-09-17T01:43:27.545672+0000 mgr.a (mgr.14118) 20 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:43:28.871 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:28 smithi107 bash[22796]: cephadm 2024-09-17T01:43:27.546643+0000 mgr.a (mgr.14118) 21 : cephadm [INF] Saving service mgr spec with placement count:2 2024-09-17T01:43:28.871 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:28 smithi107 bash[22796]: audit 2024-09-17T01:43:27.550660+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14118 172.21.15.107:0/631532738' entity='mgr.a' 2024-09-17T01:43:30.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:30 smithi107 bash[22796]: audit 2024-09-17T01:43:29.390315+0000 mon.a (mon.0) 68 : audit [INF] from='client.? 172.21.15.107:0/3766705659' entity='client.admin' 2024-09-17T01:43:30.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:30 smithi107 bash[22796]: cluster 2024-09-17T01:43:29.479435+0000 mgr.a (mgr.14118) 22 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:43:31.894 INFO:teuthology.orchestra.run.smithi107.stdout:Enabling the dashboard module... 2024-09-17T01:43:32.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:32 smithi107 bash[22796]: audit 2024-09-17T01:43:31.331849+0000 mon.a (mon.0) 69 : audit [INF] from='client.? 172.21.15.107:0/706549841' entity='client.admin' 2024-09-17T01:43:32.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:32 smithi107 bash[22796]: cluster 2024-09-17T01:43:31.479739+0000 mgr.a (mgr.14118) 23 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:43:33.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:33 smithi107 bash[22796]: audit 2024-09-17T01:43:33.365647+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.107:0/1880819971' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-09-17T01:43:33.762 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:33 smithi107 bash[23049]: ignoring --setuser ceph since I am not root 2024-09-17T01:43:33.762 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:33 smithi107 bash[23049]: ignoring --setgroup ceph since I am not root 2024-09-17T01:43:33.762 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:33 smithi107 bash[23049]: debug 2024-09-17T01:43:33.581+0000 7fa4609b4040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-17T01:43:34.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:34 smithi107 bash[22796]: audit 2024-09-17T01:43:33.416677+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.107:0/1880819971' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-17T01:43:34.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:34 smithi107 bash[22796]: cluster 2024-09-17T01:43:33.420511+0000 mon.a (mon.0) 72 : cluster [DBG] mgrmap e9: a(active, since 25s) 2024-09-17T01:43:35.261 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:34 smithi107 bash[23049]: debug 2024-09-17T01:43:34.777+0000 7fa4609b4040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-17T01:43:35.262 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:34 smithi107 bash[23049]: debug 2024-09-17T01:43:34.845+0000 7fa4609b4040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-17T01:43:35.262 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:35 smithi107 bash[23049]: debug 2024-09-17T01:43:35.001+0000 7fa4609b4040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-17T01:43:35.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:35 smithi107 bash[22796]: audit 2024-09-17T01:43:35.475472+0000 mon.a (mon.0) 73 : audit [DBG] from='client.? 172.21.15.107:0/534631693' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-17T01:43:35.761 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:35 smithi107 bash[23049]: debug 2024-09-17T01:43:35.661+0000 7fa4609b4040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-17T01:43:35.762 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:35 smithi107 bash[23049]: debug 2024-09-17T01:43:35.729+0000 7fa4609b4040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-17T01:43:36.065 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:35 smithi107 bash[23049]: debug 2024-09-17T01:43:35.797+0000 7fa4609b4040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-17T01:43:36.065 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:35 smithi107 bash[23049]: debug 2024-09-17T01:43:35.985+0000 7fa4609b4040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-17T01:43:36.089 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout { 2024-09-17T01:43:36.089 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-09-17T01:43:36.089 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-17T01:43:36.089 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-17T01:43:36.090 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-17T01:43:36.090 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout } 2024-09-17T01:43:36.090 INFO:teuthology.orchestra.run.smithi107.stdout:Waiting for the mgr to restart... 2024-09-17T01:43:36.090 INFO:teuthology.orchestra.run.smithi107.stdout:Waiting for mgr epoch 9... 2024-09-17T01:43:36.392 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:36 smithi107 bash[23049]: debug 2024-09-17T01:43:36.061+0000 7fa4609b4040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-17T01:43:36.392 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:36 smithi107 bash[23049]: debug 2024-09-17T01:43:36.133+0000 7fa4609b4040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-17T01:43:36.656 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:36 smithi107 bash[23049]: debug 2024-09-17T01:43:36.389+0000 7fa4609b4040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-17T01:43:36.656 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:36 smithi107 bash[23049]: debug 2024-09-17T01:43:36.457+0000 7fa4609b4040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-17T01:43:36.984 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:36 smithi107 bash[23049]: debug 2024-09-17T01:43:36.653+0000 7fa4609b4040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-17T01:43:36.984 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:36 smithi107 bash[23049]: debug 2024-09-17T01:43:36.729+0000 7fa4609b4040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-17T01:43:37.261 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:36 smithi107 bash[23049]: debug 2024-09-17T01:43:36.981+0000 7fa4609b4040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-17T01:43:37.261 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:37 smithi107 bash[23049]: debug 2024-09-17T01:43:37.161+0000 7fa4609b4040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-17T01:43:37.591 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:37 smithi107 bash[23049]: debug 2024-09-17T01:43:37.333+0000 7fa4609b4040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-17T01:43:37.591 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:37 smithi107 bash[23049]: debug 2024-09-17T01:43:37.409+0000 7fa4609b4040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-17T01:43:38.697 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:37 smithi107 bash[23049]: debug 2024-09-17T01:43:37.589+0000 7fa4609b4040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-17T01:43:38.697 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:38 smithi107 bash[23049]: debug 2024-09-17T01:43:38.397+0000 7fa4609b4040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-17T01:43:38.697 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:38 smithi107 bash[23049]: debug 2024-09-17T01:43:38.473+0000 7fa4609b4040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-17T01:43:38.697 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:38 smithi107 bash[23049]: debug 2024-09-17T01:43:38.693+0000 7fa4609b4040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-17T01:43:39.011 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:38 smithi107 bash[23049]: debug 2024-09-17T01:43:38.769+0000 7fa4609b4040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-17T01:43:39.436 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:39 smithi107 bash[23049]: debug 2024-09-17T01:43:39.153+0000 7fa4609b4040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-17T01:43:39.436 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:39 smithi107 bash[23049]: debug 2024-09-17T01:43:39.229+0000 7fa4609b4040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-17T01:43:39.436 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:39 smithi107 bash[22796]: cluster 2024-09-17T01:43:39.259808+0000 mon.a (mon.0) 74 : cluster [INF] Active manager daemon a restarted 2024-09-17T01:43:39.436 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:39 smithi107 bash[22796]: cluster 2024-09-17T01:43:39.260375+0000 mon.a (mon.0) 75 : cluster [INF] Activating manager daemon a 2024-09-17T01:43:39.437 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:39 smithi107 bash[22796]: cluster 2024-09-17T01:43:39.267461+0000 mon.a (mon.0) 76 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-17T01:43:39.437 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:39 smithi107 bash[22796]: cluster 2024-09-17T01:43:39.267689+0000 mon.a (mon.0) 77 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00750223s) 2024-09-17T01:43:39.437 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:39 smithi107 bash[22796]: audit 2024-09-17T01:43:39.268697+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:43:39.437 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:39 smithi107 bash[22796]: audit 2024-09-17T01:43:39.270151+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-17T01:43:39.437 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:39 smithi107 bash[22796]: audit 2024-09-17T01:43:39.271249+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T01:43:39.437 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:39 smithi107 bash[22796]: audit 2024-09-17T01:43:39.271349+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T01:43:39.437 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:39 smithi107 bash[22796]: audit 2024-09-17T01:43:39.271442+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T01:43:39.437 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:39 smithi107 bash[22796]: cluster 2024-09-17T01:43:39.296364+0000 mon.a (mon.0) 83 : cluster [INF] Manager daemon a is now available 2024-09-17T01:43:39.437 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:39 smithi107 bash[22796]: audit 2024-09-17T01:43:39.311127+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:43:40.722 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:40 smithi107 bash[22796]: audit 2024-09-17T01:43:39.330478+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-17T01:43:40.722 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:40 smithi107 bash[22796]: audit 2024-09-17T01:43:39.332361+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-17T01:43:40.723 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:40 smithi107 bash[22796]: cluster 2024-09-17T01:43:40.272847+0000 mon.a (mon.0) 87 : cluster [DBG] mgrmap e11: a(active, since 1.01265s) 2024-09-17T01:43:40.964 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout { 2024-09-17T01:43:40.964 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-09-17T01:43:40.964 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-17T01:43:40.964 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout } 2024-09-17T01:43:40.964 INFO:teuthology.orchestra.run.smithi107.stdout:mgr epoch 9 is available 2024-09-17T01:43:40.964 INFO:teuthology.orchestra.run.smithi107.stdout:Generating a dashboard self-signed certificate... 2024-09-17T01:43:41.011 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:40 smithi107 bash[23049]: debug 2024-09-17T01:43:40.721+0000 7fa3cbcbb640 -1 log_channel(cephadm) log [ERR] : [17/Sep/2024:01:43:40] ENGINE Error in HTTPServer.serve 2024-09-17T01:43:41.011 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:40 smithi107 bash[23049]: Traceback (most recent call last): 2024-09-17T01:43:41.012 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:40 smithi107 bash[23049]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T01:43:41.012 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:40 smithi107 bash[23049]: self._connections.run(self.expiration_interval) 2024-09-17T01:43:41.012 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:40 smithi107 bash[23049]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T01:43:41.012 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:40 smithi107 bash[23049]: self._run(expiration_interval) 2024-09-17T01:43:41.012 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:40 smithi107 bash[23049]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T01:43:41.012 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:40 smithi107 bash[23049]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T01:43:41.012 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:40 smithi107 bash[23049]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T01:43:41.012 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:40 smithi107 bash[23049]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T01:43:41.012 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:40 smithi107 bash[23049]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T01:43:41.012 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:40 smithi107 bash[23049]: s = self.context.wrap_socket( 2024-09-17T01:43:41.012 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:40 smithi107 bash[23049]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T01:43:41.013 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:40 smithi107 bash[23049]: return self.sslsocket_class._create( 2024-09-17T01:43:41.013 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:40 smithi107 bash[23049]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T01:43:41.013 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:40 smithi107 bash[23049]: self.do_handshake() 2024-09-17T01:43:41.013 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:40 smithi107 bash[23049]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T01:43:41.013 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:40 smithi107 bash[23049]: self._sslobj.do_handshake() 2024-09-17T01:43:41.013 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:43:40 smithi107 bash[23049]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T01:43:41.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:41 smithi107 bash[22796]: audit 2024-09-17T01:43:40.271438+0000 mgr.a (mgr.14150) 1 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-17T01:43:41.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:41 smithi107 bash[22796]: audit 2024-09-17T01:43:40.288184+0000 mgr.a (mgr.14150) 2 : audit [DBG] from='client.14154 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-17T01:43:42.717 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:42 smithi107 bash[22796]: cephadm 2024-09-17T01:43:40.602967+0000 mgr.a (mgr.14150) 3 : cephadm [INF] [17/Sep/2024:01:43:40] ENGINE Bus STARTING 2024-09-17T01:43:42.718 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:42 smithi107 bash[22796]: cephadm 2024-09-17T01:43:40.722981+0000 mgr.a (mgr.14150) 4 : cephadm [INF] [17/Sep/2024:01:43:40] ENGINE Serving on https://172.21.15.107:7150 2024-09-17T01:43:42.718 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:42 smithi107 bash[22796]: cephadm 2024-09-17T01:43:40.726586+0000 mgr.a (mgr.14150) 5 : cephadm [ERR] [17/Sep/2024:01:43:40] ENGINE Error in HTTPServer.serve 2024-09-17T01:43:42.718 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:42 smithi107 bash[22796]: Traceback (most recent call last): 2024-09-17T01:43:42.718 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:42 smithi107 bash[22796]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T01:43:42.718 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:42 smithi107 bash[22796]: self._connections.run(self.expiration_interval) 2024-09-17T01:43:42.718 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:42 smithi107 bash[22796]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T01:43:42.718 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:42 smithi107 bash[22796]: self._run(expiration_interval) 2024-09-17T01:43:42.718 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:42 smithi107 bash[22796]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T01:43:42.718 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:42 smithi107 bash[22796]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T01:43:42.719 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:42 smithi107 bash[22796]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T01:43:42.719 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:42 smithi107 bash[22796]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T01:43:42.719 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:42 smithi107 bash[22796]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T01:43:42.719 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:42 smithi107 bash[22796]: s = self.context.wrap_socket( 2024-09-17T01:43:42.719 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:42 smithi107 bash[22796]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T01:43:42.719 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:42 smithi107 bash[22796]: return self.sslsocket_class._create( 2024-09-17T01:43:42.719 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:42 smithi107 bash[22796]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T01:43:42.719 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:42 smithi107 bash[22796]: self.do_handshake() 2024-09-17T01:43:42.719 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:42 smithi107 bash[22796]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T01:43:42.719 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:42 smithi107 bash[22796]: self._sslobj.do_handshake() 2024-09-17T01:43:42.719 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:42 smithi107 bash[22796]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T01:43:42.719 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:42 smithi107 bash[22796]: cephadm 2024-09-17T01:43:40.824045+0000 mgr.a (mgr.14150) 6 : cephadm [INF] [17/Sep/2024:01:43:40] ENGINE Serving on http://172.21.15.107:8765 2024-09-17T01:43:42.720 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:42 smithi107 bash[22796]: cephadm 2024-09-17T01:43:40.824192+0000 mgr.a (mgr.14150) 7 : cephadm [INF] [17/Sep/2024:01:43:40] ENGINE Bus STARTED 2024-09-17T01:43:42.720 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:42 smithi107 bash[22796]: cluster 2024-09-17T01:43:41.321762+0000 mon.a (mon.0) 88 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-09-17T01:43:43.270 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-09-17T01:43:43.271 INFO:teuthology.orchestra.run.smithi107.stdout:Creating initial admin user... 2024-09-17T01:43:44.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:43 smithi107 bash[22796]: audit 2024-09-17T01:43:42.552689+0000 mgr.a (mgr.14150) 8 : audit [DBG] from='client.14162 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:43:44.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:43 smithi107 bash[22796]: audit 2024-09-17T01:43:42.700794+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:43:44.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:43 smithi107 bash[22796]: audit 2024-09-17T01:43:42.705395+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:43:45.618 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$0vz7IplR5eojeCStg5BnC.FXyC477KS/4x/ZOLrAWRax4HAk3NG8K", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726537425, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-17T01:43:45.618 INFO:teuthology.orchestra.run.smithi107.stdout:Fetching dashboard port number... 2024-09-17T01:43:46.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:45 smithi107 bash[22796]: audit 2024-09-17T01:43:44.870814+0000 mgr.a (mgr.14150) 9 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:43:46.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:45 smithi107 bash[22796]: audit 2024-09-17T01:43:44.978072+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:43:46.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:45 smithi107 bash[22796]: audit 2024-09-17T01:43:45.094717+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:43:47.511 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:47 smithi107 bash[22796]: cluster 2024-09-17T01:43:46.094847+0000 mon.a (mon.0) 93 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-09-17T01:43:47.511 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:47 smithi107 bash[22796]: audit 2024-09-17T01:43:46.100621+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:43:47.652 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stdout 8443 2024-09-17T01:43:47.652 INFO:teuthology.orchestra.run.smithi107.stdout:firewalld does not appear to be present 2024-09-17T01:43:47.652 INFO:teuthology.orchestra.run.smithi107.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-17T01:43:47.655 INFO:teuthology.orchestra.run.smithi107.stdout:Ceph Dashboard is now available at: 2024-09-17T01:43:47.655 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-17T01:43:47.655 INFO:teuthology.orchestra.run.smithi107.stdout: URL: https://smithi107.front.sepia.ceph.com:8443/ 2024-09-17T01:43:47.655 INFO:teuthology.orchestra.run.smithi107.stdout: User: admin 2024-09-17T01:43:47.655 INFO:teuthology.orchestra.run.smithi107.stdout: Password: cjr8r0fspb 2024-09-17T01:43:47.655 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-17T01:43:47.655 INFO:teuthology.orchestra.run.smithi107.stdout:Saving cluster configuration to /var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/config directory 2024-09-17T01:43:48.511 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:48 smithi107 bash[22796]: audit 2024-09-17T01:43:47.105443+0000 mon.a (mon.0) 95 : audit [DBG] from='client.? 172.21.15.107:0/2666704834' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-09-17T01:43:49.875 INFO:teuthology.orchestra.run.smithi107.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-17T01:43:49.875 INFO:teuthology.orchestra.run.smithi107.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-17T01:43:49.875 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-17T01:43:49.876 INFO:teuthology.orchestra.run.smithi107.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid e6522e52-7495-11ef-bceb-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-17T01:43:49.876 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-17T01:43:49.876 INFO:teuthology.orchestra.run.smithi107.stdout:Or, if you are only running a single cluster on this host: 2024-09-17T01:43:49.876 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-17T01:43:49.876 INFO:teuthology.orchestra.run.smithi107.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-17T01:43:49.876 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-17T01:43:49.876 INFO:teuthology.orchestra.run.smithi107.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-17T01:43:49.876 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-17T01:43:49.876 INFO:teuthology.orchestra.run.smithi107.stdout: ceph telemetry on 2024-09-17T01:43:49.877 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-17T01:43:49.877 INFO:teuthology.orchestra.run.smithi107.stdout:For more information see: 2024-09-17T01:43:49.877 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-17T01:43:49.877 INFO:teuthology.orchestra.run.smithi107.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-09-17T01:43:49.877 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-17T01:43:49.877 INFO:teuthology.orchestra.run.smithi107.stdout:Bootstrap complete. 2024-09-17T01:43:49.937 INFO:tasks.cephadm:Fetching config... 2024-09-17T01:43:49.937 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-09-17T01:43:49.938 DEBUG:teuthology.orchestra.run.smithi107:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-17T01:43:49.945 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-17T01:43:49.945 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-09-17T01:43:49.945 DEBUG:teuthology.orchestra.run.smithi107:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-17T01:43:49.994 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-17T01:43:49.994 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-09-17T01:43:49.994 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd if=/var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/mon.a/keyring of=/dev/stdout 2024-09-17T01:43:50.049 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-17T01:43:50.050 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-09-17T01:43:50.050 DEBUG:teuthology.orchestra.run.smithi107:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-17T01:43:50.097 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-17T01:43:50.097 DEBUG:teuthology.orchestra.run.smithi107:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDS8vR0rD94sJhMyMAXNiZB2xArF8fDXJ8iOwu1FThMqNYlo+5BBKL/r9fFXAmVm5ysS+91d3hnIz26sLGaiiQ3p3YSYoVF2f6bEMpB2YbY487ANUDLuh93LT+8aaZiSnqhTC/gV+Ij+2GVoNVgMrxIx5TKD9M0plSoNCf5vjCqlZlbThrQ5B5vpYNP+Cu5NOqKdGADfWWNhzkyuDU6wAlhBr3V/fL1sew+Uk8Z3yHI18HPECz3iRx78JvQBFXwvlPU5CH61VcgCTjMNAfw7hUYC1/MjRFWubsEeIbYHpvebghxljLJzQS/AY3Q/iEJlIGuK8J2sGpjQPNe9Z4JZ+U6oI42+aQ4tu/5LpD2K7YErOckHRWdOe9W5zQcvwmiEX0n72hoLsJnDdLgEe4XKBZObVHY5fFAq70DGMm1UATulhYPXK3GuoePM5xihzCASgnRiCepfTdP4+Gc0b5ofKFh054nru8Bb0uCgXcK2NyuAkfAX4VM/40DbxcrMaJWpWs= ceph-e6522e52-7495-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-17T01:43:50.160 INFO:teuthology.orchestra.run.smithi107.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDS8vR0rD94sJhMyMAXNiZB2xArF8fDXJ8iOwu1FThMqNYlo+5BBKL/r9fFXAmVm5ysS+91d3hnIz26sLGaiiQ3p3YSYoVF2f6bEMpB2YbY487ANUDLuh93LT+8aaZiSnqhTC/gV+Ij+2GVoNVgMrxIx5TKD9M0plSoNCf5vjCqlZlbThrQ5B5vpYNP+Cu5NOqKdGADfWWNhzkyuDU6wAlhBr3V/fL1sew+Uk8Z3yHI18HPECz3iRx78JvQBFXwvlPU5CH61VcgCTjMNAfw7hUYC1/MjRFWubsEeIbYHpvebghxljLJzQS/AY3Q/iEJlIGuK8J2sGpjQPNe9Z4JZ+U6oI42+aQ4tu/5LpD2K7YErOckHRWdOe9W5zQcvwmiEX0n72hoLsJnDdLgEe4XKBZObVHY5fFAq70DGMm1UATulhYPXK3GuoePM5xihzCASgnRiCepfTdP4+Gc0b5ofKFh054nru8Bb0uCgXcK2NyuAkfAX4VM/40DbxcrMaJWpWs= ceph-e6522e52-7495-11ef-bceb-c7b262605968 2024-09-17T01:43:50.168 DEBUG:teuthology.orchestra.run.smithi131:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDS8vR0rD94sJhMyMAXNiZB2xArF8fDXJ8iOwu1FThMqNYlo+5BBKL/r9fFXAmVm5ysS+91d3hnIz26sLGaiiQ3p3YSYoVF2f6bEMpB2YbY487ANUDLuh93LT+8aaZiSnqhTC/gV+Ij+2GVoNVgMrxIx5TKD9M0plSoNCf5vjCqlZlbThrQ5B5vpYNP+Cu5NOqKdGADfWWNhzkyuDU6wAlhBr3V/fL1sew+Uk8Z3yHI18HPECz3iRx78JvQBFXwvlPU5CH61VcgCTjMNAfw7hUYC1/MjRFWubsEeIbYHpvebghxljLJzQS/AY3Q/iEJlIGuK8J2sGpjQPNe9Z4JZ+U6oI42+aQ4tu/5LpD2K7YErOckHRWdOe9W5zQcvwmiEX0n72hoLsJnDdLgEe4XKBZObVHY5fFAq70DGMm1UATulhYPXK3GuoePM5xihzCASgnRiCepfTdP4+Gc0b5ofKFh054nru8Bb0uCgXcK2NyuAkfAX4VM/40DbxcrMaJWpWs= ceph-e6522e52-7495-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-17T01:43:50.193 INFO:teuthology.orchestra.run.smithi131.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDS8vR0rD94sJhMyMAXNiZB2xArF8fDXJ8iOwu1FThMqNYlo+5BBKL/r9fFXAmVm5ysS+91d3hnIz26sLGaiiQ3p3YSYoVF2f6bEMpB2YbY487ANUDLuh93LT+8aaZiSnqhTC/gV+Ij+2GVoNVgMrxIx5TKD9M0plSoNCf5vjCqlZlbThrQ5B5vpYNP+Cu5NOqKdGADfWWNhzkyuDU6wAlhBr3V/fL1sew+Uk8Z3yHI18HPECz3iRx78JvQBFXwvlPU5CH61VcgCTjMNAfw7hUYC1/MjRFWubsEeIbYHpvebghxljLJzQS/AY3Q/iEJlIGuK8J2sGpjQPNe9Z4JZ+U6oI42+aQ4tu/5LpD2K7YErOckHRWdOe9W5zQcvwmiEX0n72hoLsJnDdLgEe4XKBZObVHY5fFAq70DGMm1UATulhYPXK3GuoePM5xihzCASgnRiCepfTdP4+Gc0b5ofKFh054nru8Bb0uCgXcK2NyuAkfAX4VM/40DbxcrMaJWpWs= ceph-e6522e52-7495-11ef-bceb-c7b262605968 2024-09-17T01:43:50.202 DEBUG:teuthology.orchestra.run.smithi175:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDS8vR0rD94sJhMyMAXNiZB2xArF8fDXJ8iOwu1FThMqNYlo+5BBKL/r9fFXAmVm5ysS+91d3hnIz26sLGaiiQ3p3YSYoVF2f6bEMpB2YbY487ANUDLuh93LT+8aaZiSnqhTC/gV+Ij+2GVoNVgMrxIx5TKD9M0plSoNCf5vjCqlZlbThrQ5B5vpYNP+Cu5NOqKdGADfWWNhzkyuDU6wAlhBr3V/fL1sew+Uk8Z3yHI18HPECz3iRx78JvQBFXwvlPU5CH61VcgCTjMNAfw7hUYC1/MjRFWubsEeIbYHpvebghxljLJzQS/AY3Q/iEJlIGuK8J2sGpjQPNe9Z4JZ+U6oI42+aQ4tu/5LpD2K7YErOckHRWdOe9W5zQcvwmiEX0n72hoLsJnDdLgEe4XKBZObVHY5fFAq70DGMm1UATulhYPXK3GuoePM5xihzCASgnRiCepfTdP4+Gc0b5ofKFh054nru8Bb0uCgXcK2NyuAkfAX4VM/40DbxcrMaJWpWs= ceph-e6522e52-7495-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-17T01:43:50.225 INFO:teuthology.orchestra.run.smithi175.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDS8vR0rD94sJhMyMAXNiZB2xArF8fDXJ8iOwu1FThMqNYlo+5BBKL/r9fFXAmVm5ysS+91d3hnIz26sLGaiiQ3p3YSYoVF2f6bEMpB2YbY487ANUDLuh93LT+8aaZiSnqhTC/gV+Ij+2GVoNVgMrxIx5TKD9M0plSoNCf5vjCqlZlbThrQ5B5vpYNP+Cu5NOqKdGADfWWNhzkyuDU6wAlhBr3V/fL1sew+Uk8Z3yHI18HPECz3iRx78JvQBFXwvlPU5CH61VcgCTjMNAfw7hUYC1/MjRFWubsEeIbYHpvebghxljLJzQS/AY3Q/iEJlIGuK8J2sGpjQPNe9Z4JZ+U6oI42+aQ4tu/5LpD2K7YErOckHRWdOe9W5zQcvwmiEX0n72hoLsJnDdLgEe4XKBZObVHY5fFAq70DGMm1UATulhYPXK3GuoePM5xihzCASgnRiCepfTdP4+Gc0b5ofKFh054nru8Bb0uCgXcK2NyuAkfAX4VM/40DbxcrMaJWpWs= ceph-e6522e52-7495-11ef-bceb-c7b262605968 2024-09-17T01:43:50.234 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6522e52-7495-11ef-bceb-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-17T01:43:50.511 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:50 smithi107 bash[22796]: audit 2024-09-17T01:43:49.346853+0000 mon.a (mon.0) 96 : audit [INF] from='client.? 172.21.15.107:0/3544040059' entity='client.admin' 2024-09-17T01:43:54.395 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:43:56.602 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-17T01:43:56.602 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6522e52-7495-11ef-bceb-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-17T01:43:57.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:56 smithi107 bash[22796]: audit 2024-09-17T01:43:55.890127+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:43:57.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:56 smithi107 bash[22796]: audit 2024-09-17T01:43:55.893993+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:43:57.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:56 smithi107 bash[22796]: audit 2024-09-17T01:43:55.895366+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi107", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:43:57.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:56 smithi107 bash[22796]: audit 2024-09-17T01:43:55.900854+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:43:57.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:56 smithi107 bash[22796]: audit 2024-09-17T01:43:55.921593+0000 mon.a (mon.0) 101 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:43:57.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:56 smithi107 bash[22796]: audit 2024-09-17T01:43:55.927269+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:43:57.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:56 smithi107 bash[22796]: audit 2024-09-17T01:43:55.942571+0000 mon.a (mon.0) 103 : audit [INF] from='client.? 172.21.15.107:0/4237945961' entity='client.admin' 2024-09-17T01:43:57.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:56 smithi107 bash[22796]: audit 2024-09-17T01:43:55.960283+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:43:57.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:43:56 smithi107 bash[22796]: audit 2024-09-17T01:43:55.964397+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:00.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:00 smithi107 bash[22796]: cluster 2024-09-17T01:43:59.273199+0000 mgr.a (mgr.14150) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:01.327 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:44:02.746 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:02 smithi107 bash[22796]: cluster 2024-09-17T01:44:01.273705+0000 mgr.a (mgr.14150) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:03.352 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi131 2024-09-17T01:44:03.352 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-09-17T01:44:03.352 DEBUG:teuthology.orchestra.run.smithi131:> dd of=/etc/ceph/ceph.conf 2024-09-17T01:44:03.358 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-09-17T01:44:03.358 DEBUG:teuthology.orchestra.run.smithi131:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T01:44:03.408 INFO:tasks.cephadm:Adding host smithi131 to orchestrator... 2024-09-17T01:44:03.409 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6522e52-7495-11ef-bceb-c7b262605968 -- ceph orch host add smithi131 2024-09-17T01:44:04.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:03 smithi107 bash[22796]: audit 2024-09-17T01:44:02.733930+0000 mgr.a (mgr.14150) 12 : audit [DBG] from='client.14172 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:44:04.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:03 smithi107 bash[22796]: audit 2024-09-17T01:44:02.737674+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:04.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:03 smithi107 bash[22796]: audit 2024-09-17T01:44:02.738888+0000 mon.a (mon.0) 107 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:44:04.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:03 smithi107 bash[22796]: audit 2024-09-17T01:44:02.741651+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:44:04.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:03 smithi107 bash[22796]: audit 2024-09-17T01:44:02.742857+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:44:04.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:03 smithi107 bash[22796]: cephadm 2024-09-17T01:44:02.744631+0000 mgr.a (mgr.14150) 13 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.conf 2024-09-17T01:44:04.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:03 smithi107 bash[22796]: cephadm 2024-09-17T01:44:02.838343+0000 mgr.a (mgr.14150) 14 : cephadm [INF] Updating smithi107:/var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:44:04.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:03 smithi107 bash[22796]: cephadm 2024-09-17T01:44:02.922194+0000 mgr.a (mgr.14150) 15 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.client.admin.keyring 2024-09-17T01:44:04.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:03 smithi107 bash[22796]: cephadm 2024-09-17T01:44:03.008403+0000 mgr.a (mgr.14150) 16 : cephadm [INF] Updating smithi107:/var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T01:44:04.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:03 smithi107 bash[22796]: audit 2024-09-17T01:44:03.101161+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:04.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:03 smithi107 bash[22796]: audit 2024-09-17T01:44:03.103869+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:04.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:03 smithi107 bash[22796]: audit 2024-09-17T01:44:03.106428+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:04.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:03 smithi107 bash[22796]: cluster 2024-09-17T01:44:03.274158+0000 mgr.a (mgr.14150) 17 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:06.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:06 smithi107 bash[22796]: cluster 2024-09-17T01:44:05.274580+0000 mgr.a (mgr.14150) 18 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:08.122 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:44:08.510 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:08 smithi107 bash[22796]: cluster 2024-09-17T01:44:07.275015+0000 mgr.a (mgr.14150) 19 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:10.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:10 smithi107 bash[22796]: cluster 2024-09-17T01:44:09.275496+0000 mgr.a (mgr.14150) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:10.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:10 smithi107 bash[22796]: audit 2024-09-17T01:44:09.477719+0000 mgr.a (mgr.14150) 21 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi131", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:44:12.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:12 smithi107 bash[22796]: cephadm 2024-09-17T01:44:10.594730+0000 mgr.a (mgr.14150) 22 : cephadm [INF] Deploying cephadm binary to smithi131 2024-09-17T01:44:12.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:12 smithi107 bash[22796]: cluster 2024-09-17T01:44:11.275871+0000 mgr.a (mgr.14150) 23 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:13.859 INFO:teuthology.orchestra.run.smithi107.stdout:Added host 'smithi131' with addr '172.21.15.131' 2024-09-17T01:44:14.540 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6522e52-7495-11ef-bceb-c7b262605968 -- ceph orch host ls --format=json 2024-09-17T01:44:14.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:14 smithi107 bash[22796]: cluster 2024-09-17T01:44:13.276291+0000 mgr.a (mgr.14150) 24 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:14.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:14 smithi107 bash[22796]: audit 2024-09-17T01:44:13.862608+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:14.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:14 smithi107 bash[22796]: audit 2024-09-17T01:44:13.864211+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:44:15.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:15 smithi107 bash[22796]: cephadm 2024-09-17T01:44:13.863467+0000 mgr.a (mgr.14150) 25 : cephadm [INF] Added host smithi131 2024-09-17T01:44:15.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:15 smithi107 bash[22796]: audit 2024-09-17T01:44:14.358988+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:16.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:16 smithi107 bash[22796]: cluster 2024-09-17T01:44:15.276626+0000 mgr.a (mgr.14150) 26 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:16.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:16 smithi107 bash[22796]: audit 2024-09-17T01:44:15.924203+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:18.510 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:18 smithi107 bash[22796]: audit 2024-09-17T01:44:17.208071+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:18.511 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:18 smithi107 bash[22796]: cluster 2024-09-17T01:44:17.276934+0000 mgr.a (mgr.14150) 27 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:19.269 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:44:20.630 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-17T01:44:20.631 INFO:teuthology.orchestra.run.smithi107.stdout:[{"addr": "172.21.15.107", "hostname": "smithi107", "labels": [], "status": ""}, {"addr": "172.21.15.131", "hostname": "smithi131", "labels": [], "status": ""}] 2024-09-17T01:44:20.642 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:20 smithi107 bash[22796]: cluster 2024-09-17T01:44:19.277277+0000 mgr.a (mgr.14150) 28 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:21.238 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi175 2024-09-17T01:44:21.238 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2024-09-17T01:44:21.238 DEBUG:teuthology.orchestra.run.smithi175:> dd of=/etc/ceph/ceph.conf 2024-09-17T01:44:21.245 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2024-09-17T01:44:21.245 DEBUG:teuthology.orchestra.run.smithi175:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T01:44:21.294 INFO:tasks.cephadm:Adding host smithi175 to orchestrator... 2024-09-17T01:44:21.294 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6522e52-7495-11ef-bceb-c7b262605968 -- ceph orch host add smithi175 2024-09-17T01:44:22.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:22 smithi107 bash[22796]: audit 2024-09-17T01:44:20.635015+0000 mgr.a (mgr.14150) 29 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:44:22.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:22 smithi107 bash[22796]: cluster 2024-09-17T01:44:21.277708+0000 mgr.a (mgr.14150) 30 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:24.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:23 smithi107 bash[22796]: audit 2024-09-17T01:44:22.928899+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:24.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:23 smithi107 bash[22796]: audit 2024-09-17T01:44:22.933955+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:24.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:23 smithi107 bash[22796]: audit 2024-09-17T01:44:22.939696+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:24.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:23 smithi107 bash[22796]: audit 2024-09-17T01:44:22.944465+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:24.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:23 smithi107 bash[22796]: audit 2024-09-17T01:44:22.946102+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi131", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:44:24.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:23 smithi107 bash[22796]: audit 2024-09-17T01:44:22.947950+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:44:24.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:23 smithi107 bash[22796]: audit 2024-09-17T01:44:22.949613+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:44:24.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:23 smithi107 bash[22796]: cephadm 2024-09-17T01:44:22.951888+0000 mgr.a (mgr.14150) 31 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.conf 2024-09-17T01:44:24.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:23 smithi107 bash[22796]: cephadm 2024-09-17T01:44:23.132126+0000 mgr.a (mgr.14150) 32 : cephadm [INF] Updating smithi131:/var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:44:24.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:23 smithi107 bash[22796]: cluster 2024-09-17T01:44:23.278131+0000 mgr.a (mgr.14150) 33 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:24.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:23 smithi107 bash[22796]: cephadm 2024-09-17T01:44:23.283634+0000 mgr.a (mgr.14150) 34 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.client.admin.keyring 2024-09-17T01:44:24.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:23 smithi107 bash[22796]: cephadm 2024-09-17T01:44:23.425632+0000 mgr.a (mgr.14150) 35 : cephadm [INF] Updating smithi131:/var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T01:44:24.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:23 smithi107 bash[22796]: audit 2024-09-17T01:44:23.567259+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:24.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:23 smithi107 bash[22796]: audit 2024-09-17T01:44:23.572462+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:24.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:23 smithi107 bash[22796]: audit 2024-09-17T01:44:23.578310+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:26.025 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:44:26.510 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:26 smithi107 bash[22796]: cluster 2024-09-17T01:44:25.278530+0000 mgr.a (mgr.14150) 36 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:28.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:28 smithi107 bash[22796]: cluster 2024-09-17T01:44:27.278801+0000 mgr.a (mgr.14150) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:28.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:28 smithi107 bash[22796]: audit 2024-09-17T01:44:27.446932+0000 mgr.a (mgr.14150) 38 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi175", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:44:30.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:30 smithi107 bash[22796]: cephadm 2024-09-17T01:44:28.513909+0000 mgr.a (mgr.14150) 39 : cephadm [INF] Deploying cephadm binary to smithi175 2024-09-17T01:44:30.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:30 smithi107 bash[22796]: cluster 2024-09-17T01:44:29.279155+0000 mgr.a (mgr.14150) 40 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:31.783 INFO:teuthology.orchestra.run.smithi107.stdout:Added host 'smithi175' with addr '172.21.15.175' 2024-09-17T01:44:32.373 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6522e52-7495-11ef-bceb-c7b262605968 -- ceph orch host ls --format=json 2024-09-17T01:44:32.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:32 smithi107 bash[22796]: cluster 2024-09-17T01:44:31.279573+0000 mgr.a (mgr.14150) 41 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:32.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:32 smithi107 bash[22796]: audit 2024-09-17T01:44:31.787387+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:32.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:32 smithi107 bash[22796]: audit 2024-09-17T01:44:31.788912+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:44:32.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:32 smithi107 bash[22796]: audit 2024-09-17T01:44:32.327643+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:33.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:33 smithi107 bash[22796]: cephadm 2024-09-17T01:44:31.788139+0000 mgr.a (mgr.14150) 42 : cephadm [INF] Added host smithi175 2024-09-17T01:44:34.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:34 smithi107 bash[22796]: cluster 2024-09-17T01:44:33.279994+0000 mgr.a (mgr.14150) 43 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:34.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:34 smithi107 bash[22796]: audit 2024-09-17T01:44:33.894338+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:36.510 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:36 smithi107 bash[22796]: audit 2024-09-17T01:44:35.102565+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:36.510 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:36 smithi107 bash[22796]: cluster 2024-09-17T01:44:35.280435+0000 mgr.a (mgr.14150) 44 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:37.097 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:44:38.510 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:38 smithi107 bash[22796]: cluster 2024-09-17T01:44:37.280901+0000 mgr.a (mgr.14150) 45 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:38.519 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-17T01:44:38.519 INFO:teuthology.orchestra.run.smithi107.stdout:[{"addr": "172.21.15.107", "hostname": "smithi107", "labels": [], "status": ""}, {"addr": "172.21.15.131", "hostname": "smithi131", "labels": [], "status": ""}, {"addr": "172.21.15.175", "hostname": "smithi175", "labels": [], "status": ""}] 2024-09-17T01:44:39.115 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-17T01:44:39.116 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6522e52-7495-11ef-bceb-c7b262605968 -- ceph osd crush tunables default 2024-09-17T01:44:40.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:40 smithi107 bash[22796]: audit 2024-09-17T01:44:38.523748+0000 mgr.a (mgr.14150) 46 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:44:40.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:40 smithi107 bash[22796]: cluster 2024-09-17T01:44:39.281294+0000 mgr.a (mgr.14150) 47 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:42.010 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:41 smithi107 bash[22796]: audit 2024-09-17T01:44:40.696002+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:42.010 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:41 smithi107 bash[22796]: audit 2024-09-17T01:44:40.701806+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:42.010 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:41 smithi107 bash[22796]: audit 2024-09-17T01:44:40.708430+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:42.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:41 smithi107 bash[22796]: audit 2024-09-17T01:44:40.714184+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:42.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:41 smithi107 bash[22796]: audit 2024-09-17T01:44:40.716103+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi175", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:44:42.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:41 smithi107 bash[22796]: audit 2024-09-17T01:44:40.718508+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:44:42.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:41 smithi107 bash[22796]: audit 2024-09-17T01:44:40.720314+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:44:42.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:41 smithi107 bash[22796]: cephadm 2024-09-17T01:44:40.722891+0000 mgr.a (mgr.14150) 48 : cephadm [INF] Updating smithi175:/etc/ceph/ceph.conf 2024-09-17T01:44:42.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:41 smithi107 bash[22796]: cephadm 2024-09-17T01:44:40.905645+0000 mgr.a (mgr.14150) 49 : cephadm [INF] Updating smithi175:/var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:44:42.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:41 smithi107 bash[22796]: cephadm 2024-09-17T01:44:41.060927+0000 mgr.a (mgr.14150) 50 : cephadm [INF] Updating smithi175:/etc/ceph/ceph.client.admin.keyring 2024-09-17T01:44:42.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:41 smithi107 bash[22796]: cephadm 2024-09-17T01:44:41.203630+0000 mgr.a (mgr.14150) 51 : cephadm [INF] Updating smithi175:/var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T01:44:42.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:41 smithi107 bash[22796]: cluster 2024-09-17T01:44:41.281736+0000 mgr.a (mgr.14150) 52 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:42.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:41 smithi107 bash[22796]: audit 2024-09-17T01:44:41.343404+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:42.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:41 smithi107 bash[22796]: audit 2024-09-17T01:44:41.347483+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:42.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:41 smithi107 bash[22796]: audit 2024-09-17T01:44:41.354081+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:43.846 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:44:44.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:44 smithi107 bash[22796]: cluster 2024-09-17T01:44:43.282139+0000 mgr.a (mgr.14150) 53 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:45.335 INFO:teuthology.orchestra.run.smithi107.stderr:adjusted tunables profile to default 2024-09-17T01:44:45.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:45 smithi107 bash[22796]: audit 2024-09-17T01:44:45.280184+0000 mon.a (mon.0) 143 : audit [INF] from='client.? 172.21.15.107:0/270039148' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-17T01:44:45.941 INFO:tasks.cephadm:Adding mon.a on smithi107 2024-09-17T01:44:45.941 INFO:tasks.cephadm:Adding mon.b on smithi131 2024-09-17T01:44:45.942 INFO:tasks.cephadm:Adding mon.c on smithi175 2024-09-17T01:44:45.942 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6522e52-7495-11ef-bceb-c7b262605968 -- ceph orch apply mon '3;smithi107:172.21.15.107=a;smithi131:172.21.15.131=b;smithi175:172.21.15.175=c' 2024-09-17T01:44:46.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:46 smithi107 bash[22796]: cluster 2024-09-17T01:44:45.282460+0000 mgr.a (mgr.14150) 54 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:46.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:46 smithi107 bash[22796]: audit 2024-09-17T01:44:45.339800+0000 mon.a (mon.0) 144 : audit [INF] from='client.? 172.21.15.107:0/270039148' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-17T01:44:46.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:46 smithi107 bash[22796]: cluster 2024-09-17T01:44:45.344868+0000 mon.a (mon.0) 145 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-17T01:44:47.167 INFO:teuthology.orchestra.run.smithi175.stderr:Inferring config /var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:44:48.468 INFO:teuthology.orchestra.run.smithi175.stdout:Scheduled mon update... 2024-09-17T01:44:48.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:48 smithi107 bash[22796]: cluster 2024-09-17T01:44:47.282791+0000 mgr.a (mgr.14150) 55 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:48.982 DEBUG:teuthology.orchestra.run.smithi131:mon.b> sudo journalctl -f -n 0 -u ceph-e6522e52-7495-11ef-bceb-c7b262605968@mon.b.service 2024-09-17T01:44:48.985 DEBUG:teuthology.orchestra.run.smithi175:mon.c> sudo journalctl -f -n 0 -u ceph-e6522e52-7495-11ef-bceb-c7b262605968@mon.c.service 2024-09-17T01:44:48.987 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-17T01:44:48.987 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6522e52-7495-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T01:44:49.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:49 smithi107 bash[22796]: audit 2024-09-17T01:44:48.462560+0000 mgr.a (mgr.14150) 56 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi107:172.21.15.107=a;smithi131:172.21.15.131=b;smithi175:172.21.15.175=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:44:49.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:49 smithi107 bash[22796]: cephadm 2024-09-17T01:44:48.467657+0000 mgr.a (mgr.14150) 57 : cephadm [INF] Saving service mon spec with placement smithi107:172.21.15.107=a;smithi131:172.21.15.131=b;smithi175:172.21.15.175=c;count:3 2024-09-17T01:44:49.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:49 smithi107 bash[22796]: audit 2024-09-17T01:44:48.472537+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:49.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:49 smithi107 bash[22796]: audit 2024-09-17T01:44:48.474204+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:44:49.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:49 smithi107 bash[22796]: audit 2024-09-17T01:44:49.168308+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:44:49.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:49 smithi107 bash[22796]: audit 2024-09-17T01:44:49.169262+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:44:49.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:49 smithi107 bash[22796]: audit 2024-09-17T01:44:49.175223+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:49.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:49 smithi107 bash[22796]: audit 2024-09-17T01:44:49.178775+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:44:49.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:49 smithi107 bash[22796]: audit 2024-09-17T01:44:49.180435+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:44:50.252 INFO:teuthology.orchestra.run.smithi175.stderr:Inferring config /var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:44:50.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:50 smithi107 bash[22796]: cephadm 2024-09-17T01:44:49.182301+0000 mgr.a (mgr.14150) 58 : cephadm [INF] Deploying daemon mon.c on smithi175 2024-09-17T01:44:50.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:50 smithi107 bash[22796]: cluster 2024-09-17T01:44:49.283148+0000 mgr.a (mgr.14150) 59 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:51.924 INFO:teuthology.orchestra.run.smithi175.stderr:dumped monmap epoch 1 2024-09-17T01:44:51.924 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-17T01:44:51.925 INFO:teuthology.orchestra.run.smithi175.stdout:{"epoch":1,"fsid":"e6522e52-7495-11ef-bceb-c7b262605968","modified":"2024-09-17T01:42:34.849672Z","created":"2024-09-17T01:42:34.849672Z","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.107:3300","nonce":0},{"type":"v1","addr":"172.21.15.107:6789","nonce":0}]},"addr":"172.21.15.107:6789/0","public_addr":"172.21.15.107:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T01:44:52.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:52 smithi107 bash[22796]: cluster 2024-09-17T01:44:51.283557+0000 mgr.a (mgr.14150) 60 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:52.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:52 smithi107 bash[22796]: audit 2024-09-17T01:44:51.929147+0000 mon.a (mon.0) 153 : audit [DBG] from='client.? 172.21.15.175:0/1822777319' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T01:44:53.907 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-17T01:44:53.907 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6522e52-7495-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T01:44:54.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:54 smithi107 bash[22796]: cluster 2024-09-17T01:44:53.283950+0000 mgr.a (mgr.14150) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:55.139 INFO:teuthology.orchestra.run.smithi175.stderr:Inferring config /var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T01:44:56.510 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:56 smithi107 bash[22796]: audit 2024-09-17T01:44:55.137184+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:56.510 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:56 smithi107 bash[22796]: audit 2024-09-17T01:44:55.143098+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:56.510 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:56 smithi107 bash[22796]: audit 2024-09-17T01:44:55.149657+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:56.511 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:56 smithi107 bash[22796]: audit 2024-09-17T01:44:55.151040+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:44:56.511 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:56 smithi107 bash[22796]: audit 2024-09-17T01:44:55.152843+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:44:56.511 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:56 smithi107 bash[22796]: cephadm 2024-09-17T01:44:55.154827+0000 mgr.a (mgr.14150) 62 : cephadm [INF] Deploying daemon mon.b on smithi131 2024-09-17T01:44:56.512 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:44:56 smithi107 bash[22796]: cluster 2024-09-17T01:44:55.284360+0000 mgr.a (mgr.14150) 63 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:56.686 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: debug 2024-09-17T01:44:56.682+0000 7f2d94bce640 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T01:44:56.686 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: debug 2024-09-17T01:44:56.682+0000 7f2d94bce640 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T01:44:56.686 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: cluster 2024-09-17T01:44:09.275496+0000 mgr.a (mgr.14150) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:56.686 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: audit 2024-09-17T01:44:09.477719+0000 mgr.a (mgr.14150) 21 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi131", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:44:56.686 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: cephadm 2024-09-17T01:44:10.594730+0000 mgr.a (mgr.14150) 22 : cephadm [INF] Deploying cephadm binary to smithi131 2024-09-17T01:44:56.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: cluster 2024-09-17T01:44:11.275871+0000 mgr.a (mgr.14150) 23 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:56.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: cluster 2024-09-17T01:44:13.276291+0000 mgr.a (mgr.14150) 24 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:56.803 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: audit 2024-09-17T01:44:13.862608+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:56.803 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: audit 2024-09-17T01:44:13.864211+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:44:56.803 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: cephadm 2024-09-17T01:44:13.863467+0000 mgr.a (mgr.14150) 25 : cephadm [INF] Added host smithi131 2024-09-17T01:44:56.803 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: audit 2024-09-17T01:44:14.358988+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:56.803 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: cluster 2024-09-17T01:44:15.276626+0000 mgr.a (mgr.14150) 26 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:56.803 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: audit 2024-09-17T01:44:15.924203+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:56.803 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: audit 2024-09-17T01:44:17.208071+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:56.803 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: cluster 2024-09-17T01:44:17.276934+0000 mgr.a (mgr.14150) 27 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:56.803 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: cluster 2024-09-17T01:44:19.277277+0000 mgr.a (mgr.14150) 28 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:56.803 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: audit 2024-09-17T01:44:20.635015+0000 mgr.a (mgr.14150) 29 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:44:56.803 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: cluster 2024-09-17T01:44:21.277708+0000 mgr.a (mgr.14150) 30 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:56.804 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: audit 2024-09-17T01:44:22.928899+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:56.804 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: audit 2024-09-17T01:44:22.933955+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:56.804 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: audit 2024-09-17T01:44:22.939696+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:56.804 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: audit 2024-09-17T01:44:22.944465+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:56.804 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: audit 2024-09-17T01:44:22.946102+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi131", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:44:56.804 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: audit 2024-09-17T01:44:22.947950+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:44:56.804 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: audit 2024-09-17T01:44:22.949613+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:44:56.804 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: cephadm 2024-09-17T01:44:22.951888+0000 mgr.a (mgr.14150) 31 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.conf 2024-09-17T01:44:56.804 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: cephadm 2024-09-17T01:44:23.132126+0000 mgr.a (mgr.14150) 32 : cephadm [INF] Updating smithi131:/var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:44:56.805 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: cluster 2024-09-17T01:44:23.278131+0000 mgr.a (mgr.14150) 33 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:56.805 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: cephadm 2024-09-17T01:44:23.283634+0000 mgr.a (mgr.14150) 34 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.client.admin.keyring 2024-09-17T01:44:56.805 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: cephadm 2024-09-17T01:44:23.425632+0000 mgr.a (mgr.14150) 35 : cephadm [INF] Updating smithi131:/var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T01:44:56.805 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: audit 2024-09-17T01:44:23.567259+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:56.805 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: audit 2024-09-17T01:44:23.572462+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:56.805 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: audit 2024-09-17T01:44:23.578310+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:56.806 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: cluster 2024-09-17T01:44:25.278530+0000 mgr.a (mgr.14150) 36 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:56.806 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: cluster 2024-09-17T01:44:27.278801+0000 mgr.a (mgr.14150) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:56.806 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: audit 2024-09-17T01:44:27.446932+0000 mgr.a (mgr.14150) 38 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi175", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:44:56.806 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: cephadm 2024-09-17T01:44:28.513909+0000 mgr.a (mgr.14150) 39 : cephadm [INF] Deploying cephadm binary to smithi175 2024-09-17T01:44:56.806 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: cluster 2024-09-17T01:44:29.279155+0000 mgr.a (mgr.14150) 40 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:56.806 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: cluster 2024-09-17T01:44:31.279573+0000 mgr.a (mgr.14150) 41 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:56.806 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: audit 2024-09-17T01:44:31.787387+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:56.806 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: audit 2024-09-17T01:44:31.788912+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:44:56.806 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: audit 2024-09-17T01:44:32.327643+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:56.806 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: cephadm 2024-09-17T01:44:31.788139+0000 mgr.a (mgr.14150) 42 : cephadm [INF] Added host smithi175 2024-09-17T01:44:56.806 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: cluster 2024-09-17T01:44:33.279994+0000 mgr.a (mgr.14150) 43 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:56.807 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: audit 2024-09-17T01:44:33.894338+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:56.807 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: audit 2024-09-17T01:44:35.102565+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:56.807 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: cluster 2024-09-17T01:44:35.280435+0000 mgr.a (mgr.14150) 44 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:56.807 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: cluster 2024-09-17T01:44:37.280901+0000 mgr.a (mgr.14150) 45 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:56.807 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: audit 2024-09-17T01:44:38.523748+0000 mgr.a (mgr.14150) 46 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:44:56.807 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: cluster 2024-09-17T01:44:39.281294+0000 mgr.a (mgr.14150) 47 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:56.807 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: audit 2024-09-17T01:44:40.696002+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:56.807 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: audit 2024-09-17T01:44:40.701806+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:56.807 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: audit 2024-09-17T01:44:40.708430+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:56.807 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: audit 2024-09-17T01:44:40.714184+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:56.807 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: audit 2024-09-17T01:44:40.716103+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi175", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:44:56.807 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: audit 2024-09-17T01:44:40.718508+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:44:56.808 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: audit 2024-09-17T01:44:40.720314+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:44:56.808 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: cephadm 2024-09-17T01:44:40.722891+0000 mgr.a (mgr.14150) 48 : cephadm [INF] Updating smithi175:/etc/ceph/ceph.conf 2024-09-17T01:44:56.808 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: cephadm 2024-09-17T01:44:40.905645+0000 mgr.a (mgr.14150) 49 : cephadm [INF] Updating smithi175:/var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:44:56.808 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: cephadm 2024-09-17T01:44:41.060927+0000 mgr.a (mgr.14150) 50 : cephadm [INF] Updating smithi175:/etc/ceph/ceph.client.admin.keyring 2024-09-17T01:44:56.808 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: cephadm 2024-09-17T01:44:41.203630+0000 mgr.a (mgr.14150) 51 : cephadm [INF] Updating smithi175:/var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T01:44:56.808 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: cluster 2024-09-17T01:44:41.281736+0000 mgr.a (mgr.14150) 52 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:56.808 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: audit 2024-09-17T01:44:41.343404+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:56.808 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: audit 2024-09-17T01:44:41.347483+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:56.808 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: audit 2024-09-17T01:44:41.354081+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:56.808 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: cluster 2024-09-17T01:44:43.282139+0000 mgr.a (mgr.14150) 53 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:56.808 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: audit 2024-09-17T01:44:45.280184+0000 mon.a (mon.0) 143 : audit [INF] from='client.? 172.21.15.107:0/270039148' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-17T01:44:56.808 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: cluster 2024-09-17T01:44:45.282460+0000 mgr.a (mgr.14150) 54 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:56.808 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: audit 2024-09-17T01:44:45.339800+0000 mon.a (mon.0) 144 : audit [INF] from='client.? 172.21.15.107:0/270039148' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-17T01:44:56.809 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: cluster 2024-09-17T01:44:45.344868+0000 mon.a (mon.0) 145 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-17T01:44:56.809 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: cluster 2024-09-17T01:44:47.282791+0000 mgr.a (mgr.14150) 55 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:56.809 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: audit 2024-09-17T01:44:48.462560+0000 mgr.a (mgr.14150) 56 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi107:172.21.15.107=a;smithi131:172.21.15.131=b;smithi175:172.21.15.175=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:44:56.809 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: cephadm 2024-09-17T01:44:48.467657+0000 mgr.a (mgr.14150) 57 : cephadm [INF] Saving service mon spec with placement smithi107:172.21.15.107=a;smithi131:172.21.15.131=b;smithi175:172.21.15.175=c;count:3 2024-09-17T01:44:56.809 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: audit 2024-09-17T01:44:48.472537+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:56.809 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: audit 2024-09-17T01:44:48.474204+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:44:56.809 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: audit 2024-09-17T01:44:49.168308+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:44:56.809 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: audit 2024-09-17T01:44:49.169262+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:44:56.809 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: audit 2024-09-17T01:44:49.175223+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:56.809 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: audit 2024-09-17T01:44:49.178775+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:44:56.809 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: audit 2024-09-17T01:44:49.180435+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:44:56.810 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: cephadm 2024-09-17T01:44:49.182301+0000 mgr.a (mgr.14150) 58 : cephadm [INF] Deploying daemon mon.c on smithi175 2024-09-17T01:44:56.810 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: cluster 2024-09-17T01:44:49.283148+0000 mgr.a (mgr.14150) 59 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:56.810 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: cluster 2024-09-17T01:44:51.283557+0000 mgr.a (mgr.14150) 60 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:56.810 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: audit 2024-09-17T01:44:51.929147+0000 mon.a (mon.0) 153 : audit [DBG] from='client.? 172.21.15.175:0/1822777319' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T01:44:56.810 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: cluster 2024-09-17T01:44:53.283950+0000 mgr.a (mgr.14150) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:56.810 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: audit 2024-09-17T01:44:55.137184+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:56.810 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: audit 2024-09-17T01:44:55.143098+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:56.810 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: audit 2024-09-17T01:44:55.149657+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:44:56.810 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: audit 2024-09-17T01:44:55.151040+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:44:56.810 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: audit 2024-09-17T01:44:55.152843+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:44:56.810 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: cephadm 2024-09-17T01:44:55.154827+0000 mgr.a (mgr.14150) 62 : cephadm [INF] Deploying daemon mon.b on smithi131 2024-09-17T01:44:56.810 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: cluster 2024-09-17T01:44:55.284360+0000 mgr.a (mgr.14150) 63 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:44:56.810 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:44:56 smithi175 bash[25028]: debug 2024-09-17T01:44:56.686+0000 7f2d94bce640 1 mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-09-17T01:45:01.215 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:01 smithi131 bash[24568]: audit 2024-09-17T01:44:33.894338+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:01.216 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:01 smithi131 bash[24568]: audit 2024-09-17T01:44:35.102565+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:01.216 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:01 smithi131 bash[24568]: cluster 2024-09-17T01:44:35.280435+0000 mgr.a (mgr.14150) 44 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:01.216 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:01 smithi131 bash[24568]: cluster 2024-09-17T01:44:37.280901+0000 mgr.a (mgr.14150) 45 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:01.216 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:01 smithi131 bash[24568]: audit 2024-09-17T01:44:38.523748+0000 mgr.a (mgr.14150) 46 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:45:01.216 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:01 smithi131 bash[24568]: cluster 2024-09-17T01:44:39.281294+0000 mgr.a (mgr.14150) 47 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:01.566 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:01 smithi131 bash[24568]: audit 2024-09-17T01:44:40.696002+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:01.567 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:01 smithi131 bash[24568]: audit 2024-09-17T01:44:40.701806+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:01.567 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:01 smithi131 bash[24568]: audit 2024-09-17T01:44:40.708430+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:01.567 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:01 smithi131 bash[24568]: audit 2024-09-17T01:44:40.714184+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:01.567 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:01 smithi131 bash[24568]: audit 2024-09-17T01:44:40.716103+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi175", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:45:01.567 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:01 smithi131 bash[24568]: audit 2024-09-17T01:44:40.718508+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:45:01.567 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:01 smithi131 bash[24568]: audit 2024-09-17T01:44:40.720314+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:45:01.567 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:01 smithi131 bash[24568]: cephadm 2024-09-17T01:44:40.722891+0000 mgr.a (mgr.14150) 48 : cephadm [INF] Updating smithi175:/etc/ceph/ceph.conf 2024-09-17T01:45:01.568 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:01 smithi131 bash[24568]: cephadm 2024-09-17T01:44:40.905645+0000 mgr.a (mgr.14150) 49 : cephadm [INF] Updating smithi175:/var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:45:01.568 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:01 smithi131 bash[24568]: cephadm 2024-09-17T01:44:41.060927+0000 mgr.a (mgr.14150) 50 : cephadm [INF] Updating smithi175:/etc/ceph/ceph.client.admin.keyring 2024-09-17T01:45:01.568 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:01 smithi131 bash[24568]: cephadm 2024-09-17T01:44:41.203630+0000 mgr.a (mgr.14150) 51 : cephadm [INF] Updating smithi175:/var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T01:45:01.568 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:01 smithi131 bash[24568]: cluster 2024-09-17T01:44:41.281736+0000 mgr.a (mgr.14150) 52 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:01.568 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:01 smithi131 bash[24568]: audit 2024-09-17T01:44:41.343404+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:01.568 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:01 smithi131 bash[24568]: audit 2024-09-17T01:44:41.347483+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:01.568 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:01 smithi131 bash[24568]: audit 2024-09-17T01:44:41.354081+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:01.568 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:01 smithi131 bash[24568]: cluster 2024-09-17T01:44:43.282139+0000 mgr.a (mgr.14150) 53 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:01.568 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:01 smithi131 bash[24568]: audit 2024-09-17T01:44:45.280184+0000 mon.a (mon.0) 143 : audit [INF] from='client.? 172.21.15.107:0/270039148' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-17T01:45:01.568 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:01 smithi131 bash[24568]: cluster 2024-09-17T01:44:45.282460+0000 mgr.a (mgr.14150) 54 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:01.568 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:01 smithi131 bash[24568]: audit 2024-09-17T01:44:45.339800+0000 mon.a (mon.0) 144 : audit [INF] from='client.? 172.21.15.107:0/270039148' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-17T01:45:01.569 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:01 smithi131 bash[24568]: cluster 2024-09-17T01:44:45.344868+0000 mon.a (mon.0) 145 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-17T01:45:01.569 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:01 smithi131 bash[24568]: cluster 2024-09-17T01:44:47.282791+0000 mgr.a (mgr.14150) 55 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:01.569 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:01 smithi131 bash[24568]: audit 2024-09-17T01:44:48.462560+0000 mgr.a (mgr.14150) 56 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi107:172.21.15.107=a;smithi131:172.21.15.131=b;smithi175:172.21.15.175=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:45:01.569 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:01 smithi131 bash[24568]: cephadm 2024-09-17T01:44:48.467657+0000 mgr.a (mgr.14150) 57 : cephadm [INF] Saving service mon spec with placement smithi107:172.21.15.107=a;smithi131:172.21.15.131=b;smithi175:172.21.15.175=c;count:3 2024-09-17T01:45:01.569 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:01 smithi131 bash[24568]: audit 2024-09-17T01:44:48.472537+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:01.570 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:01 smithi131 bash[24568]: audit 2024-09-17T01:44:48.474204+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:45:01.570 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:01 smithi131 bash[24568]: audit 2024-09-17T01:44:49.168308+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:45:01.570 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:01 smithi131 bash[24568]: audit 2024-09-17T01:44:49.169262+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:45:01.570 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:01 smithi131 bash[24568]: audit 2024-09-17T01:44:49.175223+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:01.570 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:01 smithi131 bash[24568]: audit 2024-09-17T01:44:49.178775+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:45:01.570 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:01 smithi131 bash[24568]: audit 2024-09-17T01:44:49.180435+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:45:01.570 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:01 smithi131 bash[24568]: cephadm 2024-09-17T01:44:49.182301+0000 mgr.a (mgr.14150) 58 : cephadm [INF] Deploying daemon mon.c on smithi175 2024-09-17T01:45:01.570 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:01 smithi131 bash[24568]: cluster 2024-09-17T01:44:49.283148+0000 mgr.a (mgr.14150) 59 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:01.570 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:01 smithi131 bash[24568]: cluster 2024-09-17T01:44:51.283557+0000 mgr.a (mgr.14150) 60 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:01.570 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:01 smithi131 bash[24568]: audit 2024-09-17T01:44:51.929147+0000 mon.a (mon.0) 153 : audit [DBG] from='client.? 172.21.15.175:0/1822777319' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T01:45:01.570 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:01 smithi131 bash[24568]: cluster 2024-09-17T01:44:53.283950+0000 mgr.a (mgr.14150) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:01.570 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:01 smithi131 bash[24568]: audit 2024-09-17T01:44:55.137184+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:01.570 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:01 smithi131 bash[24568]: audit 2024-09-17T01:44:55.143098+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:01.571 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:01 smithi131 bash[24568]: audit 2024-09-17T01:44:55.149657+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:01.571 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:01 smithi131 bash[24568]: audit 2024-09-17T01:44:55.151040+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:45:01.571 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:01 smithi131 bash[24568]: audit 2024-09-17T01:44:55.152843+0000 mon.a (mon.0) 158 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:45:01.571 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:01 smithi131 bash[24568]: cephadm 2024-09-17T01:44:55.154827+0000 mgr.a (mgr.14150) 62 : cephadm [INF] Deploying daemon mon.b on smithi131 2024-09-17T01:45:01.571 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:01 smithi131 bash[24568]: cluster 2024-09-17T01:44:55.284360+0000 mgr.a (mgr.14150) 63 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:01.571 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:01 smithi131 bash[24568]: debug 2024-09-17T01:45:01.213+0000 7fe7a8d1a640 1 mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-09-17T01:45:01.775 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-17T01:45:01.775 INFO:teuthology.orchestra.run.smithi175.stdout:{"epoch":2,"fsid":"e6522e52-7495-11ef-bceb-c7b262605968","modified":"2024-09-17T01:44:56.698347Z","created":"2024-09-17T01:42:34.849672Z","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.107:3300","nonce":0},{"type":"v1","addr":"172.21.15.107:6789","nonce":0}]},"addr":"172.21.15.107:6789/0","public_addr":"172.21.15.107:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:3300","nonce":0},{"type":"v1","addr":"172.21.15.175:6789","nonce":0}]},"addr":"172.21.15.175:6789/0","public_addr":"172.21.15.175:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-17T01:45:01.775 INFO:teuthology.orchestra.run.smithi175.stderr:dumped monmap epoch 2 2024-09-17T01:45:02.052 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:01 smithi175 bash[25028]: audit 2024-09-17T01:44:56.703828+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:45:02.053 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:01 smithi175 bash[25028]: cluster 2024-09-17T01:44:56.704264+0000 mon.a (mon.0) 161 : cluster [INF] mon.a calling monitor election 2024-09-17T01:45:02.053 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:01 smithi175 bash[25028]: audit 2024-09-17T01:44:56.726952+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:45:02.053 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:01 smithi175 bash[25028]: audit 2024-09-17T01:44:56.877766+0000 mon.a (mon.0) 163 : audit [DBG] from='client.? 172.21.15.175:0/2277149900' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T01:45:02.053 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:01 smithi175 bash[25028]: cluster 2024-09-17T01:44:57.284772+0000 mgr.a (mgr.14150) 64 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:02.053 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:01 smithi175 bash[25028]: audit 2024-09-17T01:44:57.698599+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:45:02.053 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:01 smithi175 bash[25028]: audit 2024-09-17T01:44:58.698509+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:45:02.053 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:01 smithi175 bash[25028]: cluster 2024-09-17T01:44:58.699273+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-17T01:45:02.054 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:01 smithi175 bash[25028]: cluster 2024-09-17T01:44:59.285145+0000 mgr.a (mgr.14150) 65 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:02.054 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:01 smithi175 bash[25028]: audit 2024-09-17T01:44:59.698798+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:45:02.054 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:01 smithi175 bash[25028]: audit 2024-09-17T01:45:00.699111+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:45:02.054 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:01 smithi175 bash[25028]: audit 2024-09-17T01:45:01.224673+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:45:02.054 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:01 smithi175 bash[25028]: cluster 2024-09-17T01:45:01.285551+0000 mgr.a (mgr.14150) 66 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:02.054 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:01 smithi175 bash[25028]: audit 2024-09-17T01:45:01.699295+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:45:02.054 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:01 smithi175 bash[25028]: cluster 2024-09-17T01:45:01.749733+0000 mon.a (mon.0) 170 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-17T01:45:02.054 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:01 smithi175 bash[25028]: cluster 2024-09-17T01:45:01.757197+0000 mon.a (mon.0) 171 : cluster [DBG] monmap epoch 2 2024-09-17T01:45:02.054 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:01 smithi175 bash[25028]: cluster 2024-09-17T01:45:01.757244+0000 mon.a (mon.0) 172 : cluster [DBG] fsid e6522e52-7495-11ef-bceb-c7b262605968 2024-09-17T01:45:02.054 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:01 smithi175 bash[25028]: cluster 2024-09-17T01:45:01.757278+0000 mon.a (mon.0) 173 : cluster [DBG] last_changed 2024-09-17T01:44:56.698347+0000 2024-09-17T01:45:02.054 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:01 smithi175 bash[25028]: cluster 2024-09-17T01:45:01.757314+0000 mon.a (mon.0) 174 : cluster [DBG] created 2024-09-17T01:42:34.849672+0000 2024-09-17T01:45:02.055 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:01 smithi175 bash[25028]: cluster 2024-09-17T01:45:01.757353+0000 mon.a (mon.0) 175 : cluster [DBG] min_mon_release 19 (squid) 2024-09-17T01:45:02.055 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:01 smithi175 bash[25028]: cluster 2024-09-17T01:45:01.757389+0000 mon.a (mon.0) 176 : cluster [DBG] election_strategy: 1 2024-09-17T01:45:02.055 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:01 smithi175 bash[25028]: cluster 2024-09-17T01:45:01.757426+0000 mon.a (mon.0) 177 : cluster [DBG] 0: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.a 2024-09-17T01:45:02.055 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:01 smithi175 bash[25028]: cluster 2024-09-17T01:45:01.757462+0000 mon.a (mon.0) 178 : cluster [DBG] 1: [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] mon.c 2024-09-17T01:45:02.055 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:01 smithi175 bash[25028]: cluster 2024-09-17T01:45:01.778485+0000 mon.a (mon.0) 179 : cluster [DBG] fsmap 2024-09-17T01:45:02.055 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:01 smithi175 bash[25028]: cluster 2024-09-17T01:45:01.778569+0000 mon.a (mon.0) 180 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-17T01:45:02.055 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:01 smithi175 bash[25028]: cluster 2024-09-17T01:45:01.778876+0000 mon.a (mon.0) 181 : cluster [DBG] mgrmap e13: a(active, since 82s) 2024-09-17T01:45:02.055 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:01 smithi175 bash[25028]: cluster 2024-09-17T01:45:01.779190+0000 mon.a (mon.0) 182 : cluster [INF] overall HEALTH_OK 2024-09-17T01:45:02.055 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:01 smithi175 bash[25028]: audit 2024-09-17T01:45:01.788020+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:02.055 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:01 smithi175 bash[25028]: audit 2024-09-17T01:45:01.796005+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:02.056 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:01 smithi175 bash[25028]: audit 2024-09-17T01:45:01.804825+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:02.056 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:01 smithi175 bash[25028]: audit 2024-09-17T01:45:01.813233+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:02.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:01 smithi107 bash[22796]: audit 2024-09-17T01:44:56.703828+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:45:02.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:01 smithi107 bash[22796]: cluster 2024-09-17T01:44:56.704264+0000 mon.a (mon.0) 161 : cluster [INF] mon.a calling monitor election 2024-09-17T01:45:02.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:01 smithi107 bash[22796]: audit 2024-09-17T01:44:56.726952+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:45:02.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:01 smithi107 bash[22796]: audit 2024-09-17T01:44:56.877766+0000 mon.a (mon.0) 163 : audit [DBG] from='client.? 172.21.15.175:0/2277149900' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T01:45:02.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:01 smithi107 bash[22796]: cluster 2024-09-17T01:44:57.284772+0000 mgr.a (mgr.14150) 64 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:02.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:01 smithi107 bash[22796]: audit 2024-09-17T01:44:57.698599+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:45:02.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:01 smithi107 bash[22796]: audit 2024-09-17T01:44:58.698509+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:45:02.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:01 smithi107 bash[22796]: cluster 2024-09-17T01:44:58.699273+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-17T01:45:02.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:01 smithi107 bash[22796]: cluster 2024-09-17T01:44:59.285145+0000 mgr.a (mgr.14150) 65 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:02.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:01 smithi107 bash[22796]: audit 2024-09-17T01:44:59.698798+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:45:02.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:01 smithi107 bash[22796]: audit 2024-09-17T01:45:00.699111+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:45:02.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:01 smithi107 bash[22796]: audit 2024-09-17T01:45:01.224673+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:45:02.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:01 smithi107 bash[22796]: cluster 2024-09-17T01:45:01.285551+0000 mgr.a (mgr.14150) 66 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:02.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:01 smithi107 bash[22796]: audit 2024-09-17T01:45:01.699295+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:45:02.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:01 smithi107 bash[22796]: cluster 2024-09-17T01:45:01.749733+0000 mon.a (mon.0) 170 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-17T01:45:02.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:01 smithi107 bash[22796]: cluster 2024-09-17T01:45:01.757197+0000 mon.a (mon.0) 171 : cluster [DBG] monmap epoch 2 2024-09-17T01:45:02.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:01 smithi107 bash[22796]: cluster 2024-09-17T01:45:01.757244+0000 mon.a (mon.0) 172 : cluster [DBG] fsid e6522e52-7495-11ef-bceb-c7b262605968 2024-09-17T01:45:02.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:01 smithi107 bash[22796]: cluster 2024-09-17T01:45:01.757278+0000 mon.a (mon.0) 173 : cluster [DBG] last_changed 2024-09-17T01:44:56.698347+0000 2024-09-17T01:45:02.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:01 smithi107 bash[22796]: cluster 2024-09-17T01:45:01.757314+0000 mon.a (mon.0) 174 : cluster [DBG] created 2024-09-17T01:42:34.849672+0000 2024-09-17T01:45:02.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:01 smithi107 bash[22796]: cluster 2024-09-17T01:45:01.757353+0000 mon.a (mon.0) 175 : cluster [DBG] min_mon_release 19 (squid) 2024-09-17T01:45:02.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:01 smithi107 bash[22796]: cluster 2024-09-17T01:45:01.757389+0000 mon.a (mon.0) 176 : cluster [DBG] election_strategy: 1 2024-09-17T01:45:02.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:01 smithi107 bash[22796]: cluster 2024-09-17T01:45:01.757426+0000 mon.a (mon.0) 177 : cluster [DBG] 0: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.a 2024-09-17T01:45:02.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:01 smithi107 bash[22796]: cluster 2024-09-17T01:45:01.757462+0000 mon.a (mon.0) 178 : cluster [DBG] 1: [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] mon.c 2024-09-17T01:45:02.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:01 smithi107 bash[22796]: cluster 2024-09-17T01:45:01.778485+0000 mon.a (mon.0) 179 : cluster [DBG] fsmap 2024-09-17T01:45:02.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:01 smithi107 bash[22796]: cluster 2024-09-17T01:45:01.778569+0000 mon.a (mon.0) 180 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-17T01:45:02.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:01 smithi107 bash[22796]: cluster 2024-09-17T01:45:01.778876+0000 mon.a (mon.0) 181 : cluster [DBG] mgrmap e13: a(active, since 82s) 2024-09-17T01:45:02.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:01 smithi107 bash[22796]: cluster 2024-09-17T01:45:01.779190+0000 mon.a (mon.0) 182 : cluster [INF] overall HEALTH_OK 2024-09-17T01:45:02.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:01 smithi107 bash[22796]: audit 2024-09-17T01:45:01.788020+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:02.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:01 smithi107 bash[22796]: audit 2024-09-17T01:45:01.796005+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:02.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:01 smithi107 bash[22796]: audit 2024-09-17T01:45:01.804825+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:02.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:01 smithi107 bash[22796]: audit 2024-09-17T01:45:01.813233+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:03.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:02 smithi107 bash[22796]: audit 2024-09-17T01:45:01.899252+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:45:03.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:02 smithi107 bash[22796]: audit 2024-09-17T01:45:02.224600+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:45:03.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:02 smithi107 bash[22796]: audit 2024-09-17T01:45:02.699553+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:45:03.302 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:02 smithi175 bash[25028]: audit 2024-09-17T01:45:01.899252+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:45:03.302 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:02 smithi175 bash[25028]: audit 2024-09-17T01:45:02.224600+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:45:03.302 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:02 smithi175 bash[25028]: audit 2024-09-17T01:45:02.699553+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:45:03.557 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-17T01:45:03.557 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6522e52-7495-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T01:45:07.922 INFO:teuthology.orchestra.run.smithi175.stderr:Inferring config /var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T01:45:08.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:08 smithi107 bash[22796]: cluster 2024-09-17T01:45:03.231786+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-17T01:45:08.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:08 smithi107 bash[22796]: audit 2024-09-17T01:45:03.232436+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:45:08.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:08 smithi107 bash[22796]: cluster 2024-09-17T01:45:03.233157+0000 mon.a (mon.0) 192 : cluster [INF] mon.a calling monitor election 2024-09-17T01:45:08.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:08 smithi107 bash[22796]: audit 2024-09-17T01:45:03.254975+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:45:08.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:08 smithi107 bash[22796]: audit 2024-09-17T01:45:03.255275+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:45:08.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:08 smithi107 bash[22796]: cluster 2024-09-17T01:45:03.285924+0000 mgr.a (mgr.14150) 67 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:08.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:08 smithi107 bash[22796]: audit 2024-09-17T01:45:04.225308+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:45:08.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:08 smithi107 bash[22796]: audit 2024-09-17T01:45:05.225241+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:45:08.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:08 smithi107 bash[22796]: cluster 2024-09-17T01:45:05.286264+0000 mgr.a (mgr.14150) 68 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:08.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:08 smithi107 bash[22796]: audit 2024-09-17T01:45:06.225386+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:45:08.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:08 smithi107 bash[22796]: audit 2024-09-17T01:45:07.225564+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:45:08.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:08 smithi107 bash[22796]: cluster 2024-09-17T01:45:07.286649+0000 mgr.a (mgr.14150) 69 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:08.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:08 smithi107 bash[22796]: audit 2024-09-17T01:45:08.225687+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:45:08.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:08 smithi107 bash[22796]: cluster 2024-09-17T01:45:08.255049+0000 mon.a (mon.0) 200 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-17T01:45:08.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:08 smithi107 bash[22796]: cluster 2024-09-17T01:45:08.261309+0000 mon.a (mon.0) 201 : cluster [DBG] monmap epoch 3 2024-09-17T01:45:08.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:08 smithi107 bash[22796]: cluster 2024-09-17T01:45:08.261354+0000 mon.a (mon.0) 202 : cluster [DBG] fsid e6522e52-7495-11ef-bceb-c7b262605968 2024-09-17T01:45:08.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:08 smithi107 bash[22796]: cluster 2024-09-17T01:45:08.261390+0000 mon.a (mon.0) 203 : cluster [DBG] last_changed 2024-09-17T01:45:03.224956+0000 2024-09-17T01:45:08.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:08 smithi107 bash[22796]: cluster 2024-09-17T01:45:08.261426+0000 mon.a (mon.0) 204 : cluster [DBG] created 2024-09-17T01:42:34.849672+0000 2024-09-17T01:45:08.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:08 smithi107 bash[22796]: cluster 2024-09-17T01:45:08.261464+0000 mon.a (mon.0) 205 : cluster [DBG] min_mon_release 19 (squid) 2024-09-17T01:45:08.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:08 smithi107 bash[22796]: cluster 2024-09-17T01:45:08.261506+0000 mon.a (mon.0) 206 : cluster [DBG] election_strategy: 1 2024-09-17T01:45:08.764 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:08 smithi107 bash[22796]: cluster 2024-09-17T01:45:08.261559+0000 mon.a (mon.0) 207 : cluster [DBG] 0: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.a 2024-09-17T01:45:08.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:08 smithi107 bash[22796]: cluster 2024-09-17T01:45:08.261596+0000 mon.a (mon.0) 208 : cluster [DBG] 1: [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] mon.c 2024-09-17T01:45:08.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:08 smithi107 bash[22796]: cluster 2024-09-17T01:45:08.261631+0000 mon.a (mon.0) 209 : cluster [DBG] 2: [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] mon.b 2024-09-17T01:45:08.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:08 smithi107 bash[22796]: cluster 2024-09-17T01:45:08.282496+0000 mon.a (mon.0) 210 : cluster [DBG] fsmap 2024-09-17T01:45:08.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:08 smithi107 bash[22796]: cluster 2024-09-17T01:45:08.282577+0000 mon.a (mon.0) 211 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-17T01:45:08.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:08 smithi107 bash[22796]: cluster 2024-09-17T01:45:08.282890+0000 mon.a (mon.0) 212 : cluster [DBG] mgrmap e13: a(active, since 89s) 2024-09-17T01:45:08.765 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:08 smithi107 bash[22796]: cluster 2024-09-17T01:45:08.283301+0000 mon.a (mon.0) 213 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-17T01:45:08.766 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:08 smithi107 bash[22796]: cluster 2024-09-17T01:45:08.291472+0000 mon.a (mon.0) 214 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-17T01:45:08.766 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:08 smithi107 bash[22796]: cluster 2024-09-17T01:45:08.291503+0000 mon.a (mon.0) 215 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-17T01:45:08.766 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:08 smithi107 bash[22796]: cluster 2024-09-17T01:45:08.291524+0000 mon.a (mon.0) 216 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] is down (out of quorum) 2024-09-17T01:45:08.766 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:08 smithi107 bash[22796]: audit 2024-09-17T01:45:08.297706+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:08.766 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:08 smithi107 bash[22796]: audit 2024-09-17T01:45:08.304588+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:08.766 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:08 smithi107 bash[22796]: audit 2024-09-17T01:45:08.311176+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:08.766 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:08 smithi107 bash[22796]: audit 2024-09-17T01:45:08.316348+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:08.766 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:08 smithi107 bash[22796]: audit 2024-09-17T01:45:08.321730+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:08.767 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:08 smithi107 bash[22796]: audit 2024-09-17T01:45:08.323282+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:45:08.767 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:08 smithi107 bash[22796]: audit 2024-09-17T01:45:08.325161+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:45:08.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:08 smithi175 bash[25028]: cluster 2024-09-17T01:45:03.231786+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-17T01:45:08.803 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:08 smithi175 bash[25028]: audit 2024-09-17T01:45:03.232436+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:45:08.803 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:08 smithi175 bash[25028]: cluster 2024-09-17T01:45:03.233157+0000 mon.a (mon.0) 192 : cluster [INF] mon.a calling monitor election 2024-09-17T01:45:08.803 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:08 smithi175 bash[25028]: audit 2024-09-17T01:45:03.254975+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:45:08.803 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:08 smithi175 bash[25028]: audit 2024-09-17T01:45:03.255275+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:45:08.803 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:08 smithi175 bash[25028]: cluster 2024-09-17T01:45:03.285924+0000 mgr.a (mgr.14150) 67 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:08.803 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:08 smithi175 bash[25028]: audit 2024-09-17T01:45:04.225308+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:45:08.803 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:08 smithi175 bash[25028]: audit 2024-09-17T01:45:05.225241+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:45:08.803 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:08 smithi175 bash[25028]: cluster 2024-09-17T01:45:05.286264+0000 mgr.a (mgr.14150) 68 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:08.803 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:08 smithi175 bash[25028]: audit 2024-09-17T01:45:06.225386+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:45:08.803 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:08 smithi175 bash[25028]: audit 2024-09-17T01:45:07.225564+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:45:08.803 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:08 smithi175 bash[25028]: cluster 2024-09-17T01:45:07.286649+0000 mgr.a (mgr.14150) 69 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:08.804 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:08 smithi175 bash[25028]: audit 2024-09-17T01:45:08.225687+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:45:08.804 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:08 smithi175 bash[25028]: cluster 2024-09-17T01:45:08.255049+0000 mon.a (mon.0) 200 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-17T01:45:08.804 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:08 smithi175 bash[25028]: cluster 2024-09-17T01:45:08.261309+0000 mon.a (mon.0) 201 : cluster [DBG] monmap epoch 3 2024-09-17T01:45:08.804 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:08 smithi175 bash[25028]: cluster 2024-09-17T01:45:08.261354+0000 mon.a (mon.0) 202 : cluster [DBG] fsid e6522e52-7495-11ef-bceb-c7b262605968 2024-09-17T01:45:08.804 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:08 smithi175 bash[25028]: cluster 2024-09-17T01:45:08.261390+0000 mon.a (mon.0) 203 : cluster [DBG] last_changed 2024-09-17T01:45:03.224956+0000 2024-09-17T01:45:08.804 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:08 smithi175 bash[25028]: cluster 2024-09-17T01:45:08.261426+0000 mon.a (mon.0) 204 : cluster [DBG] created 2024-09-17T01:42:34.849672+0000 2024-09-17T01:45:08.804 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:08 smithi175 bash[25028]: cluster 2024-09-17T01:45:08.261464+0000 mon.a (mon.0) 205 : cluster [DBG] min_mon_release 19 (squid) 2024-09-17T01:45:08.804 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:08 smithi175 bash[25028]: cluster 2024-09-17T01:45:08.261506+0000 mon.a (mon.0) 206 : cluster [DBG] election_strategy: 1 2024-09-17T01:45:08.804 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:08 smithi175 bash[25028]: cluster 2024-09-17T01:45:08.261559+0000 mon.a (mon.0) 207 : cluster [DBG] 0: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.a 2024-09-17T01:45:08.804 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:08 smithi175 bash[25028]: cluster 2024-09-17T01:45:08.261596+0000 mon.a (mon.0) 208 : cluster [DBG] 1: [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] mon.c 2024-09-17T01:45:08.804 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:08 smithi175 bash[25028]: cluster 2024-09-17T01:45:08.261631+0000 mon.a (mon.0) 209 : cluster [DBG] 2: [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] mon.b 2024-09-17T01:45:08.804 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:08 smithi175 bash[25028]: cluster 2024-09-17T01:45:08.282496+0000 mon.a (mon.0) 210 : cluster [DBG] fsmap 2024-09-17T01:45:08.805 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:08 smithi175 bash[25028]: cluster 2024-09-17T01:45:08.282577+0000 mon.a (mon.0) 211 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-17T01:45:08.805 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:08 smithi175 bash[25028]: cluster 2024-09-17T01:45:08.282890+0000 mon.a (mon.0) 212 : cluster [DBG] mgrmap e13: a(active, since 89s) 2024-09-17T01:45:08.805 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:08 smithi175 bash[25028]: cluster 2024-09-17T01:45:08.283301+0000 mon.a (mon.0) 213 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-17T01:45:08.805 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:08 smithi175 bash[25028]: cluster 2024-09-17T01:45:08.291472+0000 mon.a (mon.0) 214 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-17T01:45:08.805 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:08 smithi175 bash[25028]: cluster 2024-09-17T01:45:08.291503+0000 mon.a (mon.0) 215 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-17T01:45:08.805 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:08 smithi175 bash[25028]: cluster 2024-09-17T01:45:08.291524+0000 mon.a (mon.0) 216 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] is down (out of quorum) 2024-09-17T01:45:08.805 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:08 smithi175 bash[25028]: audit 2024-09-17T01:45:08.297706+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:08.805 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:08 smithi175 bash[25028]: audit 2024-09-17T01:45:08.304588+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:08.805 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:08 smithi175 bash[25028]: audit 2024-09-17T01:45:08.311176+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:08.805 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:08 smithi175 bash[25028]: audit 2024-09-17T01:45:08.316348+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:08.805 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:08 smithi175 bash[25028]: audit 2024-09-17T01:45:08.321730+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:08.805 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:08 smithi175 bash[25028]: audit 2024-09-17T01:45:08.323282+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:45:08.805 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:08 smithi175 bash[25028]: audit 2024-09-17T01:45:08.325161+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:45:09.346 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-17T01:45:09.346 INFO:teuthology.orchestra.run.smithi175.stdout:{"epoch":3,"fsid":"e6522e52-7495-11ef-bceb-c7b262605968","modified":"2024-09-17T01:45:03.224956Z","created":"2024-09-17T01:42:34.849672Z","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.107:3300","nonce":0},{"type":"v1","addr":"172.21.15.107:6789","nonce":0}]},"addr":"172.21.15.107:6789/0","public_addr":"172.21.15.107:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:3300","nonce":0},{"type":"v1","addr":"172.21.15.175:6789","nonce":0}]},"addr":"172.21.15.175:6789/0","public_addr":"172.21.15.175:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:3300","nonce":0},{"type":"v1","addr":"172.21.15.131:6789","nonce":0}]},"addr":"172.21.15.131:6789/0","public_addr":"172.21.15.131:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-17T01:45:09.347 INFO:teuthology.orchestra.run.smithi175.stderr:dumped monmap epoch 3 2024-09-17T01:45:09.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:09 smithi107 bash[22796]: cephadm 2024-09-17T01:45:08.327367+0000 mgr.a (mgr.14150) 70 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.conf 2024-09-17T01:45:09.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:09 smithi107 bash[22796]: cephadm 2024-09-17T01:45:08.327753+0000 mgr.a (mgr.14150) 71 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.conf 2024-09-17T01:45:09.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:09 smithi107 bash[22796]: cephadm 2024-09-17T01:45:08.328462+0000 mgr.a (mgr.14150) 72 : cephadm [INF] Updating smithi175:/etc/ceph/ceph.conf 2024-09-17T01:45:09.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:09 smithi107 bash[22796]: audit 2024-09-17T01:45:08.732403+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:09.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:09 smithi107 bash[22796]: audit 2024-09-17T01:45:08.735100+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:09.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:09 smithi107 bash[22796]: audit 2024-09-17T01:45:08.738078+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:09.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:09 smithi107 bash[22796]: audit 2024-09-17T01:45:08.740758+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:09.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:09 smithi107 bash[22796]: audit 2024-09-17T01:45:08.743380+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:09.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:09 smithi107 bash[22796]: audit 2024-09-17T01:45:08.745956+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:09.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:09 smithi107 bash[22796]: audit 2024-09-17T01:45:08.749738+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:09.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:09 smithi107 bash[22796]: audit 2024-09-17T01:45:08.803501+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:09.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:09 smithi107 bash[22796]: audit 2024-09-17T01:45:08.808760+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:09.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:09 smithi107 bash[22796]: audit 2024-09-17T01:45:08.813569+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:09.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:09 smithi107 bash[22796]: audit 2024-09-17T01:45:08.818252+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:09.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:09 smithi107 bash[22796]: audit 2024-09-17T01:45:08.819016+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:45:09.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:09 smithi107 bash[22796]: audit 2024-09-17T01:45:08.819804+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T01:45:09.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:09 smithi107 bash[22796]: audit 2024-09-17T01:45:08.820584+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:45:09.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:09 smithi107 bash[22796]: audit 2024-09-17T01:45:09.225715+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:45:09.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:09 smithi175 bash[25028]: cephadm 2024-09-17T01:45:08.327367+0000 mgr.a (mgr.14150) 70 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.conf 2024-09-17T01:45:09.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:09 smithi175 bash[25028]: cephadm 2024-09-17T01:45:08.327753+0000 mgr.a (mgr.14150) 71 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.conf 2024-09-17T01:45:09.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:09 smithi175 bash[25028]: cephadm 2024-09-17T01:45:08.328462+0000 mgr.a (mgr.14150) 72 : cephadm [INF] Updating smithi175:/etc/ceph/ceph.conf 2024-09-17T01:45:09.803 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:09 smithi175 bash[25028]: audit 2024-09-17T01:45:08.732403+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:09.803 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:09 smithi175 bash[25028]: audit 2024-09-17T01:45:08.735100+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:09.803 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:09 smithi175 bash[25028]: audit 2024-09-17T01:45:08.738078+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:09.803 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:09 smithi175 bash[25028]: audit 2024-09-17T01:45:08.740758+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:09.803 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:09 smithi175 bash[25028]: audit 2024-09-17T01:45:08.743380+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:09.803 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:09 smithi175 bash[25028]: audit 2024-09-17T01:45:08.745956+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:09.803 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:09 smithi175 bash[25028]: audit 2024-09-17T01:45:08.749738+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:09.803 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:09 smithi175 bash[25028]: audit 2024-09-17T01:45:08.803501+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:09.803 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:09 smithi175 bash[25028]: audit 2024-09-17T01:45:08.808760+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:09.804 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:09 smithi175 bash[25028]: audit 2024-09-17T01:45:08.813569+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:09.804 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:09 smithi175 bash[25028]: audit 2024-09-17T01:45:08.818252+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:09.804 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:09 smithi175 bash[25028]: audit 2024-09-17T01:45:08.819016+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:45:09.804 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:09 smithi175 bash[25028]: audit 2024-09-17T01:45:08.819804+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T01:45:09.804 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:09 smithi175 bash[25028]: audit 2024-09-17T01:45:08.820584+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:45:09.804 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:09 smithi175 bash[25028]: audit 2024-09-17T01:45:09.225715+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:45:09.966 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-17T01:45:09.966 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6522e52-7495-11ef-bceb-c7b262605968 -- ceph config generate-minimal-conf 2024-09-17T01:45:10.578 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: audit 2024-09-17T01:44:56.703828+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:45:10.578 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:44:56.704264+0000 mon.a (mon.0) 161 : cluster [INF] mon.a calling monitor election 2024-09-17T01:45:10.578 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: audit 2024-09-17T01:44:56.726952+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:45:10.578 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: audit 2024-09-17T01:44:56.877766+0000 mon.a (mon.0) 163 : audit [DBG] from='client.? 172.21.15.175:0/2277149900' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T01:45:10.578 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:44:57.284772+0000 mgr.a (mgr.14150) 64 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:10.578 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: audit 2024-09-17T01:44:57.698599+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:45:10.578 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: audit 2024-09-17T01:44:58.698509+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:45:10.578 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:44:58.699273+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-17T01:45:10.578 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:44:59.285145+0000 mgr.a (mgr.14150) 65 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:10.578 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: audit 2024-09-17T01:44:59.698798+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:45:10.579 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: audit 2024-09-17T01:45:00.699111+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:45:10.579 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: audit 2024-09-17T01:45:01.224673+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:45:10.579 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:01.285551+0000 mgr.a (mgr.14150) 66 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:10.579 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: audit 2024-09-17T01:45:01.699295+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:45:10.579 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:01.749733+0000 mon.a (mon.0) 170 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-17T01:45:10.579 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:01.757197+0000 mon.a (mon.0) 171 : cluster [DBG] monmap epoch 2 2024-09-17T01:45:10.579 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:01.757244+0000 mon.a (mon.0) 172 : cluster [DBG] fsid e6522e52-7495-11ef-bceb-c7b262605968 2024-09-17T01:45:10.579 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:01.757278+0000 mon.a (mon.0) 173 : cluster [DBG] last_changed 2024-09-17T01:44:56.698347+0000 2024-09-17T01:45:10.579 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:01.757314+0000 mon.a (mon.0) 174 : cluster [DBG] created 2024-09-17T01:42:34.849672+0000 2024-09-17T01:45:10.579 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:01.757353+0000 mon.a (mon.0) 175 : cluster [DBG] min_mon_release 19 (squid) 2024-09-17T01:45:10.579 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:01.757389+0000 mon.a (mon.0) 176 : cluster [DBG] election_strategy: 1 2024-09-17T01:45:10.579 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:01.757426+0000 mon.a (mon.0) 177 : cluster [DBG] 0: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.a 2024-09-17T01:45:10.580 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:01.757462+0000 mon.a (mon.0) 178 : cluster [DBG] 1: [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] mon.c 2024-09-17T01:45:10.580 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:01.778485+0000 mon.a (mon.0) 179 : cluster [DBG] fsmap 2024-09-17T01:45:10.580 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:01.778569+0000 mon.a (mon.0) 180 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-17T01:45:10.580 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:01.778876+0000 mon.a (mon.0) 181 : cluster [DBG] mgrmap e13: a(active, since 82s) 2024-09-17T01:45:10.580 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:01.779190+0000 mon.a (mon.0) 182 : cluster [INF] overall HEALTH_OK 2024-09-17T01:45:10.580 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: audit 2024-09-17T01:45:01.788020+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:10.581 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: audit 2024-09-17T01:45:01.796005+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:10.581 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: audit 2024-09-17T01:45:01.804825+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:10.581 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: audit 2024-09-17T01:45:01.813233+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:10.581 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: audit 2024-09-17T01:45:01.899252+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:45:10.581 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: audit 2024-09-17T01:45:02.224600+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:45:10.581 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: audit 2024-09-17T01:45:02.699553+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:45:10.581 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:03.231786+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-17T01:45:10.581 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: audit 2024-09-17T01:45:03.232436+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:45:10.581 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:03.233157+0000 mon.a (mon.0) 192 : cluster [INF] mon.a calling monitor election 2024-09-17T01:45:10.582 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: audit 2024-09-17T01:45:03.254975+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:45:10.582 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: audit 2024-09-17T01:45:03.255275+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:45:10.582 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:03.285924+0000 mgr.a (mgr.14150) 67 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:10.582 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: audit 2024-09-17T01:45:04.225308+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:45:10.582 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: audit 2024-09-17T01:45:05.225241+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:45:10.582 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:05.286264+0000 mgr.a (mgr.14150) 68 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:10.582 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: audit 2024-09-17T01:45:06.225386+0000 mon.a (mon.0) 197 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:45:10.582 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: audit 2024-09-17T01:45:07.225564+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:45:10.582 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:07.286649+0000 mgr.a (mgr.14150) 69 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:10.582 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: audit 2024-09-17T01:45:08.225687+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:45:10.582 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:08.255049+0000 mon.a (mon.0) 200 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-17T01:45:10.582 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:08.261309+0000 mon.a (mon.0) 201 : cluster [DBG] monmap epoch 3 2024-09-17T01:45:10.583 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:08.261354+0000 mon.a (mon.0) 202 : cluster [DBG] fsid e6522e52-7495-11ef-bceb-c7b262605968 2024-09-17T01:45:10.583 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:08.261390+0000 mon.a (mon.0) 203 : cluster [DBG] last_changed 2024-09-17T01:45:03.224956+0000 2024-09-17T01:45:10.583 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:08.261426+0000 mon.a (mon.0) 204 : cluster [DBG] created 2024-09-17T01:42:34.849672+0000 2024-09-17T01:45:10.583 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:08.261464+0000 mon.a (mon.0) 205 : cluster [DBG] min_mon_release 19 (squid) 2024-09-17T01:45:10.583 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:08.261506+0000 mon.a (mon.0) 206 : cluster [DBG] election_strategy: 1 2024-09-17T01:45:10.583 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:08.261559+0000 mon.a (mon.0) 207 : cluster [DBG] 0: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.a 2024-09-17T01:45:10.583 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:08.261596+0000 mon.a (mon.0) 208 : cluster [DBG] 1: [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] mon.c 2024-09-17T01:45:10.583 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:08.261631+0000 mon.a (mon.0) 209 : cluster [DBG] 2: [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] mon.b 2024-09-17T01:45:10.583 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:08.282496+0000 mon.a (mon.0) 210 : cluster [DBG] fsmap 2024-09-17T01:45:10.583 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:08.282577+0000 mon.a (mon.0) 211 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-17T01:45:10.583 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:08.282890+0000 mon.a (mon.0) 212 : cluster [DBG] mgrmap e13: a(active, since 89s) 2024-09-17T01:45:10.583 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:08.283301+0000 mon.a (mon.0) 213 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-09-17T01:45:10.583 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:08.291472+0000 mon.a (mon.0) 214 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-09-17T01:45:10.584 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:08.291503+0000 mon.a (mon.0) 215 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-09-17T01:45:10.584 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:08.291524+0000 mon.a (mon.0) 216 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] is down (out of quorum) 2024-09-17T01:45:10.584 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: audit 2024-09-17T01:45:08.297706+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:10.584 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: audit 2024-09-17T01:45:08.304588+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:10.584 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: audit 2024-09-17T01:45:08.311176+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:10.584 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: audit 2024-09-17T01:45:08.316348+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:10.584 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: audit 2024-09-17T01:45:08.321730+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:10.584 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: audit 2024-09-17T01:45:08.323282+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:45:10.584 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: audit 2024-09-17T01:45:08.325161+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:45:10.584 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cephadm 2024-09-17T01:45:08.327367+0000 mgr.a (mgr.14150) 70 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.conf 2024-09-17T01:45:10.584 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cephadm 2024-09-17T01:45:08.327753+0000 mgr.a (mgr.14150) 71 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.conf 2024-09-17T01:45:10.584 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cephadm 2024-09-17T01:45:08.328462+0000 mgr.a (mgr.14150) 72 : cephadm [INF] Updating smithi175:/etc/ceph/ceph.conf 2024-09-17T01:45:10.585 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: audit 2024-09-17T01:45:08.732403+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:10.585 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: audit 2024-09-17T01:45:08.735100+0000 mon.a (mon.0) 225 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:10.585 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: audit 2024-09-17T01:45:08.738078+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:10.585 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: audit 2024-09-17T01:45:08.740758+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:10.585 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: audit 2024-09-17T01:45:08.743380+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:10.585 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: audit 2024-09-17T01:45:08.745956+0000 mon.a (mon.0) 229 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:10.585 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: audit 2024-09-17T01:45:08.749738+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:10.585 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: audit 2024-09-17T01:45:08.803501+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:10.585 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: audit 2024-09-17T01:45:08.808760+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:10.585 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: audit 2024-09-17T01:45:08.813569+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:10.585 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: audit 2024-09-17T01:45:08.818252+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:10.585 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: audit 2024-09-17T01:45:08.819016+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:45:10.585 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: audit 2024-09-17T01:45:08.819804+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T01:45:10.586 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: audit 2024-09-17T01:45:08.820584+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:45:10.586 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: audit 2024-09-17T01:45:09.225715+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:45:11.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:10 smithi107 bash[22796]: cluster 2024-09-17T01:45:05.225416+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-17T01:45:11.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:10 smithi107 bash[22796]: cluster 2024-09-17T01:45:10.264055+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-09-17T01:45:11.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:10 smithi107 bash[22796]: cluster 2024-09-17T01:45:10.265189+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-09-17T01:45:11.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:10 smithi107 bash[22796]: cluster 2024-09-17T01:45:10.266424+0000 mon.a (mon.0) 241 : cluster [INF] mon.a calling monitor election 2024-09-17T01:45:11.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:10 smithi107 bash[22796]: cluster 2024-09-17T01:45:10.287549+0000 mon.a (mon.0) 242 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-17T01:45:11.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:10 smithi107 bash[22796]: cluster 2024-09-17T01:45:10.300251+0000 mon.a (mon.0) 243 : cluster [DBG] monmap epoch 3 2024-09-17T01:45:11.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:10 smithi107 bash[22796]: cluster 2024-09-17T01:45:10.300282+0000 mon.a (mon.0) 244 : cluster [DBG] fsid e6522e52-7495-11ef-bceb-c7b262605968 2024-09-17T01:45:11.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:10 smithi107 bash[22796]: cluster 2024-09-17T01:45:10.300300+0000 mon.a (mon.0) 245 : cluster [DBG] last_changed 2024-09-17T01:45:03.224956+0000 2024-09-17T01:45:11.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:10 smithi107 bash[22796]: cluster 2024-09-17T01:45:10.300319+0000 mon.a (mon.0) 246 : cluster [DBG] created 2024-09-17T01:42:34.849672+0000 2024-09-17T01:45:11.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:10 smithi107 bash[22796]: cluster 2024-09-17T01:45:10.300339+0000 mon.a (mon.0) 247 : cluster [DBG] min_mon_release 19 (squid) 2024-09-17T01:45:11.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:10 smithi107 bash[22796]: cluster 2024-09-17T01:45:10.300363+0000 mon.a (mon.0) 248 : cluster [DBG] election_strategy: 1 2024-09-17T01:45:11.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:10 smithi107 bash[22796]: cluster 2024-09-17T01:45:10.300381+0000 mon.a (mon.0) 249 : cluster [DBG] 0: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.a 2024-09-17T01:45:11.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:10 smithi107 bash[22796]: cluster 2024-09-17T01:45:10.300400+0000 mon.a (mon.0) 250 : cluster [DBG] 1: [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] mon.c 2024-09-17T01:45:11.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:10 smithi107 bash[22796]: cluster 2024-09-17T01:45:10.300426+0000 mon.a (mon.0) 251 : cluster [DBG] 2: [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] mon.b 2024-09-17T01:45:11.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:10 smithi107 bash[22796]: cluster 2024-09-17T01:45:10.301408+0000 mon.a (mon.0) 252 : cluster [DBG] fsmap 2024-09-17T01:45:11.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:10 smithi107 bash[22796]: cluster 2024-09-17T01:45:10.301456+0000 mon.a (mon.0) 253 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-17T01:45:11.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:10 smithi107 bash[22796]: cluster 2024-09-17T01:45:10.301725+0000 mon.a (mon.0) 254 : cluster [DBG] mgrmap e13: a(active, since 91s) 2024-09-17T01:45:11.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:10 smithi107 bash[22796]: cluster 2024-09-17T01:45:10.301988+0000 mon.a (mon.0) 255 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-17T01:45:11.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:10 smithi107 bash[22796]: cluster 2024-09-17T01:45:10.302019+0000 mon.a (mon.0) 256 : cluster [INF] Cluster is now healthy 2024-09-17T01:45:11.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:10 smithi107 bash[22796]: cluster 2024-09-17T01:45:10.305486+0000 mon.a (mon.0) 257 : cluster [INF] overall HEALTH_OK 2024-09-17T01:45:11.077 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:05.225416+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-17T01:45:11.078 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:10.264055+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-09-17T01:45:11.078 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:10.265189+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-09-17T01:45:11.078 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:10.266424+0000 mon.a (mon.0) 241 : cluster [INF] mon.a calling monitor election 2024-09-17T01:45:11.078 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:10.287549+0000 mon.a (mon.0) 242 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-17T01:45:11.078 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:10.300251+0000 mon.a (mon.0) 243 : cluster [DBG] monmap epoch 3 2024-09-17T01:45:11.078 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:10.300282+0000 mon.a (mon.0) 244 : cluster [DBG] fsid e6522e52-7495-11ef-bceb-c7b262605968 2024-09-17T01:45:11.078 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:10.300300+0000 mon.a (mon.0) 245 : cluster [DBG] last_changed 2024-09-17T01:45:03.224956+0000 2024-09-17T01:45:11.078 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:10.300319+0000 mon.a (mon.0) 246 : cluster [DBG] created 2024-09-17T01:42:34.849672+0000 2024-09-17T01:45:11.078 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:10.300339+0000 mon.a (mon.0) 247 : cluster [DBG] min_mon_release 19 (squid) 2024-09-17T01:45:11.078 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:10.300363+0000 mon.a (mon.0) 248 : cluster [DBG] election_strategy: 1 2024-09-17T01:45:11.078 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:10.300381+0000 mon.a (mon.0) 249 : cluster [DBG] 0: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.a 2024-09-17T01:45:11.078 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:10.300400+0000 mon.a (mon.0) 250 : cluster [DBG] 1: [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] mon.c 2024-09-17T01:45:11.079 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:10.300426+0000 mon.a (mon.0) 251 : cluster [DBG] 2: [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] mon.b 2024-09-17T01:45:11.079 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:10.301408+0000 mon.a (mon.0) 252 : cluster [DBG] fsmap 2024-09-17T01:45:11.079 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:10.301456+0000 mon.a (mon.0) 253 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-17T01:45:11.079 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:10.301725+0000 mon.a (mon.0) 254 : cluster [DBG] mgrmap e13: a(active, since 91s) 2024-09-17T01:45:11.079 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:10.301988+0000 mon.a (mon.0) 255 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-17T01:45:11.079 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:10.302019+0000 mon.a (mon.0) 256 : cluster [INF] Cluster is now healthy 2024-09-17T01:45:11.079 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:10 smithi131 bash[24568]: cluster 2024-09-17T01:45:10.305486+0000 mon.a (mon.0) 257 : cluster [INF] overall HEALTH_OK 2024-09-17T01:45:11.302 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:10 smithi175 bash[25028]: cluster 2024-09-17T01:45:05.225416+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-17T01:45:11.302 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:10 smithi175 bash[25028]: cluster 2024-09-17T01:45:10.264055+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-09-17T01:45:11.303 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:10 smithi175 bash[25028]: cluster 2024-09-17T01:45:10.265189+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-09-17T01:45:11.303 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:10 smithi175 bash[25028]: cluster 2024-09-17T01:45:10.266424+0000 mon.a (mon.0) 241 : cluster [INF] mon.a calling monitor election 2024-09-17T01:45:11.303 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:10 smithi175 bash[25028]: cluster 2024-09-17T01:45:10.287549+0000 mon.a (mon.0) 242 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-17T01:45:11.303 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:10 smithi175 bash[25028]: cluster 2024-09-17T01:45:10.300251+0000 mon.a (mon.0) 243 : cluster [DBG] monmap epoch 3 2024-09-17T01:45:11.303 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:10 smithi175 bash[25028]: cluster 2024-09-17T01:45:10.300282+0000 mon.a (mon.0) 244 : cluster [DBG] fsid e6522e52-7495-11ef-bceb-c7b262605968 2024-09-17T01:45:11.303 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:10 smithi175 bash[25028]: cluster 2024-09-17T01:45:10.300300+0000 mon.a (mon.0) 245 : cluster [DBG] last_changed 2024-09-17T01:45:03.224956+0000 2024-09-17T01:45:11.303 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:10 smithi175 bash[25028]: cluster 2024-09-17T01:45:10.300319+0000 mon.a (mon.0) 246 : cluster [DBG] created 2024-09-17T01:42:34.849672+0000 2024-09-17T01:45:11.303 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:10 smithi175 bash[25028]: cluster 2024-09-17T01:45:10.300339+0000 mon.a (mon.0) 247 : cluster [DBG] min_mon_release 19 (squid) 2024-09-17T01:45:11.303 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:10 smithi175 bash[25028]: cluster 2024-09-17T01:45:10.300363+0000 mon.a (mon.0) 248 : cluster [DBG] election_strategy: 1 2024-09-17T01:45:11.303 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:10 smithi175 bash[25028]: cluster 2024-09-17T01:45:10.300381+0000 mon.a (mon.0) 249 : cluster [DBG] 0: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.a 2024-09-17T01:45:11.303 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:10 smithi175 bash[25028]: cluster 2024-09-17T01:45:10.300400+0000 mon.a (mon.0) 250 : cluster [DBG] 1: [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] mon.c 2024-09-17T01:45:11.303 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:10 smithi175 bash[25028]: cluster 2024-09-17T01:45:10.300426+0000 mon.a (mon.0) 251 : cluster [DBG] 2: [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] mon.b 2024-09-17T01:45:11.304 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:10 smithi175 bash[25028]: cluster 2024-09-17T01:45:10.301408+0000 mon.a (mon.0) 252 : cluster [DBG] fsmap 2024-09-17T01:45:11.304 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:10 smithi175 bash[25028]: cluster 2024-09-17T01:45:10.301456+0000 mon.a (mon.0) 253 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-17T01:45:11.304 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:10 smithi175 bash[25028]: cluster 2024-09-17T01:45:10.301725+0000 mon.a (mon.0) 254 : cluster [DBG] mgrmap e13: a(active, since 91s) 2024-09-17T01:45:11.304 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:10 smithi175 bash[25028]: cluster 2024-09-17T01:45:10.301988+0000 mon.a (mon.0) 255 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-09-17T01:45:11.304 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:10 smithi175 bash[25028]: cluster 2024-09-17T01:45:10.302019+0000 mon.a (mon.0) 256 : cluster [INF] Cluster is now healthy 2024-09-17T01:45:11.304 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:10 smithi175 bash[25028]: cluster 2024-09-17T01:45:10.305486+0000 mon.a (mon.0) 257 : cluster [INF] overall HEALTH_OK 2024-09-17T01:45:12.510 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:45:12 smithi107 bash[23049]: debug 2024-09-17T01:45:12.225+0000 7fa3ff6a2640 -1 mgr.server handle_report got status from non-daemon mon.b 2024-09-17T01:45:12.511 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:12 smithi107 bash[22796]: audit 2024-09-17T01:45:11.085559+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:12.511 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:12 smithi107 bash[22796]: audit 2024-09-17T01:45:11.089847+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:12.511 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:12 smithi107 bash[22796]: cephadm 2024-09-17T01:45:11.090987+0000 mgr.a (mgr.14150) 79 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-17T01:45:12.511 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:12 smithi107 bash[22796]: audit 2024-09-17T01:45:11.091354+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:45:12.511 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:12 smithi107 bash[22796]: audit 2024-09-17T01:45:11.092613+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T01:45:12.511 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:12 smithi107 bash[22796]: audit 2024-09-17T01:45:11.093512+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:45:12.511 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:12 smithi107 bash[22796]: cephadm 2024-09-17T01:45:11.094760+0000 mgr.a (mgr.14150) 80 : cephadm [INF] Reconfiguring daemon mon.b on smithi131 2024-09-17T01:45:12.511 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:12 smithi107 bash[22796]: audit 2024-09-17T01:45:11.226664+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:45:12.511 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:12 smithi107 bash[22796]: cluster 2024-09-17T01:45:11.287446+0000 mgr.a (mgr.14150) 81 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:12.552 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:12 smithi175 bash[25028]: audit 2024-09-17T01:45:11.085559+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:12.552 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:12 smithi175 bash[25028]: audit 2024-09-17T01:45:11.089847+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:12.552 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:12 smithi175 bash[25028]: cephadm 2024-09-17T01:45:11.090987+0000 mgr.a (mgr.14150) 79 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-17T01:45:12.553 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:12 smithi175 bash[25028]: audit 2024-09-17T01:45:11.091354+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:45:12.553 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:12 smithi175 bash[25028]: audit 2024-09-17T01:45:11.092613+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T01:45:12.553 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:12 smithi175 bash[25028]: audit 2024-09-17T01:45:11.093512+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:45:12.553 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:12 smithi175 bash[25028]: cephadm 2024-09-17T01:45:11.094760+0000 mgr.a (mgr.14150) 80 : cephadm [INF] Reconfiguring daemon mon.b on smithi131 2024-09-17T01:45:12.553 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:12 smithi175 bash[25028]: audit 2024-09-17T01:45:11.226664+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:45:12.553 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:12 smithi175 bash[25028]: cluster 2024-09-17T01:45:11.287446+0000 mgr.a (mgr.14150) 81 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:12.577 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:12 smithi131 bash[24568]: audit 2024-09-17T01:45:11.085559+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:12.577 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:12 smithi131 bash[24568]: audit 2024-09-17T01:45:11.089847+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:12.577 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:12 smithi131 bash[24568]: cephadm 2024-09-17T01:45:11.090987+0000 mgr.a (mgr.14150) 79 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-17T01:45:12.577 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:12 smithi131 bash[24568]: audit 2024-09-17T01:45:11.091354+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:45:12.578 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:12 smithi131 bash[24568]: audit 2024-09-17T01:45:11.092613+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T01:45:12.578 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:12 smithi131 bash[24568]: audit 2024-09-17T01:45:11.093512+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:45:12.578 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:12 smithi131 bash[24568]: cephadm 2024-09-17T01:45:11.094760+0000 mgr.a (mgr.14150) 80 : cephadm [INF] Reconfiguring daemon mon.b on smithi131 2024-09-17T01:45:12.578 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:12 smithi131 bash[24568]: audit 2024-09-17T01:45:11.226664+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:45:12.578 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:12 smithi131 bash[24568]: cluster 2024-09-17T01:45:11.287446+0000 mgr.a (mgr.14150) 81 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:14.695 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:45:14.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:14 smithi107 bash[22796]: cluster 2024-09-17T01:45:13.287906+0000 mgr.a (mgr.14150) 82 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:14.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:14 smithi107 bash[22796]: audit 2024-09-17T01:45:13.349809+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:14.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:14 smithi107 bash[22796]: audit 2024-09-17T01:45:13.356515+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:14.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:14 smithi107 bash[22796]: cephadm 2024-09-17T01:45:13.360311+0000 mgr.a (mgr.14150) 83 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-17T01:45:14.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:14 smithi107 bash[22796]: audit 2024-09-17T01:45:13.361139+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:45:14.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:14 smithi107 bash[22796]: audit 2024-09-17T01:45:13.362663+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T01:45:14.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:14 smithi107 bash[22796]: audit 2024-09-17T01:45:13.364217+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:45:14.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:14 smithi107 bash[22796]: cephadm 2024-09-17T01:45:13.366016+0000 mgr.a (mgr.14150) 84 : cephadm [INF] Reconfiguring daemon mon.c on smithi175 2024-09-17T01:45:14.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:14 smithi175 bash[25028]: cluster 2024-09-17T01:45:13.287906+0000 mgr.a (mgr.14150) 82 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:14.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:14 smithi175 bash[25028]: audit 2024-09-17T01:45:13.349809+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:14.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:14 smithi175 bash[25028]: audit 2024-09-17T01:45:13.356515+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:14.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:14 smithi175 bash[25028]: cephadm 2024-09-17T01:45:13.360311+0000 mgr.a (mgr.14150) 83 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-17T01:45:14.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:14 smithi175 bash[25028]: audit 2024-09-17T01:45:13.361139+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:45:14.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:14 smithi175 bash[25028]: audit 2024-09-17T01:45:13.362663+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T01:45:14.803 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:14 smithi175 bash[25028]: audit 2024-09-17T01:45:13.364217+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:45:14.803 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:14 smithi175 bash[25028]: cephadm 2024-09-17T01:45:13.366016+0000 mgr.a (mgr.14150) 84 : cephadm [INF] Reconfiguring daemon mon.c on smithi175 2024-09-17T01:45:14.827 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:14 smithi131 bash[24568]: cluster 2024-09-17T01:45:13.287906+0000 mgr.a (mgr.14150) 82 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:14.827 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:14 smithi131 bash[24568]: audit 2024-09-17T01:45:13.349809+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:14.827 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:14 smithi131 bash[24568]: audit 2024-09-17T01:45:13.356515+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:14.827 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:14 smithi131 bash[24568]: cephadm 2024-09-17T01:45:13.360311+0000 mgr.a (mgr.14150) 83 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-17T01:45:14.827 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:14 smithi131 bash[24568]: audit 2024-09-17T01:45:13.361139+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T01:45:14.828 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:14 smithi131 bash[24568]: audit 2024-09-17T01:45:13.362663+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T01:45:14.828 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:14 smithi131 bash[24568]: audit 2024-09-17T01:45:13.364217+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:45:14.828 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:14 smithi131 bash[24568]: cephadm 2024-09-17T01:45:13.366016+0000 mgr.a (mgr.14150) 84 : cephadm [INF] Reconfiguring daemon mon.c on smithi175 2024-09-17T01:45:16.061 INFO:teuthology.orchestra.run.smithi107.stdout:# minimal ceph.conf for e6522e52-7495-11ef-bceb-c7b262605968 2024-09-17T01:45:16.061 INFO:teuthology.orchestra.run.smithi107.stdout:[global] 2024-09-17T01:45:16.061 INFO:teuthology.orchestra.run.smithi107.stdout: fsid = e6522e52-7495-11ef-bceb-c7b262605968 2024-09-17T01:45:16.061 INFO:teuthology.orchestra.run.smithi107.stdout: mon_host = [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] 2024-09-17T01:45:16.647 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:16 smithi107 bash[22796]: cluster 2024-09-17T01:45:15.288290+0000 mgr.a (mgr.14150) 85 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:16.647 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:16 smithi107 bash[22796]: audit 2024-09-17T01:45:15.501444+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:16.647 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:16 smithi107 bash[22796]: audit 2024-09-17T01:45:15.507994+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:16.647 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:16 smithi107 bash[22796]: audit 2024-09-17T01:45:15.510452+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:45:16.647 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:16 smithi107 bash[22796]: audit 2024-09-17T01:45:15.513879+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:45:16.647 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:16 smithi107 bash[22796]: audit 2024-09-17T01:45:15.515746+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:45:16.647 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:16 smithi107 bash[22796]: audit 2024-09-17T01:45:15.524903+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:16.647 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:16 smithi107 bash[22796]: audit 2024-09-17T01:45:16.065789+0000 mon.a (mon.0) 275 : audit [DBG] from='client.? 172.21.15.107:0/1098990868' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:45:16.649 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-17T01:45:16.649 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-09-17T01:45:16.650 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/etc/ceph/ceph.conf 2024-09-17T01:45:16.664 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-09-17T01:45:16.664 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T01:45:16.719 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-09-17T01:45:16.719 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/etc/ceph/ceph.conf 2024-09-17T01:45:16.731 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:16 smithi131 bash[24568]: cluster 2024-09-17T01:45:15.288290+0000 mgr.a (mgr.14150) 85 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:16.731 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:16 smithi131 bash[24568]: audit 2024-09-17T01:45:15.501444+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:16.731 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:16 smithi131 bash[24568]: audit 2024-09-17T01:45:15.507994+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:16.731 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:16 smithi131 bash[24568]: audit 2024-09-17T01:45:15.510452+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:45:16.731 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:16 smithi131 bash[24568]: audit 2024-09-17T01:45:15.513879+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:45:16.731 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:16 smithi131 bash[24568]: audit 2024-09-17T01:45:15.515746+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:45:16.731 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:16 smithi131 bash[24568]: audit 2024-09-17T01:45:15.524903+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:16.732 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:16 smithi131 bash[24568]: audit 2024-09-17T01:45:16.065789+0000 mon.a (mon.0) 275 : audit [DBG] from='client.? 172.21.15.107:0/1098990868' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:45:16.734 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-09-17T01:45:16.734 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T01:45:16.791 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2024-09-17T01:45:16.792 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd of=/etc/ceph/ceph.conf 2024-09-17T01:45:16.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:16 smithi175 bash[25028]: cluster 2024-09-17T01:45:15.288290+0000 mgr.a (mgr.14150) 85 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:16.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:16 smithi175 bash[25028]: audit 2024-09-17T01:45:15.501444+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:16.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:16 smithi175 bash[25028]: audit 2024-09-17T01:45:15.507994+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:16.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:16 smithi175 bash[25028]: audit 2024-09-17T01:45:15.510452+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:45:16.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:16 smithi175 bash[25028]: audit 2024-09-17T01:45:15.513879+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:45:16.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:16 smithi175 bash[25028]: audit 2024-09-17T01:45:15.515746+0000 mon.a (mon.0) 273 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:45:16.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:16 smithi175 bash[25028]: audit 2024-09-17T01:45:15.524903+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:16.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:16 smithi175 bash[25028]: audit 2024-09-17T01:45:16.065789+0000 mon.a (mon.0) 275 : audit [DBG] from='client.? 172.21.15.107:0/1098990868' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:45:16.806 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2024-09-17T01:45:16.806 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T01:45:16.863 INFO:tasks.cephadm:Adding mgr.a on smithi107 2024-09-17T01:45:16.863 INFO:tasks.cephadm:Adding mgr.b on smithi131 2024-09-17T01:45:16.863 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6522e52-7495-11ef-bceb-c7b262605968 -- ceph orch apply mgr '2;smithi107=a;smithi131=b' 2024-09-17T01:45:18.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:18 smithi107 bash[22796]: cluster 2024-09-17T01:45:17.288650+0000 mgr.a (mgr.14150) 86 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:18.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:18 smithi175 bash[25028]: cluster 2024-09-17T01:45:17.288650+0000 mgr.a (mgr.14150) 86 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:18.827 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:18 smithi131 bash[24568]: cluster 2024-09-17T01:45:17.288650+0000 mgr.a (mgr.14150) 86 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:20.619 INFO:teuthology.orchestra.run.smithi175.stderr:Inferring config /var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T01:45:20.717 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:20 smithi175 bash[25028]: cluster 2024-09-17T01:45:19.289080+0000 mgr.a (mgr.14150) 87 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:20.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:20 smithi107 bash[22796]: cluster 2024-09-17T01:45:19.289080+0000 mgr.a (mgr.14150) 87 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:20.827 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:20 smithi131 bash[24568]: cluster 2024-09-17T01:45:19.289080+0000 mgr.a (mgr.14150) 87 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:21.897 INFO:teuthology.orchestra.run.smithi175.stdout:Scheduled mgr update... 2024-09-17T01:45:22.478 DEBUG:teuthology.orchestra.run.smithi131:mgr.b> sudo journalctl -f -n 0 -u ceph-e6522e52-7495-11ef-bceb-c7b262605968@mgr.b.service 2024-09-17T01:45:22.479 INFO:tasks.cephadm:Deploying OSDs... 2024-09-17T01:45:22.480 DEBUG:teuthology.orchestra.run.smithi107:> set -ex 2024-09-17T01:45:22.480 DEBUG:teuthology.orchestra.run.smithi107:> dd if=/scratch_devs of=/dev/stdout 2024-09-17T01:45:22.486 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-17T01:45:22.486 DEBUG:teuthology.orchestra.run.smithi107:> stat /dev/vg_nvme/lv_1 2024-09-17T01:45:22.533 INFO:teuthology.orchestra.run.smithi107.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-17T01:45:22.533 INFO:teuthology.orchestra.run.smithi107.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T01:45:22.533 INFO:teuthology.orchestra.run.smithi107.stdout:Device: 5h/5d Inode: 885 Links: 1 2024-09-17T01:45:22.533 INFO:teuthology.orchestra.run.smithi107.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T01:45:22.534 INFO:teuthology.orchestra.run.smithi107.stdout:Access: 2024-09-17 01:35:37.180428620 +0000 2024-09-17T01:45:22.534 INFO:teuthology.orchestra.run.smithi107.stdout:Modify: 2024-09-17 01:35:36.920430942 +0000 2024-09-17T01:45:22.534 INFO:teuthology.orchestra.run.smithi107.stdout:Change: 2024-09-17 01:35:36.920430942 +0000 2024-09-17T01:45:22.534 INFO:teuthology.orchestra.run.smithi107.stdout: Birth: - 2024-09-17T01:45:22.534 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-17T01:45:22.591 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records in 2024-09-17T01:45:22.592 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records out 2024-09-17T01:45:22.592 INFO:teuthology.orchestra.run.smithi107.stderr:512 bytes copied, 0.00028879 s, 1.8 MB/s 2024-09-17T01:45:22.593 DEBUG:teuthology.orchestra.run.smithi107:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-17T01:45:22.642 DEBUG:teuthology.orchestra.run.smithi107:> stat /dev/vg_nvme/lv_2 2024-09-17T01:45:22.688 INFO:teuthology.orchestra.run.smithi107.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-17T01:45:22.688 INFO:teuthology.orchestra.run.smithi107.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T01:45:22.688 INFO:teuthology.orchestra.run.smithi107.stdout:Device: 5h/5d Inode: 910 Links: 1 2024-09-17T01:45:22.688 INFO:teuthology.orchestra.run.smithi107.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T01:45:22.688 INFO:teuthology.orchestra.run.smithi107.stdout:Access: 2024-09-17 01:35:37.440426298 +0000 2024-09-17T01:45:22.688 INFO:teuthology.orchestra.run.smithi107.stdout:Modify: 2024-09-17 01:35:37.436426334 +0000 2024-09-17T01:45:22.688 INFO:teuthology.orchestra.run.smithi107.stdout:Change: 2024-09-17 01:35:37.436426334 +0000 2024-09-17T01:45:22.688 INFO:teuthology.orchestra.run.smithi107.stdout: Birth: - 2024-09-17T01:45:22.688 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-17T01:45:22.739 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:22 smithi107 bash[22796]: cluster 2024-09-17T01:45:21.289471+0000 mgr.a (mgr.14150) 88 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:22.739 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:22 smithi107 bash[22796]: audit 2024-09-17T01:45:21.901512+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:22.739 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:22 smithi107 bash[22796]: audit 2024-09-17T01:45:21.903284+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:45:22.740 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records in 2024-09-17T01:45:22.741 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records out 2024-09-17T01:45:22.741 INFO:teuthology.orchestra.run.smithi107.stderr:512 bytes copied, 0.00043246 s, 1.2 MB/s 2024-09-17T01:45:22.742 DEBUG:teuthology.orchestra.run.smithi107:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-17T01:45:22.790 DEBUG:teuthology.orchestra.run.smithi107:> stat /dev/vg_nvme/lv_3 2024-09-17T01:45:22.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:22 smithi175 bash[25028]: cluster 2024-09-17T01:45:21.289471+0000 mgr.a (mgr.14150) 88 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:22.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:22 smithi175 bash[25028]: audit 2024-09-17T01:45:21.901512+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:22.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:22 smithi175 bash[25028]: audit 2024-09-17T01:45:21.903284+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:45:22.827 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:22 smithi131 bash[24568]: cluster 2024-09-17T01:45:21.289471+0000 mgr.a (mgr.14150) 88 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:22.827 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:22 smithi131 bash[24568]: audit 2024-09-17T01:45:21.901512+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:22.827 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:22 smithi131 bash[24568]: audit 2024-09-17T01:45:21.903284+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:45:22.836 INFO:teuthology.orchestra.run.smithi107.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-17T01:45:22.836 INFO:teuthology.orchestra.run.smithi107.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T01:45:22.836 INFO:teuthology.orchestra.run.smithi107.stdout:Device: 5h/5d Inode: 925 Links: 1 2024-09-17T01:45:22.836 INFO:teuthology.orchestra.run.smithi107.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T01:45:22.836 INFO:teuthology.orchestra.run.smithi107.stdout:Access: 2024-09-17 01:35:38.176419723 +0000 2024-09-17T01:45:22.836 INFO:teuthology.orchestra.run.smithi107.stdout:Modify: 2024-09-17 01:35:37.944421795 +0000 2024-09-17T01:45:22.836 INFO:teuthology.orchestra.run.smithi107.stdout:Change: 2024-09-17 01:35:37.944421795 +0000 2024-09-17T01:45:22.837 INFO:teuthology.orchestra.run.smithi107.stdout: Birth: - 2024-09-17T01:45:22.837 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-17T01:45:22.891 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records in 2024-09-17T01:45:22.892 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records out 2024-09-17T01:45:22.892 INFO:teuthology.orchestra.run.smithi107.stderr:512 bytes copied, 0.000328403 s, 1.6 MB/s 2024-09-17T01:45:22.893 DEBUG:teuthology.orchestra.run.smithi107:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-17T01:45:22.942 DEBUG:teuthology.orchestra.run.smithi107:> stat /dev/vg_nvme/lv_4 2024-09-17T01:45:22.988 INFO:teuthology.orchestra.run.smithi107.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-17T01:45:22.988 INFO:teuthology.orchestra.run.smithi107.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T01:45:22.989 INFO:teuthology.orchestra.run.smithi107.stdout:Device: 5h/5d Inode: 944 Links: 1 2024-09-17T01:45:22.989 INFO:teuthology.orchestra.run.smithi107.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T01:45:22.989 INFO:teuthology.orchestra.run.smithi107.stdout:Access: 2024-09-17 01:35:38.624415722 +0000 2024-09-17T01:45:22.989 INFO:teuthology.orchestra.run.smithi107.stdout:Modify: 2024-09-17 01:35:38.396417759 +0000 2024-09-17T01:45:22.989 INFO:teuthology.orchestra.run.smithi107.stdout:Change: 2024-09-17 01:35:38.396417759 +0000 2024-09-17T01:45:22.989 INFO:teuthology.orchestra.run.smithi107.stdout: Birth: - 2024-09-17T01:45:22.989 DEBUG:teuthology.orchestra.run.smithi107:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-17T01:45:23.043 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records in 2024-09-17T01:45:23.043 INFO:teuthology.orchestra.run.smithi107.stderr:1+0 records out 2024-09-17T01:45:23.043 INFO:teuthology.orchestra.run.smithi107.stderr:512 bytes copied, 0.000376296 s, 1.4 MB/s 2024-09-17T01:45:23.044 DEBUG:teuthology.orchestra.run.smithi107:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-17T01:45:23.094 DEBUG:teuthology.orchestra.run.smithi131:> set -ex 2024-09-17T01:45:23.094 DEBUG:teuthology.orchestra.run.smithi131:> dd if=/scratch_devs of=/dev/stdout 2024-09-17T01:45:23.098 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-17T01:45:23.099 DEBUG:teuthology.orchestra.run.smithi131:> stat /dev/vg_nvme/lv_1 2024-09-17T01:45:23.146 INFO:teuthology.orchestra.run.smithi131.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-17T01:45:23.146 INFO:teuthology.orchestra.run.smithi131.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T01:45:23.146 INFO:teuthology.orchestra.run.smithi131.stdout:Device: 5h/5d Inode: 886 Links: 1 2024-09-17T01:45:23.146 INFO:teuthology.orchestra.run.smithi131.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T01:45:23.146 INFO:teuthology.orchestra.run.smithi131.stdout:Access: 2024-09-17 01:35:37.154383226 +0000 2024-09-17T01:45:23.146 INFO:teuthology.orchestra.run.smithi131.stdout:Modify: 2024-09-17 01:35:36.898385512 +0000 2024-09-17T01:45:23.146 INFO:teuthology.orchestra.run.smithi131.stdout:Change: 2024-09-17 01:35:36.898385512 +0000 2024-09-17T01:45:23.147 INFO:teuthology.orchestra.run.smithi131.stdout: Birth: - 2024-09-17T01:45:23.147 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-17T01:45:23.199 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records in 2024-09-17T01:45:23.199 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records out 2024-09-17T01:45:23.199 INFO:teuthology.orchestra.run.smithi131.stderr:512 bytes copied, 0.000308879 s, 1.7 MB/s 2024-09-17T01:45:23.201 DEBUG:teuthology.orchestra.run.smithi131:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-17T01:45:23.248 DEBUG:teuthology.orchestra.run.smithi131:> stat /dev/vg_nvme/lv_2 2024-09-17T01:45:23.295 INFO:teuthology.orchestra.run.smithi131.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-17T01:45:23.295 INFO:teuthology.orchestra.run.smithi131.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T01:45:23.295 INFO:teuthology.orchestra.run.smithi131.stdout:Device: 5h/5d Inode: 903 Links: 1 2024-09-17T01:45:23.295 INFO:teuthology.orchestra.run.smithi131.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T01:45:23.295 INFO:teuthology.orchestra.run.smithi131.stdout:Access: 2024-09-17 01:35:37.634378938 +0000 2024-09-17T01:45:23.295 INFO:teuthology.orchestra.run.smithi131.stdout:Modify: 2024-09-17 01:35:37.406380975 +0000 2024-09-17T01:45:23.295 INFO:teuthology.orchestra.run.smithi131.stdout:Change: 2024-09-17 01:35:37.406380975 +0000 2024-09-17T01:45:23.295 INFO:teuthology.orchestra.run.smithi131.stdout: Birth: - 2024-09-17T01:45:23.295 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-17T01:45:23.349 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records in 2024-09-17T01:45:23.349 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records out 2024-09-17T01:45:23.349 INFO:teuthology.orchestra.run.smithi131.stderr:512 bytes copied, 0.000310587 s, 1.6 MB/s 2024-09-17T01:45:23.350 DEBUG:teuthology.orchestra.run.smithi131:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-17T01:45:23.400 DEBUG:teuthology.orchestra.run.smithi131:> stat /dev/vg_nvme/lv_3 2024-09-17T01:45:23.447 INFO:teuthology.orchestra.run.smithi131.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-17T01:45:23.447 INFO:teuthology.orchestra.run.smithi131.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T01:45:23.447 INFO:teuthology.orchestra.run.smithi131.stdout:Device: 5h/5d Inode: 922 Links: 1 2024-09-17T01:45:23.447 INFO:teuthology.orchestra.run.smithi131.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T01:45:23.447 INFO:teuthology.orchestra.run.smithi131.stdout:Access: 2024-09-17 01:35:38.150374329 +0000 2024-09-17T01:45:23.447 INFO:teuthology.orchestra.run.smithi131.stdout:Modify: 2024-09-17 01:35:37.858376938 +0000 2024-09-17T01:45:23.447 INFO:teuthology.orchestra.run.smithi131.stdout:Change: 2024-09-17 01:35:37.858376938 +0000 2024-09-17T01:45:23.447 INFO:teuthology.orchestra.run.smithi131.stdout: Birth: - 2024-09-17T01:45:23.447 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-17T01:45:23.503 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:23 smithi131 bash[24568]: audit 2024-09-17T01:45:21.892422+0000 mgr.a (mgr.14150) 89 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi107=a;smithi131=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:45:23.503 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:23 smithi131 bash[24568]: cephadm 2024-09-17T01:45:21.895401+0000 mgr.a (mgr.14150) 90 : cephadm [INF] Saving service mgr spec with placement smithi107=a;smithi131=b;count:2 2024-09-17T01:45:23.503 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:23 smithi131 bash[24568]: audit 2024-09-17T01:45:22.578938+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:45:23.503 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:23 smithi131 bash[24568]: audit 2024-09-17T01:45:22.580381+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:45:23.504 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:23 smithi131 bash[24568]: audit 2024-09-17T01:45:22.587316+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:23.504 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:23 smithi131 bash[24568]: audit 2024-09-17T01:45:22.589939+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T01:45:23.504 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:23 smithi131 bash[24568]: audit 2024-09-17T01:45:22.593648+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-17T01:45:23.504 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:23 smithi131 bash[24568]: audit 2024-09-17T01:45:22.597035+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T01:45:23.504 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:23 smithi131 bash[24568]: audit 2024-09-17T01:45:22.598472+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:45:23.506 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records in 2024-09-17T01:45:23.506 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records out 2024-09-17T01:45:23.506 INFO:teuthology.orchestra.run.smithi131.stderr:512 bytes copied, 0.000409303 s, 1.3 MB/s 2024-09-17T01:45:23.507 DEBUG:teuthology.orchestra.run.smithi131:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-17T01:45:23.556 DEBUG:teuthology.orchestra.run.smithi131:> stat /dev/vg_nvme/lv_4 2024-09-17T01:45:23.607 INFO:teuthology.orchestra.run.smithi131.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-17T01:45:23.607 INFO:teuthology.orchestra.run.smithi131.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T01:45:23.607 INFO:teuthology.orchestra.run.smithi131.stdout:Device: 5h/5d Inode: 938 Links: 1 2024-09-17T01:45:23.607 INFO:teuthology.orchestra.run.smithi131.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T01:45:23.607 INFO:teuthology.orchestra.run.smithi131.stdout:Access: 2024-09-17 01:35:38.374372328 +0000 2024-09-17T01:45:23.607 INFO:teuthology.orchestra.run.smithi131.stdout:Modify: 2024-09-17 01:35:38.370372364 +0000 2024-09-17T01:45:23.607 INFO:teuthology.orchestra.run.smithi131.stdout:Change: 2024-09-17 01:35:38.370372364 +0000 2024-09-17T01:45:23.607 INFO:teuthology.orchestra.run.smithi131.stdout: Birth: - 2024-09-17T01:45:23.608 DEBUG:teuthology.orchestra.run.smithi131:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-17T01:45:23.662 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records in 2024-09-17T01:45:23.662 INFO:teuthology.orchestra.run.smithi131.stderr:1+0 records out 2024-09-17T01:45:23.662 INFO:teuthology.orchestra.run.smithi131.stderr:512 bytes copied, 0.000336014 s, 1.5 MB/s 2024-09-17T01:45:23.663 DEBUG:teuthology.orchestra.run.smithi131:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-17T01:45:23.712 DEBUG:teuthology.orchestra.run.smithi175:> set -ex 2024-09-17T01:45:23.712 DEBUG:teuthology.orchestra.run.smithi175:> dd if=/scratch_devs of=/dev/stdout 2024-09-17T01:45:23.719 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-17T01:45:23.719 DEBUG:teuthology.orchestra.run.smithi175:> stat /dev/vg_nvme/lv_1 2024-09-17T01:45:23.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:23 smithi107 bash[22796]: audit 2024-09-17T01:45:21.892422+0000 mgr.a (mgr.14150) 89 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi107=a;smithi131=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:45:23.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:23 smithi107 bash[22796]: cephadm 2024-09-17T01:45:21.895401+0000 mgr.a (mgr.14150) 90 : cephadm [INF] Saving service mgr spec with placement smithi107=a;smithi131=b;count:2 2024-09-17T01:45:23.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:23 smithi107 bash[22796]: audit 2024-09-17T01:45:22.578938+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:45:23.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:23 smithi107 bash[22796]: audit 2024-09-17T01:45:22.580381+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:45:23.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:23 smithi107 bash[22796]: audit 2024-09-17T01:45:22.587316+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:23.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:23 smithi107 bash[22796]: audit 2024-09-17T01:45:22.589939+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T01:45:23.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:23 smithi107 bash[22796]: audit 2024-09-17T01:45:22.593648+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-17T01:45:23.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:23 smithi107 bash[22796]: audit 2024-09-17T01:45:22.597035+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T01:45:23.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:23 smithi107 bash[22796]: audit 2024-09-17T01:45:22.598472+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:45:23.767 INFO:teuthology.orchestra.run.smithi175.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-17T01:45:23.767 INFO:teuthology.orchestra.run.smithi175.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T01:45:23.767 INFO:teuthology.orchestra.run.smithi175.stdout:Device: 5h/5d Inode: 881 Links: 1 2024-09-17T01:45:23.767 INFO:teuthology.orchestra.run.smithi175.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T01:45:23.767 INFO:teuthology.orchestra.run.smithi175.stdout:Access: 2024-09-17 01:35:37.179329368 +0000 2024-09-17T01:45:23.767 INFO:teuthology.orchestra.run.smithi175.stdout:Modify: 2024-09-17 01:35:36.907331743 +0000 2024-09-17T01:45:23.767 INFO:teuthology.orchestra.run.smithi175.stdout:Change: 2024-09-17 01:35:36.907331743 +0000 2024-09-17T01:45:23.767 INFO:teuthology.orchestra.run.smithi175.stdout: Birth: - 2024-09-17T01:45:23.768 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-17T01:45:23.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:23 smithi175 bash[25028]: audit 2024-09-17T01:45:21.892422+0000 mgr.a (mgr.14150) 89 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi107=a;smithi131=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:45:23.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:23 smithi175 bash[25028]: cephadm 2024-09-17T01:45:21.895401+0000 mgr.a (mgr.14150) 90 : cephadm [INF] Saving service mgr spec with placement smithi107=a;smithi131=b;count:2 2024-09-17T01:45:23.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:23 smithi175 bash[25028]: audit 2024-09-17T01:45:22.578938+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:45:23.803 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:23 smithi175 bash[25028]: audit 2024-09-17T01:45:22.580381+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:45:23.803 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:23 smithi175 bash[25028]: audit 2024-09-17T01:45:22.587316+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:23.803 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:23 smithi175 bash[25028]: audit 2024-09-17T01:45:22.589939+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T01:45:23.803 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:23 smithi175 bash[25028]: audit 2024-09-17T01:45:22.593648+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-17T01:45:23.803 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:23 smithi175 bash[25028]: audit 2024-09-17T01:45:22.597035+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T01:45:23.803 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:23 smithi175 bash[25028]: audit 2024-09-17T01:45:22.598472+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:45:23.815 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records in 2024-09-17T01:45:23.815 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records out 2024-09-17T01:45:23.815 INFO:teuthology.orchestra.run.smithi175.stderr:512 bytes copied, 0.000341588 s, 1.5 MB/s 2024-09-17T01:45:23.816 DEBUG:teuthology.orchestra.run.smithi175:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-17T01:45:23.864 DEBUG:teuthology.orchestra.run.smithi175:> stat /dev/vg_nvme/lv_2 2024-09-17T01:45:23.914 INFO:teuthology.orchestra.run.smithi175.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-17T01:45:23.915 INFO:teuthology.orchestra.run.smithi175.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T01:45:23.915 INFO:teuthology.orchestra.run.smithi175.stdout:Device: 5h/5d Inode: 898 Links: 1 2024-09-17T01:45:23.915 INFO:teuthology.orchestra.run.smithi175.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T01:45:23.915 INFO:teuthology.orchestra.run.smithi175.stdout:Access: 2024-09-17 01:35:37.643325313 +0000 2024-09-17T01:45:23.915 INFO:teuthology.orchestra.run.smithi175.stdout:Modify: 2024-09-17 01:35:37.415327305 +0000 2024-09-17T01:45:23.915 INFO:teuthology.orchestra.run.smithi175.stdout:Change: 2024-09-17 01:35:37.415327305 +0000 2024-09-17T01:45:23.915 INFO:teuthology.orchestra.run.smithi175.stdout: Birth: - 2024-09-17T01:45:23.915 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-17T01:45:23.969 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records in 2024-09-17T01:45:23.969 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records out 2024-09-17T01:45:23.969 INFO:teuthology.orchestra.run.smithi175.stderr:512 bytes copied, 0.000308876 s, 1.7 MB/s 2024-09-17T01:45:23.970 DEBUG:teuthology.orchestra.run.smithi175:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-17T01:45:24.020 DEBUG:teuthology.orchestra.run.smithi175:> stat /dev/vg_nvme/lv_3 2024-09-17T01:45:24.067 INFO:teuthology.orchestra.run.smithi175.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-17T01:45:24.067 INFO:teuthology.orchestra.run.smithi175.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T01:45:24.067 INFO:teuthology.orchestra.run.smithi175.stdout:Device: 5h/5d Inode: 921 Links: 1 2024-09-17T01:45:24.067 INFO:teuthology.orchestra.run.smithi175.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T01:45:24.067 INFO:teuthology.orchestra.run.smithi175.stdout:Access: 2024-09-17 01:35:38.143320944 +0000 2024-09-17T01:45:24.067 INFO:teuthology.orchestra.run.smithi175.stdout:Modify: 2024-09-17 01:35:37.891323146 +0000 2024-09-17T01:45:24.068 INFO:teuthology.orchestra.run.smithi175.stdout:Change: 2024-09-17 01:35:37.891323146 +0000 2024-09-17T01:45:24.068 INFO:teuthology.orchestra.run.smithi175.stdout: Birth: - 2024-09-17T01:45:24.068 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-17T01:45:24.121 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records in 2024-09-17T01:45:24.121 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records out 2024-09-17T01:45:24.121 INFO:teuthology.orchestra.run.smithi175.stderr:512 bytes copied, 0.000315374 s, 1.6 MB/s 2024-09-17T01:45:24.122 DEBUG:teuthology.orchestra.run.smithi175:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-17T01:45:24.172 DEBUG:teuthology.orchestra.run.smithi175:> stat /dev/vg_nvme/lv_4 2024-09-17T01:45:24.218 INFO:teuthology.orchestra.run.smithi175.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-17T01:45:24.219 INFO:teuthology.orchestra.run.smithi175.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T01:45:24.219 INFO:teuthology.orchestra.run.smithi175.stdout:Device: 5h/5d Inode: 939 Links: 1 2024-09-17T01:45:24.219 INFO:teuthology.orchestra.run.smithi175.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T01:45:24.219 INFO:teuthology.orchestra.run.smithi175.stdout:Access: 2024-09-17 01:35:38.655316470 +0000 2024-09-17T01:45:24.219 INFO:teuthology.orchestra.run.smithi175.stdout:Modify: 2024-09-17 01:35:38.399318707 +0000 2024-09-17T01:45:24.219 INFO:teuthology.orchestra.run.smithi175.stdout:Change: 2024-09-17 01:35:38.399318707 +0000 2024-09-17T01:45:24.219 INFO:teuthology.orchestra.run.smithi175.stdout: Birth: - 2024-09-17T01:45:24.219 DEBUG:teuthology.orchestra.run.smithi175:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-17T01:45:24.272 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records in 2024-09-17T01:45:24.273 INFO:teuthology.orchestra.run.smithi175.stderr:1+0 records out 2024-09-17T01:45:24.273 INFO:teuthology.orchestra.run.smithi175.stderr:512 bytes copied, 0.000277009 s, 1.8 MB/s 2024-09-17T01:45:24.274 DEBUG:teuthology.orchestra.run.smithi175:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-17T01:45:24.324 INFO:tasks.cephadm:Deploying osd.0 on smithi107 with /dev/vg_nvme/lv_4... 2024-09-17T01:45:24.324 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6522e52-7495-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-17T01:45:24.493 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:24 smithi131 bash[24568]: cephadm 2024-09-17T01:45:22.599675+0000 mgr.a (mgr.14150) 91 : cephadm [INF] Deploying daemon mgr.b on smithi131 2024-09-17T01:45:24.494 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:24 smithi131 bash[24568]: cluster 2024-09-17T01:45:23.289920+0000 mgr.a (mgr.14150) 92 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:24.552 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:24 smithi175 bash[25028]: cephadm 2024-09-17T01:45:22.599675+0000 mgr.a (mgr.14150) 91 : cephadm [INF] Deploying daemon mgr.b on smithi131 2024-09-17T01:45:24.552 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:24 smithi175 bash[25028]: cluster 2024-09-17T01:45:23.289920+0000 mgr.a (mgr.14150) 92 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:24.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:24 smithi107 bash[22796]: cephadm 2024-09-17T01:45:22.599675+0000 mgr.a (mgr.14150) 91 : cephadm [INF] Deploying daemon mgr.b on smithi131 2024-09-17T01:45:24.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:24 smithi107 bash[22796]: cluster 2024-09-17T01:45:23.289920+0000 mgr.a (mgr.14150) 92 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:25.224 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:25 smithi131 systemd[1]: /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-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-09-17T01:45:25.559 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:25 smithi131 systemd[1]: /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-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-09-17T01:45:25.559 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:45:25 smithi131 systemd[1]: Started Ceph mgr.b for e6522e52-7495-11ef-bceb-c7b262605968. 2024-09-17T01:45:26.577 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:26 smithi131 bash[24568]: cluster 2024-09-17T01:45:25.290365+0000 mgr.a (mgr.14150) 93 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:26.577 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:26 smithi131 bash[24568]: audit 2024-09-17T01:45:25.508274+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:26.577 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:26 smithi131 bash[24568]: audit 2024-09-17T01:45:25.515068+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:26.577 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:26 smithi131 bash[24568]: audit 2024-09-17T01:45:25.521958+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:26.577 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:26 smithi131 bash[24568]: audit 2024-09-17T01:45:25.528605+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:26.578 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:26 smithi131 bash[24568]: audit 2024-09-17T01:45:25.604556+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:45:26.578 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:45:26 smithi131 bash[25079]: debug 2024-09-17T01:45:26.412+0000 7f4e828df640 1 -- 172.21.15.131:0/1194211995 <== mon.2 v2:172.21.15.131:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x558508aa50e0 con 0x558508aa7800 2024-09-17T01:45:26.578 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:45:26 smithi131 bash[25079]: debug 2024-09-17T01:45:26.524+0000 7f4e85149040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-17T01:45:26.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:26 smithi107 bash[22796]: cluster 2024-09-17T01:45:25.290365+0000 mgr.a (mgr.14150) 93 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:26.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:26 smithi107 bash[22796]: audit 2024-09-17T01:45:25.508274+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:26.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:26 smithi107 bash[22796]: audit 2024-09-17T01:45:25.515068+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:26.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:26 smithi107 bash[22796]: audit 2024-09-17T01:45:25.521958+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:26.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:26 smithi107 bash[22796]: audit 2024-09-17T01:45:25.528605+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:26.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:26 smithi107 bash[22796]: audit 2024-09-17T01:45:25.604556+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:45:26.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:26 smithi175 bash[25028]: cluster 2024-09-17T01:45:25.290365+0000 mgr.a (mgr.14150) 93 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:26.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:26 smithi175 bash[25028]: audit 2024-09-17T01:45:25.508274+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:26.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:26 smithi175 bash[25028]: audit 2024-09-17T01:45:25.515068+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:26.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:26 smithi175 bash[25028]: audit 2024-09-17T01:45:25.521958+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:26.803 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:26 smithi175 bash[25028]: audit 2024-09-17T01:45:25.528605+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:26.803 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:26 smithi175 bash[25028]: audit 2024-09-17T01:45:25.604556+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:45:28.077 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:45:27 smithi131 bash[25079]: debug 2024-09-17T01:45:27.696+0000 7f4e85149040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-17T01:45:28.077 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:45:27 smithi131 bash[25079]: debug 2024-09-17T01:45:27.760+0000 7f4e85149040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-17T01:45:28.077 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:45:27 smithi131 bash[25079]: debug 2024-09-17T01:45:27.908+0000 7f4e85149040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-17T01:45:28.693 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:28 smithi131 bash[24568]: cluster 2024-09-17T01:45:27.290778+0000 mgr.a (mgr.14150) 94 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:28.693 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:28 smithi131 bash[24568]: audit 2024-09-17T01:45:28.305513+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:28.693 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:45:28 smithi131 bash[25079]: debug 2024-09-17T01:45:28.552+0000 7f4e85149040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-17T01:45:28.693 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:45:28 smithi131 bash[25079]: debug 2024-09-17T01:45:28.624+0000 7f4e85149040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-17T01:45:28.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:28 smithi107 bash[22796]: cluster 2024-09-17T01:45:27.290778+0000 mgr.a (mgr.14150) 94 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:28.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:28 smithi107 bash[22796]: audit 2024-09-17T01:45:28.305513+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:28.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:28 smithi175 bash[25028]: cluster 2024-09-17T01:45:27.290778+0000 mgr.a (mgr.14150) 94 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:28.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:28 smithi175 bash[25028]: audit 2024-09-17T01:45:28.305513+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:28.952 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:45:28 smithi131 bash[25079]: debug 2024-09-17T01:45:28.692+0000 7f4e85149040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-17T01:45:28.952 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:45:28 smithi131 bash[25079]: debug 2024-09-17T01:45:28.876+0000 7f4e85149040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-17T01:45:29.054 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:45:29.271 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:45:28 smithi131 bash[25079]: debug 2024-09-17T01:45:28.952+0000 7f4e85149040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-17T01:45:29.272 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:45:29 smithi131 bash[25079]: debug 2024-09-17T01:45:29.020+0000 7f4e85149040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-17T01:45:29.532 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:45:29 smithi131 bash[25079]: debug 2024-09-17T01:45:29.272+0000 7f4e85149040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-17T01:45:29.532 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:45:29 smithi131 bash[25079]: debug 2024-09-17T01:45:29.336+0000 7f4e85149040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-17T01:45:29.827 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:45:29 smithi131 bash[25079]: debug 2024-09-17T01:45:29.532+0000 7f4e85149040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-17T01:45:29.827 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:45:29 smithi131 bash[25079]: debug 2024-09-17T01:45:29.608+0000 7f4e85149040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-17T01:45:30.191 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:45:29 smithi131 bash[25079]: debug 2024-09-17T01:45:29.856+0000 7f4e85149040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-17T01:45:30.192 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:45:30 smithi131 bash[25079]: debug 2024-09-17T01:45:30.028+0000 7f4e85149040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-17T01:45:30.447 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:30 smithi131 bash[24568]: cluster 2024-09-17T01:45:29.291224+0000 mgr.a (mgr.14150) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:30.448 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:45:30 smithi131 bash[25079]: debug 2024-09-17T01:45:30.192+0000 7f4e85149040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-17T01:45:30.448 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:45:30 smithi131 bash[25079]: debug 2024-09-17T01:45:30.268+0000 7f4e85149040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-17T01:45:30.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:30 smithi107 bash[22796]: cluster 2024-09-17T01:45:29.291224+0000 mgr.a (mgr.14150) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:30.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:30 smithi175 bash[25028]: cluster 2024-09-17T01:45:29.291224+0000 mgr.a (mgr.14150) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:30.826 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:45:30 smithi131 bash[25079]: debug 2024-09-17T01:45:30.448+0000 7f4e85149040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-17T01:45:31.547 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:45:31 smithi131 bash[25079]: debug 2024-09-17T01:45:31.248+0000 7f4e85149040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-17T01:45:31.547 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:45:31 smithi131 bash[25079]: debug 2024-09-17T01:45:31.324+0000 7f4e85149040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-17T01:45:31.827 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:45:31 smithi131 bash[25079]: debug 2024-09-17T01:45:31.544+0000 7f4e85149040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-17T01:45:31.827 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:45:31 smithi131 bash[25079]: debug 2024-09-17T01:45:31.620+0000 7f4e85149040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-17T01:45:32.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:31 smithi107 bash[22796]: audit 2024-09-17T01:45:30.847814+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:32.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:31 smithi107 bash[22796]: audit 2024-09-17T01:45:30.854989+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:32.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:31 smithi107 bash[22796]: audit 2024-09-17T01:45:30.856803+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:45:32.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:31 smithi107 bash[22796]: audit 2024-09-17T01:45:30.858368+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:45:32.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:31 smithi107 bash[22796]: audit 2024-09-17T01:45:30.867297+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:32.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:31 smithi107 bash[22796]: cephadm 2024-09-17T01:45:30.956050+0000 mgr.a (mgr.14150) 96 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-17T01:45:32.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:31 smithi107 bash[22796]: audit 2024-09-17T01:45:30.956802+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T01:45:32.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:31 smithi107 bash[22796]: audit 2024-09-17T01:45:30.958526+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T01:45:32.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:31 smithi107 bash[22796]: audit 2024-09-17T01:45:30.959990+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:45:32.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:31 smithi107 bash[22796]: cephadm 2024-09-17T01:45:30.963621+0000 mgr.a (mgr.14150) 97 : cephadm [INF] Reconfiguring daemon mgr.a on smithi107 2024-09-17T01:45:32.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:31 smithi107 bash[22796]: cluster 2024-09-17T01:45:31.291566+0000 mgr.a (mgr.14150) 98 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:32.302 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:31 smithi175 bash[25028]: audit 2024-09-17T01:45:30.847814+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:32.302 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:31 smithi175 bash[25028]: audit 2024-09-17T01:45:30.854989+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:32.303 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:31 smithi175 bash[25028]: audit 2024-09-17T01:45:30.856803+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:45:32.303 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:31 smithi175 bash[25028]: audit 2024-09-17T01:45:30.858368+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:45:32.303 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:31 smithi175 bash[25028]: audit 2024-09-17T01:45:30.867297+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:32.303 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:31 smithi175 bash[25028]: cephadm 2024-09-17T01:45:30.956050+0000 mgr.a (mgr.14150) 96 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-17T01:45:32.303 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:31 smithi175 bash[25028]: audit 2024-09-17T01:45:30.956802+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T01:45:32.303 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:31 smithi175 bash[25028]: audit 2024-09-17T01:45:30.958526+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T01:45:32.303 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:31 smithi175 bash[25028]: audit 2024-09-17T01:45:30.959990+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:45:32.303 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:31 smithi175 bash[25028]: cephadm 2024-09-17T01:45:30.963621+0000 mgr.a (mgr.14150) 97 : cephadm [INF] Reconfiguring daemon mgr.a on smithi107 2024-09-17T01:45:32.303 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:31 smithi175 bash[25028]: cluster 2024-09-17T01:45:31.291566+0000 mgr.a (mgr.14150) 98 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:32.327 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:45:32 smithi131 bash[25079]: debug 2024-09-17T01:45:32.004+0000 7f4e85149040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-17T01:45:32.327 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:45:32 smithi131 bash[25079]: debug 2024-09-17T01:45:32.084+0000 7f4e85149040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-17T01:45:32.327 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:31 smithi131 bash[24568]: audit 2024-09-17T01:45:30.847814+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:32.327 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:31 smithi131 bash[24568]: audit 2024-09-17T01:45:30.854989+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:32.327 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:31 smithi131 bash[24568]: audit 2024-09-17T01:45:30.856803+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:45:32.327 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:31 smithi131 bash[24568]: audit 2024-09-17T01:45:30.858368+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:45:32.327 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:31 smithi131 bash[24568]: audit 2024-09-17T01:45:30.867297+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:32.328 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:31 smithi131 bash[24568]: cephadm 2024-09-17T01:45:30.956050+0000 mgr.a (mgr.14150) 96 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-17T01:45:32.328 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:31 smithi131 bash[24568]: audit 2024-09-17T01:45:30.956802+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T01:45:32.328 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:31 smithi131 bash[24568]: audit 2024-09-17T01:45:30.958526+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T01:45:32.328 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:31 smithi131 bash[24568]: audit 2024-09-17T01:45:30.959990+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:45:32.328 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:31 smithi131 bash[24568]: cephadm 2024-09-17T01:45:30.963621+0000 mgr.a (mgr.14150) 97 : cephadm [INF] Reconfiguring daemon mgr.a on smithi107 2024-09-17T01:45:32.328 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:31 smithi131 bash[24568]: cluster 2024-09-17T01:45:31.291566+0000 mgr.a (mgr.14150) 98 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:32.924 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-17T01:45:32.975 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6522e52-7495-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi107:vg_nvme/lv_4 2024-09-17T01:45:33.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:32 smithi107 bash[22796]: audit 2024-09-17T01:45:32.111669+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.131:0/3577106690' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-17T01:45:33.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:32 smithi107 bash[22796]: cluster 2024-09-17T01:45:32.111723+0000 mon.a (mon.0) 299 : cluster [DBG] Standby manager daemon b started 2024-09-17T01:45:33.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:32 smithi107 bash[22796]: audit 2024-09-17T01:45:32.112336+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.131:0/3577106690' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T01:45:33.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:32 smithi107 bash[22796]: audit 2024-09-17T01:45:32.113338+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.131:0/3577106690' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-17T01:45:33.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:32 smithi107 bash[22796]: audit 2024-09-17T01:45:32.113899+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.131:0/3577106690' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T01:45:33.302 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:32 smithi175 bash[25028]: audit 2024-09-17T01:45:32.111669+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.131:0/3577106690' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-17T01:45:33.302 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:32 smithi175 bash[25028]: cluster 2024-09-17T01:45:32.111723+0000 mon.a (mon.0) 299 : cluster [DBG] Standby manager daemon b started 2024-09-17T01:45:33.302 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:32 smithi175 bash[25028]: audit 2024-09-17T01:45:32.112336+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.131:0/3577106690' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T01:45:33.302 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:32 smithi175 bash[25028]: audit 2024-09-17T01:45:32.113338+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.131:0/3577106690' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-17T01:45:33.302 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:32 smithi175 bash[25028]: audit 2024-09-17T01:45:32.113899+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.131:0/3577106690' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T01:45:33.327 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:32 smithi131 bash[24568]: audit 2024-09-17T01:45:32.111669+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.131:0/3577106690' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-17T01:45:33.327 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:32 smithi131 bash[24568]: cluster 2024-09-17T01:45:32.111723+0000 mon.a (mon.0) 299 : cluster [DBG] Standby manager daemon b started 2024-09-17T01:45:33.327 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:32 smithi131 bash[24568]: audit 2024-09-17T01:45:32.112336+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.131:0/3577106690' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T01:45:33.327 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:32 smithi131 bash[24568]: audit 2024-09-17T01:45:32.113338+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.131:0/3577106690' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-17T01:45:33.327 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:32 smithi131 bash[24568]: audit 2024-09-17T01:45:32.113899+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.131:0/3577106690' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T01:45:34.149 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:33 smithi107 bash[22796]: cluster 2024-09-17T01:45:32.885437+0000 mon.a (mon.0) 300 : cluster [DBG] mgrmap e14: a(active, since 113s), standbys: b 2024-09-17T01:45:34.149 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:33 smithi107 bash[22796]: audit 2024-09-17T01:45:32.885691+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-17T01:45:34.149 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:33 smithi107 bash[22796]: cluster 2024-09-17T01:45:33.292001+0000 mgr.a (mgr.14150) 99 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:34.302 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:33 smithi175 bash[25028]: cluster 2024-09-17T01:45:32.885437+0000 mon.a (mon.0) 300 : cluster [DBG] mgrmap e14: a(active, since 113s), standbys: b 2024-09-17T01:45:34.302 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:33 smithi175 bash[25028]: audit 2024-09-17T01:45:32.885691+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-17T01:45:34.302 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:33 smithi175 bash[25028]: cluster 2024-09-17T01:45:33.292001+0000 mgr.a (mgr.14150) 99 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:34.327 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:33 smithi131 bash[24568]: cluster 2024-09-17T01:45:32.885437+0000 mon.a (mon.0) 300 : cluster [DBG] mgrmap e14: a(active, since 113s), standbys: b 2024-09-17T01:45:34.327 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:33 smithi131 bash[24568]: audit 2024-09-17T01:45:32.885691+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-17T01:45:34.327 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:33 smithi131 bash[24568]: cluster 2024-09-17T01:45:33.292001+0000 mgr.a (mgr.14150) 99 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:36.052 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:35 smithi175 bash[25028]: audit 2024-09-17T01:45:34.776398+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:36.053 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:35 smithi175 bash[25028]: audit 2024-09-17T01:45:34.782010+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:36.053 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:35 smithi175 bash[25028]: audit 2024-09-17T01:45:34.784758+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:45:36.053 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:35 smithi175 bash[25028]: cluster 2024-09-17T01:45:35.292398+0000 mgr.a (mgr.14150) 100 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:36.053 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:35 smithi175 bash[25028]: audit 2024-09-17T01:45:35.493601+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:45:36.053 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:35 smithi175 bash[25028]: audit 2024-09-17T01:45:35.495343+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:45:36.053 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:35 smithi175 bash[25028]: audit 2024-09-17T01:45:35.504408+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:36.077 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:35 smithi131 bash[24568]: audit 2024-09-17T01:45:34.776398+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:36.077 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:35 smithi131 bash[24568]: audit 2024-09-17T01:45:34.782010+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:36.077 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:35 smithi131 bash[24568]: audit 2024-09-17T01:45:34.784758+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:45:36.077 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:35 smithi131 bash[24568]: cluster 2024-09-17T01:45:35.292398+0000 mgr.a (mgr.14150) 100 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:36.077 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:35 smithi131 bash[24568]: audit 2024-09-17T01:45:35.493601+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:45:36.077 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:35 smithi131 bash[24568]: audit 2024-09-17T01:45:35.495343+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:45:36.077 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:35 smithi131 bash[24568]: audit 2024-09-17T01:45:35.504408+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:36.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:35 smithi107 bash[22796]: audit 2024-09-17T01:45:34.776398+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:36.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:35 smithi107 bash[22796]: audit 2024-09-17T01:45:34.782010+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:36.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:35 smithi107 bash[22796]: audit 2024-09-17T01:45:34.784758+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:45:36.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:35 smithi107 bash[22796]: cluster 2024-09-17T01:45:35.292398+0000 mgr.a (mgr.14150) 100 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:36.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:35 smithi107 bash[22796]: audit 2024-09-17T01:45:35.493601+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:45:36.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:35 smithi107 bash[22796]: audit 2024-09-17T01:45:35.495343+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:45:36.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:35 smithi107 bash[22796]: audit 2024-09-17T01:45:35.504408+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:45:37.705 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:45:38.697 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:38 smithi107 bash[22796]: cluster 2024-09-17T01:45:37.292790+0000 mgr.a (mgr.14150) 101 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:38.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:38 smithi175 bash[25028]: cluster 2024-09-17T01:45:37.292790+0000 mgr.a (mgr.14150) 101 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:38.827 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:38 smithi131 bash[24568]: cluster 2024-09-17T01:45:37.292790+0000 mgr.a (mgr.14150) 101 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:39.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:39 smithi107 bash[22796]: audit 2024-09-17T01:45:39.033183+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T01:45:39.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:39 smithi107 bash[22796]: audit 2024-09-17T01:45:39.038508+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T01:45:39.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:39 smithi107 bash[22796]: audit 2024-09-17T01:45:39.039736+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:45:39.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:39 smithi175 bash[25028]: audit 2024-09-17T01:45:39.033183+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T01:45:39.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:39 smithi175 bash[25028]: audit 2024-09-17T01:45:39.038508+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T01:45:39.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:39 smithi175 bash[25028]: audit 2024-09-17T01:45:39.039736+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:45:39.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:39 smithi131 bash[24568]: audit 2024-09-17T01:45:39.033183+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T01:45:39.827 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:39 smithi131 bash[24568]: audit 2024-09-17T01:45:39.038508+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T01:45:39.827 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:39 smithi131 bash[24568]: audit 2024-09-17T01:45:39.039736+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:45:40.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:40 smithi107 bash[22796]: audit 2024-09-17T01:45:39.030385+0000 mgr.a (mgr.14150) 102 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi107:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:45:40.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:40 smithi107 bash[22796]: cluster 2024-09-17T01:45:39.293173+0000 mgr.a (mgr.14150) 103 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:40.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:40 smithi175 bash[25028]: audit 2024-09-17T01:45:39.030385+0000 mgr.a (mgr.14150) 102 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi107:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:45:40.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:40 smithi175 bash[25028]: cluster 2024-09-17T01:45:39.293173+0000 mgr.a (mgr.14150) 103 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:40.827 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:40 smithi131 bash[24568]: audit 2024-09-17T01:45:39.030385+0000 mgr.a (mgr.14150) 102 : audit [DBG] from='client.14211 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi107:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:45:40.827 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:40 smithi131 bash[24568]: cluster 2024-09-17T01:45:39.293173+0000 mgr.a (mgr.14150) 103 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:42.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:42 smithi107 bash[22796]: cluster 2024-09-17T01:45:41.293519+0000 mgr.a (mgr.14150) 104 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:42.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:42 smithi175 bash[25028]: cluster 2024-09-17T01:45:41.293519+0000 mgr.a (mgr.14150) 104 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:42.827 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:42 smithi131 bash[24568]: cluster 2024-09-17T01:45:41.293519+0000 mgr.a (mgr.14150) 104 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:44.514 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:44 smithi107 bash[22796]: cluster 2024-09-17T01:45:43.293893+0000 mgr.a (mgr.14150) 105 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:44.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:44 smithi175 bash[25028]: cluster 2024-09-17T01:45:43.293893+0000 mgr.a (mgr.14150) 105 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:44.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:44 smithi131 bash[24568]: cluster 2024-09-17T01:45:43.293893+0000 mgr.a (mgr.14150) 105 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:46.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:46 smithi107 bash[22796]: cluster 2024-09-17T01:45:45.294175+0000 mgr.a (mgr.14150) 106 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:46.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:46 smithi175 bash[25028]: cluster 2024-09-17T01:45:45.294175+0000 mgr.a (mgr.14150) 106 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:46.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:46 smithi131 bash[24568]: cluster 2024-09-17T01:45:45.294175+0000 mgr.a (mgr.14150) 106 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:48.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:48 smithi107 bash[22796]: cluster 2024-09-17T01:45:47.294442+0000 mgr.a (mgr.14150) 107 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:48.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:48 smithi107 bash[22796]: audit 2024-09-17T01:45:47.638416+0000 mon.a (mon.0) 311 : audit [INF] from='client.? 172.21.15.107:0/3714768341' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a7a729ee-a687-4633-b37c-82eace0e7ccf"}]: dispatch 2024-09-17T01:45:48.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:48 smithi107 bash[22796]: audit 2024-09-17T01:45:47.642294+0000 mon.a (mon.0) 312 : audit [INF] from='client.? 172.21.15.107:0/3714768341' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a7a729ee-a687-4633-b37c-82eace0e7ccf"}]': finished 2024-09-17T01:45:48.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:48 smithi107 bash[22796]: cluster 2024-09-17T01:45:47.647325+0000 mon.a (mon.0) 313 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-17T01:45:48.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:48 smithi107 bash[22796]: audit 2024-09-17T01:45:47.647552+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:45:48.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:48 smithi107 bash[22796]: audit 2024-09-17T01:45:48.243158+0000 mon.a (mon.0) 315 : audit [DBG] from='client.? 172.21.15.107:0/3708374252' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T01:45:48.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:48 smithi175 bash[25028]: cluster 2024-09-17T01:45:47.294442+0000 mgr.a (mgr.14150) 107 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:48.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:48 smithi175 bash[25028]: audit 2024-09-17T01:45:47.638416+0000 mon.a (mon.0) 311 : audit [INF] from='client.? 172.21.15.107:0/3714768341' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a7a729ee-a687-4633-b37c-82eace0e7ccf"}]: dispatch 2024-09-17T01:45:48.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:48 smithi175 bash[25028]: audit 2024-09-17T01:45:47.642294+0000 mon.a (mon.0) 312 : audit [INF] from='client.? 172.21.15.107:0/3714768341' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a7a729ee-a687-4633-b37c-82eace0e7ccf"}]': finished 2024-09-17T01:45:48.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:48 smithi175 bash[25028]: cluster 2024-09-17T01:45:47.647325+0000 mon.a (mon.0) 313 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-17T01:45:48.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:48 smithi175 bash[25028]: audit 2024-09-17T01:45:47.647552+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:45:48.803 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:48 smithi175 bash[25028]: audit 2024-09-17T01:45:48.243158+0000 mon.a (mon.0) 315 : audit [DBG] from='client.? 172.21.15.107:0/3708374252' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T01:45:48.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:48 smithi131 bash[24568]: cluster 2024-09-17T01:45:47.294442+0000 mgr.a (mgr.14150) 107 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:48.827 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:48 smithi131 bash[24568]: audit 2024-09-17T01:45:47.638416+0000 mon.a (mon.0) 311 : audit [INF] from='client.? 172.21.15.107:0/3714768341' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a7a729ee-a687-4633-b37c-82eace0e7ccf"}]: dispatch 2024-09-17T01:45:48.827 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:48 smithi131 bash[24568]: audit 2024-09-17T01:45:47.642294+0000 mon.a (mon.0) 312 : audit [INF] from='client.? 172.21.15.107:0/3714768341' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a7a729ee-a687-4633-b37c-82eace0e7ccf"}]': finished 2024-09-17T01:45:48.827 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:48 smithi131 bash[24568]: cluster 2024-09-17T01:45:47.647325+0000 mon.a (mon.0) 313 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-09-17T01:45:48.827 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:48 smithi131 bash[24568]: audit 2024-09-17T01:45:47.647552+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:45:48.827 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:48 smithi131 bash[24568]: audit 2024-09-17T01:45:48.243158+0000 mon.a (mon.0) 315 : audit [DBG] from='client.? 172.21.15.107:0/3708374252' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T01:45:50.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:50 smithi107 bash[22796]: cluster 2024-09-17T01:45:49.294855+0000 mgr.a (mgr.14150) 108 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:50.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:50 smithi175 bash[25028]: cluster 2024-09-17T01:45:49.294855+0000 mgr.a (mgr.14150) 108 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:50.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:50 smithi131 bash[24568]: cluster 2024-09-17T01:45:49.294855+0000 mgr.a (mgr.14150) 108 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:52.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:52 smithi107 bash[22796]: cluster 2024-09-17T01:45:51.295169+0000 mgr.a (mgr.14150) 109 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:52.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:52 smithi175 bash[25028]: cluster 2024-09-17T01:45:51.295169+0000 mgr.a (mgr.14150) 109 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:52.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:52 smithi131 bash[24568]: cluster 2024-09-17T01:45:51.295169+0000 mgr.a (mgr.14150) 109 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:54.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:54 smithi107 bash[22796]: cluster 2024-09-17T01:45:53.295542+0000 mgr.a (mgr.14150) 110 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:54.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:54 smithi175 bash[25028]: cluster 2024-09-17T01:45:53.295542+0000 mgr.a (mgr.14150) 110 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:54.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:54 smithi131 bash[24568]: cluster 2024-09-17T01:45:53.295542+0000 mgr.a (mgr.14150) 110 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:56.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:56 smithi107 bash[22796]: cluster 2024-09-17T01:45:55.295962+0000 mgr.a (mgr.14150) 111 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:56.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:56 smithi175 bash[25028]: cluster 2024-09-17T01:45:55.295962+0000 mgr.a (mgr.14150) 111 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:56.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:56 smithi131 bash[24568]: cluster 2024-09-17T01:45:55.295962+0000 mgr.a (mgr.14150) 111 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:58.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:45:58 smithi107 bash[22796]: cluster 2024-09-17T01:45:57.296349+0000 mgr.a (mgr.14150) 112 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:58.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:45:58 smithi175 bash[25028]: cluster 2024-09-17T01:45:57.296349+0000 mgr.a (mgr.14150) 112 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:45:58.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:45:58 smithi131 bash[24568]: cluster 2024-09-17T01:45:57.296349+0000 mgr.a (mgr.14150) 112 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:46:00.501 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:00 smithi107 bash[22796]: cluster 2024-09-17T01:45:59.296630+0000 mgr.a (mgr.14150) 113 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:46:00.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:00 smithi175 bash[25028]: cluster 2024-09-17T01:45:59.296630+0000 mgr.a (mgr.14150) 113 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:46:00.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:00 smithi131 bash[24568]: cluster 2024-09-17T01:45:59.296630+0000 mgr.a (mgr.14150) 113 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:46:01.665 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:01 smithi107 bash[22796]: audit 2024-09-17T01:46:01.168721+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-17T01:46:01.666 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:01 smithi107 bash[22796]: audit 2024-09-17T01:46:01.170321+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:46:01.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:01 smithi175 bash[25028]: audit 2024-09-17T01:46:01.168721+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-17T01:46:01.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:01 smithi175 bash[25028]: audit 2024-09-17T01:46:01.170321+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:46:01.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:01 smithi131 bash[24568]: audit 2024-09-17T01:46:01.168721+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-17T01:46:01.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:01 smithi131 bash[24568]: audit 2024-09-17T01:46:01.170321+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:46:02.679 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:02 smithi107 bash[22796]: cephadm 2024-09-17T01:46:01.171597+0000 mgr.a (mgr.14150) 114 : cephadm [INF] Deploying daemon osd.0 on smithi107 2024-09-17T01:46:02.679 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:02 smithi107 bash[22796]: cluster 2024-09-17T01:46:01.296943+0000 mgr.a (mgr.14150) 115 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:46:02.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:02 smithi175 bash[25028]: cephadm 2024-09-17T01:46:01.171597+0000 mgr.a (mgr.14150) 114 : cephadm [INF] Deploying daemon osd.0 on smithi107 2024-09-17T01:46:02.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:02 smithi175 bash[25028]: cluster 2024-09-17T01:46:01.296943+0000 mgr.a (mgr.14150) 115 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:46:02.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:02 smithi131 bash[24568]: cephadm 2024-09-17T01:46:01.171597+0000 mgr.a (mgr.14150) 114 : cephadm [INF] Deploying daemon osd.0 on smithi107 2024-09-17T01:46:02.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:02 smithi131 bash[24568]: cluster 2024-09-17T01:46:01.296943+0000 mgr.a (mgr.14150) 115 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:46:04.717 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:04 smithi107 bash[22796]: cluster 2024-09-17T01:46:03.297347+0000 mgr.a (mgr.14150) 116 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:46:04.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:04 smithi175 bash[25028]: cluster 2024-09-17T01:46:03.297347+0000 mgr.a (mgr.14150) 116 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:46:04.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:04 smithi131 bash[24568]: cluster 2024-09-17T01:46:03.297347+0000 mgr.a (mgr.14150) 116 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:46:05.847 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:05 smithi107 systemd[1]: /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-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-09-17T01:46:05.848 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:46:05 smithi107 systemd[1]: /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-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-09-17T01:46:06.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:05 smithi107 systemd[1]: /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-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-09-17T01:46:06.261 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:46:05 smithi107 systemd[1]: /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-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-09-17T01:46:06.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:06 smithi107 bash[22796]: cluster 2024-09-17T01:46:05.297835+0000 mgr.a (mgr.14150) 117 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:46:06.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:06 smithi107 bash[22796]: audit 2024-09-17T01:46:05.991270+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:46:06.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:06 smithi107 bash[22796]: audit 2024-09-17T01:46:05.995006+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:46:06.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:06 smithi107 bash[22796]: audit 2024-09-17T01:46:05.999533+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:46:06.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:06 smithi175 bash[25028]: cluster 2024-09-17T01:46:05.297835+0000 mgr.a (mgr.14150) 117 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:46:06.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:06 smithi175 bash[25028]: audit 2024-09-17T01:46:05.991270+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:46:06.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:06 smithi175 bash[25028]: audit 2024-09-17T01:46:05.995006+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:46:06.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:06 smithi175 bash[25028]: audit 2024-09-17T01:46:05.999533+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:46:06.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:06 smithi131 bash[24568]: cluster 2024-09-17T01:46:05.297835+0000 mgr.a (mgr.14150) 117 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:46:06.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:06 smithi131 bash[24568]: audit 2024-09-17T01:46:05.991270+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:46:06.827 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:06 smithi131 bash[24568]: audit 2024-09-17T01:46:05.995006+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:46:06.827 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:06 smithi131 bash[24568]: audit 2024-09-17T01:46:05.999533+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:46:08.699 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:08 smithi107 bash[22796]: cluster 2024-09-17T01:46:07.298089+0000 mgr.a (mgr.14150) 118 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:46:08.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:08 smithi175 bash[25028]: cluster 2024-09-17T01:46:07.298089+0000 mgr.a (mgr.14150) 118 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:46:08.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:08 smithi131 bash[24568]: cluster 2024-09-17T01:46:07.298089+0000 mgr.a (mgr.14150) 118 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:46:10.704 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:10 smithi107 bash[22796]: cluster 2024-09-17T01:46:09.298546+0000 mgr.a (mgr.14150) 119 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:46:10.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:10 smithi175 bash[25028]: cluster 2024-09-17T01:46:09.298546+0000 mgr.a (mgr.14150) 119 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:46:10.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:10 smithi131 bash[24568]: cluster 2024-09-17T01:46:09.298546+0000 mgr.a (mgr.14150) 119 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:46:12.511 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:12 smithi107 bash[22796]: cluster 2024-09-17T01:46:11.298847+0000 mgr.a (mgr.14150) 120 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:46:12.511 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:12 smithi107 bash[22796]: audit 2024-09-17T01:46:11.386715+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:46:12.511 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:12 smithi107 bash[22796]: audit 2024-09-17T01:46:11.391667+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:46:12.511 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:12 smithi107 bash[22796]: audit 2024-09-17T01:46:12.047968+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:46:12.511 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:12 smithi107 bash[22796]: audit 2024-09-17T01:46:12.048923+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:46:12.511 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:12 smithi107 bash[22796]: audit 2024-09-17T01:46:12.054728+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:46:12.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:12 smithi175 bash[25028]: cluster 2024-09-17T01:46:11.298847+0000 mgr.a (mgr.14150) 120 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:46:12.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:12 smithi175 bash[25028]: audit 2024-09-17T01:46:11.386715+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:46:12.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:12 smithi175 bash[25028]: audit 2024-09-17T01:46:11.391667+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:46:12.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:12 smithi175 bash[25028]: audit 2024-09-17T01:46:12.047968+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:46:12.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:12 smithi175 bash[25028]: audit 2024-09-17T01:46:12.048923+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:46:12.803 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:12 smithi175 bash[25028]: audit 2024-09-17T01:46:12.054728+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:46:12.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:12 smithi131 bash[24568]: cluster 2024-09-17T01:46:11.298847+0000 mgr.a (mgr.14150) 120 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:46:12.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:12 smithi131 bash[24568]: audit 2024-09-17T01:46:11.386715+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:46:12.827 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:12 smithi131 bash[24568]: audit 2024-09-17T01:46:11.391667+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:46:12.827 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:12 smithi131 bash[24568]: audit 2024-09-17T01:46:12.047968+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:46:12.827 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:12 smithi131 bash[24568]: audit 2024-09-17T01:46:12.048923+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:46:12.827 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:12 smithi131 bash[24568]: audit 2024-09-17T01:46:12.054728+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:46:14.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:14 smithi107 bash[22796]: cluster 2024-09-17T01:46:13.299268+0000 mgr.a (mgr.14150) 121 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:46:14.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:14 smithi175 bash[25028]: cluster 2024-09-17T01:46:13.299268+0000 mgr.a (mgr.14150) 121 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:46:14.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:14 smithi131 bash[24568]: cluster 2024-09-17T01:46:13.299268+0000 mgr.a (mgr.14150) 121 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:46:15.960 INFO:teuthology.orchestra.run.smithi107.stdout:Created osd(s) 0 on host 'smithi107' 2024-09-17T01:46:16.577 DEBUG:teuthology.orchestra.run.smithi107:osd.0> sudo journalctl -f -n 0 -u ceph-e6522e52-7495-11ef-bceb-c7b262605968@osd.0.service 2024-09-17T01:46:16.580 INFO:tasks.cephadm:Deploying osd.1 on smithi131 with /dev/vg_nvme/lv_4... 2024-09-17T01:46:16.581 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6522e52-7495-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-17T01:46:16.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:16 smithi107 bash[22796]: cluster 2024-09-17T01:46:15.299664+0000 mgr.a (mgr.14150) 122 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:46:16.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:16 smithi107 bash[22796]: audit 2024-09-17T01:46:15.475838+0000 mon.a (mon.0) 326 : audit [INF] from='osd.0 [v2:172.21.15.107:6802/1958371789,v1:172.21.15.107:6803/1958371789]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-17T01:46:16.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:16 smithi107 bash[22796]: audit 2024-09-17T01:46:15.945755+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:46:16.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:16 smithi107 bash[22796]: audit 2024-09-17T01:46:15.952759+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:46:16.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:16 smithi107 bash[22796]: audit 2024-09-17T01:46:15.960201+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:46:16.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:16 smithi175 bash[25028]: cluster 2024-09-17T01:46:15.299664+0000 mgr.a (mgr.14150) 122 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:46:16.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:16 smithi175 bash[25028]: audit 2024-09-17T01:46:15.475838+0000 mon.a (mon.0) 326 : audit [INF] from='osd.0 [v2:172.21.15.107:6802/1958371789,v1:172.21.15.107:6803/1958371789]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-17T01:46:16.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:16 smithi175 bash[25028]: audit 2024-09-17T01:46:15.945755+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:46:16.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:16 smithi175 bash[25028]: audit 2024-09-17T01:46:15.952759+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:46:16.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:16 smithi175 bash[25028]: audit 2024-09-17T01:46:15.960201+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:46:16.827 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:16 smithi131 bash[24568]: cluster 2024-09-17T01:46:15.299664+0000 mgr.a (mgr.14150) 122 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:46:16.827 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:16 smithi131 bash[24568]: audit 2024-09-17T01:46:15.475838+0000 mon.a (mon.0) 326 : audit [INF] from='osd.0 [v2:172.21.15.107:6802/1958371789,v1:172.21.15.107:6803/1958371789]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-17T01:46:16.827 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:16 smithi131 bash[24568]: audit 2024-09-17T01:46:15.945755+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:46:16.827 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:16 smithi131 bash[24568]: audit 2024-09-17T01:46:15.952759+0000 mon.a (mon.0) 328 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:46:16.827 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:16 smithi131 bash[24568]: audit 2024-09-17T01:46:15.960201+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:46:17.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:17 smithi107 bash[22796]: audit 2024-09-17T01:46:16.402156+0000 mon.a (mon.0) 330 : audit [INF] from='osd.0 [v2:172.21.15.107:6802/1958371789,v1:172.21.15.107:6803/1958371789]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-17T01:46:17.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:17 smithi107 bash[22796]: cluster 2024-09-17T01:46:16.406379+0000 mon.a (mon.0) 331 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-17T01:46:17.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:17 smithi107 bash[22796]: audit 2024-09-17T01:46:16.406781+0000 mon.a (mon.0) 332 : audit [INF] from='osd.0 [v2:172.21.15.107:6802/1958371789,v1:172.21.15.107:6803/1958371789]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2024-09-17T01:46:17.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:17 smithi107 bash[22796]: audit 2024-09-17T01:46:16.407268+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:46:17.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:17 smithi175 bash[25028]: audit 2024-09-17T01:46:16.402156+0000 mon.a (mon.0) 330 : audit [INF] from='osd.0 [v2:172.21.15.107:6802/1958371789,v1:172.21.15.107:6803/1958371789]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-17T01:46:17.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:17 smithi175 bash[25028]: cluster 2024-09-17T01:46:16.406379+0000 mon.a (mon.0) 331 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-17T01:46:17.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:17 smithi175 bash[25028]: audit 2024-09-17T01:46:16.406781+0000 mon.a (mon.0) 332 : audit [INF] from='osd.0 [v2:172.21.15.107:6802/1958371789,v1:172.21.15.107:6803/1958371789]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2024-09-17T01:46:17.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:17 smithi175 bash[25028]: audit 2024-09-17T01:46:16.407268+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:46:17.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:17 smithi131 bash[24568]: audit 2024-09-17T01:46:16.402156+0000 mon.a (mon.0) 330 : audit [INF] from='osd.0 [v2:172.21.15.107:6802/1958371789,v1:172.21.15.107:6803/1958371789]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-17T01:46:17.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:17 smithi131 bash[24568]: cluster 2024-09-17T01:46:16.406379+0000 mon.a (mon.0) 331 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-09-17T01:46:17.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:17 smithi131 bash[24568]: audit 2024-09-17T01:46:16.406781+0000 mon.a (mon.0) 332 : audit [INF] from='osd.0 [v2:172.21.15.107:6802/1958371789,v1:172.21.15.107:6803/1958371789]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]: dispatch 2024-09-17T01:46:17.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:17 smithi131 bash[24568]: audit 2024-09-17T01:46:16.407268+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:46:18.261 INFO:journalctl@ceph.osd.0.smithi107.stdout:Sep 17 01:46:17 smithi107 bash[32042]: debug 2024-09-17T01:46:17.935+0000 7f43c96f8640 -1 osd.0 0 waiting for initial osdmap 2024-09-17T01:46:18.261 INFO:journalctl@ceph.osd.0.smithi107.stdout:Sep 17 01:46:17 smithi107 bash[32042]: debug 2024-09-17T01:46:17.959+0000 7f43c1518640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T01:46:18.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:18 smithi107 bash[22796]: cluster 2024-09-17T01:46:17.300064+0000 mgr.a (mgr.14150) 123 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:46:18.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:18 smithi107 bash[22796]: audit 2024-09-17T01:46:17.404504+0000 mon.a (mon.0) 334 : audit [INF] from='osd.0 [v2:172.21.15.107:6802/1958371789,v1:172.21.15.107:6803/1958371789]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2024-09-17T01:46:18.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:18 smithi107 bash[22796]: cluster 2024-09-17T01:46:17.409281+0000 mon.a (mon.0) 335 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-17T01:46:18.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:18 smithi107 bash[22796]: audit 2024-09-17T01:46:17.410906+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:46:18.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:18 smithi107 bash[22796]: audit 2024-09-17T01:46:17.419902+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:46:18.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:18 smithi107 bash[22796]: audit 2024-09-17T01:46:17.944365+0000 mon.a (mon.0) 338 : audit [INF] from='osd.0 [v2:172.21.15.107:6802/1958371789,v1:172.21.15.107:6803/1958371789]' entity='osd.0' 2024-09-17T01:46:18.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:18 smithi175 bash[25028]: cluster 2024-09-17T01:46:17.300064+0000 mgr.a (mgr.14150) 123 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:46:18.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:18 smithi175 bash[25028]: audit 2024-09-17T01:46:17.404504+0000 mon.a (mon.0) 334 : audit [INF] from='osd.0 [v2:172.21.15.107:6802/1958371789,v1:172.21.15.107:6803/1958371789]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2024-09-17T01:46:18.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:18 smithi175 bash[25028]: cluster 2024-09-17T01:46:17.409281+0000 mon.a (mon.0) 335 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-17T01:46:18.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:18 smithi175 bash[25028]: audit 2024-09-17T01:46:17.410906+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:46:18.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:18 smithi175 bash[25028]: audit 2024-09-17T01:46:17.419902+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:46:18.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:18 smithi175 bash[25028]: audit 2024-09-17T01:46:17.944365+0000 mon.a (mon.0) 338 : audit [INF] from='osd.0 [v2:172.21.15.107:6802/1958371789,v1:172.21.15.107:6803/1958371789]' entity='osd.0' 2024-09-17T01:46:18.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:18 smithi131 bash[24568]: cluster 2024-09-17T01:46:17.300064+0000 mgr.a (mgr.14150) 123 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:46:18.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:18 smithi131 bash[24568]: audit 2024-09-17T01:46:17.404504+0000 mon.a (mon.0) 334 : audit [INF] from='osd.0 [v2:172.21.15.107:6802/1958371789,v1:172.21.15.107:6803/1958371789]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi107", "root=default"]}]': finished 2024-09-17T01:46:18.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:18 smithi131 bash[24568]: cluster 2024-09-17T01:46:17.409281+0000 mon.a (mon.0) 335 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-09-17T01:46:18.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:18 smithi131 bash[24568]: audit 2024-09-17T01:46:17.410906+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:46:18.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:18 smithi131 bash[24568]: audit 2024-09-17T01:46:17.419902+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:46:18.827 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:18 smithi131 bash[24568]: audit 2024-09-17T01:46:17.944365+0000 mon.a (mon.0) 338 : audit [INF] from='osd.0 [v2:172.21.15.107:6802/1958371789,v1:172.21.15.107:6803/1958371789]' entity='osd.0' 2024-09-17T01:46:19.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:19 smithi107 bash[22796]: cluster 2024-09-17T01:46:16.489482+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T01:46:19.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:19 smithi107 bash[22796]: cluster 2024-09-17T01:46:16.489564+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T01:46:19.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:19 smithi107 bash[22796]: audit 2024-09-17T01:46:18.419314+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:46:19.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:19 smithi107 bash[22796]: cluster 2024-09-17T01:46:18.948000+0000 mon.a (mon.0) 340 : cluster [INF] osd.0 [v2:172.21.15.107:6802/1958371789,v1:172.21.15.107:6803/1958371789] boot 2024-09-17T01:46:19.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:19 smithi107 bash[22796]: cluster 2024-09-17T01:46:18.948052+0000 mon.a (mon.0) 341 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-17T01:46:19.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:19 smithi107 bash[22796]: audit 2024-09-17T01:46:18.948499+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:46:19.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:19 smithi175 bash[25028]: cluster 2024-09-17T01:46:16.489482+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T01:46:19.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:19 smithi175 bash[25028]: cluster 2024-09-17T01:46:16.489564+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T01:46:19.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:19 smithi175 bash[25028]: audit 2024-09-17T01:46:18.419314+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:46:19.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:19 smithi175 bash[25028]: cluster 2024-09-17T01:46:18.948000+0000 mon.a (mon.0) 340 : cluster [INF] osd.0 [v2:172.21.15.107:6802/1958371789,v1:172.21.15.107:6803/1958371789] boot 2024-09-17T01:46:19.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:19 smithi175 bash[25028]: cluster 2024-09-17T01:46:18.948052+0000 mon.a (mon.0) 341 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-17T01:46:19.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:19 smithi175 bash[25028]: audit 2024-09-17T01:46:18.948499+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:46:19.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:19 smithi131 bash[24568]: cluster 2024-09-17T01:46:16.489482+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T01:46:19.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:19 smithi131 bash[24568]: cluster 2024-09-17T01:46:16.489564+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T01:46:19.827 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:19 smithi131 bash[24568]: audit 2024-09-17T01:46:18.419314+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:46:19.827 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:19 smithi131 bash[24568]: cluster 2024-09-17T01:46:18.948000+0000 mon.a (mon.0) 340 : cluster [INF] osd.0 [v2:172.21.15.107:6802/1958371789,v1:172.21.15.107:6803/1958371789] boot 2024-09-17T01:46:19.827 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:19 smithi131 bash[24568]: cluster 2024-09-17T01:46:18.948052+0000 mon.a (mon.0) 341 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-09-17T01:46:19.827 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:19 smithi131 bash[24568]: audit 2024-09-17T01:46:18.948499+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:46:20.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:20 smithi107 bash[22796]: cluster 2024-09-17T01:46:19.300475+0000 mgr.a (mgr.14150) 124 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:46:20.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:20 smithi175 bash[25028]: cluster 2024-09-17T01:46:19.300475+0000 mgr.a (mgr.14150) 124 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:46:20.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:20 smithi131 bash[24568]: cluster 2024-09-17T01:46:19.300475+0000 mgr.a (mgr.14150) 124 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T01:46:21.309 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/mon.b/config 2024-09-17T01:46:21.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:21 smithi107 bash[22796]: cluster 2024-09-17T01:46:20.422348+0000 mon.a (mon.0) 343 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-17T01:46:21.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:21 smithi175 bash[25028]: cluster 2024-09-17T01:46:20.422348+0000 mon.a (mon.0) 343 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-17T01:46:21.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:21 smithi131 bash[24568]: cluster 2024-09-17T01:46:20.422348+0000 mon.a (mon.0) 343 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-09-17T01:46:22.511 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:22 smithi107 bash[22796]: cluster 2024-09-17T01:46:21.300944+0000 mgr.a (mgr.14150) 125 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:22.576 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:22 smithi131 bash[24568]: cluster 2024-09-17T01:46:21.300944+0000 mgr.a (mgr.14150) 125 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:22.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:22 smithi175 bash[25028]: cluster 2024-09-17T01:46:21.300944+0000 mgr.a (mgr.14150) 125 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:24.693 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:24 smithi131 bash[24568]: cluster 2024-09-17T01:46:23.301447+0000 mgr.a (mgr.14150) 126 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:24.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:24 smithi107 bash[22796]: cluster 2024-09-17T01:46:23.301447+0000 mgr.a (mgr.14150) 126 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:24.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:24 smithi175 bash[25028]: cluster 2024-09-17T01:46:23.301447+0000 mgr.a (mgr.14150) 126 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:25.146 INFO:teuthology.orchestra.run.smithi131.stdout: 2024-09-17T01:46:25.179 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6522e52-7495-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi131:vg_nvme/lv_4 2024-09-17T01:46:26.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:26 smithi107 bash[22796]: cluster 2024-09-17T01:46:25.301905+0000 mgr.a (mgr.14150) 127 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:26.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:26 smithi107 bash[22796]: audit 2024-09-17T01:46:25.671757+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:46:26.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:26 smithi107 bash[22796]: audit 2024-09-17T01:46:25.680991+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:46:26.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:26 smithi107 bash[22796]: audit 2024-09-17T01:46:25.683384+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:46:26.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:26 smithi107 bash[22796]: audit 2024-09-17T01:46:25.691887+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:46:26.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:26 smithi107 bash[22796]: audit 2024-09-17T01:46:25.696394+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:46:26.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:26 smithi107 bash[22796]: audit 2024-09-17T01:46:25.697967+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:46:26.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:26 smithi107 bash[22796]: audit 2024-09-17T01:46:25.708629+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:46:26.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:26 smithi175 bash[25028]: cluster 2024-09-17T01:46:25.301905+0000 mgr.a (mgr.14150) 127 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:26.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:26 smithi175 bash[25028]: audit 2024-09-17T01:46:25.671757+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:46:26.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:26 smithi175 bash[25028]: audit 2024-09-17T01:46:25.680991+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:46:26.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:26 smithi175 bash[25028]: audit 2024-09-17T01:46:25.683384+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:46:26.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:26 smithi175 bash[25028]: audit 2024-09-17T01:46:25.691887+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:46:26.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:26 smithi175 bash[25028]: audit 2024-09-17T01:46:25.696394+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:46:26.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:26 smithi175 bash[25028]: audit 2024-09-17T01:46:25.697967+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:46:26.803 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:26 smithi175 bash[25028]: audit 2024-09-17T01:46:25.708629+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:46:26.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:26 smithi131 bash[24568]: cluster 2024-09-17T01:46:25.301905+0000 mgr.a (mgr.14150) 127 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:26.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:26 smithi131 bash[24568]: audit 2024-09-17T01:46:25.671757+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:46:26.827 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:26 smithi131 bash[24568]: audit 2024-09-17T01:46:25.680991+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:46:26.827 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:26 smithi131 bash[24568]: audit 2024-09-17T01:46:25.683384+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:46:26.827 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:26 smithi131 bash[24568]: audit 2024-09-17T01:46:25.691887+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:46:26.827 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:26 smithi131 bash[24568]: audit 2024-09-17T01:46:25.696394+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:46:26.827 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:26 smithi131 bash[24568]: audit 2024-09-17T01:46:25.697967+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:46:26.827 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:26 smithi131 bash[24568]: audit 2024-09-17T01:46:25.708629+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:46:27.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:27 smithi107 bash[22796]: cephadm 2024-09-17T01:46:25.663566+0000 mgr.a (mgr.14150) 128 : cephadm [INF] Detected new or changed devices on smithi107 2024-09-17T01:46:27.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:27 smithi107 bash[22796]: cephadm 2024-09-17T01:46:25.684644+0000 mgr.a (mgr.14150) 129 : cephadm [INF] Adjusting osd_memory_target on smithi107 to 17265M 2024-09-17T01:46:27.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:27 smithi175 bash[25028]: cephadm 2024-09-17T01:46:25.663566+0000 mgr.a (mgr.14150) 128 : cephadm [INF] Detected new or changed devices on smithi107 2024-09-17T01:46:27.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:27 smithi175 bash[25028]: cephadm 2024-09-17T01:46:25.684644+0000 mgr.a (mgr.14150) 129 : cephadm [INF] Adjusting osd_memory_target on smithi107 to 17265M 2024-09-17T01:46:27.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:27 smithi131 bash[24568]: cephadm 2024-09-17T01:46:25.663566+0000 mgr.a (mgr.14150) 128 : cephadm [INF] Detected new or changed devices on smithi107 2024-09-17T01:46:27.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:27 smithi131 bash[24568]: cephadm 2024-09-17T01:46:25.684644+0000 mgr.a (mgr.14150) 129 : cephadm [INF] Adjusting osd_memory_target on smithi107 to 17265M 2024-09-17T01:46:28.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:28 smithi107 bash[22796]: cluster 2024-09-17T01:46:27.302342+0000 mgr.a (mgr.14150) 130 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:28.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:28 smithi175 bash[25028]: cluster 2024-09-17T01:46:27.302342+0000 mgr.a (mgr.14150) 130 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:28.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:28 smithi131 bash[24568]: cluster 2024-09-17T01:46:27.302342+0000 mgr.a (mgr.14150) 130 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:29.905 INFO:teuthology.orchestra.run.smithi131.stderr:Inferring config /var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/mon.b/config 2024-09-17T01:46:30.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:30 smithi107 bash[22796]: cluster 2024-09-17T01:46:29.302799+0000 mgr.a (mgr.14150) 131 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:30.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:30 smithi175 bash[25028]: cluster 2024-09-17T01:46:29.302799+0000 mgr.a (mgr.14150) 131 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:30.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:30 smithi131 bash[24568]: cluster 2024-09-17T01:46:29.302799+0000 mgr.a (mgr.14150) 131 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:31.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:31 smithi107 bash[22796]: audit 2024-09-17T01:46:31.453878+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T01:46:31.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:31 smithi175 bash[25028]: audit 2024-09-17T01:46:31.453878+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T01:46:31.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:31 smithi131 bash[24568]: audit 2024-09-17T01:46:31.453878+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T01:46:32.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:32 smithi107 bash[22796]: cluster 2024-09-17T01:46:31.303276+0000 mgr.a (mgr.14150) 132 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:32.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:32 smithi107 bash[22796]: audit 2024-09-17T01:46:31.447200+0000 mgr.a (mgr.14150) 133 : audit [DBG] from='client.24122 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi131:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:46:32.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:32 smithi107 bash[22796]: audit 2024-09-17T01:46:31.464633+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T01:46:32.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:32 smithi107 bash[22796]: audit 2024-09-17T01:46:31.471596+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:46:32.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:32 smithi175 bash[25028]: cluster 2024-09-17T01:46:31.303276+0000 mgr.a (mgr.14150) 132 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:32.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:32 smithi175 bash[25028]: audit 2024-09-17T01:46:31.447200+0000 mgr.a (mgr.14150) 133 : audit [DBG] from='client.24122 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi131:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:46:32.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:32 smithi175 bash[25028]: audit 2024-09-17T01:46:31.464633+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T01:46:32.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:32 smithi175 bash[25028]: audit 2024-09-17T01:46:31.471596+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:46:32.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:32 smithi131 bash[24568]: cluster 2024-09-17T01:46:31.303276+0000 mgr.a (mgr.14150) 132 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:32.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:32 smithi131 bash[24568]: audit 2024-09-17T01:46:31.447200+0000 mgr.a (mgr.14150) 133 : audit [DBG] from='client.24122 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi131:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:46:32.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:32 smithi131 bash[24568]: audit 2024-09-17T01:46:31.464633+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T01:46:32.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:32 smithi131 bash[24568]: audit 2024-09-17T01:46:31.471596+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:46:34.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:34 smithi107 bash[22796]: cluster 2024-09-17T01:46:33.303729+0000 mgr.a (mgr.14150) 134 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:34.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:34 smithi175 bash[25028]: cluster 2024-09-17T01:46:33.303729+0000 mgr.a (mgr.14150) 134 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:34.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:34 smithi131 bash[24568]: cluster 2024-09-17T01:46:33.303729+0000 mgr.a (mgr.14150) 134 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:36.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:36 smithi107 bash[22796]: cluster 2024-09-17T01:46:35.304189+0000 mgr.a (mgr.14150) 135 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:36.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:36 smithi175 bash[25028]: cluster 2024-09-17T01:46:35.304189+0000 mgr.a (mgr.14150) 135 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:36.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:36 smithi131 bash[24568]: cluster 2024-09-17T01:46:35.304189+0000 mgr.a (mgr.14150) 135 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:38.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:38 smithi107 bash[22796]: cluster 2024-09-17T01:46:37.304623+0000 mgr.a (mgr.14150) 136 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:38.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:38 smithi175 bash[25028]: cluster 2024-09-17T01:46:37.304623+0000 mgr.a (mgr.14150) 136 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:38.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:38 smithi131 bash[24568]: cluster 2024-09-17T01:46:37.304623+0000 mgr.a (mgr.14150) 136 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:40.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:40 smithi107 bash[22796]: cluster 2024-09-17T01:46:39.305051+0000 mgr.a (mgr.14150) 137 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:40.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:40 smithi107 bash[22796]: audit 2024-09-17T01:46:39.881065+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.131:0/3082001328' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9deea469-2a1d-4387-85b1-63beb7f3527f"}]: dispatch 2024-09-17T01:46:40.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:40 smithi107 bash[22796]: audit 2024-09-17T01:46:39.881580+0000 mon.a (mon.0) 354 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9deea469-2a1d-4387-85b1-63beb7f3527f"}]: dispatch 2024-09-17T01:46:40.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:40 smithi107 bash[22796]: audit 2024-09-17T01:46:39.884640+0000 mon.a (mon.0) 355 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9deea469-2a1d-4387-85b1-63beb7f3527f"}]': finished 2024-09-17T01:46:40.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:40 smithi107 bash[22796]: cluster 2024-09-17T01:46:39.889428+0000 mon.a (mon.0) 356 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-17T01:46:40.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:40 smithi107 bash[22796]: audit 2024-09-17T01:46:39.890210+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:46:40.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:40 smithi175 bash[25028]: cluster 2024-09-17T01:46:39.305051+0000 mgr.a (mgr.14150) 137 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:40.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:40 smithi175 bash[25028]: audit 2024-09-17T01:46:39.881065+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.131:0/3082001328' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9deea469-2a1d-4387-85b1-63beb7f3527f"}]: dispatch 2024-09-17T01:46:40.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:40 smithi175 bash[25028]: audit 2024-09-17T01:46:39.881580+0000 mon.a (mon.0) 354 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9deea469-2a1d-4387-85b1-63beb7f3527f"}]: dispatch 2024-09-17T01:46:40.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:40 smithi175 bash[25028]: audit 2024-09-17T01:46:39.884640+0000 mon.a (mon.0) 355 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9deea469-2a1d-4387-85b1-63beb7f3527f"}]': finished 2024-09-17T01:46:40.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:40 smithi175 bash[25028]: cluster 2024-09-17T01:46:39.889428+0000 mon.a (mon.0) 356 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-17T01:46:40.803 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:40 smithi175 bash[25028]: audit 2024-09-17T01:46:39.890210+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:46:40.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:40 smithi131 bash[24568]: cluster 2024-09-17T01:46:39.305051+0000 mgr.a (mgr.14150) 137 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:40.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:40 smithi131 bash[24568]: audit 2024-09-17T01:46:39.881065+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.131:0/3082001328' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9deea469-2a1d-4387-85b1-63beb7f3527f"}]: dispatch 2024-09-17T01:46:40.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:40 smithi131 bash[24568]: audit 2024-09-17T01:46:39.881580+0000 mon.a (mon.0) 354 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9deea469-2a1d-4387-85b1-63beb7f3527f"}]: dispatch 2024-09-17T01:46:40.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:40 smithi131 bash[24568]: audit 2024-09-17T01:46:39.884640+0000 mon.a (mon.0) 355 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9deea469-2a1d-4387-85b1-63beb7f3527f"}]': finished 2024-09-17T01:46:40.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:40 smithi131 bash[24568]: cluster 2024-09-17T01:46:39.889428+0000 mon.a (mon.0) 356 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-09-17T01:46:40.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:40 smithi131 bash[24568]: audit 2024-09-17T01:46:39.890210+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:46:41.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:41 smithi107 bash[22796]: audit 2024-09-17T01:46:40.513278+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.131:0/2817128601' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T01:46:41.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:41 smithi175 bash[25028]: audit 2024-09-17T01:46:40.513278+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.131:0/2817128601' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T01:46:41.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:41 smithi131 bash[24568]: audit 2024-09-17T01:46:40.513278+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.131:0/2817128601' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T01:46:42.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:42 smithi107 bash[22796]: cluster 2024-09-17T01:46:41.305525+0000 mgr.a (mgr.14150) 138 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:42.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:42 smithi175 bash[25028]: cluster 2024-09-17T01:46:41.305525+0000 mgr.a (mgr.14150) 138 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:42.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:42 smithi131 bash[24568]: cluster 2024-09-17T01:46:41.305525+0000 mgr.a (mgr.14150) 138 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:44.576 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:44 smithi131 bash[24568]: cluster 2024-09-17T01:46:43.306013+0000 mgr.a (mgr.14150) 139 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:44.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:44 smithi107 bash[22796]: cluster 2024-09-17T01:46:43.306013+0000 mgr.a (mgr.14150) 139 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:44.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:44 smithi175 bash[25028]: cluster 2024-09-17T01:46:43.306013+0000 mgr.a (mgr.14150) 139 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:46.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:46 smithi107 bash[22796]: cluster 2024-09-17T01:46:45.306452+0000 mgr.a (mgr.14150) 140 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:46.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:46 smithi175 bash[25028]: cluster 2024-09-17T01:46:45.306452+0000 mgr.a (mgr.14150) 140 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:46.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:46 smithi131 bash[24568]: cluster 2024-09-17T01:46:45.306452+0000 mgr.a (mgr.14150) 140 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:48.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:48 smithi107 bash[22796]: cluster 2024-09-17T01:46:47.306877+0000 mgr.a (mgr.14150) 141 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:48.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:48 smithi175 bash[25028]: cluster 2024-09-17T01:46:47.306877+0000 mgr.a (mgr.14150) 141 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:48.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:48 smithi131 bash[24568]: cluster 2024-09-17T01:46:47.306877+0000 mgr.a (mgr.14150) 141 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:50.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:50 smithi107 bash[22796]: cluster 2024-09-17T01:46:49.307334+0000 mgr.a (mgr.14150) 142 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:50.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:50 smithi175 bash[25028]: cluster 2024-09-17T01:46:49.307334+0000 mgr.a (mgr.14150) 142 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:50.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:50 smithi131 bash[24568]: cluster 2024-09-17T01:46:49.307334+0000 mgr.a (mgr.14150) 142 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:51.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:51 smithi131 bash[24568]: cluster 2024-09-17T01:46:51.307820+0000 mgr.a (mgr.14150) 143 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:52.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:51 smithi107 bash[22796]: cluster 2024-09-17T01:46:51.307820+0000 mgr.a (mgr.14150) 143 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:52.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:51 smithi175 bash[25028]: cluster 2024-09-17T01:46:51.307820+0000 mgr.a (mgr.14150) 143 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:53.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:53 smithi107 bash[22796]: audit 2024-09-17T01:46:53.327348+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-17T01:46:53.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:53 smithi107 bash[22796]: audit 2024-09-17T01:46:53.329183+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:46:53.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:53 smithi175 bash[25028]: audit 2024-09-17T01:46:53.327348+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-17T01:46:53.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:53 smithi175 bash[25028]: audit 2024-09-17T01:46:53.329183+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:46:53.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:53 smithi131 bash[24568]: audit 2024-09-17T01:46:53.327348+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-17T01:46:53.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:53 smithi131 bash[24568]: audit 2024-09-17T01:46:53.329183+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:46:54.737 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:54 smithi131 bash[24568]: cluster 2024-09-17T01:46:53.308250+0000 mgr.a (mgr.14150) 144 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:54.738 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:54 smithi131 bash[24568]: cephadm 2024-09-17T01:46:53.330848+0000 mgr.a (mgr.14150) 145 : cephadm [INF] Deploying daemon osd.1 on smithi131 2024-09-17T01:46:54.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:54 smithi107 bash[22796]: cluster 2024-09-17T01:46:53.308250+0000 mgr.a (mgr.14150) 144 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:54.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:54 smithi107 bash[22796]: cephadm 2024-09-17T01:46:53.330848+0000 mgr.a (mgr.14150) 145 : cephadm [INF] Deploying daemon osd.1 on smithi131 2024-09-17T01:46:54.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:54 smithi175 bash[25028]: cluster 2024-09-17T01:46:53.308250+0000 mgr.a (mgr.14150) 144 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:54.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:54 smithi175 bash[25028]: cephadm 2024-09-17T01:46:53.330848+0000 mgr.a (mgr.14150) 145 : cephadm [INF] Deploying daemon osd.1 on smithi131 2024-09-17T01:46:56.613 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:56 smithi131 bash[24568]: cluster 2024-09-17T01:46:55.308713+0000 mgr.a (mgr.14150) 146 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:56.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:56 smithi107 bash[22796]: cluster 2024-09-17T01:46:55.308713+0000 mgr.a (mgr.14150) 146 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:56.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:56 smithi175 bash[25028]: cluster 2024-09-17T01:46:55.308713+0000 mgr.a (mgr.14150) 146 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:57.591 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:57 smithi131 systemd[1]: /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-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-09-17T01:46:57.592 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:46:57 smithi131 systemd[1]: /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-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-09-17T01:46:57.917 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:57 smithi131 systemd[1]: /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-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-09-17T01:46:57.917 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:46:57 smithi131 systemd[1]: /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-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-09-17T01:46:58.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:58 smithi107 bash[22796]: cluster 2024-09-17T01:46:57.309150+0000 mgr.a (mgr.14150) 147 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:58.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:58 smithi107 bash[22796]: audit 2024-09-17T01:46:57.853889+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:46:58.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:58 smithi107 bash[22796]: audit 2024-09-17T01:46:57.861991+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:46:58.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:46:58 smithi107 bash[22796]: audit 2024-09-17T01:46:57.869429+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:46:58.770 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:58 smithi131 bash[24568]: cluster 2024-09-17T01:46:57.309150+0000 mgr.a (mgr.14150) 147 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:58.771 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:58 smithi131 bash[24568]: audit 2024-09-17T01:46:57.853889+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:46:58.771 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:58 smithi131 bash[24568]: audit 2024-09-17T01:46:57.861991+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:46:58.771 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:46:58 smithi131 bash[24568]: audit 2024-09-17T01:46:57.869429+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:46:58.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:58 smithi175 bash[25028]: cluster 2024-09-17T01:46:57.309150+0000 mgr.a (mgr.14150) 147 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:46:58.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:58 smithi175 bash[25028]: audit 2024-09-17T01:46:57.853889+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:46:58.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:58 smithi175 bash[25028]: audit 2024-09-17T01:46:57.861991+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:46:58.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:46:58 smithi175 bash[25028]: audit 2024-09-17T01:46:57.869429+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:47:00.717 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:00 smithi131 bash[24568]: cluster 2024-09-17T01:46:59.309600+0000 mgr.a (mgr.14150) 148 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:47:00.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:00 smithi107 bash[22796]: cluster 2024-09-17T01:46:59.309600+0000 mgr.a (mgr.14150) 148 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:47:00.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:00 smithi175 bash[25028]: cluster 2024-09-17T01:46:59.309600+0000 mgr.a (mgr.14150) 148 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:47:02.575 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:02 smithi131 bash[24568]: cluster 2024-09-17T01:47:01.310037+0000 mgr.a (mgr.14150) 149 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:47:02.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:02 smithi107 bash[22796]: cluster 2024-09-17T01:47:01.310037+0000 mgr.a (mgr.14150) 149 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:47:02.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:02 smithi175 bash[25028]: cluster 2024-09-17T01:47:01.310037+0000 mgr.a (mgr.14150) 149 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:47:04.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:04 smithi107 bash[22796]: cluster 2024-09-17T01:47:03.310466+0000 mgr.a (mgr.14150) 150 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:47:04.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:04 smithi107 bash[22796]: audit 2024-09-17T01:47:04.192658+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:47:04.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:04 smithi107 bash[22796]: audit 2024-09-17T01:47:04.200379+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:47:04.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:04 smithi175 bash[25028]: cluster 2024-09-17T01:47:03.310466+0000 mgr.a (mgr.14150) 150 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:47:04.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:04 smithi175 bash[25028]: audit 2024-09-17T01:47:04.192658+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:47:04.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:04 smithi175 bash[25028]: audit 2024-09-17T01:47:04.200379+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:47:04.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:04 smithi131 bash[24568]: cluster 2024-09-17T01:47:03.310466+0000 mgr.a (mgr.14150) 150 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:47:04.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:04 smithi131 bash[24568]: audit 2024-09-17T01:47:04.192658+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:47:04.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:04 smithi131 bash[24568]: audit 2024-09-17T01:47:04.200379+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:47:05.576 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:05 smithi131 bash[24568]: audit 2024-09-17T01:47:04.905390+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:05.576 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:05 smithi131 bash[24568]: audit 2024-09-17T01:47:04.906727+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:47:05.576 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:05 smithi131 bash[24568]: audit 2024-09-17T01:47:04.915719+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:47:05.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:05 smithi107 bash[22796]: audit 2024-09-17T01:47:04.905390+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:05.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:05 smithi107 bash[22796]: audit 2024-09-17T01:47:04.906727+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:47:05.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:05 smithi107 bash[22796]: audit 2024-09-17T01:47:04.915719+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:47:05.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:05 smithi175 bash[25028]: audit 2024-09-17T01:47:04.905390+0000 mon.a (mon.0) 365 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:05.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:05 smithi175 bash[25028]: audit 2024-09-17T01:47:04.906727+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:47:05.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:05 smithi175 bash[25028]: audit 2024-09-17T01:47:04.915719+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:47:06.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:06 smithi107 bash[22796]: cluster 2024-09-17T01:47:05.310916+0000 mgr.a (mgr.14150) 151 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:47:06.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:06 smithi175 bash[25028]: cluster 2024-09-17T01:47:05.310916+0000 mgr.a (mgr.14150) 151 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:47:06.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:06 smithi131 bash[24568]: cluster 2024-09-17T01:47:05.310916+0000 mgr.a (mgr.14150) 151 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:47:08.663 INFO:teuthology.orchestra.run.smithi131.stdout:Created osd(s) 1 on host 'smithi131' 2024-09-17T01:47:08.681 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:08 smithi131 bash[24568]: cluster 2024-09-17T01:47:07.311334+0000 mgr.a (mgr.14150) 152 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:47:08.681 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:08 smithi131 bash[24568]: audit 2024-09-17T01:47:07.528586+0000 mon.a (mon.0) 368 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-17T01:47:08.681 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:08 smithi131 bash[24568]: audit 2024-09-17T01:47:07.528986+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.131:6800/2854746588,v1:172.21.15.131:6801/2854746588]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-17T01:47:08.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:08 smithi107 bash[22796]: cluster 2024-09-17T01:47:07.311334+0000 mgr.a (mgr.14150) 152 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:47:08.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:08 smithi107 bash[22796]: audit 2024-09-17T01:47:07.528586+0000 mon.a (mon.0) 368 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-17T01:47:08.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:08 smithi107 bash[22796]: audit 2024-09-17T01:47:07.528986+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.131:6800/2854746588,v1:172.21.15.131:6801/2854746588]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-17T01:47:08.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:08 smithi175 bash[25028]: cluster 2024-09-17T01:47:07.311334+0000 mgr.a (mgr.14150) 152 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:47:08.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:08 smithi175 bash[25028]: audit 2024-09-17T01:47:07.528586+0000 mon.a (mon.0) 368 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-17T01:47:08.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:08 smithi175 bash[25028]: audit 2024-09-17T01:47:07.528986+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.131:6800/2854746588,v1:172.21.15.131:6801/2854746588]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-17T01:47:09.378 DEBUG:teuthology.orchestra.run.smithi131:osd.1> sudo journalctl -f -n 0 -u ceph-e6522e52-7495-11ef-bceb-c7b262605968@osd.1.service 2024-09-17T01:47:09.381 INFO:tasks.cephadm:Deploying osd.2 on smithi175 with /dev/vg_nvme/lv_4... 2024-09-17T01:47:09.381 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6522e52-7495-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-17T01:47:09.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:09 smithi107 bash[22796]: audit 2024-09-17T01:47:08.412919+0000 mon.a (mon.0) 369 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-17T01:47:09.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:09 smithi107 bash[22796]: cluster 2024-09-17T01:47:08.417773+0000 mon.a (mon.0) 370 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-17T01:47:09.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:09 smithi107 bash[22796]: audit 2024-09-17T01:47:08.418545+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:47:09.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:09 smithi107 bash[22796]: audit 2024-09-17T01:47:08.419918+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.131:6800/2854746588,v1:172.21.15.131:6801/2854746588]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-09-17T01:47:09.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:09 smithi107 bash[22796]: audit 2024-09-17T01:47:08.426916+0000 mon.a (mon.0) 372 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-09-17T01:47:09.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:09 smithi107 bash[22796]: audit 2024-09-17T01:47:08.645672+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:47:09.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:09 smithi107 bash[22796]: audit 2024-09-17T01:47:08.653589+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:47:09.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:09 smithi107 bash[22796]: audit 2024-09-17T01:47:08.662686+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:47:09.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:09 smithi175 bash[25028]: audit 2024-09-17T01:47:08.412919+0000 mon.a (mon.0) 369 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-17T01:47:09.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:09 smithi175 bash[25028]: cluster 2024-09-17T01:47:08.417773+0000 mon.a (mon.0) 370 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-17T01:47:09.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:09 smithi175 bash[25028]: audit 2024-09-17T01:47:08.418545+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:47:09.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:09 smithi175 bash[25028]: audit 2024-09-17T01:47:08.419918+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.131:6800/2854746588,v1:172.21.15.131:6801/2854746588]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-09-17T01:47:09.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:09 smithi175 bash[25028]: audit 2024-09-17T01:47:08.426916+0000 mon.a (mon.0) 372 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-09-17T01:47:09.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:09 smithi175 bash[25028]: audit 2024-09-17T01:47:08.645672+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:47:09.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:09 smithi175 bash[25028]: audit 2024-09-17T01:47:08.653589+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:47:09.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:09 smithi175 bash[25028]: audit 2024-09-17T01:47:08.662686+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:47:09.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:09 smithi131 bash[24568]: audit 2024-09-17T01:47:08.412919+0000 mon.a (mon.0) 369 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-17T01:47:09.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:09 smithi131 bash[24568]: cluster 2024-09-17T01:47:08.417773+0000 mon.a (mon.0) 370 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-09-17T01:47:09.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:09 smithi131 bash[24568]: audit 2024-09-17T01:47:08.418545+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:47:09.827 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:09 smithi131 bash[24568]: audit 2024-09-17T01:47:08.419918+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.131:6800/2854746588,v1:172.21.15.131:6801/2854746588]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-09-17T01:47:09.827 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:09 smithi131 bash[24568]: audit 2024-09-17T01:47:08.426916+0000 mon.a (mon.0) 372 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]: dispatch 2024-09-17T01:47:09.827 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:09 smithi131 bash[24568]: audit 2024-09-17T01:47:08.645672+0000 mon.a (mon.0) 373 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:47:09.827 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:09 smithi131 bash[24568]: audit 2024-09-17T01:47:08.653589+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:47:09.827 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:09 smithi131 bash[24568]: audit 2024-09-17T01:47:08.662686+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:47:09.827 INFO:journalctl@ceph.osd.1.smithi131.stdout:Sep 17 01:47:09 smithi131 bash[27541]: debug 2024-09-17T01:47:09.463+0000 7ff2947ed640 -1 osd.1 0 waiting for initial osdmap 2024-09-17T01:47:09.827 INFO:journalctl@ceph.osd.1.smithi131.stdout:Sep 17 01:47:09 smithi131 bash[27541]: debug 2024-09-17T01:47:09.467+0000 7ff290615640 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T01:47:10.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:10 smithi107 bash[22796]: cluster 2024-09-17T01:47:09.311758+0000 mgr.a (mgr.14150) 153 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:47:10.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:10 smithi107 bash[22796]: audit 2024-09-17T01:47:09.423280+0000 mon.a (mon.0) 376 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]': finished 2024-09-17T01:47:10.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:10 smithi107 bash[22796]: cluster 2024-09-17T01:47:09.429749+0000 mon.a (mon.0) 377 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-17T01:47:10.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:10 smithi107 bash[22796]: audit 2024-09-17T01:47:09.430564+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:47:10.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:10 smithi107 bash[22796]: audit 2024-09-17T01:47:09.439886+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:47:10.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:10 smithi175 bash[25028]: cluster 2024-09-17T01:47:09.311758+0000 mgr.a (mgr.14150) 153 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:47:10.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:10 smithi175 bash[25028]: audit 2024-09-17T01:47:09.423280+0000 mon.a (mon.0) 376 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]': finished 2024-09-17T01:47:10.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:10 smithi175 bash[25028]: cluster 2024-09-17T01:47:09.429749+0000 mon.a (mon.0) 377 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-17T01:47:10.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:10 smithi175 bash[25028]: audit 2024-09-17T01:47:09.430564+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:47:10.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:10 smithi175 bash[25028]: audit 2024-09-17T01:47:09.439886+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:47:10.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:10 smithi131 bash[24568]: cluster 2024-09-17T01:47:09.311758+0000 mgr.a (mgr.14150) 153 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:47:10.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:10 smithi131 bash[24568]: audit 2024-09-17T01:47:09.423280+0000 mon.a (mon.0) 376 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi131", "root=default"]}]': finished 2024-09-17T01:47:10.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:10 smithi131 bash[24568]: cluster 2024-09-17T01:47:09.429749+0000 mon.a (mon.0) 377 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-09-17T01:47:10.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:10 smithi131 bash[24568]: audit 2024-09-17T01:47:09.430564+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:47:10.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:10 smithi131 bash[24568]: audit 2024-09-17T01:47:09.439886+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:47:11.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:11 smithi107 bash[22796]: cluster 2024-09-17T01:47:08.499546+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T01:47:11.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:11 smithi107 bash[22796]: cluster 2024-09-17T01:47:08.499669+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T01:47:11.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:11 smithi107 bash[22796]: audit 2024-09-17T01:47:10.433713+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:47:11.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:11 smithi107 bash[22796]: cluster 2024-09-17T01:47:10.442848+0000 mon.a (mon.0) 381 : cluster [INF] osd.1 [v2:172.21.15.131:6800/2854746588,v1:172.21.15.131:6801/2854746588] boot 2024-09-17T01:47:11.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:11 smithi107 bash[22796]: cluster 2024-09-17T01:47:10.442905+0000 mon.a (mon.0) 382 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-17T01:47:11.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:11 smithi107 bash[22796]: audit 2024-09-17T01:47:10.443445+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:47:11.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:11 smithi175 bash[25028]: cluster 2024-09-17T01:47:08.499546+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T01:47:11.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:11 smithi175 bash[25028]: cluster 2024-09-17T01:47:08.499669+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T01:47:11.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:11 smithi175 bash[25028]: audit 2024-09-17T01:47:10.433713+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:47:11.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:11 smithi175 bash[25028]: cluster 2024-09-17T01:47:10.442848+0000 mon.a (mon.0) 381 : cluster [INF] osd.1 [v2:172.21.15.131:6800/2854746588,v1:172.21.15.131:6801/2854746588] boot 2024-09-17T01:47:11.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:11 smithi175 bash[25028]: cluster 2024-09-17T01:47:10.442905+0000 mon.a (mon.0) 382 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-17T01:47:11.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:11 smithi175 bash[25028]: audit 2024-09-17T01:47:10.443445+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:47:11.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:11 smithi131 bash[24568]: cluster 2024-09-17T01:47:08.499546+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T01:47:11.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:11 smithi131 bash[24568]: cluster 2024-09-17T01:47:08.499669+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T01:47:11.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:11 smithi131 bash[24568]: audit 2024-09-17T01:47:10.433713+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:47:11.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:11 smithi131 bash[24568]: cluster 2024-09-17T01:47:10.442848+0000 mon.a (mon.0) 381 : cluster [INF] osd.1 [v2:172.21.15.131:6800/2854746588,v1:172.21.15.131:6801/2854746588] boot 2024-09-17T01:47:11.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:11 smithi131 bash[24568]: cluster 2024-09-17T01:47:10.442905+0000 mon.a (mon.0) 382 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-09-17T01:47:11.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:11 smithi131 bash[24568]: audit 2024-09-17T01:47:10.443445+0000 mon.a (mon.0) 383 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:47:12.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:12 smithi107 bash[22796]: cluster 2024-09-17T01:47:11.312257+0000 mgr.a (mgr.14150) 154 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:47:12.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:12 smithi107 bash[22796]: cluster 2024-09-17T01:47:11.459243+0000 mon.a (mon.0) 384 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-17T01:47:12.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:12 smithi175 bash[25028]: cluster 2024-09-17T01:47:11.312257+0000 mgr.a (mgr.14150) 154 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:47:12.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:12 smithi175 bash[25028]: cluster 2024-09-17T01:47:11.459243+0000 mon.a (mon.0) 384 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-17T01:47:12.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:12 smithi131 bash[24568]: cluster 2024-09-17T01:47:11.312257+0000 mgr.a (mgr.14150) 154 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T01:47:12.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:12 smithi131 bash[24568]: cluster 2024-09-17T01:47:11.459243+0000 mon.a (mon.0) 384 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-09-17T01:47:13.099 INFO:teuthology.orchestra.run.smithi175.stderr:Inferring config /var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T01:47:14.711 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:14 smithi131 bash[24568]: cluster 2024-09-17T01:47:13.312740+0000 mgr.a (mgr.14150) 155 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:14.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:14 smithi107 bash[22796]: cluster 2024-09-17T01:47:13.312740+0000 mgr.a (mgr.14150) 155 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:14.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:14 smithi175 bash[25028]: cluster 2024-09-17T01:47:13.312740+0000 mgr.a (mgr.14150) 155 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:16.575 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:16 smithi131 bash[24568]: cluster 2024-09-17T01:47:15.313209+0000 mgr.a (mgr.14150) 156 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:16.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:16 smithi107 bash[22796]: cluster 2024-09-17T01:47:15.313209+0000 mgr.a (mgr.14150) 156 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:16.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:16 smithi175 bash[25028]: cluster 2024-09-17T01:47:15.313209+0000 mgr.a (mgr.14150) 156 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:16.838 INFO:teuthology.orchestra.run.smithi175.stdout: 2024-09-17T01:47:16.870 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6522e52-7495-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi175:vg_nvme/lv_4 2024-09-17T01:47:18.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:18 smithi107 bash[22796]: cluster 2024-09-17T01:47:17.313701+0000 mgr.a (mgr.14150) 157 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:18.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:18 smithi107 bash[22796]: audit 2024-09-17T01:47:18.028752+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:47:18.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:18 smithi107 bash[22796]: audit 2024-09-17T01:47:18.036644+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:47:18.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:18 smithi107 bash[22796]: audit 2024-09-17T01:47:18.039232+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:47:18.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:18 smithi107 bash[22796]: audit 2024-09-17T01:47:18.046509+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:47:18.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:18 smithi107 bash[22796]: audit 2024-09-17T01:47:18.050699+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:18.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:18 smithi107 bash[22796]: audit 2024-09-17T01:47:18.052485+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:47:18.763 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:18 smithi107 bash[22796]: audit 2024-09-17T01:47:18.062305+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:47:18.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:18 smithi175 bash[25028]: cluster 2024-09-17T01:47:17.313701+0000 mgr.a (mgr.14150) 157 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:18.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:18 smithi175 bash[25028]: audit 2024-09-17T01:47:18.028752+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:47:18.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:18 smithi175 bash[25028]: audit 2024-09-17T01:47:18.036644+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:47:18.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:18 smithi175 bash[25028]: audit 2024-09-17T01:47:18.039232+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:47:18.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:18 smithi175 bash[25028]: audit 2024-09-17T01:47:18.046509+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:47:18.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:18 smithi175 bash[25028]: audit 2024-09-17T01:47:18.050699+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:18.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:18 smithi175 bash[25028]: audit 2024-09-17T01:47:18.052485+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:47:18.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:18 smithi175 bash[25028]: audit 2024-09-17T01:47:18.062305+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:47:18.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:18 smithi131 bash[24568]: cluster 2024-09-17T01:47:17.313701+0000 mgr.a (mgr.14150) 157 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:18.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:18 smithi131 bash[24568]: audit 2024-09-17T01:47:18.028752+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:47:18.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:18 smithi131 bash[24568]: audit 2024-09-17T01:47:18.036644+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:47:18.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:18 smithi131 bash[24568]: audit 2024-09-17T01:47:18.039232+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:47:18.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:18 smithi131 bash[24568]: audit 2024-09-17T01:47:18.046509+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:47:18.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:18 smithi131 bash[24568]: audit 2024-09-17T01:47:18.050699+0000 mon.a (mon.0) 389 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:18.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:18 smithi131 bash[24568]: audit 2024-09-17T01:47:18.052485+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:47:18.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:18 smithi131 bash[24568]: audit 2024-09-17T01:47:18.062305+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:47:19.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:19 smithi107 bash[22796]: cephadm 2024-09-17T01:47:18.020888+0000 mgr.a (mgr.14150) 158 : cephadm [INF] Detected new or changed devices on smithi131 2024-09-17T01:47:19.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:19 smithi107 bash[22796]: cephadm 2024-09-17T01:47:18.040555+0000 mgr.a (mgr.14150) 159 : cephadm [INF] Adjusting osd_memory_target on smithi131 to 17265M 2024-09-17T01:47:19.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:19 smithi175 bash[25028]: cephadm 2024-09-17T01:47:18.020888+0000 mgr.a (mgr.14150) 158 : cephadm [INF] Detected new or changed devices on smithi131 2024-09-17T01:47:19.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:19 smithi175 bash[25028]: cephadm 2024-09-17T01:47:18.040555+0000 mgr.a (mgr.14150) 159 : cephadm [INF] Adjusting osd_memory_target on smithi131 to 17265M 2024-09-17T01:47:19.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:19 smithi131 bash[24568]: cephadm 2024-09-17T01:47:18.020888+0000 mgr.a (mgr.14150) 158 : cephadm [INF] Detected new or changed devices on smithi131 2024-09-17T01:47:19.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:19 smithi131 bash[24568]: cephadm 2024-09-17T01:47:18.040555+0000 mgr.a (mgr.14150) 159 : cephadm [INF] Adjusting osd_memory_target on smithi131 to 17265M 2024-09-17T01:47:20.577 INFO:teuthology.orchestra.run.smithi175.stderr:Inferring config /var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T01:47:20.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:20 smithi107 bash[22796]: cluster 2024-09-17T01:47:19.314089+0000 mgr.a (mgr.14150) 160 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:20.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:20 smithi175 bash[25028]: cluster 2024-09-17T01:47:19.314089+0000 mgr.a (mgr.14150) 160 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:20.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:20 smithi131 bash[24568]: cluster 2024-09-17T01:47:19.314089+0000 mgr.a (mgr.14150) 160 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:22.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:22 smithi107 bash[22796]: cluster 2024-09-17T01:47:21.314551+0000 mgr.a (mgr.14150) 161 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:22.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:22 smithi107 bash[22796]: audit 2024-09-17T01:47:21.924497+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T01:47:22.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:22 smithi107 bash[22796]: audit 2024-09-17T01:47:21.930603+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T01:47:22.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:22 smithi107 bash[22796]: audit 2024-09-17T01:47:21.932308+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:22.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:22 smithi175 bash[25028]: cluster 2024-09-17T01:47:21.314551+0000 mgr.a (mgr.14150) 161 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:22.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:22 smithi175 bash[25028]: audit 2024-09-17T01:47:21.924497+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T01:47:22.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:22 smithi175 bash[25028]: audit 2024-09-17T01:47:21.930603+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T01:47:22.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:22 smithi175 bash[25028]: audit 2024-09-17T01:47:21.932308+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:22.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:22 smithi131 bash[24568]: cluster 2024-09-17T01:47:21.314551+0000 mgr.a (mgr.14150) 161 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:22.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:22 smithi131 bash[24568]: audit 2024-09-17T01:47:21.924497+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T01:47:22.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:22 smithi131 bash[24568]: audit 2024-09-17T01:47:21.930603+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T01:47:22.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:22 smithi131 bash[24568]: audit 2024-09-17T01:47:21.932308+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:23.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:23 smithi107 bash[22796]: audit 2024-09-17T01:47:21.917732+0000 mgr.a (mgr.14150) 162 : audit [DBG] from='client.24151 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi175:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:47:23.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:23 smithi175 bash[25028]: audit 2024-09-17T01:47:21.917732+0000 mgr.a (mgr.14150) 162 : audit [DBG] from='client.24151 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi175:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:47:23.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:23 smithi131 bash[24568]: audit 2024-09-17T01:47:21.917732+0000 mgr.a (mgr.14150) 162 : audit [DBG] from='client.24151 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi175:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:47:24.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:24 smithi107 bash[22796]: cluster 2024-09-17T01:47:23.315010+0000 mgr.a (mgr.14150) 163 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:24.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:24 smithi175 bash[25028]: cluster 2024-09-17T01:47:23.315010+0000 mgr.a (mgr.14150) 163 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:24.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:24 smithi131 bash[24568]: cluster 2024-09-17T01:47:23.315010+0000 mgr.a (mgr.14150) 163 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:26.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:26 smithi107 bash[22796]: cluster 2024-09-17T01:47:25.315450+0000 mgr.a (mgr.14150) 164 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:26.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:26 smithi175 bash[25028]: cluster 2024-09-17T01:47:25.315450+0000 mgr.a (mgr.14150) 164 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:26.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:26 smithi131 bash[24568]: cluster 2024-09-17T01:47:25.315450+0000 mgr.a (mgr.14150) 164 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:28.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:28 smithi107 bash[22796]: cluster 2024-09-17T01:47:27.315890+0000 mgr.a (mgr.14150) 165 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:28.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:28 smithi175 bash[25028]: cluster 2024-09-17T01:47:27.315890+0000 mgr.a (mgr.14150) 165 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:28.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:28 smithi131 bash[24568]: cluster 2024-09-17T01:47:27.315890+0000 mgr.a (mgr.14150) 165 : cluster [DBG] pgmap v118: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:30.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:30 smithi107 bash[22796]: cluster 2024-09-17T01:47:29.316339+0000 mgr.a (mgr.14150) 166 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:30.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:30 smithi107 bash[22796]: audit 2024-09-17T01:47:30.256957+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.175:0/2009223651' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0c272860-3d91-44ec-9a66-04ab77bfd0ee"}]: dispatch 2024-09-17T01:47:30.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:30 smithi107 bash[22796]: audit 2024-09-17T01:47:30.257356+0000 mon.a (mon.0) 395 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0c272860-3d91-44ec-9a66-04ab77bfd0ee"}]: dispatch 2024-09-17T01:47:30.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:30 smithi107 bash[22796]: audit 2024-09-17T01:47:30.260480+0000 mon.a (mon.0) 396 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0c272860-3d91-44ec-9a66-04ab77bfd0ee"}]': finished 2024-09-17T01:47:30.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:30 smithi107 bash[22796]: cluster 2024-09-17T01:47:30.265495+0000 mon.a (mon.0) 397 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-17T01:47:30.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:30 smithi107 bash[22796]: audit 2024-09-17T01:47:30.265995+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:47:30.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:30 smithi175 bash[25028]: cluster 2024-09-17T01:47:29.316339+0000 mgr.a (mgr.14150) 166 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:30.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:30 smithi175 bash[25028]: audit 2024-09-17T01:47:30.256957+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.175:0/2009223651' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0c272860-3d91-44ec-9a66-04ab77bfd0ee"}]: dispatch 2024-09-17T01:47:30.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:30 smithi175 bash[25028]: audit 2024-09-17T01:47:30.257356+0000 mon.a (mon.0) 395 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0c272860-3d91-44ec-9a66-04ab77bfd0ee"}]: dispatch 2024-09-17T01:47:30.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:30 smithi175 bash[25028]: audit 2024-09-17T01:47:30.260480+0000 mon.a (mon.0) 396 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0c272860-3d91-44ec-9a66-04ab77bfd0ee"}]': finished 2024-09-17T01:47:30.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:30 smithi175 bash[25028]: cluster 2024-09-17T01:47:30.265495+0000 mon.a (mon.0) 397 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-17T01:47:30.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:30 smithi175 bash[25028]: audit 2024-09-17T01:47:30.265995+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:47:30.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:30 smithi131 bash[24568]: cluster 2024-09-17T01:47:29.316339+0000 mgr.a (mgr.14150) 166 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:30.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:30 smithi131 bash[24568]: audit 2024-09-17T01:47:30.256957+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.175:0/2009223651' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0c272860-3d91-44ec-9a66-04ab77bfd0ee"}]: dispatch 2024-09-17T01:47:30.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:30 smithi131 bash[24568]: audit 2024-09-17T01:47:30.257356+0000 mon.a (mon.0) 395 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0c272860-3d91-44ec-9a66-04ab77bfd0ee"}]: dispatch 2024-09-17T01:47:30.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:30 smithi131 bash[24568]: audit 2024-09-17T01:47:30.260480+0000 mon.a (mon.0) 396 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0c272860-3d91-44ec-9a66-04ab77bfd0ee"}]': finished 2024-09-17T01:47:30.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:30 smithi131 bash[24568]: cluster 2024-09-17T01:47:30.265495+0000 mon.a (mon.0) 397 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-09-17T01:47:30.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:30 smithi131 bash[24568]: audit 2024-09-17T01:47:30.265995+0000 mon.a (mon.0) 398 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:47:31.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:31 smithi107 bash[22796]: audit 2024-09-17T01:47:30.853631+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.175:0/2020853420' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T01:47:31.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:31 smithi175 bash[25028]: audit 2024-09-17T01:47:30.853631+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.175:0/2020853420' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T01:47:31.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:31 smithi131 bash[24568]: audit 2024-09-17T01:47:30.853631+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.175:0/2020853420' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T01:47:32.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:32 smithi175 bash[25028]: cluster 2024-09-17T01:47:31.316813+0000 mgr.a (mgr.14150) 167 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:32.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:32 smithi131 bash[24568]: cluster 2024-09-17T01:47:31.316813+0000 mgr.a (mgr.14150) 167 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:33.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:32 smithi107 bash[22796]: cluster 2024-09-17T01:47:31.316813+0000 mgr.a (mgr.14150) 167 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:33.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:33 smithi131 bash[24568]: cluster 2024-09-17T01:47:33.317280+0000 mgr.a (mgr.14150) 168 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:34.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:33 smithi107 bash[22796]: cluster 2024-09-17T01:47:33.317280+0000 mgr.a (mgr.14150) 168 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:34.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:33 smithi175 bash[25028]: cluster 2024-09-17T01:47:33.317280+0000 mgr.a (mgr.14150) 168 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:36.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:36 smithi107 bash[22796]: cluster 2024-09-17T01:47:35.317748+0000 mgr.a (mgr.14150) 169 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:36.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:36 smithi175 bash[25028]: cluster 2024-09-17T01:47:35.317748+0000 mgr.a (mgr.14150) 169 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:36.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:36 smithi131 bash[24568]: cluster 2024-09-17T01:47:35.317748+0000 mgr.a (mgr.14150) 169 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:38.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:38 smithi107 bash[22796]: cluster 2024-09-17T01:47:37.318224+0000 mgr.a (mgr.14150) 170 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:38.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:38 smithi175 bash[25028]: cluster 2024-09-17T01:47:37.318224+0000 mgr.a (mgr.14150) 170 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:38.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:38 smithi131 bash[24568]: cluster 2024-09-17T01:47:37.318224+0000 mgr.a (mgr.14150) 170 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:40.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:40 smithi107 bash[22796]: cluster 2024-09-17T01:47:39.318704+0000 mgr.a (mgr.14150) 171 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:40.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:40 smithi175 bash[25028]: cluster 2024-09-17T01:47:39.318704+0000 mgr.a (mgr.14150) 171 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:40.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:40 smithi131 bash[24568]: cluster 2024-09-17T01:47:39.318704+0000 mgr.a (mgr.14150) 171 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:42.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:42 smithi107 bash[22796]: cluster 2024-09-17T01:47:41.319169+0000 mgr.a (mgr.14150) 172 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:42.787 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:42 smithi175 bash[25028]: cluster 2024-09-17T01:47:41.319169+0000 mgr.a (mgr.14150) 172 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:42.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:42 smithi131 bash[24568]: cluster 2024-09-17T01:47:41.319169+0000 mgr.a (mgr.14150) 172 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:44.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:44 smithi107 bash[22796]: cluster 2024-09-17T01:47:43.319628+0000 mgr.a (mgr.14150) 173 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:44.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:44 smithi107 bash[22796]: audit 2024-09-17T01:47:43.391295+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-17T01:47:44.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:44 smithi107 bash[22796]: audit 2024-09-17T01:47:43.393164+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:44.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:44 smithi107 bash[22796]: cephadm 2024-09-17T01:47:43.394681+0000 mgr.a (mgr.14150) 174 : cephadm [INF] Deploying daemon osd.2 on smithi175 2024-09-17T01:47:44.771 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:44 smithi175 bash[25028]: cluster 2024-09-17T01:47:43.319628+0000 mgr.a (mgr.14150) 173 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:44.771 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:44 smithi175 bash[25028]: audit 2024-09-17T01:47:43.391295+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-17T01:47:44.771 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:44 smithi175 bash[25028]: audit 2024-09-17T01:47:43.393164+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:44.772 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:44 smithi175 bash[25028]: cephadm 2024-09-17T01:47:43.394681+0000 mgr.a (mgr.14150) 174 : cephadm [INF] Deploying daemon osd.2 on smithi175 2024-09-17T01:47:44.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:44 smithi131 bash[24568]: cluster 2024-09-17T01:47:43.319628+0000 mgr.a (mgr.14150) 173 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:44.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:44 smithi131 bash[24568]: audit 2024-09-17T01:47:43.391295+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-17T01:47:44.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:44 smithi131 bash[24568]: audit 2024-09-17T01:47:43.393164+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:44.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:44 smithi131 bash[24568]: cephadm 2024-09-17T01:47:43.394681+0000 mgr.a (mgr.14150) 174 : cephadm [INF] Deploying daemon osd.2 on smithi175 2024-09-17T01:47:46.598 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:46 smithi175 bash[25028]: cluster 2024-09-17T01:47:45.320074+0000 mgr.a (mgr.14150) 175 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:46.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:46 smithi107 bash[22796]: cluster 2024-09-17T01:47:45.320074+0000 mgr.a (mgr.14150) 175 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:46.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:46 smithi131 bash[24568]: cluster 2024-09-17T01:47:45.320074+0000 mgr.a (mgr.14150) 175 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:47.698 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:47 smithi175 systemd[1]: /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-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-09-17T01:47:48.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:47 smithi175 systemd[1]: /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-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-09-17T01:47:48.680 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:48 smithi175 bash[25028]: cluster 2024-09-17T01:47:47.320580+0000 mgr.a (mgr.14150) 176 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:48.680 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:48 smithi175 bash[25028]: audit 2024-09-17T01:47:47.842477+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:47:48.680 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:48 smithi175 bash[25028]: audit 2024-09-17T01:47:47.849602+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:47:48.680 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:48 smithi175 bash[25028]: audit 2024-09-17T01:47:47.856947+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:47:48.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:48 smithi107 bash[22796]: cluster 2024-09-17T01:47:47.320580+0000 mgr.a (mgr.14150) 176 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:48.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:48 smithi107 bash[22796]: audit 2024-09-17T01:47:47.842477+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:47:48.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:48 smithi107 bash[22796]: audit 2024-09-17T01:47:47.849602+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:47:48.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:48 smithi107 bash[22796]: audit 2024-09-17T01:47:47.856947+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:47:48.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:48 smithi131 bash[24568]: cluster 2024-09-17T01:47:47.320580+0000 mgr.a (mgr.14150) 176 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:48.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:48 smithi131 bash[24568]: audit 2024-09-17T01:47:47.842477+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:47:48.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:48 smithi131 bash[24568]: audit 2024-09-17T01:47:47.849602+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:47:48.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:48 smithi131 bash[24568]: audit 2024-09-17T01:47:47.856947+0000 mon.a (mon.0) 403 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:47:50.551 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:50 smithi175 bash[25028]: cluster 2024-09-17T01:47:49.321038+0000 mgr.a (mgr.14150) 177 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:50.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:50 smithi107 bash[22796]: cluster 2024-09-17T01:47:49.321038+0000 mgr.a (mgr.14150) 177 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:50.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:50 smithi131 bash[24568]: cluster 2024-09-17T01:47:49.321038+0000 mgr.a (mgr.14150) 177 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:52.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:52 smithi107 bash[22796]: cluster 2024-09-17T01:47:51.321500+0000 mgr.a (mgr.14150) 178 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:52.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:52 smithi175 bash[25028]: cluster 2024-09-17T01:47:51.321500+0000 mgr.a (mgr.14150) 178 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:52.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:52 smithi131 bash[24568]: cluster 2024-09-17T01:47:51.321500+0000 mgr.a (mgr.14150) 178 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:54.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:54 smithi107 bash[22796]: cluster 2024-09-17T01:47:53.321972+0000 mgr.a (mgr.14150) 179 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:54.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:54 smithi107 bash[22796]: audit 2024-09-17T01:47:54.174201+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:47:54.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:54 smithi107 bash[22796]: audit 2024-09-17T01:47:54.183247+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:47:54.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:54 smithi107 bash[22796]: audit 2024-09-17T01:47:54.184837+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:54.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:54 smithi107 bash[22796]: audit 2024-09-17T01:47:54.186545+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:47:54.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:54 smithi107 bash[22796]: audit 2024-09-17T01:47:54.195648+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:47:54.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:54 smithi175 bash[25028]: cluster 2024-09-17T01:47:53.321972+0000 mgr.a (mgr.14150) 179 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:54.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:54 smithi175 bash[25028]: audit 2024-09-17T01:47:54.174201+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:47:54.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:54 smithi175 bash[25028]: audit 2024-09-17T01:47:54.183247+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:47:54.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:54 smithi175 bash[25028]: audit 2024-09-17T01:47:54.184837+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:54.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:54 smithi175 bash[25028]: audit 2024-09-17T01:47:54.186545+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:47:54.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:54 smithi175 bash[25028]: audit 2024-09-17T01:47:54.195648+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:47:54.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:54 smithi131 bash[24568]: cluster 2024-09-17T01:47:53.321972+0000 mgr.a (mgr.14150) 179 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:54.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:54 smithi131 bash[24568]: audit 2024-09-17T01:47:54.174201+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:47:54.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:54 smithi131 bash[24568]: audit 2024-09-17T01:47:54.183247+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:47:54.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:54 smithi131 bash[24568]: audit 2024-09-17T01:47:54.184837+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:47:54.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:54 smithi131 bash[24568]: audit 2024-09-17T01:47:54.186545+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:47:54.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:54 smithi131 bash[24568]: audit 2024-09-17T01:47:54.195648+0000 mon.a (mon.0) 408 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:47:56.702 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:56 smithi175 bash[25028]: cluster 2024-09-17T01:47:55.322375+0000 mgr.a (mgr.14150) 180 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:56.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:56 smithi107 bash[22796]: cluster 2024-09-17T01:47:55.322375+0000 mgr.a (mgr.14150) 180 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:56.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:56 smithi131 bash[24568]: cluster 2024-09-17T01:47:55.322375+0000 mgr.a (mgr.14150) 180 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:57.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:57 smithi107 bash[22796]: audit 2024-09-17T01:47:56.719337+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.175:6800/1981631694,v1:172.21.15.175:6801/1981631694]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-17T01:47:57.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:57 smithi107 bash[22796]: audit 2024-09-17T01:47:56.719721+0000 mon.a (mon.0) 409 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-17T01:47:57.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:57 smithi175 bash[25028]: audit 2024-09-17T01:47:56.719337+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.175:6800/1981631694,v1:172.21.15.175:6801/1981631694]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-17T01:47:57.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:57 smithi175 bash[25028]: audit 2024-09-17T01:47:56.719721+0000 mon.a (mon.0) 409 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-17T01:47:57.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:57 smithi131 bash[24568]: audit 2024-09-17T01:47:56.719337+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.175:6800/1981631694,v1:172.21.15.175:6801/1981631694]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-17T01:47:57.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:57 smithi131 bash[24568]: audit 2024-09-17T01:47:56.719721+0000 mon.a (mon.0) 409 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-17T01:47:58.727 INFO:teuthology.orchestra.run.smithi175.stdout:Created osd(s) 2 on host 'smithi175' 2024-09-17T01:47:58.744 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:58 smithi175 bash[25028]: cluster 2024-09-17T01:47:57.322863+0000 mgr.a (mgr.14150) 181 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:58.745 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:58 smithi175 bash[25028]: audit 2024-09-17T01:47:57.420973+0000 mon.a (mon.0) 410 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-17T01:47:58.745 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:58 smithi175 bash[25028]: cluster 2024-09-17T01:47:57.426757+0000 mon.a (mon.0) 411 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-17T01:47:58.745 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:58 smithi175 bash[25028]: audit 2024-09-17T01:47:57.427226+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:47:58.745 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:58 smithi175 bash[25028]: audit 2024-09-17T01:47:57.432101+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.175:6800/1981631694,v1:172.21.15.175:6801/1981631694]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2024-09-17T01:47:58.745 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:58 smithi175 bash[25028]: audit 2024-09-17T01:47:57.432410+0000 mon.a (mon.0) 413 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2024-09-17T01:47:58.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:58 smithi107 bash[22796]: cluster 2024-09-17T01:47:57.322863+0000 mgr.a (mgr.14150) 181 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:58.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:58 smithi107 bash[22796]: audit 2024-09-17T01:47:57.420973+0000 mon.a (mon.0) 410 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-17T01:47:58.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:58 smithi107 bash[22796]: cluster 2024-09-17T01:47:57.426757+0000 mon.a (mon.0) 411 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-17T01:47:58.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:58 smithi107 bash[22796]: audit 2024-09-17T01:47:57.427226+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:47:58.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:58 smithi107 bash[22796]: audit 2024-09-17T01:47:57.432101+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.175:6800/1981631694,v1:172.21.15.175:6801/1981631694]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2024-09-17T01:47:58.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:58 smithi107 bash[22796]: audit 2024-09-17T01:47:57.432410+0000 mon.a (mon.0) 413 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2024-09-17T01:47:58.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:58 smithi131 bash[24568]: cluster 2024-09-17T01:47:57.322863+0000 mgr.a (mgr.14150) 181 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:47:58.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:58 smithi131 bash[24568]: audit 2024-09-17T01:47:57.420973+0000 mon.a (mon.0) 410 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-17T01:47:58.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:58 smithi131 bash[24568]: cluster 2024-09-17T01:47:57.426757+0000 mon.a (mon.0) 411 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-09-17T01:47:58.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:58 smithi131 bash[24568]: audit 2024-09-17T01:47:57.427226+0000 mon.a (mon.0) 412 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:47:58.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:58 smithi131 bash[24568]: audit 2024-09-17T01:47:57.432101+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.175:6800/1981631694,v1:172.21.15.175:6801/1981631694]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2024-09-17T01:47:58.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:58 smithi131 bash[24568]: audit 2024-09-17T01:47:57.432410+0000 mon.a (mon.0) 413 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]: dispatch 2024-09-17T01:47:59.401 DEBUG:teuthology.orchestra.run.smithi175:osd.2> sudo journalctl -f -n 0 -u ceph-e6522e52-7495-11ef-bceb-c7b262605968@osd.2.service 2024-09-17T01:47:59.403 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-09-17T01:47:59.404 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6522e52-7495-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T01:47:59.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:59 smithi107 bash[22796]: audit 2024-09-17T01:47:58.423440+0000 mon.a (mon.0) 414 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]': finished 2024-09-17T01:47:59.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:59 smithi107 bash[22796]: cluster 2024-09-17T01:47:58.428800+0000 mon.a (mon.0) 415 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-17T01:47:59.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:59 smithi107 bash[22796]: audit 2024-09-17T01:47:58.429663+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:47:59.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:59 smithi107 bash[22796]: audit 2024-09-17T01:47:58.438810+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:47:59.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:59 smithi107 bash[22796]: audit 2024-09-17T01:47:58.711428+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:47:59.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:59 smithi107 bash[22796]: audit 2024-09-17T01:47:58.718563+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:47:59.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:47:59 smithi107 bash[22796]: audit 2024-09-17T01:47:58.726170+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:47:59.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:59 smithi175 bash[25028]: audit 2024-09-17T01:47:58.423440+0000 mon.a (mon.0) 414 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]': finished 2024-09-17T01:47:59.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:59 smithi175 bash[25028]: cluster 2024-09-17T01:47:58.428800+0000 mon.a (mon.0) 415 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-17T01:47:59.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:59 smithi175 bash[25028]: audit 2024-09-17T01:47:58.429663+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:47:59.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:59 smithi175 bash[25028]: audit 2024-09-17T01:47:58.438810+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:47:59.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:59 smithi175 bash[25028]: audit 2024-09-17T01:47:58.711428+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:47:59.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:59 smithi175 bash[25028]: audit 2024-09-17T01:47:58.718563+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:47:59.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:47:59 smithi175 bash[25028]: audit 2024-09-17T01:47:58.726170+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:47:59.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:59 smithi131 bash[24568]: audit 2024-09-17T01:47:58.423440+0000 mon.a (mon.0) 414 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi175", "root=default"]}]': finished 2024-09-17T01:47:59.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:59 smithi131 bash[24568]: cluster 2024-09-17T01:47:58.428800+0000 mon.a (mon.0) 415 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-09-17T01:47:59.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:59 smithi131 bash[24568]: audit 2024-09-17T01:47:58.429663+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:47:59.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:59 smithi131 bash[24568]: audit 2024-09-17T01:47:58.438810+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:47:59.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:59 smithi131 bash[24568]: audit 2024-09-17T01:47:58.711428+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:47:59.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:59 smithi131 bash[24568]: audit 2024-09-17T01:47:58.718563+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:47:59.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:47:59 smithi131 bash[24568]: audit 2024-09-17T01:47:58.726170+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:48:00.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:00 smithi107 bash[22796]: cluster 2024-09-17T01:47:57.690653+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T01:48:00.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:00 smithi107 bash[22796]: cluster 2024-09-17T01:47:57.690749+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T01:48:00.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:00 smithi107 bash[22796]: cluster 2024-09-17T01:47:59.323306+0000 mgr.a (mgr.14150) 182 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:48:00.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:00 smithi107 bash[22796]: cluster 2024-09-17T01:47:59.441730+0000 mon.a (mon.0) 421 : cluster [INF] osd.2 [v2:172.21.15.175:6800/1981631694,v1:172.21.15.175:6801/1981631694] boot 2024-09-17T01:48:00.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:00 smithi107 bash[22796]: cluster 2024-09-17T01:47:59.441796+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-17T01:48:00.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:00 smithi107 bash[22796]: audit 2024-09-17T01:47:59.442368+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:48:00.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:00 smithi175 bash[25028]: cluster 2024-09-17T01:47:57.690653+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T01:48:00.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:00 smithi175 bash[25028]: cluster 2024-09-17T01:47:57.690749+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T01:48:00.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:00 smithi175 bash[25028]: cluster 2024-09-17T01:47:59.323306+0000 mgr.a (mgr.14150) 182 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:48:00.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:00 smithi175 bash[25028]: cluster 2024-09-17T01:47:59.441730+0000 mon.a (mon.0) 421 : cluster [INF] osd.2 [v2:172.21.15.175:6800/1981631694,v1:172.21.15.175:6801/1981631694] boot 2024-09-17T01:48:00.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:00 smithi175 bash[25028]: cluster 2024-09-17T01:47:59.441796+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-17T01:48:00.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:00 smithi175 bash[25028]: audit 2024-09-17T01:47:59.442368+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:48:00.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:00 smithi131 bash[24568]: cluster 2024-09-17T01:47:57.690653+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-09-17T01:48:00.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:00 smithi131 bash[24568]: cluster 2024-09-17T01:47:57.690749+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-09-17T01:48:00.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:00 smithi131 bash[24568]: cluster 2024-09-17T01:47:59.323306+0000 mgr.a (mgr.14150) 182 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T01:48:00.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:00 smithi131 bash[24568]: cluster 2024-09-17T01:47:59.441730+0000 mon.a (mon.0) 421 : cluster [INF] osd.2 [v2:172.21.15.175:6800/1981631694,v1:172.21.15.175:6801/1981631694] boot 2024-09-17T01:48:00.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:00 smithi131 bash[24568]: cluster 2024-09-17T01:47:59.441796+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-09-17T01:48:00.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:00 smithi131 bash[24568]: audit 2024-09-17T01:47:59.442368+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:48:02.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:01 smithi107 bash[22796]: cluster 2024-09-17T01:48:00.465513+0000 mon.a (mon.0) 424 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-17T01:48:02.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:01 smithi107 bash[22796]: audit 2024-09-17T01:48:01.436901+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-09-17T01:48:02.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:01 smithi175 bash[25028]: cluster 2024-09-17T01:48:00.465513+0000 mon.a (mon.0) 424 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-17T01:48:02.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:01 smithi175 bash[25028]: audit 2024-09-17T01:48:01.436901+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-09-17T01:48:02.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:01 smithi131 bash[24568]: cluster 2024-09-17T01:48:00.465513+0000 mon.a (mon.0) 424 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-09-17T01:48:02.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:01 smithi131 bash[24568]: audit 2024-09-17T01:48:01.436901+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2024-09-17T01:48:03.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:02 smithi107 bash[22796]: cluster 2024-09-17T01:48:01.323771+0000 mgr.a (mgr.14150) 183 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:03.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:02 smithi107 bash[22796]: audit 2024-09-17T01:48:01.920624+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-17T01:48:03.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:02 smithi107 bash[22796]: cluster 2024-09-17T01:48:01.926889+0000 mon.a (mon.0) 427 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-17T01:48:03.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:02 smithi107 bash[22796]: audit 2024-09-17T01:48:01.928311+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-17T01:48:03.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:02 smithi175 bash[25028]: cluster 2024-09-17T01:48:01.323771+0000 mgr.a (mgr.14150) 183 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:03.302 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:02 smithi175 bash[25028]: audit 2024-09-17T01:48:01.920624+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-17T01:48:03.302 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:02 smithi175 bash[25028]: cluster 2024-09-17T01:48:01.926889+0000 mon.a (mon.0) 427 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-17T01:48:03.302 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:02 smithi175 bash[25028]: audit 2024-09-17T01:48:01.928311+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-17T01:48:03.328 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:02 smithi131 bash[24568]: cluster 2024-09-17T01:48:01.323771+0000 mgr.a (mgr.14150) 183 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:03.328 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:02 smithi131 bash[24568]: audit 2024-09-17T01:48:01.920624+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-17T01:48:03.328 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:02 smithi131 bash[24568]: cluster 2024-09-17T01:48:01.926889+0000 mon.a (mon.0) 427 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-09-17T01:48:03.328 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:02 smithi131 bash[24568]: audit 2024-09-17T01:48:01.928311+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-17T01:48:04.140 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:48:04.239 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:03 smithi107 bash[22796]: audit 2024-09-17T01:48:02.924146+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-17T01:48:04.240 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:03 smithi107 bash[22796]: cluster 2024-09-17T01:48:02.931024+0000 mon.a (mon.0) 430 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-17T01:48:04.240 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:03 smithi107 bash[22796]: cluster 2024-09-17T01:48:03.324247+0000 mgr.a (mgr.14150) 184 : cluster [DBG] pgmap v143: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:04.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:03 smithi175 bash[25028]: audit 2024-09-17T01:48:02.924146+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-17T01:48:04.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:03 smithi175 bash[25028]: cluster 2024-09-17T01:48:02.931024+0000 mon.a (mon.0) 430 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-17T01:48:04.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:03 smithi175 bash[25028]: cluster 2024-09-17T01:48:03.324247+0000 mgr.a (mgr.14150) 184 : cluster [DBG] pgmap v143: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:04.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:03 smithi131 bash[24568]: audit 2024-09-17T01:48:02.924146+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-17T01:48:04.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:03 smithi131 bash[24568]: cluster 2024-09-17T01:48:02.931024+0000 mon.a (mon.0) 430 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-09-17T01:48:04.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:03 smithi131 bash[24568]: cluster 2024-09-17T01:48:03.324247+0000 mgr.a (mgr.14150) 184 : cluster [DBG] pgmap v143: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:05.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:04 smithi107 bash[22796]: cluster 2024-09-17T01:48:03.947860+0000 mon.a (mon.0) 431 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-17T01:48:05.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:04 smithi107 bash[22796]: cluster 2024-09-17T01:48:03.948497+0000 mon.a (mon.0) 432 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-09-17T01:48:05.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:04 smithi107 bash[22796]: audit 2024-09-17T01:48:04.087047+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:48:05.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:04 smithi175 bash[25028]: cluster 2024-09-17T01:48:03.947860+0000 mon.a (mon.0) 431 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-17T01:48:05.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:04 smithi175 bash[25028]: cluster 2024-09-17T01:48:03.948497+0000 mon.a (mon.0) 432 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-09-17T01:48:05.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:04 smithi175 bash[25028]: audit 2024-09-17T01:48:04.087047+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:48:05.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:04 smithi131 bash[24568]: cluster 2024-09-17T01:48:03.947860+0000 mon.a (mon.0) 431 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-09-17T01:48:05.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:04 smithi131 bash[24568]: cluster 2024-09-17T01:48:03.948497+0000 mon.a (mon.0) 432 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-09-17T01:48:05.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:04 smithi131 bash[24568]: audit 2024-09-17T01:48:04.087047+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:48:05.652 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-17T01:48:06.304 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":22,"num_osds":3,"num_up_osds":3,"osd_up_since":1726537679,"num_in_osds":3,"osd_in_since":1726537650,"num_remapped_pgs":0} 2024-09-17T01:48:06.305 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid e6522e52-7495-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-17T01:48:07.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:06 smithi107 bash[22796]: audit 2024-09-17T01:48:05.032066+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:48:07.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:06 smithi107 bash[22796]: cluster 2024-09-17T01:48:05.324696+0000 mgr.a (mgr.14150) 185 : cluster [DBG] pgmap v145: 1 pgs: 1 unknown; 0 B data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:07.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:06 smithi107 bash[22796]: audit 2024-09-17T01:48:05.656417+0000 mon.a (mon.0) 435 : audit [DBG] from='client.? 172.21.15.107:0/2091090216' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T01:48:07.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:06 smithi107 bash[22796]: audit 2024-09-17T01:48:05.953169+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:48:07.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:06 smithi107 bash[22796]: audit 2024-09-17T01:48:05.955758+0000 mon.a (mon.0) 437 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T01:48:07.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:06 smithi131 bash[24568]: audit 2024-09-17T01:48:05.032066+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:48:07.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:06 smithi131 bash[24568]: cluster 2024-09-17T01:48:05.324696+0000 mgr.a (mgr.14150) 185 : cluster [DBG] pgmap v145: 1 pgs: 1 unknown; 0 B data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:07.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:06 smithi131 bash[24568]: audit 2024-09-17T01:48:05.656417+0000 mon.a (mon.0) 435 : audit [DBG] from='client.? 172.21.15.107:0/2091090216' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T01:48:07.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:06 smithi131 bash[24568]: audit 2024-09-17T01:48:05.953169+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:48:07.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:06 smithi131 bash[24568]: audit 2024-09-17T01:48:05.955758+0000 mon.a (mon.0) 437 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T01:48:08.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:07 smithi175 bash[25028]: audit 2024-09-17T01:48:05.032066+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:48:08.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:07 smithi175 bash[25028]: cluster 2024-09-17T01:48:05.324696+0000 mgr.a (mgr.14150) 185 : cluster [DBG] pgmap v145: 1 pgs: 1 unknown; 0 B data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:08.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:07 smithi175 bash[25028]: audit 2024-09-17T01:48:05.656417+0000 mon.a (mon.0) 435 : audit [DBG] from='client.? 172.21.15.107:0/2091090216' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T01:48:08.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:07 smithi175 bash[25028]: audit 2024-09-17T01:48:05.953169+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:48:08.052 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:07 smithi175 bash[25028]: audit 2024-09-17T01:48:05.955758+0000 mon.a (mon.0) 437 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T01:48:09.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:08 smithi107 bash[22796]: audit 2024-09-17T01:48:06.834964+0000 mon.a (mon.0) 438 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T01:48:09.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:08 smithi107 bash[22796]: audit 2024-09-17T01:48:06.836873+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:48:09.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:08 smithi107 bash[22796]: audit 2024-09-17T01:48:06.839960+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:48:09.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:08 smithi107 bash[22796]: audit 2024-09-17T01:48:06.840068+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:48:09.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:08 smithi107 bash[22796]: audit 2024-09-17T01:48:06.842683+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:48:09.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:08 smithi107 bash[22796]: audit 2024-09-17T01:48:06.842917+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T01:48:09.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:08 smithi107 bash[22796]: audit 2024-09-17T01:48:06.845942+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:48:09.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:08 smithi107 bash[22796]: audit 2024-09-17T01:48:06.846119+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:48:09.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:08 smithi107 bash[22796]: cluster 2024-09-17T01:48:07.325241+0000 mgr.a (mgr.14150) 186 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:09.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:08 smithi107 bash[22796]: audit 2024-09-17T01:48:07.728687+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T01:48:09.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:08 smithi107 bash[22796]: audit 2024-09-17T01:48:07.733181+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:48:09.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:08 smithi107 bash[22796]: audit 2024-09-17T01:48:07.733630+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:48:09.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:08 smithi107 bash[22796]: audit 2024-09-17T01:48:07.734074+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:48:09.052 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:08 smithi175 bash[25028]: audit 2024-09-17T01:48:06.834964+0000 mon.a (mon.0) 438 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T01:48:09.052 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:08 smithi175 bash[25028]: audit 2024-09-17T01:48:06.836873+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:48:09.052 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:08 smithi175 bash[25028]: audit 2024-09-17T01:48:06.839960+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:48:09.052 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:08 smithi175 bash[25028]: audit 2024-09-17T01:48:06.840068+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:48:09.052 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:08 smithi175 bash[25028]: audit 2024-09-17T01:48:06.842683+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:48:09.052 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:08 smithi175 bash[25028]: audit 2024-09-17T01:48:06.842917+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T01:48:09.053 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:08 smithi175 bash[25028]: audit 2024-09-17T01:48:06.845942+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:48:09.053 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:08 smithi175 bash[25028]: audit 2024-09-17T01:48:06.846119+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:48:09.053 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:08 smithi175 bash[25028]: cluster 2024-09-17T01:48:07.325241+0000 mgr.a (mgr.14150) 186 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:09.053 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:08 smithi175 bash[25028]: audit 2024-09-17T01:48:07.728687+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T01:48:09.053 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:08 smithi175 bash[25028]: audit 2024-09-17T01:48:07.733181+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:48:09.053 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:08 smithi175 bash[25028]: audit 2024-09-17T01:48:07.733630+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:48:09.053 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:08 smithi175 bash[25028]: audit 2024-09-17T01:48:07.734074+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:48:09.075 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:08 smithi131 bash[24568]: audit 2024-09-17T01:48:06.834964+0000 mon.a (mon.0) 438 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T01:48:09.075 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:08 smithi131 bash[24568]: audit 2024-09-17T01:48:06.836873+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:48:09.075 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:08 smithi131 bash[24568]: audit 2024-09-17T01:48:06.839960+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:48:09.075 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:08 smithi131 bash[24568]: audit 2024-09-17T01:48:06.840068+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:48:09.075 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:08 smithi131 bash[24568]: audit 2024-09-17T01:48:06.842683+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:48:09.075 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:08 smithi131 bash[24568]: audit 2024-09-17T01:48:06.842917+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T01:48:09.075 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:08 smithi131 bash[24568]: audit 2024-09-17T01:48:06.845942+0000 mon.a (mon.0) 443 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:48:09.076 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:08 smithi131 bash[24568]: audit 2024-09-17T01:48:06.846119+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:48:09.076 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:08 smithi131 bash[24568]: cluster 2024-09-17T01:48:07.325241+0000 mgr.a (mgr.14150) 186 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:09.076 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:08 smithi131 bash[24568]: audit 2024-09-17T01:48:07.728687+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T01:48:09.076 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:08 smithi131 bash[24568]: audit 2024-09-17T01:48:07.733181+0000 mon.a (mon.0) 445 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:48:09.076 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:08 smithi131 bash[24568]: audit 2024-09-17T01:48:07.733630+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:48:09.076 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:08 smithi131 bash[24568]: audit 2024-09-17T01:48:07.734074+0000 mon.a (mon.0) 447 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:48:10.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:09 smithi107 bash[22796]: audit 2024-09-17T01:48:07.734792+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T01:48:10.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:09 smithi107 bash[22796]: cephadm 2024-09-17T01:48:08.545214+0000 mgr.a (mgr.14150) 187 : cephadm [INF] Detected new or changed devices on smithi175 2024-09-17T01:48:10.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:09 smithi107 bash[22796]: audit 2024-09-17T01:48:08.630088+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T01:48:10.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:09 smithi107 bash[22796]: audit 2024-09-17T01:48:08.642904+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:48:10.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:09 smithi107 bash[22796]: audit 2024-09-17T01:48:08.651477+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:48:10.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:09 smithi107 bash[22796]: audit 2024-09-17T01:48:08.654307+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:48:10.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:09 smithi107 bash[22796]: cephadm 2024-09-17T01:48:08.655774+0000 mgr.a (mgr.14150) 188 : cephadm [INF] Adjusting osd_memory_target on smithi175 to 21361M 2024-09-17T01:48:10.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:09 smithi107 bash[22796]: audit 2024-09-17T01:48:08.662091+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:48:10.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:09 smithi107 bash[22796]: audit 2024-09-17T01:48:08.665952+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:48:10.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:09 smithi107 bash[22796]: audit 2024-09-17T01:48:08.667657+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:48:10.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:09 smithi107 bash[22796]: audit 2024-09-17T01:48:08.678420+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:48:10.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:09 smithi107 bash[22796]: cluster 2024-09-17T01:48:09.325791+0000 mgr.a (mgr.14150) 189 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:10.052 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:09 smithi175 bash[25028]: audit 2024-09-17T01:48:07.734792+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T01:48:10.052 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:09 smithi175 bash[25028]: cephadm 2024-09-17T01:48:08.545214+0000 mgr.a (mgr.14150) 187 : cephadm [INF] Detected new or changed devices on smithi175 2024-09-17T01:48:10.052 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:09 smithi175 bash[25028]: audit 2024-09-17T01:48:08.630088+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T01:48:10.052 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:09 smithi175 bash[25028]: audit 2024-09-17T01:48:08.642904+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:48:10.052 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:09 smithi175 bash[25028]: audit 2024-09-17T01:48:08.651477+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:48:10.052 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:09 smithi175 bash[25028]: audit 2024-09-17T01:48:08.654307+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:48:10.052 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:09 smithi175 bash[25028]: cephadm 2024-09-17T01:48:08.655774+0000 mgr.a (mgr.14150) 188 : cephadm [INF] Adjusting osd_memory_target on smithi175 to 21361M 2024-09-17T01:48:10.052 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:09 smithi175 bash[25028]: audit 2024-09-17T01:48:08.662091+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:48:10.053 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:09 smithi175 bash[25028]: audit 2024-09-17T01:48:08.665952+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:48:10.053 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:09 smithi175 bash[25028]: audit 2024-09-17T01:48:08.667657+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:48:10.053 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:09 smithi175 bash[25028]: audit 2024-09-17T01:48:08.678420+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:48:10.053 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:09 smithi175 bash[25028]: cluster 2024-09-17T01:48:09.325791+0000 mgr.a (mgr.14150) 189 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:10.075 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:09 smithi131 bash[24568]: audit 2024-09-17T01:48:07.734792+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T01:48:10.075 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:09 smithi131 bash[24568]: cephadm 2024-09-17T01:48:08.545214+0000 mgr.a (mgr.14150) 187 : cephadm [INF] Detected new or changed devices on smithi175 2024-09-17T01:48:10.075 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:09 smithi131 bash[24568]: audit 2024-09-17T01:48:08.630088+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T01:48:10.075 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:09 smithi131 bash[24568]: audit 2024-09-17T01:48:08.642904+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:48:10.075 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:09 smithi131 bash[24568]: audit 2024-09-17T01:48:08.651477+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:48:10.076 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:09 smithi131 bash[24568]: audit 2024-09-17T01:48:08.654307+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:48:10.076 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:09 smithi131 bash[24568]: cephadm 2024-09-17T01:48:08.655774+0000 mgr.a (mgr.14150) 188 : cephadm [INF] Adjusting osd_memory_target on smithi175 to 21361M 2024-09-17T01:48:10.076 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:09 smithi131 bash[24568]: audit 2024-09-17T01:48:08.662091+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:48:10.076 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:09 smithi131 bash[24568]: audit 2024-09-17T01:48:08.665952+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:48:10.076 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:09 smithi131 bash[24568]: audit 2024-09-17T01:48:08.667657+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:48:10.076 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:09 smithi131 bash[24568]: audit 2024-09-17T01:48:08.678420+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:48:10.076 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:09 smithi131 bash[24568]: cluster 2024-09-17T01:48:09.325791+0000 mgr.a (mgr.14150) 189 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:11.032 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:48:12.511 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:12 smithi107 bash[22796]: cluster 2024-09-17T01:48:11.326308+0000 mgr.a (mgr.14150) 190 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:12.536 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-17T01:48:12.537 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":22,"fsid":"e6522e52-7495-11ef-bceb-c7b262605968","created":"2024-09-17T01:42:39.615656+0000","modified":"2024-09-17T01:48:03.924539+0000","last_up_change":"2024-09-17T01:47:59.431830+0000","last_in_change":"2024-09-17T01:47:30.258227+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-17T01:48:01.866746+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"a7a729ee-a687-4633-b37c-82eace0e7ccf","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.107:6802","nonce":1958371789},{"type":"v1","addr":"172.21.15.107:6803","nonce":1958371789}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6804","nonce":1958371789},{"type":"v1","addr":"172.21.15.107:6805","nonce":1958371789}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6808","nonce":1958371789},{"type":"v1","addr":"172.21.15.107:6809","nonce":1958371789}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6806","nonce":1958371789},{"type":"v1","addr":"172.21.15.107:6807","nonce":1958371789}]},"public_addr":"172.21.15.107:6803/1958371789","cluster_addr":"172.21.15.107:6805/1958371789","heartbeat_back_addr":"172.21.15.107:6809/1958371789","heartbeat_front_addr":"172.21.15.107:6807/1958371789","state":["exists","up"]},{"osd":1,"uuid":"9deea469-2a1d-4387-85b1-63beb7f3527f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6800","nonce":2854746588},{"type":"v1","addr":"172.21.15.131:6801","nonce":2854746588}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6802","nonce":2854746588},{"type":"v1","addr":"172.21.15.131:6803","nonce":2854746588}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6806","nonce":2854746588},{"type":"v1","addr":"172.21.15.131:6807","nonce":2854746588}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6804","nonce":2854746588},{"type":"v1","addr":"172.21.15.131:6805","nonce":2854746588}]},"public_addr":"172.21.15.131:6801/2854746588","cluster_addr":"172.21.15.131:6803/2854746588","heartbeat_back_addr":"172.21.15.131:6807/2854746588","heartbeat_front_addr":"172.21.15.131:6805/2854746588","state":["exists","up"]},{"osd":2,"uuid":"0c272860-3d91-44ec-9a66-04ab77bfd0ee","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.175:6800","nonce":1981631694},{"type":"v1","addr":"172.21.15.175:6801","nonce":1981631694}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6802","nonce":1981631694},{"type":"v1","addr":"172.21.15.175:6803","nonce":1981631694}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6806","nonce":1981631694},{"type":"v1","addr":"172.21.15.175:6807","nonce":1981631694}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6804","nonce":1981631694},{"type":"v1","addr":"172.21.15.175:6805","nonce":1981631694}]},"public_addr":"172.21.15.175:6801/1981631694","cluster_addr":"172.21.15.175:6803/1981631694","heartbeat_back_addr":"172.21.15.175:6807/1981631694","heartbeat_front_addr":"172.21.15.175:6805/1981631694","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-09-17T01:46:16.489566+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-09-17T01:47:08.499675+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-09-17T01:47:57.690752+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.107:0/3904902105":"2024-09-18T01:43:39.259853+0000","172.21.15.107:6801/808767028":"2024-09-18T01:43:39.259853+0000","172.21.15.107:0/4233370638":"2024-09-18T01:43:39.259853+0000","172.21.15.107:6801/2243454200":"2024-09-18T01:43:07.463680+0000","172.21.15.107:6800/2243454200":"2024-09-18T01:43:07.463680+0000","172.21.15.107:6800/808767028":"2024-09-18T01:43:39.259853+0000","172.21.15.107:0/260209123":"2024-09-18T01:43:07.463680+0000","172.21.15.107:0/3213823913":"2024-09-18T01:43:07.463680+0000","172.21.15.107:0/2249472394":"2024-09-18T01:43:39.259853+0000","172.21.15.107:0/1628691331":"2024-09-18T01:43:07.463680+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-17T01:48:12.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:12 smithi175 bash[25028]: cluster 2024-09-17T01:48:11.326308+0000 mgr.a (mgr.14150) 190 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:12.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:12 smithi131 bash[24568]: cluster 2024-09-17T01:48:11.326308+0000 mgr.a (mgr.14150) 190 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:13.236 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-09-17T01:48:01.866746+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'is_stretch_pool': False, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 3, 'score_stable': 3, 'optimal_score': 1, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-09-17T01:48:13.236 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid e6522e52-7495-11ef-bceb-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-09-17T01:48:13.511 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:13 smithi107 bash[22796]: audit 2024-09-17T01:48:12.539498+0000 mon.a (mon.0) 455 : audit [DBG] from='client.? 172.21.15.107:0/218808877' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T01:48:13.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:13 smithi175 bash[25028]: audit 2024-09-17T01:48:12.539498+0000 mon.a (mon.0) 455 : audit [DBG] from='client.? 172.21.15.107:0/218808877' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T01:48:13.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:13 smithi131 bash[24568]: audit 2024-09-17T01:48:12.539498+0000 mon.a (mon.0) 455 : audit [DBG] from='client.? 172.21.15.107:0/218808877' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T01:48:14.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:14 smithi107 bash[22796]: cluster 2024-09-17T01:48:13.326684+0000 mgr.a (mgr.14150) 191 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 44 KiB/s wr, 3 op/s 2024-09-17T01:48:14.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:14 smithi175 bash[25028]: cluster 2024-09-17T01:48:13.326684+0000 mgr.a (mgr.14150) 191 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 44 KiB/s wr, 3 op/s 2024-09-17T01:48:14.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:14 smithi131 bash[24568]: cluster 2024-09-17T01:48:13.326684+0000 mgr.a (mgr.14150) 191 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 44 KiB/s wr, 3 op/s 2024-09-17T01:48:16.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:16 smithi107 bash[22796]: cluster 2024-09-17T01:48:15.327194+0000 mgr.a (mgr.14150) 192 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 33 KiB/s wr, 2 op/s 2024-09-17T01:48:16.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:16 smithi175 bash[25028]: cluster 2024-09-17T01:48:15.327194+0000 mgr.a (mgr.14150) 192 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 33 KiB/s wr, 2 op/s 2024-09-17T01:48:16.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:16 smithi131 bash[24568]: cluster 2024-09-17T01:48:15.327194+0000 mgr.a (mgr.14150) 192 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 33 KiB/s wr, 2 op/s 2024-09-17T01:48:17.968 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:48:18.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:18 smithi107 bash[22796]: cluster 2024-09-17T01:48:17.327744+0000 mgr.a (mgr.14150) 193 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 921 B/s rd, 26 KiB/s wr, 2 op/s 2024-09-17T01:48:18.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:18 smithi175 bash[25028]: cluster 2024-09-17T01:48:17.327744+0000 mgr.a (mgr.14150) 193 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 921 B/s rd, 26 KiB/s wr, 2 op/s 2024-09-17T01:48:18.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:18 smithi131 bash[24568]: cluster 2024-09-17T01:48:17.327744+0000 mgr.a (mgr.14150) 193 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 921 B/s rd, 26 KiB/s wr, 2 op/s 2024-09-17T01:48:19.420 INFO:teuthology.orchestra.run.smithi107.stdout:pg_num: 1 2024-09-17T01:48:20.022 INFO:tasks.cephadm:Setting up client nodes... 2024-09-17T01:48:20.022 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-17T01:48:20.022 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-17T01:48:20.022 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid e6522e52-7495-11ef-bceb-c7b262605968 -- ceph mgr dump --format=json 2024-09-17T01:48:20.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:20 smithi107 bash[22796]: cluster 2024-09-17T01:48:19.328111+0000 mgr.a (mgr.14150) 194 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-17T01:48:20.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:20 smithi107 bash[22796]: audit 2024-09-17T01:48:19.424462+0000 mon.a (mon.0) 456 : audit [DBG] from='client.? 172.21.15.107:0/1986038110' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-17T01:48:20.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:20 smithi175 bash[25028]: cluster 2024-09-17T01:48:19.328111+0000 mgr.a (mgr.14150) 194 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-17T01:48:20.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:20 smithi175 bash[25028]: audit 2024-09-17T01:48:19.424462+0000 mon.a (mon.0) 456 : audit [DBG] from='client.? 172.21.15.107:0/1986038110' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-17T01:48:20.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:20 smithi131 bash[24568]: cluster 2024-09-17T01:48:19.328111+0000 mgr.a (mgr.14150) 194 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-17T01:48:20.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:20 smithi131 bash[24568]: audit 2024-09-17T01:48:19.424462+0000 mon.a (mon.0) 456 : audit [DBG] from='client.? 172.21.15.107:0/1986038110' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-17T01:48:22.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:22 smithi107 bash[22796]: cluster 2024-09-17T01:48:21.328662+0000 mgr.a (mgr.14150) 195 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-17T01:48:22.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:22 smithi175 bash[25028]: cluster 2024-09-17T01:48:21.328662+0000 mgr.a (mgr.14150) 195 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-17T01:48:22.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:22 smithi131 bash[24568]: cluster 2024-09-17T01:48:21.328662+0000 mgr.a (mgr.14150) 195 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-17T01:48:24.760 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:48:24.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:24 smithi107 bash[22796]: cluster 2024-09-17T01:48:23.329306+0000 mgr.a (mgr.14150) 196 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-17T01:48:24.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:24 smithi175 bash[25028]: cluster 2024-09-17T01:48:23.329306+0000 mgr.a (mgr.14150) 196 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-17T01:48:24.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:24 smithi131 bash[24568]: cluster 2024-09-17T01:48:23.329306+0000 mgr.a (mgr.14150) 196 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-09-17T01:48:26.317 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-17T01:48:26.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:26 smithi107 bash[22796]: cluster 2024-09-17T01:48:25.329952+0000 mgr.a (mgr.14150) 197 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:26.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:26 smithi107 bash[22796]: audit 2024-09-17T01:48:26.310809+0000 mon.a (mon.0) 457 : audit [DBG] from='client.? 172.21.15.107:0/259860413' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-17T01:48:26.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:26 smithi175 bash[25028]: cluster 2024-09-17T01:48:25.329952+0000 mgr.a (mgr.14150) 197 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:26.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:26 smithi175 bash[25028]: audit 2024-09-17T01:48:26.310809+0000 mon.a (mon.0) 457 : audit [DBG] from='client.? 172.21.15.107:0/259860413' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-17T01:48:26.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:26 smithi131 bash[24568]: cluster 2024-09-17T01:48:25.329952+0000 mgr.a (mgr.14150) 197 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:26.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:26 smithi131 bash[24568]: audit 2024-09-17T01:48:26.310809+0000 mon.a (mon.0) 457 : audit [DBG] from='client.? 172.21.15.107:0/259860413' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-17T01:48:26.933 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":15,"flags":0,"active_gid":14150,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6800","nonce":1325187183},{"type":"v1","addr":"172.21.15.107:6801","nonce":1325187183}]},"active_addr":"172.21.15.107:6801/1325187183","active_change":"2024-09-17T01:43:39.260170+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24104,"name":"b","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.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.5","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.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:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"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":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]}}},{"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:3.0.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.5","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.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:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"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":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]}}},{"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.107: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.107:0","nonce":3674288267}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.107:0","nonce":1898753053}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.107:0","nonce":1484141118}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.107:0","nonce":2810958463}]}]} 2024-09-17T01:48:26.937 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-17T01:48:26.937 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-17T01:48:26.938 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid e6522e52-7495-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-17T01:48:28.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:28 smithi107 bash[22796]: cluster 2024-09-17T01:48:27.330576+0000 mgr.a (mgr.14150) 198 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:28.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:28 smithi175 bash[25028]: cluster 2024-09-17T01:48:27.330576+0000 mgr.a (mgr.14150) 198 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:28.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:28 smithi131 bash[24568]: cluster 2024-09-17T01:48:27.330576+0000 mgr.a (mgr.14150) 198 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:30.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:30 smithi107 bash[22796]: cluster 2024-09-17T01:48:29.331235+0000 mgr.a (mgr.14150) 199 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:30.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:30 smithi175 bash[25028]: cluster 2024-09-17T01:48:29.331235+0000 mgr.a (mgr.14150) 199 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:30.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:30 smithi131 bash[24568]: cluster 2024-09-17T01:48:29.331235+0000 mgr.a (mgr.14150) 199 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:31.671 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:48:32.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:32 smithi107 bash[22796]: cluster 2024-09-17T01:48:31.331913+0000 mgr.a (mgr.14150) 200 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:32.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:32 smithi175 bash[25028]: cluster 2024-09-17T01:48:31.331913+0000 mgr.a (mgr.14150) 200 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:32.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:32 smithi131 bash[24568]: cluster 2024-09-17T01:48:31.331913+0000 mgr.a (mgr.14150) 200 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:33.153 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-17T01:48:33.153 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":22,"fsid":"e6522e52-7495-11ef-bceb-c7b262605968","created":"2024-09-17T01:42:39.615656+0000","modified":"2024-09-17T01:48:03.924539+0000","last_up_change":"2024-09-17T01:47:59.431830+0000","last_in_change":"2024-09-17T01:47:30.258227+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-17T01:48:01.866746+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"a7a729ee-a687-4633-b37c-82eace0e7ccf","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.107:6802","nonce":1958371789},{"type":"v1","addr":"172.21.15.107:6803","nonce":1958371789}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6804","nonce":1958371789},{"type":"v1","addr":"172.21.15.107:6805","nonce":1958371789}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6808","nonce":1958371789},{"type":"v1","addr":"172.21.15.107:6809","nonce":1958371789}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6806","nonce":1958371789},{"type":"v1","addr":"172.21.15.107:6807","nonce":1958371789}]},"public_addr":"172.21.15.107:6803/1958371789","cluster_addr":"172.21.15.107:6805/1958371789","heartbeat_back_addr":"172.21.15.107:6809/1958371789","heartbeat_front_addr":"172.21.15.107:6807/1958371789","state":["exists","up"]},{"osd":1,"uuid":"9deea469-2a1d-4387-85b1-63beb7f3527f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6800","nonce":2854746588},{"type":"v1","addr":"172.21.15.131:6801","nonce":2854746588}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6802","nonce":2854746588},{"type":"v1","addr":"172.21.15.131:6803","nonce":2854746588}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6806","nonce":2854746588},{"type":"v1","addr":"172.21.15.131:6807","nonce":2854746588}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6804","nonce":2854746588},{"type":"v1","addr":"172.21.15.131:6805","nonce":2854746588}]},"public_addr":"172.21.15.131:6801/2854746588","cluster_addr":"172.21.15.131:6803/2854746588","heartbeat_back_addr":"172.21.15.131:6807/2854746588","heartbeat_front_addr":"172.21.15.131:6805/2854746588","state":["exists","up"]},{"osd":2,"uuid":"0c272860-3d91-44ec-9a66-04ab77bfd0ee","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.175:6800","nonce":1981631694},{"type":"v1","addr":"172.21.15.175:6801","nonce":1981631694}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6802","nonce":1981631694},{"type":"v1","addr":"172.21.15.175:6803","nonce":1981631694}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6806","nonce":1981631694},{"type":"v1","addr":"172.21.15.175:6807","nonce":1981631694}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6804","nonce":1981631694},{"type":"v1","addr":"172.21.15.175:6805","nonce":1981631694}]},"public_addr":"172.21.15.175:6801/1981631694","cluster_addr":"172.21.15.175:6803/1981631694","heartbeat_back_addr":"172.21.15.175:6807/1981631694","heartbeat_front_addr":"172.21.15.175:6805/1981631694","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-09-17T01:46:16.489566+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-09-17T01:47:08.499675+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-09-17T01:47:57.690752+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.107:0/3904902105":"2024-09-18T01:43:39.259853+0000","172.21.15.107:6801/808767028":"2024-09-18T01:43:39.259853+0000","172.21.15.107:0/4233370638":"2024-09-18T01:43:39.259853+0000","172.21.15.107:6801/2243454200":"2024-09-18T01:43:07.463680+0000","172.21.15.107:6800/2243454200":"2024-09-18T01:43:07.463680+0000","172.21.15.107:6800/808767028":"2024-09-18T01:43:39.259853+0000","172.21.15.107:0/260209123":"2024-09-18T01:43:07.463680+0000","172.21.15.107:0/3213823913":"2024-09-18T01:43:07.463680+0000","172.21.15.107:0/2249472394":"2024-09-18T01:43:39.259853+0000","172.21.15.107:0/1628691331":"2024-09-18T01:43:07.463680+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-17T01:48:33.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:33 smithi107 bash[22796]: audit 2024-09-17T01:48:33.156184+0000 mon.a (mon.0) 458 : audit [DBG] from='client.? 172.21.15.107:0/3628006848' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T01:48:33.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:33 smithi175 bash[25028]: audit 2024-09-17T01:48:33.156184+0000 mon.a (mon.0) 458 : audit [DBG] from='client.? 172.21.15.107:0/3628006848' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T01:48:33.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:33 smithi131 bash[24568]: audit 2024-09-17T01:48:33.156184+0000 mon.a (mon.0) 458 : audit [DBG] from='client.? 172.21.15.107:0/3628006848' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T01:48:33.893 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-17T01:48:33.893 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid e6522e52-7495-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-17T01:48:34.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:34 smithi107 bash[22796]: cluster 2024-09-17T01:48:33.332485+0000 mgr.a (mgr.14150) 201 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:34.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:34 smithi175 bash[25028]: cluster 2024-09-17T01:48:33.332485+0000 mgr.a (mgr.14150) 201 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:34.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:34 smithi131 bash[24568]: cluster 2024-09-17T01:48:33.332485+0000 mgr.a (mgr.14150) 201 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:36.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:36 smithi107 bash[22796]: cluster 2024-09-17T01:48:35.333000+0000 mgr.a (mgr.14150) 202 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:36.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:36 smithi175 bash[25028]: cluster 2024-09-17T01:48:35.333000+0000 mgr.a (mgr.14150) 202 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:36.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:36 smithi131 bash[24568]: cluster 2024-09-17T01:48:35.333000+0000 mgr.a (mgr.14150) 202 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:38.627 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:48:38.743 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:38 smithi107 bash[22796]: cluster 2024-09-17T01:48:37.333518+0000 mgr.a (mgr.14150) 203 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:38.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:38 smithi175 bash[25028]: cluster 2024-09-17T01:48:37.333518+0000 mgr.a (mgr.14150) 203 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:38.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:38 smithi131 bash[24568]: cluster 2024-09-17T01:48:37.333518+0000 mgr.a (mgr.14150) 203 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:39.946 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-17T01:48:39.946 INFO:teuthology.orchestra.run.smithi107.stdout:{"epoch":22,"fsid":"e6522e52-7495-11ef-bceb-c7b262605968","created":"2024-09-17T01:42:39.615656+0000","modified":"2024-09-17T01:48:03.924539+0000","last_up_change":"2024-09-17T01:47:59.431830+0000","last_in_change":"2024-09-17T01:47:30.258227+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-17T01:48:01.866746+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"a7a729ee-a687-4633-b37c-82eace0e7ccf","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.107:6802","nonce":1958371789},{"type":"v1","addr":"172.21.15.107:6803","nonce":1958371789}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6804","nonce":1958371789},{"type":"v1","addr":"172.21.15.107:6805","nonce":1958371789}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6808","nonce":1958371789},{"type":"v1","addr":"172.21.15.107:6809","nonce":1958371789}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.107:6806","nonce":1958371789},{"type":"v1","addr":"172.21.15.107:6807","nonce":1958371789}]},"public_addr":"172.21.15.107:6803/1958371789","cluster_addr":"172.21.15.107:6805/1958371789","heartbeat_back_addr":"172.21.15.107:6809/1958371789","heartbeat_front_addr":"172.21.15.107:6807/1958371789","state":["exists","up"]},{"osd":1,"uuid":"9deea469-2a1d-4387-85b1-63beb7f3527f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6800","nonce":2854746588},{"type":"v1","addr":"172.21.15.131:6801","nonce":2854746588}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6802","nonce":2854746588},{"type":"v1","addr":"172.21.15.131:6803","nonce":2854746588}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6806","nonce":2854746588},{"type":"v1","addr":"172.21.15.131:6807","nonce":2854746588}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.131:6804","nonce":2854746588},{"type":"v1","addr":"172.21.15.131:6805","nonce":2854746588}]},"public_addr":"172.21.15.131:6801/2854746588","cluster_addr":"172.21.15.131:6803/2854746588","heartbeat_back_addr":"172.21.15.131:6807/2854746588","heartbeat_front_addr":"172.21.15.131:6805/2854746588","state":["exists","up"]},{"osd":2,"uuid":"0c272860-3d91-44ec-9a66-04ab77bfd0ee","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.175:6800","nonce":1981631694},{"type":"v1","addr":"172.21.15.175:6801","nonce":1981631694}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6802","nonce":1981631694},{"type":"v1","addr":"172.21.15.175:6803","nonce":1981631694}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6806","nonce":1981631694},{"type":"v1","addr":"172.21.15.175:6807","nonce":1981631694}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.175:6804","nonce":1981631694},{"type":"v1","addr":"172.21.15.175:6805","nonce":1981631694}]},"public_addr":"172.21.15.175:6801/1981631694","cluster_addr":"172.21.15.175:6803/1981631694","heartbeat_back_addr":"172.21.15.175:6807/1981631694","heartbeat_front_addr":"172.21.15.175:6805/1981631694","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-09-17T01:46:16.489566+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-09-17T01:47:08.499675+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-09-17T01:47:57.690752+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.107:0/3904902105":"2024-09-18T01:43:39.259853+0000","172.21.15.107:6801/808767028":"2024-09-18T01:43:39.259853+0000","172.21.15.107:0/4233370638":"2024-09-18T01:43:39.259853+0000","172.21.15.107:6801/2243454200":"2024-09-18T01:43:07.463680+0000","172.21.15.107:6800/2243454200":"2024-09-18T01:43:07.463680+0000","172.21.15.107:6800/808767028":"2024-09-18T01:43:39.259853+0000","172.21.15.107:0/260209123":"2024-09-18T01:43:07.463680+0000","172.21.15.107:0/3213823913":"2024-09-18T01:43:07.463680+0000","172.21.15.107:0/2249472394":"2024-09-18T01:43:39.259853+0000","172.21.15.107:0/1628691331":"2024-09-18T01:43:07.463680+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-17T01:48:40.619 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid e6522e52-7495-11ef-bceb-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-17T01:48:40.619 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid e6522e52-7495-11ef-bceb-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-17T01:48:40.620 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid e6522e52-7495-11ef-bceb-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-09-17T01:48:40.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:40 smithi107 bash[22796]: cluster 2024-09-17T01:48:39.334082+0000 mgr.a (mgr.14150) 204 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:40.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:40 smithi107 bash[22796]: audit 2024-09-17T01:48:39.949919+0000 mon.a (mon.0) 459 : audit [DBG] from='client.? 172.21.15.107:0/1429013565' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T01:48:40.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:40 smithi175 bash[25028]: cluster 2024-09-17T01:48:39.334082+0000 mgr.a (mgr.14150) 204 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:40.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:40 smithi175 bash[25028]: audit 2024-09-17T01:48:39.949919+0000 mon.a (mon.0) 459 : audit [DBG] from='client.? 172.21.15.107:0/1429013565' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T01:48:40.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:40 smithi131 bash[24568]: cluster 2024-09-17T01:48:39.334082+0000 mgr.a (mgr.14150) 204 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:40.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:40 smithi131 bash[24568]: audit 2024-09-17T01:48:39.949919+0000 mon.a (mon.0) 459 : audit [DBG] from='client.? 172.21.15.107:0/1429013565' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T01:48:42.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:42 smithi107 bash[22796]: cluster 2024-09-17T01:48:41.334597+0000 mgr.a (mgr.14150) 205 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:42.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:42 smithi175 bash[25028]: cluster 2024-09-17T01:48:41.334597+0000 mgr.a (mgr.14150) 205 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:42.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:42 smithi131 bash[24568]: cluster 2024-09-17T01:48:41.334597+0000 mgr.a (mgr.14150) 205 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:44.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:44 smithi107 bash[22796]: cluster 2024-09-17T01:48:43.335154+0000 mgr.a (mgr.14150) 206 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:44.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:44 smithi175 bash[25028]: cluster 2024-09-17T01:48:43.335154+0000 mgr.a (mgr.14150) 206 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:44.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:44 smithi131 bash[24568]: cluster 2024-09-17T01:48:43.335154+0000 mgr.a (mgr.14150) 206 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:45.359 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:48:45.359 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:48:45.359 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:48:46.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:46 smithi107 bash[22796]: cluster 2024-09-17T01:48:45.335682+0000 mgr.a (mgr.14150) 207 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:46.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:46 smithi175 bash[25028]: cluster 2024-09-17T01:48:45.335682+0000 mgr.a (mgr.14150) 207 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:46.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:46 smithi131 bash[24568]: cluster 2024-09-17T01:48:45.335682+0000 mgr.a (mgr.14150) 207 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:48.555 INFO:teuthology.orchestra.run.smithi107.stdout:77309411341 2024-09-17T01:48:48.555 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid e6522e52-7495-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-09-17T01:48:48.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:48 smithi107 bash[22796]: cluster 2024-09-17T01:48:47.336089+0000 mgr.a (mgr.14150) 208 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:48.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:48 smithi175 bash[25028]: cluster 2024-09-17T01:48:47.336089+0000 mgr.a (mgr.14150) 208 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:48.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:48 smithi131 bash[24568]: cluster 2024-09-17T01:48:47.336089+0000 mgr.a (mgr.14150) 208 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:48.855 INFO:teuthology.orchestra.run.smithi107.stdout:55834574870 2024-09-17T01:48:48.855 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid e6522e52-7495-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-17T01:48:48.900 INFO:teuthology.orchestra.run.smithi107.stdout:34359738401 2024-09-17T01:48:48.901 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid e6522e52-7495-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-17T01:48:50.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:50 smithi107 bash[22796]: cluster 2024-09-17T01:48:49.336612+0000 mgr.a (mgr.14150) 209 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:50.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:50 smithi175 bash[25028]: cluster 2024-09-17T01:48:49.336612+0000 mgr.a (mgr.14150) 209 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:50.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:50 smithi131 bash[24568]: cluster 2024-09-17T01:48:49.336612+0000 mgr.a (mgr.14150) 209 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:52.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:52 smithi107 bash[22796]: cluster 2024-09-17T01:48:51.337050+0000 mgr.a (mgr.14150) 210 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:52.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:52 smithi175 bash[25028]: cluster 2024-09-17T01:48:51.337050+0000 mgr.a (mgr.14150) 210 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:52.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:52 smithi131 bash[24568]: cluster 2024-09-17T01:48:51.337050+0000 mgr.a (mgr.14150) 210 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:53.291 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:48:53.292 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:48:53.292 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:48:54.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:54 smithi107 bash[22796]: cluster 2024-09-17T01:48:53.337428+0000 mgr.a (mgr.14150) 211 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:54.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:54 smithi175 bash[25028]: cluster 2024-09-17T01:48:53.337428+0000 mgr.a (mgr.14150) 211 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:54.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:54 smithi131 bash[24568]: cluster 2024-09-17T01:48:53.337428+0000 mgr.a (mgr.14150) 211 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:55.631 INFO:teuthology.orchestra.run.smithi107.stdout:34359738403 2024-09-17T01:48:55.791 INFO:teuthology.orchestra.run.smithi107.stdout:77309411342 2024-09-17T01:48:55.828 INFO:teuthology.orchestra.run.smithi107.stdout:55834574871 2024-09-17T01:48:56.637 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738401 got 34359738403 for osd.0 2024-09-17T01:48:56.638 DEBUG:teuthology.parallel:result is None 2024-09-17T01:48:56.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:56 smithi107 bash[22796]: cluster 2024-09-17T01:48:55.337904+0000 mgr.a (mgr.14150) 212 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:56.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:56 smithi107 bash[22796]: audit 2024-09-17T01:48:55.635185+0000 mon.a (mon.0) 460 : audit [DBG] from='client.? 172.21.15.107:0/2481308424' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-17T01:48:56.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:56 smithi107 bash[22796]: audit 2024-09-17T01:48:55.795791+0000 mon.a (mon.0) 461 : audit [DBG] from='client.? 172.21.15.107:0/739772921' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-17T01:48:56.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:56 smithi107 bash[22796]: audit 2024-09-17T01:48:55.832252+0000 mon.a (mon.0) 462 : audit [DBG] from='client.? 172.21.15.107:0/2588017307' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-17T01:48:56.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:56 smithi175 bash[25028]: cluster 2024-09-17T01:48:55.337904+0000 mgr.a (mgr.14150) 212 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:56.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:56 smithi175 bash[25028]: audit 2024-09-17T01:48:55.635185+0000 mon.a (mon.0) 460 : audit [DBG] from='client.? 172.21.15.107:0/2481308424' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-17T01:48:56.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:56 smithi175 bash[25028]: audit 2024-09-17T01:48:55.795791+0000 mon.a (mon.0) 461 : audit [DBG] from='client.? 172.21.15.107:0/739772921' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-17T01:48:56.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:56 smithi175 bash[25028]: audit 2024-09-17T01:48:55.832252+0000 mon.a (mon.0) 462 : audit [DBG] from='client.? 172.21.15.107:0/2588017307' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-17T01:48:56.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:56 smithi131 bash[24568]: cluster 2024-09-17T01:48:55.337904+0000 mgr.a (mgr.14150) 212 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:56.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:56 smithi131 bash[24568]: audit 2024-09-17T01:48:55.635185+0000 mon.a (mon.0) 460 : audit [DBG] from='client.? 172.21.15.107:0/2481308424' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-17T01:48:56.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:56 smithi131 bash[24568]: audit 2024-09-17T01:48:55.795791+0000 mon.a (mon.0) 461 : audit [DBG] from='client.? 172.21.15.107:0/739772921' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-17T01:48:56.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:56 smithi131 bash[24568]: audit 2024-09-17T01:48:55.832252+0000 mon.a (mon.0) 462 : audit [DBG] from='client.? 172.21.15.107:0/2588017307' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-17T01:48:57.273 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411341 got 77309411342 for osd.2 2024-09-17T01:48:57.273 DEBUG:teuthology.parallel:result is None 2024-09-17T01:48:57.382 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574870 got 55834574871 for osd.1 2024-09-17T01:48:57.382 DEBUG:teuthology.parallel:result is None 2024-09-17T01:48:57.382 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-17T01:48:57.382 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid e6522e52-7495-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-17T01:48:58.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:48:58 smithi107 bash[22796]: cluster 2024-09-17T01:48:57.338550+0000 mgr.a (mgr.14150) 213 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:58.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:48:58 smithi175 bash[25028]: cluster 2024-09-17T01:48:57.338550+0000 mgr.a (mgr.14150) 213 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:48:58.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:48:58 smithi131 bash[24568]: cluster 2024-09-17T01:48:57.338550+0000 mgr.a (mgr.14150) 213 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:00.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:00 smithi107 bash[22796]: cluster 2024-09-17T01:48:59.339148+0000 mgr.a (mgr.14150) 214 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:00.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:00 smithi175 bash[25028]: cluster 2024-09-17T01:48:59.339148+0000 mgr.a (mgr.14150) 214 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:00.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:00 smithi131 bash[24568]: cluster 2024-09-17T01:48:59.339148+0000 mgr.a (mgr.14150) 214 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:02.122 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:49:02.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:02 smithi107 bash[22796]: cluster 2024-09-17T01:49:01.339708+0000 mgr.a (mgr.14150) 215 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:02.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:02 smithi175 bash[25028]: cluster 2024-09-17T01:49:01.339708+0000 mgr.a (mgr.14150) 215 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:02.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:02 smithi131 bash[24568]: cluster 2024-09-17T01:49:01.339708+0000 mgr.a (mgr.14150) 215 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:03.550 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-17T01:49:03.550 INFO:teuthology.orchestra.run.smithi107.stderr:dumped all 2024-09-17T01:49:04.190 INFO:teuthology.orchestra.run.smithi107.stdout:{"pg_ready":true,"pg_map":{"version":174,"stamp":"2024-09-17T01:49:03.339946+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":89396,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":85179,"kb_avail":281146060,"statfs":{"total":287985106944,"available":287893565440,"internally_reserved":0,"allocated":2347008,"data_stored":1944759,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":87223631},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003033"},"pg_stats":[{"pgid":"1.0","version":"22'137","reported_seq":186,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-09-17T01:48:08.653181+0000","last_change":"2024-09-17T01:48:02.933310+0000","last_active":"2024-09-17T01:48:08.653181+0000","last_peered":"2024-09-17T01:48:08.653181+0000","last_clean":"2024-09-17T01:48:08.653181+0000","last_became_active":"2024-09-17T01:48:02.932610+0000","last_became_peered":"2024-09-17T01:48:02.932610+0000","last_unstale":"2024-09-17T01:48:08.653181+0000","last_undegraded":"2024-09-17T01:48:08.653181+0000","last_fullsized":"2024-09-17T01:48:08.653181+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-17T01:48:01.916977+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-17T01:48:01.916977+0000","last_clean_scrub_stamp":"2024-09-17T01:48:01.916977+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-09-18T06:46:50.091237+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":77309411344,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28412,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716740,"statfs":{"total":95995035648,"available":95965941760,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574873,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28412,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716740,"statfs":{"total":95995035648,"available":95965941760,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738404,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32572,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712580,"statfs":{"total":95995035648,"available":95961681920,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-17T01:49:04.191 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid e6522e52-7495-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-17T01:49:04.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:04 smithi107 bash[22796]: cluster 2024-09-17T01:49:03.340134+0000 mgr.a (mgr.14150) 216 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:04.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:04 smithi175 bash[25028]: cluster 2024-09-17T01:49:03.340134+0000 mgr.a (mgr.14150) 216 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:04.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:04 smithi131 bash[24568]: cluster 2024-09-17T01:49:03.340134+0000 mgr.a (mgr.14150) 216 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:05.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:05 smithi107 bash[22796]: audit 2024-09-17T01:49:03.553062+0000 mgr.a (mgr.14150) 217 : audit [DBG] from='client.14337 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:49:05.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:05 smithi175 bash[25028]: audit 2024-09-17T01:49:03.553062+0000 mgr.a (mgr.14150) 217 : audit [DBG] from='client.14337 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:49:05.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:05 smithi131 bash[24568]: audit 2024-09-17T01:49:03.553062+0000 mgr.a (mgr.14150) 217 : audit [DBG] from='client.14337 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:49:06.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:06 smithi175 bash[25028]: cluster 2024-09-17T01:49:05.340611+0000 mgr.a (mgr.14150) 218 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:06.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:06 smithi131 bash[24568]: cluster 2024-09-17T01:49:05.340611+0000 mgr.a (mgr.14150) 218 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:07.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:06 smithi107 bash[22796]: cluster 2024-09-17T01:49:05.340611+0000 mgr.a (mgr.14150) 218 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:08.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:08 smithi175 bash[25028]: cluster 2024-09-17T01:49:07.341150+0000 mgr.a (mgr.14150) 219 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:08.823 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:08 smithi131 bash[24568]: cluster 2024-09-17T01:49:07.341150+0000 mgr.a (mgr.14150) 219 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:08.927 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:49:09.004 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:08 smithi107 bash[22796]: cluster 2024-09-17T01:49:07.341150+0000 mgr.a (mgr.14150) 219 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:09.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:09 smithi175 bash[25028]: audit 2024-09-17T01:49:08.771752+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:49:09.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:09 smithi131 bash[24568]: audit 2024-09-17T01:49:08.771752+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:49:10.006 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:09 smithi107 bash[22796]: audit 2024-09-17T01:49:08.771752+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:49:10.347 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-17T01:49:10.347 INFO:teuthology.orchestra.run.smithi107.stderr:dumped all 2024-09-17T01:49:10.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:10 smithi107 bash[22796]: cluster 2024-09-17T01:49:09.341513+0000 mgr.a (mgr.14150) 220 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:10.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:10 smithi107 bash[22796]: audit 2024-09-17T01:49:09.631569+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:49:10.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:10 smithi107 bash[22796]: audit 2024-09-17T01:49:09.633228+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:49:10.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:10 smithi107 bash[22796]: audit 2024-09-17T01:49:09.642581+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:10.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:10 smithi175 bash[25028]: cluster 2024-09-17T01:49:09.341513+0000 mgr.a (mgr.14150) 220 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:10.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:10 smithi175 bash[25028]: audit 2024-09-17T01:49:09.631569+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:49:10.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:10 smithi175 bash[25028]: audit 2024-09-17T01:49:09.633228+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:49:10.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:10 smithi175 bash[25028]: audit 2024-09-17T01:49:09.642581+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:10.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:10 smithi131 bash[24568]: cluster 2024-09-17T01:49:09.341513+0000 mgr.a (mgr.14150) 220 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:10.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:10 smithi131 bash[24568]: audit 2024-09-17T01:49:09.631569+0000 mon.a (mon.0) 464 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:49:10.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:10 smithi131 bash[24568]: audit 2024-09-17T01:49:09.633228+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:49:10.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:10 smithi131 bash[24568]: audit 2024-09-17T01:49:09.642581+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:10.998 INFO:teuthology.orchestra.run.smithi107.stdout:{"pg_ready":true,"pg_map":{"version":177,"stamp":"2024-09-17T01:49:09.341392+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":89396,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":85179,"kb_avail":281146060,"statfs":{"total":287985106944,"available":287893565440,"internally_reserved":0,"allocated":2347008,"data_stored":1944759,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":87223631},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003238"},"pg_stats":[{"pgid":"1.0","version":"22'137","reported_seq":186,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-09-17T01:48:08.653181+0000","last_change":"2024-09-17T01:48:02.933310+0000","last_active":"2024-09-17T01:48:08.653181+0000","last_peered":"2024-09-17T01:48:08.653181+0000","last_clean":"2024-09-17T01:48:08.653181+0000","last_became_active":"2024-09-17T01:48:02.932610+0000","last_became_peered":"2024-09-17T01:48:02.932610+0000","last_unstale":"2024-09-17T01:48:08.653181+0000","last_undegraded":"2024-09-17T01:48:08.653181+0000","last_fullsized":"2024-09-17T01:48:08.653181+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-17T01:48:01.916977+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-17T01:48:01.916977+0000","last_clean_scrub_stamp":"2024-09-17T01:48:01.916977+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-09-18T06:46:50.091237+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":77309411345,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28412,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716740,"statfs":{"total":95995035648,"available":95965941760,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574874,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28412,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716740,"statfs":{"total":95995035648,"available":95965941760,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738405,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32572,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712580,"statfs":{"total":95995035648,"available":95961681920,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-17T01:49:10.999 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-17T01:49:10.999 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-17T01:49:10.999 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-17T01:49:10.999 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid e6522e52-7495-11ef-bceb-c7b262605968 -- ceph health --format=json 2024-09-17T01:49:11.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:11 smithi175 bash[25028]: audit 2024-09-17T01:49:10.350412+0000 mgr.a (mgr.14150) 221 : audit [DBG] from='client.14343 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:49:11.823 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:11 smithi131 bash[24568]: audit 2024-09-17T01:49:10.350412+0000 mgr.a (mgr.14150) 221 : audit [DBG] from='client.14343 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:49:12.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:11 smithi107 bash[22796]: audit 2024-09-17T01:49:10.350412+0000 mgr.a (mgr.14150) 221 : audit [DBG] from='client.14343 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:49:12.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:12 smithi175 bash[25028]: cluster 2024-09-17T01:49:11.342032+0000 mgr.a (mgr.14150) 222 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:12.823 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:12 smithi131 bash[24568]: cluster 2024-09-17T01:49:11.342032+0000 mgr.a (mgr.14150) 222 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:13.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:12 smithi107 bash[22796]: cluster 2024-09-17T01:49:11.342032+0000 mgr.a (mgr.14150) 222 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:13.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:13 smithi175 bash[25028]: cluster 2024-09-17T01:49:13.342661+0000 mgr.a (mgr.14150) 223 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:13.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:13 smithi131 bash[24568]: cluster 2024-09-17T01:49:13.342661+0000 mgr.a (mgr.14150) 223 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:14.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:13 smithi107 bash[22796]: cluster 2024-09-17T01:49:13.342661+0000 mgr.a (mgr.14150) 223 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:15.736 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:49:16.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:16 smithi107 bash[22796]: cluster 2024-09-17T01:49:15.343218+0000 mgr.a (mgr.14150) 224 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:16.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:16 smithi175 bash[25028]: cluster 2024-09-17T01:49:15.343218+0000 mgr.a (mgr.14150) 224 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:16.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:16 smithi131 bash[24568]: cluster 2024-09-17T01:49:15.343218+0000 mgr.a (mgr.14150) 224 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:17.173 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-17T01:49:17.174 INFO:teuthology.orchestra.run.smithi107.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-17T01:49:17.511 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:17 smithi107 bash[22796]: audit 2024-09-17T01:49:17.177806+0000 mon.a (mon.0) 467 : audit [DBG] from='client.? 172.21.15.107:0/4122679851' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-17T01:49:17.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:17 smithi175 bash[25028]: audit 2024-09-17T01:49:17.177806+0000 mon.a (mon.0) 467 : audit [DBG] from='client.? 172.21.15.107:0/4122679851' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-17T01:49:17.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:17 smithi131 bash[24568]: audit 2024-09-17T01:49:17.177806+0000 mon.a (mon.0) 467 : audit [DBG] from='client.? 172.21.15.107:0/4122679851' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-17T01:49:17.847 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-17T01:49:17.847 INFO:tasks.cephadm:Setup complete, yielding 2024-09-17T01:49:17.848 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-17T01:49:17.858 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi107.front.sepia.ceph.com 2024-09-17T01:49:17.858 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e6522e52-7495-11ef-bceb-c7b262605968 -- bash -c 'set -e 2024-09-17T01:49:17.858 DEBUG:teuthology.orchestra.run.smithi107:> set -x 2024-09-17T01:49:17.859 DEBUG:teuthology.orchestra.run.smithi107:> ceph orch apply node-exporter 2024-09-17T01:49:17.859 DEBUG:teuthology.orchestra.run.smithi107:> ceph orch apply grafana 2024-09-17T01:49:17.859 DEBUG:teuthology.orchestra.run.smithi107:> ceph orch apply alertmanager 2024-09-17T01:49:17.859 DEBUG:teuthology.orchestra.run.smithi107:> ceph orch apply prometheus 2024-09-17T01:49:17.859 DEBUG:teuthology.orchestra.run.smithi107:> sleep 240 2024-09-17T01:49:17.859 DEBUG:teuthology.orchestra.run.smithi107:> ceph orch ls 2024-09-17T01:49:17.859 DEBUG:teuthology.orchestra.run.smithi107:> ceph orch ps 2024-09-17T01:49:17.859 DEBUG:teuthology.orchestra.run.smithi107:> ceph orch host ls 2024-09-17T01:49:17.859 DEBUG:teuthology.orchestra.run.smithi107:> MON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r '"'"'last | .daemon_name'"'"') 2024-09-17T01:49:17.859 DEBUG:teuthology.orchestra.run.smithi107:> GRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-09-17T01:49:17.859 DEBUG:teuthology.orchestra.run.smithi107:> PROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-09-17T01:49:17.859 DEBUG:teuthology.orchestra.run.smithi107:> ALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-09-17T01:49:17.859 DEBUG:teuthology.orchestra.run.smithi107:> GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" '"'"'.[] | select(.hostname==$GRAFANA_HOST) | .addr'"'"') 2024-09-17T01:49:17.859 DEBUG:teuthology.orchestra.run.smithi107:> PROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" '"'"'.[] | select(.hostname==$PROM_HOST) | .addr'"'"') 2024-09-17T01:49:17.860 DEBUG:teuthology.orchestra.run.smithi107:> ALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" '"'"'.[] | select(.hostname==$ALERTM_HOST) | .addr'"'"') 2024-09-17T01:49:17.860 DEBUG:teuthology.orchestra.run.smithi107:> # check each host node-exporter metrics endpoint is responsive 2024-09-17T01:49:17.860 DEBUG:teuthology.orchestra.run.smithi107:> ALL_HOST_IPS=$(ceph orch host ls -f json | jq -r '"'"'.[] | .addr'"'"') 2024-09-17T01:49:17.860 DEBUG:teuthology.orchestra.run.smithi107:> for ip in $ALL_HOST_IPS; do 2024-09-17T01:49:17.860 DEBUG:teuthology.orchestra.run.smithi107:> curl -s http://${ip}:9100/metric 2024-09-17T01:49:17.860 DEBUG:teuthology.orchestra.run.smithi107:> done 2024-09-17T01:49:17.860 DEBUG:teuthology.orchestra.run.smithi107:> # check grafana endpoints are responsive and database health is okay 2024-09-17T01:49:17.860 DEBUG:teuthology.orchestra.run.smithi107:> curl -k -s https://${GRAFANA_IP}:3000/api/health 2024-09-17T01:49:17.860 DEBUG:teuthology.orchestra.run.smithi107:> curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '"'"'.database == "ok"'"'"' 2024-09-17T01:49:17.860 DEBUG:teuthology.orchestra.run.smithi107:> # stop mon daemon in order to trigger an alert 2024-09-17T01:49:17.860 DEBUG:teuthology.orchestra.run.smithi107:> ceph orch daemon stop $MON_DAEMON 2024-09-17T01:49:17.860 DEBUG:teuthology.orchestra.run.smithi107:> sleep 120 2024-09-17T01:49:17.860 DEBUG:teuthology.orchestra.run.smithi107:> # check prometheus endpoints are responsive and mon down alert is firing 2024-09-17T01:49:17.860 DEBUG:teuthology.orchestra.run.smithi107:> curl -s http://${PROM_IP}:9095/api/v1/status/config 2024-09-17T01:49:17.861 DEBUG:teuthology.orchestra.run.smithi107:> curl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e '"'"'.status == "success"'"'"' 2024-09-17T01:49:17.861 DEBUG:teuthology.orchestra.run.smithi107:> curl -s http://${PROM_IP}:9095/api/v1/alerts 2024-09-17T01:49:17.861 DEBUG:teuthology.orchestra.run.smithi107:> curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '"'"'.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"'"'"' 2024-09-17T01:49:17.861 DEBUG:teuthology.orchestra.run.smithi107:> # check alertmanager endpoints are responsive and mon down alert is active 2024-09-17T01:49:17.861 DEBUG:teuthology.orchestra.run.smithi107:> curl -s http://${ALERTM_IP}:9093/api/v1/status 2024-09-17T01:49:17.861 DEBUG:teuthology.orchestra.run.smithi107:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts 2024-09-17T01:49:17.861 DEBUG:teuthology.orchestra.run.smithi107:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '"'"'.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"'"'"' 2024-09-17T01:49:17.861 DEBUG:teuthology.orchestra.run.smithi107:> ' 2024-09-17T01:49:18.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:18 smithi107 bash[22796]: cluster 2024-09-17T01:49:17.343790+0000 mgr.a (mgr.14150) 225 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:18.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:18 smithi175 bash[25028]: cluster 2024-09-17T01:49:17.343790+0000 mgr.a (mgr.14150) 225 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:18.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:18 smithi131 bash[24568]: cluster 2024-09-17T01:49:17.343790+0000 mgr.a (mgr.14150) 225 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:20.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:20 smithi107 bash[22796]: cluster 2024-09-17T01:49:19.344389+0000 mgr.a (mgr.14150) 226 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:20.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:20 smithi175 bash[25028]: cluster 2024-09-17T01:49:19.344389+0000 mgr.a (mgr.14150) 226 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:20.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:20 smithi131 bash[24568]: cluster 2024-09-17T01:49:19.344389+0000 mgr.a (mgr.14150) 226 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:22.595 INFO:teuthology.orchestra.run.smithi107.stderr:Inferring config /var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T01:49:22.728 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:22 smithi107 bash[22796]: cluster 2024-09-17T01:49:21.344976+0000 mgr.a (mgr.14150) 227 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:22.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:22 smithi175 bash[25028]: cluster 2024-09-17T01:49:21.344976+0000 mgr.a (mgr.14150) 227 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:22.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:22 smithi131 bash[24568]: cluster 2024-09-17T01:49:21.344976+0000 mgr.a (mgr.14150) 227 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:23.736 INFO:teuthology.orchestra.run.smithi107.stderr:+ ceph orch apply node-exporter 2024-09-17T01:49:24.027 INFO:teuthology.orchestra.run.smithi107.stdout:Scheduled node-exporter update... 2024-09-17T01:49:24.039 INFO:teuthology.orchestra.run.smithi107.stderr:+ ceph orch apply grafana 2024-09-17T01:49:24.324 INFO:teuthology.orchestra.run.smithi107.stdout:Scheduled grafana update... 2024-09-17T01:49:24.333 INFO:teuthology.orchestra.run.smithi107.stderr:+ ceph orch apply alertmanager 2024-09-17T01:49:24.621 INFO:teuthology.orchestra.run.smithi107.stdout:Scheduled alertmanager update... 2024-09-17T01:49:24.632 INFO:teuthology.orchestra.run.smithi107.stderr:+ ceph orch apply prometheus 2024-09-17T01:49:24.726 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:24 smithi107 bash[22796]: cluster 2024-09-17T01:49:23.345518+0000 mgr.a (mgr.14150) 228 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:24.726 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:24 smithi107 bash[22796]: audit 2024-09-17T01:49:24.030723+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:24.727 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:24 smithi107 bash[22796]: audit 2024-09-17T01:49:24.031850+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:49:24.727 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:24 smithi107 bash[22796]: audit 2024-09-17T01:49:24.033962+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:49:24.727 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:24 smithi107 bash[22796]: audit 2024-09-17T01:49:24.034752+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:49:24.727 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:24 smithi107 bash[22796]: audit 2024-09-17T01:49:24.040405+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:24.727 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:24 smithi107 bash[22796]: audit 2024-09-17T01:49:24.326364+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:24.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:24 smithi175 bash[25028]: cluster 2024-09-17T01:49:23.345518+0000 mgr.a (mgr.14150) 228 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:24.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:24 smithi175 bash[25028]: audit 2024-09-17T01:49:24.030723+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:24.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:24 smithi175 bash[25028]: audit 2024-09-17T01:49:24.031850+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:49:24.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:24 smithi175 bash[25028]: audit 2024-09-17T01:49:24.033962+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:49:24.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:24 smithi175 bash[25028]: audit 2024-09-17T01:49:24.034752+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:49:24.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:24 smithi175 bash[25028]: audit 2024-09-17T01:49:24.040405+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:24.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:24 smithi175 bash[25028]: audit 2024-09-17T01:49:24.326364+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:24.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:24 smithi131 bash[24568]: cluster 2024-09-17T01:49:23.345518+0000 mgr.a (mgr.14150) 228 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:24.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:24 smithi131 bash[24568]: audit 2024-09-17T01:49:24.030723+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:24.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:24 smithi131 bash[24568]: audit 2024-09-17T01:49:24.031850+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:49:24.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:24 smithi131 bash[24568]: audit 2024-09-17T01:49:24.033962+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:49:24.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:24 smithi131 bash[24568]: audit 2024-09-17T01:49:24.034752+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:49:24.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:24 smithi131 bash[24568]: audit 2024-09-17T01:49:24.040405+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:24.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:24 smithi131 bash[24568]: audit 2024-09-17T01:49:24.326364+0000 mon.a (mon.0) 473 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:24.935 INFO:teuthology.orchestra.run.smithi107.stdout:Scheduled prometheus update... 2024-09-17T01:49:24.947 INFO:teuthology.orchestra.run.smithi107.stderr:+ sleep 240 2024-09-17T01:49:25.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:24 smithi107 systemd[1]: /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-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-09-17T01:49:25.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:24 smithi107 systemd[1]: /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-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-09-17T01:49:25.011 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:49:24 smithi107 systemd[1]: /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-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-09-17T01:49:25.011 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:49:24 smithi107 systemd[1]: /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-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-09-17T01:49:25.011 INFO:journalctl@ceph.osd.0.smithi107.stdout:Sep 17 01:49:24 smithi107 systemd[1]: /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-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-09-17T01:49:25.011 INFO:journalctl@ceph.osd.0.smithi107.stdout:Sep 17 01:49:24 smithi107 systemd[1]: /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-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-09-17T01:49:25.687 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:25 smithi131 bash[24568]: audit 2024-09-17T01:49:24.024195+0000 mgr.a (mgr.14150) 229 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:49:25.688 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:25 smithi131 bash[24568]: cephadm 2024-09-17T01:49:24.026097+0000 mgr.a (mgr.14150) 230 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-17T01:49:25.688 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:25 smithi131 bash[24568]: cephadm 2024-09-17T01:49:24.041911+0000 mgr.a (mgr.14150) 231 : cephadm [INF] Deploying daemon node-exporter.smithi107 on smithi107 2024-09-17T01:49:25.688 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:25 smithi131 bash[24568]: audit 2024-09-17T01:49:24.317492+0000 mgr.a (mgr.14150) 232 : audit [DBG] from='client.14361 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:49:25.688 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:25 smithi131 bash[24568]: cephadm 2024-09-17T01:49:24.320193+0000 mgr.a (mgr.14150) 233 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-17T01:49:25.688 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:25 smithi131 bash[24568]: audit 2024-09-17T01:49:24.624887+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:25.688 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:25 smithi131 bash[24568]: audit 2024-09-17T01:49:24.939897+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:25.688 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:25 smithi131 bash[24568]: audit 2024-09-17T01:49:25.104277+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:25.688 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:25 smithi131 bash[24568]: audit 2024-09-17T01:49:25.109983+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:25.688 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:25 smithi131 bash[24568]: audit 2024-09-17T01:49:25.114334+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:25.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:25 smithi107 bash[22796]: audit 2024-09-17T01:49:24.024195+0000 mgr.a (mgr.14150) 229 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:49:25.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:25 smithi107 bash[22796]: cephadm 2024-09-17T01:49:24.026097+0000 mgr.a (mgr.14150) 230 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-17T01:49:25.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:25 smithi107 bash[22796]: cephadm 2024-09-17T01:49:24.041911+0000 mgr.a (mgr.14150) 231 : cephadm [INF] Deploying daemon node-exporter.smithi107 on smithi107 2024-09-17T01:49:25.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:25 smithi107 bash[22796]: audit 2024-09-17T01:49:24.317492+0000 mgr.a (mgr.14150) 232 : audit [DBG] from='client.14361 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:49:25.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:25 smithi107 bash[22796]: cephadm 2024-09-17T01:49:24.320193+0000 mgr.a (mgr.14150) 233 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-17T01:49:25.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:25 smithi107 bash[22796]: audit 2024-09-17T01:49:24.624887+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:25.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:25 smithi107 bash[22796]: audit 2024-09-17T01:49:24.939897+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:25.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:25 smithi107 bash[22796]: audit 2024-09-17T01:49:25.104277+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:25.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:25 smithi107 bash[22796]: audit 2024-09-17T01:49:25.109983+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:25.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:25 smithi107 bash[22796]: audit 2024-09-17T01:49:25.114334+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:25.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:25 smithi175 bash[25028]: audit 2024-09-17T01:49:24.024195+0000 mgr.a (mgr.14150) 229 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:49:25.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:25 smithi175 bash[25028]: cephadm 2024-09-17T01:49:24.026097+0000 mgr.a (mgr.14150) 230 : cephadm [INF] Saving service node-exporter spec with placement * 2024-09-17T01:49:25.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:25 smithi175 bash[25028]: cephadm 2024-09-17T01:49:24.041911+0000 mgr.a (mgr.14150) 231 : cephadm [INF] Deploying daemon node-exporter.smithi107 on smithi107 2024-09-17T01:49:25.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:25 smithi175 bash[25028]: audit 2024-09-17T01:49:24.317492+0000 mgr.a (mgr.14150) 232 : audit [DBG] from='client.14361 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:49:25.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:25 smithi175 bash[25028]: cephadm 2024-09-17T01:49:24.320193+0000 mgr.a (mgr.14150) 233 : cephadm [INF] Saving service grafana spec with placement count:1 2024-09-17T01:49:25.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:25 smithi175 bash[25028]: audit 2024-09-17T01:49:24.624887+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:25.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:25 smithi175 bash[25028]: audit 2024-09-17T01:49:24.939897+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:25.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:25 smithi175 bash[25028]: audit 2024-09-17T01:49:25.104277+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:25.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:25 smithi175 bash[25028]: audit 2024-09-17T01:49:25.109983+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:25.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:25 smithi175 bash[25028]: audit 2024-09-17T01:49:25.114334+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:26.055 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:25 smithi131 systemd[1]: /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-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-09-17T01:49:26.055 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:49:25 smithi131 systemd[1]: /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-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-09-17T01:49:26.055 INFO:journalctl@ceph.osd.1.smithi131.stdout:Sep 17 01:49:25 smithi131 systemd[1]: /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-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-09-17T01:49:26.324 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:26 smithi131 systemd[1]: /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-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-09-17T01:49:26.324 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:49:26 smithi131 systemd[1]: /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-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-09-17T01:49:26.324 INFO:journalctl@ceph.osd.1.smithi131.stdout:Sep 17 01:49:26 smithi131 systemd[1]: /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-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-09-17T01:49:26.719 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:26 smithi175 bash[25028]: audit 2024-09-17T01:49:24.618207+0000 mgr.a (mgr.14150) 234 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:49:26.719 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:26 smithi175 bash[25028]: cephadm 2024-09-17T01:49:24.619249+0000 mgr.a (mgr.14150) 235 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-17T01:49:26.719 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:26 smithi175 bash[25028]: audit 2024-09-17T01:49:24.935459+0000 mgr.a (mgr.14150) 236 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:49:26.719 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:26 smithi175 bash[25028]: cephadm 2024-09-17T01:49:24.936358+0000 mgr.a (mgr.14150) 237 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-17T01:49:26.719 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:26 smithi175 bash[25028]: cephadm 2024-09-17T01:49:25.114951+0000 mgr.a (mgr.14150) 238 : cephadm [INF] Deploying daemon node-exporter.smithi131 on smithi131 2024-09-17T01:49:26.719 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:26 smithi175 bash[25028]: cluster 2024-09-17T01:49:25.345993+0000 mgr.a (mgr.14150) 239 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:26.719 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:26 smithi175 bash[25028]: audit 2024-09-17T01:49:26.208383+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:26.719 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:26 smithi175 bash[25028]: audit 2024-09-17T01:49:26.216998+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:26.719 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:26 smithi175 bash[25028]: audit 2024-09-17T01:49:26.224973+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:26.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:26 smithi107 bash[22796]: audit 2024-09-17T01:49:24.618207+0000 mgr.a (mgr.14150) 234 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:49:26.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:26 smithi107 bash[22796]: cephadm 2024-09-17T01:49:24.619249+0000 mgr.a (mgr.14150) 235 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-17T01:49:26.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:26 smithi107 bash[22796]: audit 2024-09-17T01:49:24.935459+0000 mgr.a (mgr.14150) 236 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:49:26.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:26 smithi107 bash[22796]: cephadm 2024-09-17T01:49:24.936358+0000 mgr.a (mgr.14150) 237 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-17T01:49:26.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:26 smithi107 bash[22796]: cephadm 2024-09-17T01:49:25.114951+0000 mgr.a (mgr.14150) 238 : cephadm [INF] Deploying daemon node-exporter.smithi131 on smithi131 2024-09-17T01:49:26.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:26 smithi107 bash[22796]: cluster 2024-09-17T01:49:25.345993+0000 mgr.a (mgr.14150) 239 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:26.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:26 smithi107 bash[22796]: audit 2024-09-17T01:49:26.208383+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:26.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:26 smithi107 bash[22796]: audit 2024-09-17T01:49:26.216998+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:26.762 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:26 smithi107 bash[22796]: audit 2024-09-17T01:49:26.224973+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:26.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:26 smithi131 bash[24568]: audit 2024-09-17T01:49:24.618207+0000 mgr.a (mgr.14150) 234 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:49:26.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:26 smithi131 bash[24568]: cephadm 2024-09-17T01:49:24.619249+0000 mgr.a (mgr.14150) 235 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-09-17T01:49:26.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:26 smithi131 bash[24568]: audit 2024-09-17T01:49:24.935459+0000 mgr.a (mgr.14150) 236 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:49:26.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:26 smithi131 bash[24568]: cephadm 2024-09-17T01:49:24.936358+0000 mgr.a (mgr.14150) 237 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-09-17T01:49:26.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:26 smithi131 bash[24568]: cephadm 2024-09-17T01:49:25.114951+0000 mgr.a (mgr.14150) 238 : cephadm [INF] Deploying daemon node-exporter.smithi131 on smithi131 2024-09-17T01:49:26.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:26 smithi131 bash[24568]: cluster 2024-09-17T01:49:25.345993+0000 mgr.a (mgr.14150) 239 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:26.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:26 smithi131 bash[24568]: audit 2024-09-17T01:49:26.208383+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:26.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:26 smithi131 bash[24568]: audit 2024-09-17T01:49:26.216998+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:26.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:26 smithi131 bash[24568]: audit 2024-09-17T01:49:26.224973+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:27.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:26 smithi175 systemd[1]: /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-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-09-17T01:49:27.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:27 smithi175 systemd[1]: /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-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-09-17T01:49:27.301 INFO:journalctl@ceph.osd.2.smithi175.stdout:Sep 17 01:49:26 smithi175 systemd[1]: /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-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-09-17T01:49:27.302 INFO:journalctl@ceph.osd.2.smithi175.stdout:Sep 17 01:49:27 smithi175 systemd[1]: /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-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-09-17T01:49:27.574 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:27 smithi131 bash[24568]: cephadm 2024-09-17T01:49:26.226678+0000 mgr.a (mgr.14150) 240 : cephadm [INF] Deploying daemon node-exporter.smithi175 on smithi175 2024-09-17T01:49:27.574 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:27 smithi131 bash[24568]: audit 2024-09-17T01:49:27.361044+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:27.574 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:27 smithi131 bash[24568]: audit 2024-09-17T01:49:27.368387+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:27.574 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:27 smithi131 bash[24568]: audit 2024-09-17T01:49:27.375508+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:27.574 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:27 smithi131 bash[24568]: audit 2024-09-17T01:49:27.382670+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:27.702 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:27 smithi107 bash[22796]: cephadm 2024-09-17T01:49:26.226678+0000 mgr.a (mgr.14150) 240 : cephadm [INF] Deploying daemon node-exporter.smithi175 on smithi175 2024-09-17T01:49:27.703 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:27 smithi107 bash[22796]: audit 2024-09-17T01:49:27.361044+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:27.703 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:27 smithi107 bash[22796]: audit 2024-09-17T01:49:27.368387+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:27.703 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:27 smithi107 bash[22796]: audit 2024-09-17T01:49:27.375508+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:27.703 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:27 smithi107 bash[22796]: audit 2024-09-17T01:49:27.382670+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:27.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:27 smithi175 bash[25028]: cephadm 2024-09-17T01:49:26.226678+0000 mgr.a (mgr.14150) 240 : cephadm [INF] Deploying daemon node-exporter.smithi175 on smithi175 2024-09-17T01:49:27.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:27 smithi175 bash[25028]: audit 2024-09-17T01:49:27.361044+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:27.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:27 smithi175 bash[25028]: audit 2024-09-17T01:49:27.368387+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:27.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:27 smithi175 bash[25028]: audit 2024-09-17T01:49:27.375508+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:27.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:27 smithi175 bash[25028]: audit 2024-09-17T01:49:27.382670+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:28.470 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:28 smithi175 bash[25028]: cluster 2024-09-17T01:49:27.346537+0000 mgr.a (mgr.14150) 241 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:28.470 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:28 smithi175 bash[25028]: audit 2024-09-17T01:49:27.475795+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:49:28.470 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:28 smithi175 bash[25028]: audit 2024-09-17T01:49:28.321748+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:28.498 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:28 smithi131 bash[24568]: cluster 2024-09-17T01:49:27.346537+0000 mgr.a (mgr.14150) 241 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:28.498 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:28 smithi131 bash[24568]: audit 2024-09-17T01:49:27.475795+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:49:28.498 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:28 smithi131 bash[24568]: audit 2024-09-17T01:49:28.321748+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:28.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:28 smithi107 bash[22796]: cluster 2024-09-17T01:49:27.346537+0000 mgr.a (mgr.14150) 241 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:28.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:28 smithi107 bash[22796]: audit 2024-09-17T01:49:27.475795+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:49:28.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:28 smithi107 bash[22796]: audit 2024-09-17T01:49:28.321748+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:30.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:30 smithi107 bash[22796]: cluster 2024-09-17T01:49:29.347073+0000 mgr.a (mgr.14150) 242 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:30.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:30 smithi175 bash[25028]: cluster 2024-09-17T01:49:29.347073+0000 mgr.a (mgr.14150) 242 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:30.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:30 smithi131 bash[24568]: cluster 2024-09-17T01:49:29.347073+0000 mgr.a (mgr.14150) 242 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:32.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:32 smithi107 bash[22796]: cluster 2024-09-17T01:49:31.347600+0000 mgr.a (mgr.14150) 243 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:32.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:32 smithi175 bash[25028]: cluster 2024-09-17T01:49:31.347600+0000 mgr.a (mgr.14150) 243 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:32.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:32 smithi131 bash[24568]: cluster 2024-09-17T01:49:31.347600+0000 mgr.a (mgr.14150) 243 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:34.696 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:34 smithi107 bash[22796]: cluster 2024-09-17T01:49:33.348160+0000 mgr.a (mgr.14150) 244 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:34.696 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:34 smithi107 bash[22796]: audit 2024-09-17T01:49:33.870108+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:34.696 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:34 smithi107 bash[22796]: audit 2024-09-17T01:49:33.876188+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:34.696 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:34 smithi107 bash[22796]: audit 2024-09-17T01:49:33.917617+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:34.696 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:34 smithi107 bash[22796]: audit 2024-09-17T01:49:33.922393+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:34.696 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:34 smithi107 bash[22796]: audit 2024-09-17T01:49:33.927918+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:34.696 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:34 smithi107 bash[22796]: audit 2024-09-17T01:49:33.932281+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:34.696 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:34 smithi107 bash[22796]: audit 2024-09-17T01:49:33.933016+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:49:34.696 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:34 smithi107 bash[22796]: audit 2024-09-17T01:49:33.933734+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:49:34.697 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:34 smithi107 bash[22796]: audit 2024-09-17T01:49:33.938541+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:34.697 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:34 smithi107 bash[22796]: audit 2024-09-17T01:49:33.970104+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:34.697 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:34 smithi107 bash[22796]: audit 2024-09-17T01:49:33.975551+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:34.697 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:34 smithi107 bash[22796]: audit 2024-09-17T01:49:33.978613+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-17T01:49:34.697 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:34 smithi107 bash[22796]: audit 2024-09-17T01:49:33.982241+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:34.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:34 smithi175 bash[25028]: cluster 2024-09-17T01:49:33.348160+0000 mgr.a (mgr.14150) 244 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:34.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:34 smithi175 bash[25028]: audit 2024-09-17T01:49:33.870108+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:34.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:34 smithi175 bash[25028]: audit 2024-09-17T01:49:33.876188+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:34.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:34 smithi175 bash[25028]: audit 2024-09-17T01:49:33.917617+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:34.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:34 smithi175 bash[25028]: audit 2024-09-17T01:49:33.922393+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:34.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:34 smithi175 bash[25028]: audit 2024-09-17T01:49:33.927918+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:34.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:34 smithi175 bash[25028]: audit 2024-09-17T01:49:33.932281+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:34.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:34 smithi175 bash[25028]: audit 2024-09-17T01:49:33.933016+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:49:34.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:34 smithi175 bash[25028]: audit 2024-09-17T01:49:33.933734+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:49:34.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:34 smithi175 bash[25028]: audit 2024-09-17T01:49:33.938541+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:34.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:34 smithi175 bash[25028]: audit 2024-09-17T01:49:33.970104+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:34.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:34 smithi175 bash[25028]: audit 2024-09-17T01:49:33.975551+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:34.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:34 smithi175 bash[25028]: audit 2024-09-17T01:49:33.978613+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-17T01:49:34.803 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:34 smithi175 bash[25028]: audit 2024-09-17T01:49:33.982241+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:34.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:34 smithi131 bash[24568]: cluster 2024-09-17T01:49:33.348160+0000 mgr.a (mgr.14150) 244 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:34.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:34 smithi131 bash[24568]: audit 2024-09-17T01:49:33.870108+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:34.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:34 smithi131 bash[24568]: audit 2024-09-17T01:49:33.876188+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:34.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:34 smithi131 bash[24568]: audit 2024-09-17T01:49:33.917617+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:34.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:34 smithi131 bash[24568]: audit 2024-09-17T01:49:33.922393+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:34.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:34 smithi131 bash[24568]: audit 2024-09-17T01:49:33.927918+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:34.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:34 smithi131 bash[24568]: audit 2024-09-17T01:49:33.932281+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:34.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:34 smithi131 bash[24568]: audit 2024-09-17T01:49:33.933016+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:49:34.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:34 smithi131 bash[24568]: audit 2024-09-17T01:49:33.933734+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:49:34.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:34 smithi131 bash[24568]: audit 2024-09-17T01:49:33.938541+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:34.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:34 smithi131 bash[24568]: audit 2024-09-17T01:49:33.970104+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:34.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:34 smithi131 bash[24568]: audit 2024-09-17T01:49:33.975551+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:34.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:34 smithi131 bash[24568]: audit 2024-09-17T01:49:33.978613+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-17T01:49:34.825 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:34 smithi131 bash[24568]: audit 2024-09-17T01:49:33.982241+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:35.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:35 smithi107 bash[22796]: cephadm 2024-09-17T01:49:33.951782+0000 mgr.a (mgr.14150) 245 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-17T01:49:35.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:35 smithi107 bash[22796]: audit 2024-09-17T01:49:33.979029+0000 mgr.a (mgr.14150) 246 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-17T01:49:35.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:35 smithi107 bash[22796]: cephadm 2024-09-17T01:49:34.000428+0000 mgr.a (mgr.14150) 247 : cephadm [INF] Deploying daemon grafana.smithi107 on smithi107 2024-09-17T01:49:35.804 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:35 smithi175 bash[25028]: cephadm 2024-09-17T01:49:33.951782+0000 mgr.a (mgr.14150) 245 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-17T01:49:35.804 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:35 smithi175 bash[25028]: audit 2024-09-17T01:49:33.979029+0000 mgr.a (mgr.14150) 246 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-17T01:49:35.804 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:35 smithi175 bash[25028]: cephadm 2024-09-17T01:49:34.000428+0000 mgr.a (mgr.14150) 247 : cephadm [INF] Deploying daemon grafana.smithi107 on smithi107 2024-09-17T01:49:35.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:35 smithi131 bash[24568]: cephadm 2024-09-17T01:49:33.951782+0000 mgr.a (mgr.14150) 245 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-09-17T01:49:35.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:35 smithi131 bash[24568]: audit 2024-09-17T01:49:33.979029+0000 mgr.a (mgr.14150) 246 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-17T01:49:35.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:35 smithi131 bash[24568]: cephadm 2024-09-17T01:49:34.000428+0000 mgr.a (mgr.14150) 247 : cephadm [INF] Deploying daemon grafana.smithi107 on smithi107 2024-09-17T01:49:36.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:36 smithi107 bash[22796]: cluster 2024-09-17T01:49:35.348691+0000 mgr.a (mgr.14150) 248 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:36.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:36 smithi175 bash[25028]: cluster 2024-09-17T01:49:35.348691+0000 mgr.a (mgr.14150) 248 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:36.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:36 smithi131 bash[24568]: cluster 2024-09-17T01:49:35.348691+0000 mgr.a (mgr.14150) 248 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:38.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:38 smithi107 bash[22796]: cluster 2024-09-17T01:49:37.349325+0000 mgr.a (mgr.14150) 249 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:38.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:38 smithi175 bash[25028]: cluster 2024-09-17T01:49:37.349325+0000 mgr.a (mgr.14150) 249 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:38.823 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:38 smithi131 bash[24568]: cluster 2024-09-17T01:49:37.349325+0000 mgr.a (mgr.14150) 249 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:40.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:40 smithi107 bash[22796]: cluster 2024-09-17T01:49:39.349865+0000 mgr.a (mgr.14150) 250 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:40.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:40 smithi175 bash[25028]: cluster 2024-09-17T01:49:39.349865+0000 mgr.a (mgr.14150) 250 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:40.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:40 smithi131 bash[24568]: cluster 2024-09-17T01:49:39.349865+0000 mgr.a (mgr.14150) 250 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:42.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:42 smithi107 bash[22796]: cluster 2024-09-17T01:49:41.350445+0000 mgr.a (mgr.14150) 251 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:42.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:42 smithi175 bash[25028]: cluster 2024-09-17T01:49:41.350445+0000 mgr.a (mgr.14150) 251 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:42.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:42 smithi131 bash[24568]: cluster 2024-09-17T01:49:41.350445+0000 mgr.a (mgr.14150) 251 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:44.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:44 smithi107 bash[22796]: cluster 2024-09-17T01:49:43.351037+0000 mgr.a (mgr.14150) 252 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:44.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:44 smithi175 bash[25028]: cluster 2024-09-17T01:49:43.351037+0000 mgr.a (mgr.14150) 252 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:44.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:44 smithi131 bash[24568]: cluster 2024-09-17T01:49:43.351037+0000 mgr.a (mgr.14150) 252 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:46.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:46 smithi107 bash[22796]: cluster 2024-09-17T01:49:45.351551+0000 mgr.a (mgr.14150) 253 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:46.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:46 smithi175 bash[25028]: cluster 2024-09-17T01:49:45.351551+0000 mgr.a (mgr.14150) 253 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:46.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:46 smithi131 bash[24568]: cluster 2024-09-17T01:49:45.351551+0000 mgr.a (mgr.14150) 253 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:48.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:48 smithi107 bash[22796]: cluster 2024-09-17T01:49:47.352084+0000 mgr.a (mgr.14150) 254 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:48.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:48 smithi175 bash[25028]: cluster 2024-09-17T01:49:47.352084+0000 mgr.a (mgr.14150) 254 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:48.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:48 smithi131 bash[24568]: cluster 2024-09-17T01:49:47.352084+0000 mgr.a (mgr.14150) 254 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:50.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:50 smithi107 bash[22796]: cluster 2024-09-17T01:49:49.352599+0000 mgr.a (mgr.14150) 255 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:50.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:50 smithi175 bash[25028]: cluster 2024-09-17T01:49:49.352599+0000 mgr.a (mgr.14150) 255 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:50.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:50 smithi131 bash[24568]: cluster 2024-09-17T01:49:49.352599+0000 mgr.a (mgr.14150) 255 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:51.747 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:51 smithi107 systemd[1]: /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-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-09-17T01:49:51.747 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:49:51 smithi107 systemd[1]: /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-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-09-17T01:49:51.748 INFO:journalctl@ceph.osd.0.smithi107.stdout:Sep 17 01:49:51 smithi107 systemd[1]: /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-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-09-17T01:49:52.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:51 smithi107 systemd[1]: /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-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-09-17T01:49:52.013 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:49:51 smithi107 systemd[1]: /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-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-09-17T01:49:52.013 INFO:journalctl@ceph.osd.0.smithi107.stdout:Sep 17 01:49:51 smithi107 systemd[1]: /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-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-09-17T01:49:52.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:52 smithi107 bash[22796]: cluster 2024-09-17T01:49:51.353147+0000 mgr.a (mgr.14150) 256 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:52.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:52 smithi107 bash[22796]: audit 2024-09-17T01:49:52.039845+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:52.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:52 smithi107 bash[22796]: audit 2024-09-17T01:49:52.044517+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:52.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:52 smithi107 bash[22796]: audit 2024-09-17T01:49:52.049197+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:52.761 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:52 smithi107 bash[22796]: audit 2024-09-17T01:49:52.054121+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:52.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:52 smithi175 bash[25028]: cluster 2024-09-17T01:49:51.353147+0000 mgr.a (mgr.14150) 256 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:52.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:52 smithi175 bash[25028]: audit 2024-09-17T01:49:52.039845+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:52.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:52 smithi175 bash[25028]: audit 2024-09-17T01:49:52.044517+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:52.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:52 smithi175 bash[25028]: audit 2024-09-17T01:49:52.049197+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:52.802 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:52 smithi175 bash[25028]: audit 2024-09-17T01:49:52.054121+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:52.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:52 smithi131 bash[24568]: cluster 2024-09-17T01:49:51.353147+0000 mgr.a (mgr.14150) 256 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:52.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:52 smithi131 bash[24568]: audit 2024-09-17T01:49:52.039845+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:52.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:52 smithi131 bash[24568]: audit 2024-09-17T01:49:52.044517+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:52.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:52 smithi131 bash[24568]: audit 2024-09-17T01:49:52.049197+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:52.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:52 smithi131 bash[24568]: audit 2024-09-17T01:49:52.054121+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:53.674 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:53 smithi107 bash[22796]: cephadm 2024-09-17T01:49:52.063504+0000 mgr.a (mgr.14150) 257 : cephadm [INF] Deploying daemon alertmanager.smithi175 on smithi175 2024-09-17T01:49:53.674 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:53 smithi107 bash[22796]: audit 2024-09-17T01:49:53.329783+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:53.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:53 smithi175 bash[25028]: cephadm 2024-09-17T01:49:52.063504+0000 mgr.a (mgr.14150) 257 : cephadm [INF] Deploying daemon alertmanager.smithi175 on smithi175 2024-09-17T01:49:53.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:53 smithi175 bash[25028]: audit 2024-09-17T01:49:53.329783+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:53.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:53 smithi131 bash[24568]: cephadm 2024-09-17T01:49:52.063504+0000 mgr.a (mgr.14150) 257 : cephadm [INF] Deploying daemon alertmanager.smithi175 on smithi175 2024-09-17T01:49:53.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:53 smithi131 bash[24568]: audit 2024-09-17T01:49:53.329783+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:49:54.742 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:54 smithi107 bash[22796]: cluster 2024-09-17T01:49:53.353805+0000 mgr.a (mgr.14150) 258 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:54.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:54 smithi175 bash[25028]: cluster 2024-09-17T01:49:53.353805+0000 mgr.a (mgr.14150) 258 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:54.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:54 smithi131 bash[24568]: cluster 2024-09-17T01:49:53.353805+0000 mgr.a (mgr.14150) 258 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:56.634 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:56 smithi107 bash[22796]: cluster 2024-09-17T01:49:55.354458+0000 mgr.a (mgr.14150) 259 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:56.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:56 smithi175 bash[25028]: cluster 2024-09-17T01:49:55.354458+0000 mgr.a (mgr.14150) 259 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:56.823 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:56 smithi131 bash[24568]: cluster 2024-09-17T01:49:55.354458+0000 mgr.a (mgr.14150) 259 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:58.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:49:58 smithi107 bash[22796]: cluster 2024-09-17T01:49:57.355132+0000 mgr.a (mgr.14150) 260 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:58.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:49:58 smithi175 bash[25028]: cluster 2024-09-17T01:49:57.355132+0000 mgr.a (mgr.14150) 260 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:49:58.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:49:58 smithi131 bash[24568]: cluster 2024-09-17T01:49:57.355132+0000 mgr.a (mgr.14150) 260 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:00.548 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:00 smithi175 systemd[1]: /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-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-09-17T01:50:00.548 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:00 smithi175 bash[25028]: cluster 2024-09-17T01:49:59.355787+0000 mgr.a (mgr.14150) 261 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:00.548 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:00 smithi175 bash[25028]: cluster 2024-09-17T01:50:00.000164+0000 mon.a (mon.0) 506 : cluster [INF] overall HEALTH_OK 2024-09-17T01:50:00.548 INFO:journalctl@ceph.osd.2.smithi175.stdout:Sep 17 01:50:00 smithi175 systemd[1]: /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-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-09-17T01:50:00.635 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:00 smithi107 bash[22796]: cluster 2024-09-17T01:49:59.355787+0000 mgr.a (mgr.14150) 261 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:00.635 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:00 smithi107 bash[22796]: cluster 2024-09-17T01:50:00.000164+0000 mon.a (mon.0) 506 : cluster [INF] overall HEALTH_OK 2024-09-17T01:50:00.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:00 smithi175 systemd[1]: /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-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-09-17T01:50:00.802 INFO:journalctl@ceph.osd.2.smithi175.stdout:Sep 17 01:50:00 smithi175 systemd[1]: /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-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-09-17T01:50:00.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:00 smithi131 bash[24568]: cluster 2024-09-17T01:49:59.355787+0000 mgr.a (mgr.14150) 261 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:00.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:00 smithi131 bash[24568]: cluster 2024-09-17T01:50:00.000164+0000 mon.a (mon.0) 506 : cluster [INF] overall HEALTH_OK 2024-09-17T01:50:01.953 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:01 smithi107 bash[22796]: audit 2024-09-17T01:50:00.850720+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:50:01.954 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:01 smithi107 bash[22796]: audit 2024-09-17T01:50:00.858866+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:50:01.954 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:01 smithi107 bash[22796]: audit 2024-09-17T01:50:00.866745+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:50:01.954 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:01 smithi107 bash[22796]: audit 2024-09-17T01:50:00.873750+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:50:01.954 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:01 smithi107 bash[22796]: cephadm 2024-09-17T01:50:01.170869+0000 mgr.a (mgr.14150) 262 : cephadm [INF] Deploying daemon prometheus.smithi131 on smithi131 2024-09-17T01:50:01.954 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:01 smithi107 bash[22796]: cluster 2024-09-17T01:50:01.356344+0000 mgr.a (mgr.14150) 263 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:02.074 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:01 smithi131 bash[24568]: audit 2024-09-17T01:50:00.850720+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:50:02.074 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:01 smithi131 bash[24568]: audit 2024-09-17T01:50:00.858866+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:50:02.074 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:01 smithi131 bash[24568]: audit 2024-09-17T01:50:00.866745+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:50:02.074 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:01 smithi131 bash[24568]: audit 2024-09-17T01:50:00.873750+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:50:02.074 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:01 smithi131 bash[24568]: cephadm 2024-09-17T01:50:01.170869+0000 mgr.a (mgr.14150) 262 : cephadm [INF] Deploying daemon prometheus.smithi131 on smithi131 2024-09-17T01:50:02.074 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:01 smithi131 bash[24568]: cluster 2024-09-17T01:50:01.356344+0000 mgr.a (mgr.14150) 263 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:02.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:01 smithi175 bash[25028]: audit 2024-09-17T01:50:00.850720+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:50:02.302 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:01 smithi175 bash[25028]: audit 2024-09-17T01:50:00.858866+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:50:02.302 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:01 smithi175 bash[25028]: audit 2024-09-17T01:50:00.866745+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:50:02.302 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:01 smithi175 bash[25028]: audit 2024-09-17T01:50:00.873750+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:50:02.302 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:01 smithi175 bash[25028]: cephadm 2024-09-17T01:50:01.170869+0000 mgr.a (mgr.14150) 262 : cephadm [INF] Deploying daemon prometheus.smithi131 on smithi131 2024-09-17T01:50:02.302 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:01 smithi175 bash[25028]: cluster 2024-09-17T01:50:01.356344+0000 mgr.a (mgr.14150) 263 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:04.594 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:04 smithi107 bash[22796]: audit 2024-09-17T01:50:03.338332+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:50:04.595 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:04 smithi107 bash[22796]: cluster 2024-09-17T01:50:03.356889+0000 mgr.a (mgr.14150) 264 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:04.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:04 smithi175 bash[25028]: audit 2024-09-17T01:50:03.338332+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:50:04.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:04 smithi175 bash[25028]: cluster 2024-09-17T01:50:03.356889+0000 mgr.a (mgr.14150) 264 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:04.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:04 smithi131 bash[24568]: audit 2024-09-17T01:50:03.338332+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:50:04.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:04 smithi131 bash[24568]: cluster 2024-09-17T01:50:03.356889+0000 mgr.a (mgr.14150) 264 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:06.488 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:06 smithi107 bash[22796]: cluster 2024-09-17T01:50:05.357346+0000 mgr.a (mgr.14150) 265 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:06.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:06 smithi175 bash[25028]: cluster 2024-09-17T01:50:05.357346+0000 mgr.a (mgr.14150) 265 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:06.823 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:06 smithi131 bash[24568]: cluster 2024-09-17T01:50:05.357346+0000 mgr.a (mgr.14150) 265 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:08.590 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:08 smithi107 bash[22796]: cluster 2024-09-17T01:50:07.357880+0000 mgr.a (mgr.14150) 266 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:08.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:08 smithi175 bash[25028]: cluster 2024-09-17T01:50:07.357880+0000 mgr.a (mgr.14150) 266 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:08.823 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:08 smithi131 bash[24568]: cluster 2024-09-17T01:50:07.357880+0000 mgr.a (mgr.14150) 266 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:10.439 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:10 smithi107 bash[22796]: cluster 2024-09-17T01:50:09.358337+0000 mgr.a (mgr.14150) 267 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:10.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:10 smithi175 bash[25028]: cluster 2024-09-17T01:50:09.358337+0000 mgr.a (mgr.14150) 267 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:10.823 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:10 smithi131 bash[24568]: cluster 2024-09-17T01:50:09.358337+0000 mgr.a (mgr.14150) 267 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:12.510 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:12 smithi107 bash[22796]: cluster 2024-09-17T01:50:11.358882+0000 mgr.a (mgr.14150) 268 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:12.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:12 smithi175 bash[25028]: cluster 2024-09-17T01:50:11.358882+0000 mgr.a (mgr.14150) 268 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:12.824 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:12 smithi131 bash[24568]: cluster 2024-09-17T01:50:11.358882+0000 mgr.a (mgr.14150) 268 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:14.550 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:50:14 smithi131 systemd[1]: /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-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-09-17T01:50:14.550 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:14 smithi131 bash[24568]: cluster 2024-09-17T01:50:13.359413+0000 mgr.a (mgr.14150) 269 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:14.550 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:14 smithi131 systemd[1]: /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-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-09-17T01:50:14.551 INFO:journalctl@ceph.osd.1.smithi131.stdout:Sep 17 01:50:14 smithi131 systemd[1]: /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-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-09-17T01:50:14.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:14 smithi107 bash[22796]: cluster 2024-09-17T01:50:13.359413+0000 mgr.a (mgr.14150) 269 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:14.801 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:14 smithi175 bash[25028]: cluster 2024-09-17T01:50:13.359413+0000 mgr.a (mgr.14150) 269 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:14.823 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:14 smithi131 systemd[1]: /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-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-09-17T01:50:14.824 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:50:14 smithi131 systemd[1]: /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-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-09-17T01:50:14.824 INFO:journalctl@ceph.osd.1.smithi131.stdout:Sep 17 01:50:14 smithi131 systemd[1]: /etc/systemd/system/ceph-e6522e52-7495-11ef-bceb-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-09-17T01:50:16.001 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:50:15 smithi131 bash[25079]: ignoring --setuser ceph since I am not root 2024-09-17T01:50:16.001 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:50:15 smithi131 bash[25079]: ignoring --setgroup ceph since I am not root 2024-09-17T01:50:16.001 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:50:15 smithi131 bash[25079]: debug 2024-09-17T01:50:15.897+0000 7f3df1589640 1 -- 172.21.15.131:0/2591800345 <== mon.2 v2:172.21.15.131:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5576a32890e0 con 0x5576a328a800 2024-09-17T01:50:16.002 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:15 smithi131 bash[24568]: audit 2024-09-17T01:50:14.816860+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:50:16.002 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:15 smithi131 bash[24568]: audit 2024-09-17T01:50:14.825165+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:50:16.002 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:15 smithi131 bash[24568]: audit 2024-09-17T01:50:14.833181+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:50:16.002 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:15 smithi131 bash[24568]: audit 2024-09-17T01:50:14.837143+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-09-17T01:50:16.002 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:15 smithi131 bash[24568]: cluster 2024-09-17T01:50:15.359933+0000 mgr.a (mgr.14150) 270 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:16.260 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:15 smithi107 bash[23049]: ignoring --setuser ceph since I am not root 2024-09-17T01:50:16.261 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:15 smithi107 bash[23049]: ignoring --setgroup ceph since I am not root 2024-09-17T01:50:16.261 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:16 smithi107 bash[23049]: debug 2024-09-17T01:50:16.015+0000 7f657373e040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-17T01:50:16.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:15 smithi107 bash[22796]: audit 2024-09-17T01:50:14.816860+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:50:16.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:15 smithi107 bash[22796]: audit 2024-09-17T01:50:14.825165+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:50:16.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:15 smithi107 bash[22796]: audit 2024-09-17T01:50:14.833181+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:50:16.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:15 smithi107 bash[22796]: audit 2024-09-17T01:50:14.837143+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-09-17T01:50:16.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:15 smithi107 bash[22796]: cluster 2024-09-17T01:50:15.359933+0000 mgr.a (mgr.14150) 270 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:16.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:15 smithi175 bash[25028]: audit 2024-09-17T01:50:14.816860+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:50:16.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:15 smithi175 bash[25028]: audit 2024-09-17T01:50:14.825165+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:50:16.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:15 smithi175 bash[25028]: audit 2024-09-17T01:50:14.833181+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' 2024-09-17T01:50:16.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:15 smithi175 bash[25028]: audit 2024-09-17T01:50:14.837143+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-09-17T01:50:16.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:15 smithi175 bash[25028]: cluster 2024-09-17T01:50:15.359933+0000 mgr.a (mgr.14150) 270 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:16.324 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:50:16 smithi131 bash[25079]: debug 2024-09-17T01:50:16.005+0000 7f3df3de5040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-17T01:50:17.171 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:16 smithi131 bash[24568]: audit 2024-09-17T01:50:15.840309+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-17T01:50:17.171 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:16 smithi131 bash[24568]: cluster 2024-09-17T01:50:15.849690+0000 mon.a (mon.0) 517 : cluster [DBG] mgrmap e16: a(active, since 6m), standbys: b 2024-09-17T01:50:17.200 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:16 smithi107 bash[22796]: audit 2024-09-17T01:50:15.840309+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-17T01:50:17.200 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:16 smithi107 bash[22796]: cluster 2024-09-17T01:50:15.849690+0000 mon.a (mon.0) 517 : cluster [DBG] mgrmap e16: a(active, since 6m), standbys: b 2024-09-17T01:50:17.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:16 smithi175 bash[25028]: audit 2024-09-17T01:50:15.840309+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14150 172.21.15.107:0/2050402140' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-17T01:50:17.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:16 smithi175 bash[25028]: cluster 2024-09-17T01:50:15.849690+0000 mon.a (mon.0) 517 : cluster [DBG] mgrmap e16: a(active, since 6m), standbys: b 2024-09-17T01:50:17.510 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:17 smithi107 bash[23049]: debug 2024-09-17T01:50:17.199+0000 7f657373e040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-17T01:50:17.511 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:17 smithi107 bash[23049]: debug 2024-09-17T01:50:17.263+0000 7f657373e040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-17T01:50:17.511 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:17 smithi107 bash[23049]: debug 2024-09-17T01:50:17.415+0000 7f657373e040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-17T01:50:17.574 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:50:17 smithi131 bash[25079]: debug 2024-09-17T01:50:17.173+0000 7f3df3de5040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-17T01:50:17.574 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:50:17 smithi131 bash[25079]: debug 2024-09-17T01:50:17.237+0000 7f3df3de5040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-17T01:50:17.574 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:50:17 smithi131 bash[25079]: debug 2024-09-17T01:50:17.389+0000 7f3df3de5040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-17T01:50:18.324 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:50:18 smithi131 bash[25079]: debug 2024-09-17T01:50:18.025+0000 7f3df3de5040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-17T01:50:18.324 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:50:18 smithi131 bash[25079]: debug 2024-09-17T01:50:18.097+0000 7f3df3de5040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-17T01:50:18.324 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:50:18 smithi131 bash[25079]: debug 2024-09-17T01:50:18.165+0000 7f3df3de5040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-17T01:50:18.375 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:18 smithi107 bash[23049]: debug 2024-09-17T01:50:18.055+0000 7f657373e040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-17T01:50:18.375 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:18 smithi107 bash[23049]: debug 2024-09-17T01:50:18.123+0000 7f657373e040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-17T01:50:18.375 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:18 smithi107 bash[23049]: debug 2024-09-17T01:50:18.191+0000 7f657373e040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-17T01:50:18.739 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:50:18 smithi131 bash[25079]: debug 2024-09-17T01:50:18.345+0000 7f3df3de5040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-17T01:50:18.739 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:50:18 smithi131 bash[25079]: debug 2024-09-17T01:50:18.421+0000 7f3df3de5040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-17T01:50:18.739 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:50:18 smithi131 bash[25079]: debug 2024-09-17T01:50:18.489+0000 7f3df3de5040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-17T01:50:18.760 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:18 smithi107 bash[23049]: debug 2024-09-17T01:50:18.375+0000 7f657373e040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-17T01:50:18.761 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:18 smithi107 bash[23049]: debug 2024-09-17T01:50:18.451+0000 7f657373e040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-17T01:50:18.761 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:18 smithi107 bash[23049]: debug 2024-09-17T01:50:18.519+0000 7f657373e040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-17T01:50:19.000 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:50:18 smithi131 bash[25079]: debug 2024-09-17T01:50:18.741+0000 7f3df3de5040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-17T01:50:19.000 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:50:18 smithi131 bash[25079]: debug 2024-09-17T01:50:18.809+0000 7f3df3de5040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-17T01:50:19.036 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:18 smithi107 bash[23049]: debug 2024-09-17T01:50:18.775+0000 7f657373e040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-17T01:50:19.036 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:18 smithi107 bash[23049]: debug 2024-09-17T01:50:18.839+0000 7f657373e040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-17T01:50:19.322 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:50:19 smithi131 bash[25079]: debug 2024-09-17T01:50:19.005+0000 7f3df3de5040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-17T01:50:19.322 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:50:19 smithi131 bash[25079]: debug 2024-09-17T01:50:19.081+0000 7f3df3de5040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-17T01:50:19.360 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:19 smithi107 bash[23049]: debug 2024-09-17T01:50:19.035+0000 7f657373e040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-17T01:50:19.360 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:19 smithi107 bash[23049]: debug 2024-09-17T01:50:19.115+0000 7f657373e040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-17T01:50:19.573 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:50:19 smithi131 bash[25079]: debug 2024-09-17T01:50:19.325+0000 7f3df3de5040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-17T01:50:19.574 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:50:19 smithi131 bash[25079]: debug 2024-09-17T01:50:19.501+0000 7f3df3de5040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-17T01:50:19.696 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:19 smithi107 bash[23049]: debug 2024-09-17T01:50:19.359+0000 7f657373e040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-17T01:50:19.696 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:19 smithi107 bash[23049]: debug 2024-09-17T01:50:19.535+0000 7f657373e040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-17T01:50:19.913 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:50:19 smithi131 bash[25079]: debug 2024-09-17T01:50:19.661+0000 7f3df3de5040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-17T01:50:19.913 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:50:19 smithi131 bash[25079]: debug 2024-09-17T01:50:19.737+0000 7f3df3de5040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-17T01:50:19.954 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:19 smithi107 bash[23049]: debug 2024-09-17T01:50:19.695+0000 7f657373e040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-17T01:50:19.954 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:19 smithi107 bash[23049]: debug 2024-09-17T01:50:19.775+0000 7f657373e040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-17T01:50:19.954 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:19 smithi107 bash[23049]: debug 2024-09-17T01:50:19.955+0000 7f657373e040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-17T01:50:21.012 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:50:19 smithi131 bash[25079]: debug 2024-09-17T01:50:19.917+0000 7f3df3de5040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-17T01:50:21.012 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:50:20 smithi131 bash[25079]: debug 2024-09-17T01:50:20.721+0000 7f3df3de5040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-17T01:50:21.013 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:50:20 smithi131 bash[25079]: debug 2024-09-17T01:50:20.793+0000 7f3df3de5040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-17T01:50:21.013 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:50:21 smithi131 bash[25079]: debug 2024-09-17T01:50:21.017+0000 7f3df3de5040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-17T01:50:21.070 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:20 smithi107 bash[23049]: debug 2024-09-17T01:50:20.771+0000 7f657373e040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-17T01:50:21.070 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:20 smithi107 bash[23049]: debug 2024-09-17T01:50:20.847+0000 7f657373e040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-17T01:50:21.323 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:50:21 smithi131 bash[25079]: debug 2024-09-17T01:50:21.089+0000 7f3df3de5040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-17T01:50:21.510 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:21 smithi107 bash[23049]: debug 2024-09-17T01:50:21.071+0000 7f657373e040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-17T01:50:21.510 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:21 smithi107 bash[23049]: debug 2024-09-17T01:50:21.143+0000 7f657373e040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-17T01:50:21.824 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:50:21 smithi131 bash[25079]: debug 2024-09-17T01:50:21.473+0000 7f3df3de5040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-17T01:50:21.824 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:50:21 smithi131 bash[25079]: debug 2024-09-17T01:50:21.553+0000 7f3df3de5040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-17T01:50:21.825 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:50:21 smithi131 bash[25079]: [17/Sep/2024:01:50:21] ENGINE Bus STARTING 2024-09-17T01:50:21.825 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:50:21 smithi131 bash[25079]: CherryPy Checker: 2024-09-17T01:50:21.825 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:50:21 smithi131 bash[25079]: The Application mounted at '' has an empty config. 2024-09-17T01:50:21.825 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:50:21 smithi131 bash[25079]: [17/Sep/2024:01:50:21] ENGINE Serving on http://:::9283 2024-09-17T01:50:21.825 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:50:21 smithi131 bash[25079]: [17/Sep/2024:01:50:21] ENGINE Bus STARTED 2024-09-17T01:50:21.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:21 smithi131 bash[24568]: cluster 2024-09-17T01:50:21.576230+0000 mon.a (mon.0) 518 : cluster [DBG] Standby manager daemon b restarted 2024-09-17T01:50:21.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:21 smithi131 bash[24568]: cluster 2024-09-17T01:50:21.576383+0000 mon.a (mon.0) 519 : cluster [DBG] Standby manager daemon b started 2024-09-17T01:50:21.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:21 smithi131 bash[24568]: audit 2024-09-17T01:50:21.580926+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.131:0/987168224' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-17T01:50:21.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:21 smithi131 bash[24568]: audit 2024-09-17T01:50:21.582582+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.131:0/987168224' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T01:50:21.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:21 smithi131 bash[24568]: audit 2024-09-17T01:50:21.584270+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.131:0/987168224' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-17T01:50:21.826 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:21 smithi131 bash[24568]: audit 2024-09-17T01:50:21.584612+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.? 172.21.15.131:0/987168224' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T01:50:21.850 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:21 smithi107 bash[22796]: cluster 2024-09-17T01:50:21.576230+0000 mon.a (mon.0) 518 : cluster [DBG] Standby manager daemon b restarted 2024-09-17T01:50:21.850 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:21 smithi107 bash[22796]: cluster 2024-09-17T01:50:21.576383+0000 mon.a (mon.0) 519 : cluster [DBG] Standby manager daemon b started 2024-09-17T01:50:21.850 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:21 smithi107 bash[22796]: audit 2024-09-17T01:50:21.580926+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.131:0/987168224' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-17T01:50:21.850 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:21 smithi107 bash[22796]: audit 2024-09-17T01:50:21.582582+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.131:0/987168224' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T01:50:21.850 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:21 smithi107 bash[22796]: audit 2024-09-17T01:50:21.584270+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.131:0/987168224' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-17T01:50:21.850 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:21 smithi107 bash[22796]: audit 2024-09-17T01:50:21.584612+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.? 172.21.15.131:0/987168224' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T01:50:21.850 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:21 smithi107 bash[23049]: debug 2024-09-17T01:50:21.531+0000 7f657373e040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-17T01:50:21.851 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:21 smithi107 bash[23049]: debug 2024-09-17T01:50:21.611+0000 7f657373e040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-17T01:50:21.851 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:21 smithi107 bash[23049]: [17/Sep/2024:01:50:21] ENGINE Bus STARTING 2024-09-17T01:50:21.851 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:21 smithi107 bash[23049]: CherryPy Checker: 2024-09-17T01:50:21.851 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:21 smithi107 bash[23049]: The Application mounted at '' has an empty config. 2024-09-17T01:50:21.957 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:21 smithi175 bash[25028]: cluster 2024-09-17T01:50:21.576230+0000 mon.a (mon.0) 518 : cluster [DBG] Standby manager daemon b restarted 2024-09-17T01:50:21.957 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:21 smithi175 bash[25028]: cluster 2024-09-17T01:50:21.576383+0000 mon.a (mon.0) 519 : cluster [DBG] Standby manager daemon b started 2024-09-17T01:50:21.957 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:21 smithi175 bash[25028]: audit 2024-09-17T01:50:21.580926+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.131:0/987168224' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-17T01:50:21.957 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:21 smithi175 bash[25028]: audit 2024-09-17T01:50:21.582582+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.131:0/987168224' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T01:50:21.957 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:21 smithi175 bash[25028]: audit 2024-09-17T01:50:21.584270+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.131:0/987168224' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-17T01:50:21.957 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:21 smithi175 bash[25028]: audit 2024-09-17T01:50:21.584612+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.? 172.21.15.131:0/987168224' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T01:50:22.172 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:21 smithi107 bash[23049]: [17/Sep/2024:01:50:21] ENGINE Serving on http://:::9283 2024-09-17T01:50:22.172 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:21 smithi107 bash[23049]: [17/Sep/2024:01:50:21] ENGINE Bus STARTED 2024-09-17T01:50:22.975 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:22 smithi107 bash[22796]: cluster 2024-09-17T01:50:21.638209+0000 mon.a (mon.0) 520 : cluster [DBG] mgrmap e17: a(active, since 6m), standbys: b 2024-09-17T01:50:22.975 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:22 smithi107 bash[22796]: cluster 2024-09-17T01:50:21.638692+0000 mon.a (mon.0) 521 : cluster [INF] Active manager daemon a restarted 2024-09-17T01:50:22.975 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:22 smithi107 bash[22796]: cluster 2024-09-17T01:50:21.639191+0000 mon.a (mon.0) 522 : cluster [INF] Activating manager daemon a 2024-09-17T01:50:22.975 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:22 smithi107 bash[22796]: cluster 2024-09-17T01:50:21.658319+0000 mon.a (mon.0) 523 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-17T01:50:22.975 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:22 smithi107 bash[22796]: cluster 2024-09-17T01:50:21.658804+0000 mon.a (mon.0) 524 : cluster [DBG] mgrmap e18: a(active, starting, since 0.0197934s), standbys: b 2024-09-17T01:50:22.975 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:22 smithi107 bash[22796]: audit 2024-09-17T01:50:21.660722+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:50:22.975 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:22 smithi107 bash[22796]: audit 2024-09-17T01:50:21.660967+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:50:22.975 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:22 smithi107 bash[22796]: audit 2024-09-17T01:50:21.661195+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:50:22.976 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:22 smithi107 bash[22796]: audit 2024-09-17T01:50:21.662219+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-17T01:50:22.976 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:22 smithi107 bash[22796]: audit 2024-09-17T01:50:21.662404+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-17T01:50:22.976 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:22 smithi107 bash[22796]: audit 2024-09-17T01:50:21.662558+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:50:22.976 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:22 smithi107 bash[22796]: audit 2024-09-17T01:50:21.662764+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:50:22.976 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:22 smithi107 bash[22796]: audit 2024-09-17T01:50:21.662955+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:50:22.976 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:22 smithi107 bash[22796]: audit 2024-09-17T01:50:21.663174+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T01:50:22.976 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:22 smithi107 bash[22796]: audit 2024-09-17T01:50:21.663434+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T01:50:22.976 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:22 smithi107 bash[22796]: audit 2024-09-17T01:50:21.663817+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T01:50:22.976 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:22 smithi107 bash[22796]: cluster 2024-09-17T01:50:21.687673+0000 mon.a (mon.0) 536 : cluster [INF] Manager daemon a is now available 2024-09-17T01:50:22.976 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:22 smithi107 bash[22796]: audit 2024-09-17T01:50:21.710293+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:50:22.976 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:22 smithi107 bash[22796]: audit 2024-09-17T01:50:21.729546+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:22.976 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:22 smithi107 bash[22796]: audit 2024-09-17T01:50:21.732400+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:50:22.977 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:22 smithi107 bash[22796]: audit 2024-09-17T01:50:21.743001+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-17T01:50:22.977 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:22 smithi107 bash[22796]: audit 2024-09-17T01:50:21.749762+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-17T01:50:23.052 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:22 smithi175 bash[25028]: cluster 2024-09-17T01:50:21.638209+0000 mon.a (mon.0) 520 : cluster [DBG] mgrmap e17: a(active, since 6m), standbys: b 2024-09-17T01:50:23.052 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:22 smithi175 bash[25028]: cluster 2024-09-17T01:50:21.638692+0000 mon.a (mon.0) 521 : cluster [INF] Active manager daemon a restarted 2024-09-17T01:50:23.052 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:22 smithi175 bash[25028]: cluster 2024-09-17T01:50:21.639191+0000 mon.a (mon.0) 522 : cluster [INF] Activating manager daemon a 2024-09-17T01:50:23.052 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:22 smithi175 bash[25028]: cluster 2024-09-17T01:50:21.658319+0000 mon.a (mon.0) 523 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-17T01:50:23.052 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:22 smithi175 bash[25028]: cluster 2024-09-17T01:50:21.658804+0000 mon.a (mon.0) 524 : cluster [DBG] mgrmap e18: a(active, starting, since 0.0197934s), standbys: b 2024-09-17T01:50:23.052 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:22 smithi175 bash[25028]: audit 2024-09-17T01:50:21.660722+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:50:23.052 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:22 smithi175 bash[25028]: audit 2024-09-17T01:50:21.660967+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:50:23.052 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:22 smithi175 bash[25028]: audit 2024-09-17T01:50:21.661195+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:50:23.052 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:22 smithi175 bash[25028]: audit 2024-09-17T01:50:21.662219+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-17T01:50:23.052 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:22 smithi175 bash[25028]: audit 2024-09-17T01:50:21.662404+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-17T01:50:23.053 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:22 smithi175 bash[25028]: audit 2024-09-17T01:50:21.662558+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:50:23.053 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:22 smithi175 bash[25028]: audit 2024-09-17T01:50:21.662764+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:50:23.053 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:22 smithi175 bash[25028]: audit 2024-09-17T01:50:21.662955+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:50:23.053 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:22 smithi175 bash[25028]: audit 2024-09-17T01:50:21.663174+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T01:50:23.053 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:22 smithi175 bash[25028]: audit 2024-09-17T01:50:21.663434+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T01:50:23.053 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:22 smithi175 bash[25028]: audit 2024-09-17T01:50:21.663817+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T01:50:23.053 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:22 smithi175 bash[25028]: cluster 2024-09-17T01:50:21.687673+0000 mon.a (mon.0) 536 : cluster [INF] Manager daemon a is now available 2024-09-17T01:50:23.053 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:22 smithi175 bash[25028]: audit 2024-09-17T01:50:21.710293+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:50:23.053 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:22 smithi175 bash[25028]: audit 2024-09-17T01:50:21.729546+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:23.053 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:22 smithi175 bash[25028]: audit 2024-09-17T01:50:21.732400+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:50:23.053 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:22 smithi175 bash[25028]: audit 2024-09-17T01:50:21.743001+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-17T01:50:23.054 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:22 smithi175 bash[25028]: audit 2024-09-17T01:50:21.749762+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-17T01:50:23.074 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:22 smithi131 bash[24568]: cluster 2024-09-17T01:50:21.638209+0000 mon.a (mon.0) 520 : cluster [DBG] mgrmap e17: a(active, since 6m), standbys: b 2024-09-17T01:50:23.074 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:22 smithi131 bash[24568]: cluster 2024-09-17T01:50:21.638692+0000 mon.a (mon.0) 521 : cluster [INF] Active manager daemon a restarted 2024-09-17T01:50:23.074 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:22 smithi131 bash[24568]: cluster 2024-09-17T01:50:21.639191+0000 mon.a (mon.0) 522 : cluster [INF] Activating manager daemon a 2024-09-17T01:50:23.074 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:22 smithi131 bash[24568]: cluster 2024-09-17T01:50:21.658319+0000 mon.a (mon.0) 523 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-17T01:50:23.075 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:22 smithi131 bash[24568]: cluster 2024-09-17T01:50:21.658804+0000 mon.a (mon.0) 524 : cluster [DBG] mgrmap e18: a(active, starting, since 0.0197934s), standbys: b 2024-09-17T01:50:23.075 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:22 smithi131 bash[24568]: audit 2024-09-17T01:50:21.660722+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T01:50:23.075 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:22 smithi131 bash[24568]: audit 2024-09-17T01:50:21.660967+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T01:50:23.075 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:22 smithi131 bash[24568]: audit 2024-09-17T01:50:21.661195+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T01:50:23.075 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:22 smithi131 bash[24568]: audit 2024-09-17T01:50:21.662219+0000 mon.a (mon.0) 528 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-17T01:50:23.075 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:22 smithi131 bash[24568]: audit 2024-09-17T01:50:21.662404+0000 mon.a (mon.0) 529 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-17T01:50:23.075 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:22 smithi131 bash[24568]: audit 2024-09-17T01:50:21.662558+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T01:50:23.075 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:22 smithi131 bash[24568]: audit 2024-09-17T01:50:21.662764+0000 mon.a (mon.0) 531 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T01:50:23.075 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:22 smithi131 bash[24568]: audit 2024-09-17T01:50:21.662955+0000 mon.a (mon.0) 532 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T01:50:23.075 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:22 smithi131 bash[24568]: audit 2024-09-17T01:50:21.663174+0000 mon.a (mon.0) 533 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T01:50:23.075 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:22 smithi131 bash[24568]: audit 2024-09-17T01:50:21.663434+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T01:50:23.075 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:22 smithi131 bash[24568]: audit 2024-09-17T01:50:21.663817+0000 mon.a (mon.0) 535 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T01:50:23.075 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:22 smithi131 bash[24568]: cluster 2024-09-17T01:50:21.687673+0000 mon.a (mon.0) 536 : cluster [INF] Manager daemon a is now available 2024-09-17T01:50:23.076 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:22 smithi131 bash[24568]: audit 2024-09-17T01:50:21.710293+0000 mon.a (mon.0) 537 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:50:23.076 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:22 smithi131 bash[24568]: audit 2024-09-17T01:50:21.729546+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:23.076 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:22 smithi131 bash[24568]: audit 2024-09-17T01:50:21.732400+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:50:23.076 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:22 smithi131 bash[24568]: audit 2024-09-17T01:50:21.743001+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-17T01:50:23.076 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:22 smithi131 bash[24568]: audit 2024-09-17T01:50:21.749762+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-17T01:50:23.261 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:22 smithi107 bash[23049]: debug 2024-09-17T01:50:22.975+0000 7f64cf777640 -1 log_channel(cephadm) log [ERR] : [17/Sep/2024:01:50:22] ENGINE Error in HTTPServer.serve 2024-09-17T01:50:23.261 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:22 smithi107 bash[23049]: Traceback (most recent call last): 2024-09-17T01:50:23.261 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:22 smithi107 bash[23049]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T01:50:23.261 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:22 smithi107 bash[23049]: self._connections.run(self.expiration_interval) 2024-09-17T01:50:23.261 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:22 smithi107 bash[23049]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T01:50:23.261 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:22 smithi107 bash[23049]: self._run(expiration_interval) 2024-09-17T01:50:23.261 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:22 smithi107 bash[23049]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T01:50:23.262 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:22 smithi107 bash[23049]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T01:50:23.262 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:22 smithi107 bash[23049]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T01:50:23.262 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:22 smithi107 bash[23049]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T01:50:23.262 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:22 smithi107 bash[23049]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T01:50:23.262 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:22 smithi107 bash[23049]: s = self.context.wrap_socket( 2024-09-17T01:50:23.262 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:22 smithi107 bash[23049]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T01:50:23.262 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:22 smithi107 bash[23049]: return self.sslsocket_class._create( 2024-09-17T01:50:23.262 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:22 smithi107 bash[23049]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T01:50:23.262 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:22 smithi107 bash[23049]: self.do_handshake() 2024-09-17T01:50:23.262 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:22 smithi107 bash[23049]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T01:50:23.262 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:22 smithi107 bash[23049]: self._sslobj.do_handshake() 2024-09-17T01:50:23.262 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:22 smithi107 bash[23049]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T01:50:24.010 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:23 smithi107 bash[22796]: cluster 2024-09-17T01:50:22.661145+0000 mon.a (mon.0) 542 : cluster [DBG] mgrmap e19: a(active, since 1.02213s), standbys: b 2024-09-17T01:50:24.010 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:23 smithi107 bash[22796]: cephadm 2024-09-17T01:50:22.857138+0000 mgr.a (mgr.14385) 2 : cephadm [INF] [17/Sep/2024:01:50:22] ENGINE Bus STARTING 2024-09-17T01:50:24.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:23 smithi175 bash[25028]: cluster 2024-09-17T01:50:22.661145+0000 mon.a (mon.0) 542 : cluster [DBG] mgrmap e19: a(active, since 1.02213s), standbys: b 2024-09-17T01:50:24.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:23 smithi175 bash[25028]: cephadm 2024-09-17T01:50:22.857138+0000 mgr.a (mgr.14385) 2 : cephadm [INF] [17/Sep/2024:01:50:22] ENGINE Bus STARTING 2024-09-17T01:50:24.074 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:23 smithi131 bash[24568]: cluster 2024-09-17T01:50:22.661145+0000 mon.a (mon.0) 542 : cluster [DBG] mgrmap e19: a(active, since 1.02213s), standbys: b 2024-09-17T01:50:24.075 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:23 smithi131 bash[24568]: cephadm 2024-09-17T01:50:22.857138+0000 mgr.a (mgr.14385) 2 : cephadm [INF] [17/Sep/2024:01:50:22] ENGINE Bus STARTING 2024-09-17T01:50:25.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:24 smithi107 bash[22796]: cephadm 2024-09-17T01:50:22.976241+0000 mgr.a (mgr.14385) 3 : cephadm [INF] [17/Sep/2024:01:50:22] ENGINE Serving on https://172.21.15.107:7150 2024-09-17T01:50:25.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:24 smithi107 bash[22796]: cephadm 2024-09-17T01:50:22.979758+0000 mgr.a (mgr.14385) 4 : cephadm [ERR] [17/Sep/2024:01:50:22] ENGINE Error in HTTPServer.serve 2024-09-17T01:50:25.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:24 smithi107 bash[22796]: Traceback (most recent call last): 2024-09-17T01:50:25.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:24 smithi107 bash[22796]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T01:50:25.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:24 smithi107 bash[22796]: self._connections.run(self.expiration_interval) 2024-09-17T01:50:25.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:24 smithi107 bash[22796]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T01:50:25.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:24 smithi107 bash[22796]: self._run(expiration_interval) 2024-09-17T01:50:25.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:24 smithi107 bash[22796]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T01:50:25.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:24 smithi107 bash[22796]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T01:50:25.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:24 smithi107 bash[22796]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T01:50:25.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:24 smithi107 bash[22796]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T01:50:25.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:24 smithi107 bash[22796]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T01:50:25.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:24 smithi107 bash[22796]: s = self.context.wrap_socket( 2024-09-17T01:50:25.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:24 smithi107 bash[22796]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T01:50:25.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:24 smithi107 bash[22796]: return self.sslsocket_class._create( 2024-09-17T01:50:25.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:24 smithi107 bash[22796]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T01:50:25.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:24 smithi107 bash[22796]: self.do_handshake() 2024-09-17T01:50:25.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:24 smithi107 bash[22796]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T01:50:25.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:24 smithi107 bash[22796]: self._sslobj.do_handshake() 2024-09-17T01:50:25.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:24 smithi107 bash[22796]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T01:50:25.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:24 smithi107 bash[22796]: cephadm 2024-09-17T01:50:23.077624+0000 mgr.a (mgr.14385) 5 : cephadm [INF] [17/Sep/2024:01:50:23] ENGINE Serving on http://172.21.15.107:8765 2024-09-17T01:50:25.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:24 smithi107 bash[22796]: cephadm 2024-09-17T01:50:23.077752+0000 mgr.a (mgr.14385) 6 : cephadm [INF] [17/Sep/2024:01:50:23] ENGINE Bus STARTED 2024-09-17T01:50:25.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:24 smithi107 bash[22796]: cluster 2024-09-17T01:50:23.663427+0000 mgr.a (mgr.14385) 7 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:25.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:24 smithi107 bash[22796]: cluster 2024-09-17T01:50:23.718072+0000 mon.a (mon.0) 543 : cluster [DBG] mgrmap e20: a(active, since 2s), standbys: b 2024-09-17T01:50:25.052 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:24 smithi175 bash[25028]: cephadm 2024-09-17T01:50:22.976241+0000 mgr.a (mgr.14385) 3 : cephadm [INF] [17/Sep/2024:01:50:22] ENGINE Serving on https://172.21.15.107:7150 2024-09-17T01:50:25.052 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:24 smithi175 bash[25028]: cephadm 2024-09-17T01:50:22.979758+0000 mgr.a (mgr.14385) 4 : cephadm [ERR] [17/Sep/2024:01:50:22] ENGINE Error in HTTPServer.serve 2024-09-17T01:50:25.052 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:24 smithi175 bash[25028]: Traceback (most recent call last): 2024-09-17T01:50:25.052 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:24 smithi175 bash[25028]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T01:50:25.052 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:24 smithi175 bash[25028]: self._connections.run(self.expiration_interval) 2024-09-17T01:50:25.052 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:24 smithi175 bash[25028]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T01:50:25.052 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:24 smithi175 bash[25028]: self._run(expiration_interval) 2024-09-17T01:50:25.052 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:24 smithi175 bash[25028]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T01:50:25.052 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:24 smithi175 bash[25028]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T01:50:25.052 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:24 smithi175 bash[25028]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T01:50:25.053 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:24 smithi175 bash[25028]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T01:50:25.053 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:24 smithi175 bash[25028]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T01:50:25.053 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:24 smithi175 bash[25028]: s = self.context.wrap_socket( 2024-09-17T01:50:25.053 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:24 smithi175 bash[25028]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T01:50:25.053 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:24 smithi175 bash[25028]: return self.sslsocket_class._create( 2024-09-17T01:50:25.053 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:24 smithi175 bash[25028]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T01:50:25.053 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:24 smithi175 bash[25028]: self.do_handshake() 2024-09-17T01:50:25.053 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:24 smithi175 bash[25028]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T01:50:25.053 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:24 smithi175 bash[25028]: self._sslobj.do_handshake() 2024-09-17T01:50:25.053 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:24 smithi175 bash[25028]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T01:50:25.053 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:24 smithi175 bash[25028]: cephadm 2024-09-17T01:50:23.077624+0000 mgr.a (mgr.14385) 5 : cephadm [INF] [17/Sep/2024:01:50:23] ENGINE Serving on http://172.21.15.107:8765 2024-09-17T01:50:25.053 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:24 smithi175 bash[25028]: cephadm 2024-09-17T01:50:23.077752+0000 mgr.a (mgr.14385) 6 : cephadm [INF] [17/Sep/2024:01:50:23] ENGINE Bus STARTED 2024-09-17T01:50:25.053 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:24 smithi175 bash[25028]: cluster 2024-09-17T01:50:23.663427+0000 mgr.a (mgr.14385) 7 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:25.054 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:24 smithi175 bash[25028]: cluster 2024-09-17T01:50:23.718072+0000 mon.a (mon.0) 543 : cluster [DBG] mgrmap e20: a(active, since 2s), standbys: b 2024-09-17T01:50:25.074 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:24 smithi131 bash[24568]: cephadm 2024-09-17T01:50:22.976241+0000 mgr.a (mgr.14385) 3 : cephadm [INF] [17/Sep/2024:01:50:22] ENGINE Serving on https://172.21.15.107:7150 2024-09-17T01:50:25.075 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:24 smithi131 bash[24568]: cephadm 2024-09-17T01:50:22.979758+0000 mgr.a (mgr.14385) 4 : cephadm [ERR] [17/Sep/2024:01:50:22] ENGINE Error in HTTPServer.serve 2024-09-17T01:50:25.075 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:24 smithi131 bash[24568]: Traceback (most recent call last): 2024-09-17T01:50:25.075 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:24 smithi131 bash[24568]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T01:50:25.075 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:24 smithi131 bash[24568]: self._connections.run(self.expiration_interval) 2024-09-17T01:50:25.075 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:24 smithi131 bash[24568]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T01:50:25.076 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:24 smithi131 bash[24568]: self._run(expiration_interval) 2024-09-17T01:50:25.076 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:24 smithi131 bash[24568]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T01:50:25.076 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:24 smithi131 bash[24568]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T01:50:25.076 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:24 smithi131 bash[24568]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T01:50:25.076 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:24 smithi131 bash[24568]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T01:50:25.077 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:24 smithi131 bash[24568]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T01:50:25.077 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:24 smithi131 bash[24568]: s = self.context.wrap_socket( 2024-09-17T01:50:25.077 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:24 smithi131 bash[24568]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T01:50:25.077 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:24 smithi131 bash[24568]: return self.sslsocket_class._create( 2024-09-17T01:50:25.077 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:24 smithi131 bash[24568]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T01:50:25.077 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:24 smithi131 bash[24568]: self.do_handshake() 2024-09-17T01:50:25.077 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:24 smithi131 bash[24568]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T01:50:25.077 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:24 smithi131 bash[24568]: self._sslobj.do_handshake() 2024-09-17T01:50:25.077 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:24 smithi131 bash[24568]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T01:50:25.077 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:24 smithi131 bash[24568]: cephadm 2024-09-17T01:50:23.077624+0000 mgr.a (mgr.14385) 5 : cephadm [INF] [17/Sep/2024:01:50:23] ENGINE Serving on http://172.21.15.107:8765 2024-09-17T01:50:25.077 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:24 smithi131 bash[24568]: cephadm 2024-09-17T01:50:23.077752+0000 mgr.a (mgr.14385) 6 : cephadm [INF] [17/Sep/2024:01:50:23] ENGINE Bus STARTED 2024-09-17T01:50:25.077 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:24 smithi131 bash[24568]: cluster 2024-09-17T01:50:23.663427+0000 mgr.a (mgr.14385) 7 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:25.077 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:24 smithi131 bash[24568]: cluster 2024-09-17T01:50:23.718072+0000 mon.a (mon.0) 543 : cluster [DBG] mgrmap e20: a(active, since 2s), standbys: b 2024-09-17T01:50:27.010 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:26 smithi107 bash[22796]: cluster 2024-09-17T01:50:25.663945+0000 mgr.a (mgr.14385) 8 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:27.010 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:26 smithi107 bash[22796]: cluster 2024-09-17T01:50:25.732287+0000 mon.a (mon.0) 544 : cluster [DBG] mgrmap e21: a(active, since 4s), standbys: b 2024-09-17T01:50:27.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:26 smithi175 bash[25028]: cluster 2024-09-17T01:50:25.663945+0000 mgr.a (mgr.14385) 8 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:27.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:26 smithi175 bash[25028]: cluster 2024-09-17T01:50:25.732287+0000 mon.a (mon.0) 544 : cluster [DBG] mgrmap e21: a(active, since 4s), standbys: b 2024-09-17T01:50:27.074 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:26 smithi131 bash[24568]: cluster 2024-09-17T01:50:25.663945+0000 mgr.a (mgr.14385) 8 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:27.074 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:26 smithi131 bash[24568]: cluster 2024-09-17T01:50:25.732287+0000 mon.a (mon.0) 544 : cluster [DBG] mgrmap e21: a(active, since 4s), standbys: b 2024-09-17T01:50:29.010 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:28 smithi107 bash[22796]: cluster 2024-09-17T01:50:27.664227+0000 mgr.a (mgr.14385) 9 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 41 KiB/s rd, 0 B/s wr, 23 op/s 2024-09-17T01:50:29.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:28 smithi107 bash[22796]: audit 2024-09-17T01:50:27.692460+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:29.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:28 smithi107 bash[22796]: audit 2024-09-17T01:50:27.696687+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:29.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:28 smithi107 bash[22796]: audit 2024-09-17T01:50:27.714948+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:29.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:28 smithi107 bash[22796]: audit 2024-09-17T01:50:27.720981+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:29.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:28 smithi107 bash[22796]: audit 2024-09-17T01:50:27.881449+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:29.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:28 smithi107 bash[22796]: audit 2024-09-17T01:50:27.888381+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:29.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:28 smithi175 bash[25028]: cluster 2024-09-17T01:50:27.664227+0000 mgr.a (mgr.14385) 9 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 41 KiB/s rd, 0 B/s wr, 23 op/s 2024-09-17T01:50:29.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:28 smithi175 bash[25028]: audit 2024-09-17T01:50:27.692460+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:29.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:28 smithi175 bash[25028]: audit 2024-09-17T01:50:27.696687+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:29.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:28 smithi175 bash[25028]: audit 2024-09-17T01:50:27.714948+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:29.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:28 smithi175 bash[25028]: audit 2024-09-17T01:50:27.720981+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:29.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:28 smithi175 bash[25028]: audit 2024-09-17T01:50:27.881449+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:29.052 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:28 smithi175 bash[25028]: audit 2024-09-17T01:50:27.888381+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:29.074 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:28 smithi131 bash[24568]: cluster 2024-09-17T01:50:27.664227+0000 mgr.a (mgr.14385) 9 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 41 KiB/s rd, 0 B/s wr, 23 op/s 2024-09-17T01:50:29.074 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:28 smithi131 bash[24568]: audit 2024-09-17T01:50:27.692460+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:29.074 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:28 smithi131 bash[24568]: audit 2024-09-17T01:50:27.696687+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:29.074 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:28 smithi131 bash[24568]: audit 2024-09-17T01:50:27.714948+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:29.074 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:28 smithi131 bash[24568]: audit 2024-09-17T01:50:27.720981+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:29.074 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:28 smithi131 bash[24568]: audit 2024-09-17T01:50:27.881449+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:29.074 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:28 smithi131 bash[24568]: audit 2024-09-17T01:50:27.888381+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:29 smithi107 bash[22796]: audit 2024-09-17T01:50:28.883137+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:29 smithi107 bash[22796]: audit 2024-09-17T01:50:28.891552+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:29 smithi107 bash[22796]: audit 2024-09-17T01:50:28.894380+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:50:30.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:29 smithi107 bash[22796]: cephadm 2024-09-17T01:50:28.895555+0000 mgr.a (mgr.14385) 10 : cephadm [INF] Adjusting osd_memory_target on smithi131 to 15217M 2024-09-17T01:50:30.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:29 smithi107 bash[22796]: audit 2024-09-17T01:50:28.902936+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:29 smithi107 bash[22796]: audit 2024-09-17T01:50:28.919384+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:29 smithi107 bash[22796]: audit 2024-09-17T01:50:28.927144+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:29 smithi107 bash[22796]: audit 2024-09-17T01:50:28.929641+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:50:30.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:29 smithi107 bash[22796]: audit 2024-09-17T01:50:28.936287+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:29 smithi107 bash[22796]: audit 2024-09-17T01:50:28.977624+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:29 smithi107 bash[22796]: audit 2024-09-17T01:50:28.983415+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:29 smithi107 bash[22796]: audit 2024-09-17T01:50:28.985312+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:50:30.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:29 smithi107 bash[22796]: audit 2024-09-17T01:50:28.989513+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:29 smithi107 bash[22796]: audit 2024-09-17T01:50:28.991501+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:50:30.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:29 smithi107 bash[22796]: audit 2024-09-17T01:50:28.992275+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:50:30.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:29 smithi107 bash[22796]: audit 2024-09-17T01:50:29.734411+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:29 smithi107 bash[22796]: audit 2024-09-17T01:50:29.739776+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:29 smithi107 bash[22796]: audit 2024-09-17T01:50:29.746264+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:29 smithi107 bash[22796]: audit 2024-09-17T01:50:29.750690+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:29 smithi107 bash[22796]: audit 2024-09-17T01:50:29.755181+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:29 smithi107 bash[22796]: audit 2024-09-17T01:50:29.761764+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:29 smithi107 bash[22796]: audit 2024-09-17T01:50:29.768063+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.263 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:29 smithi107 bash[22796]: audit 2024-09-17T01:50:29.778595+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.302 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:29 smithi175 bash[25028]: audit 2024-09-17T01:50:28.883137+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.302 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:29 smithi175 bash[25028]: audit 2024-09-17T01:50:28.891552+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.302 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:29 smithi175 bash[25028]: audit 2024-09-17T01:50:28.894380+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:50:30.302 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:29 smithi175 bash[25028]: cephadm 2024-09-17T01:50:28.895555+0000 mgr.a (mgr.14385) 10 : cephadm [INF] Adjusting osd_memory_target on smithi131 to 15217M 2024-09-17T01:50:30.302 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:29 smithi175 bash[25028]: audit 2024-09-17T01:50:28.902936+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.302 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:29 smithi175 bash[25028]: audit 2024-09-17T01:50:28.919384+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.302 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:29 smithi175 bash[25028]: audit 2024-09-17T01:50:28.927144+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.303 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:29 smithi175 bash[25028]: audit 2024-09-17T01:50:28.929641+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:50:30.303 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:29 smithi175 bash[25028]: audit 2024-09-17T01:50:28.936287+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.303 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:29 smithi175 bash[25028]: audit 2024-09-17T01:50:28.977624+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.303 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:29 smithi175 bash[25028]: audit 2024-09-17T01:50:28.983415+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.303 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:29 smithi175 bash[25028]: audit 2024-09-17T01:50:28.985312+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:50:30.303 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:29 smithi175 bash[25028]: audit 2024-09-17T01:50:28.989513+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.303 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:29 smithi175 bash[25028]: audit 2024-09-17T01:50:28.991501+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:50:30.303 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:29 smithi175 bash[25028]: audit 2024-09-17T01:50:28.992275+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:50:30.303 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:29 smithi175 bash[25028]: audit 2024-09-17T01:50:29.734411+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.303 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:29 smithi175 bash[25028]: audit 2024-09-17T01:50:29.739776+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.303 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:29 smithi175 bash[25028]: audit 2024-09-17T01:50:29.746264+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.303 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:29 smithi175 bash[25028]: audit 2024-09-17T01:50:29.750690+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.303 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:29 smithi175 bash[25028]: audit 2024-09-17T01:50:29.755181+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.303 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:29 smithi175 bash[25028]: audit 2024-09-17T01:50:29.761764+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.304 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:29 smithi175 bash[25028]: audit 2024-09-17T01:50:29.768063+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.304 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:29 smithi175 bash[25028]: audit 2024-09-17T01:50:29.778595+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.324 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:29 smithi131 bash[24568]: audit 2024-09-17T01:50:28.883137+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:29 smithi131 bash[24568]: audit 2024-09-17T01:50:28.891552+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:29 smithi131 bash[24568]: audit 2024-09-17T01:50:28.894380+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:50:30.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:29 smithi131 bash[24568]: cephadm 2024-09-17T01:50:28.895555+0000 mgr.a (mgr.14385) 10 : cephadm [INF] Adjusting osd_memory_target on smithi131 to 15217M 2024-09-17T01:50:30.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:29 smithi131 bash[24568]: audit 2024-09-17T01:50:28.902936+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:29 smithi131 bash[24568]: audit 2024-09-17T01:50:28.919384+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:29 smithi131 bash[24568]: audit 2024-09-17T01:50:28.927144+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:29 smithi131 bash[24568]: audit 2024-09-17T01:50:28.929641+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:50:30.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:29 smithi131 bash[24568]: audit 2024-09-17T01:50:28.936287+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:29 smithi131 bash[24568]: audit 2024-09-17T01:50:28.977624+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:29 smithi131 bash[24568]: audit 2024-09-17T01:50:28.983415+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:29 smithi131 bash[24568]: audit 2024-09-17T01:50:28.985312+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-17T01:50:30.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:29 smithi131 bash[24568]: audit 2024-09-17T01:50:28.989513+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.326 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:29 smithi131 bash[24568]: audit 2024-09-17T01:50:28.991501+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:50:30.326 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:29 smithi131 bash[24568]: audit 2024-09-17T01:50:28.992275+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:50:30.326 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:29 smithi131 bash[24568]: audit 2024-09-17T01:50:29.734411+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.326 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:29 smithi131 bash[24568]: audit 2024-09-17T01:50:29.739776+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.326 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:29 smithi131 bash[24568]: audit 2024-09-17T01:50:29.746264+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.326 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:29 smithi131 bash[24568]: audit 2024-09-17T01:50:29.750690+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.326 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:29 smithi131 bash[24568]: audit 2024-09-17T01:50:29.755181+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.326 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:29 smithi131 bash[24568]: audit 2024-09-17T01:50:29.761764+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.326 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:29 smithi131 bash[24568]: audit 2024-09-17T01:50:29.768063+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:30.326 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:29 smithi131 bash[24568]: audit 2024-09-17T01:50:29.778595+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:31.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:30 smithi107 bash[22796]: cephadm 2024-09-17T01:50:28.930650+0000 mgr.a (mgr.14385) 11 : cephadm [INF] Adjusting osd_memory_target on smithi175 to 19313M 2024-09-17T01:50:31.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:30 smithi107 bash[22796]: cephadm 2024-09-17T01:50:28.985966+0000 mgr.a (mgr.14385) 12 : cephadm [INF] Adjusting osd_memory_target on smithi107 to 15217M 2024-09-17T01:50:31.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:30 smithi107 bash[22796]: cephadm 2024-09-17T01:50:28.993454+0000 mgr.a (mgr.14385) 13 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.conf 2024-09-17T01:50:31.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:30 smithi107 bash[22796]: cephadm 2024-09-17T01:50:28.993877+0000 mgr.a (mgr.14385) 14 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.conf 2024-09-17T01:50:31.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:30 smithi107 bash[22796]: cephadm 2024-09-17T01:50:28.994075+0000 mgr.a (mgr.14385) 15 : cephadm [INF] Updating smithi175:/etc/ceph/ceph.conf 2024-09-17T01:50:31.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:30 smithi107 bash[22796]: cephadm 2024-09-17T01:50:29.192105+0000 mgr.a (mgr.14385) 16 : cephadm [INF] Updating smithi175:/var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:50:31.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:30 smithi107 bash[22796]: cephadm 2024-09-17T01:50:29.192462+0000 mgr.a (mgr.14385) 17 : cephadm [INF] Updating smithi107:/var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:50:31.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:30 smithi107 bash[22796]: cephadm 2024-09-17T01:50:29.192869+0000 mgr.a (mgr.14385) 18 : cephadm [INF] Updating smithi131:/var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:50:31.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:30 smithi107 bash[22796]: cephadm 2024-09-17T01:50:29.380047+0000 mgr.a (mgr.14385) 19 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.client.admin.keyring 2024-09-17T01:50:31.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:30 smithi107 bash[22796]: cephadm 2024-09-17T01:50:29.380427+0000 mgr.a (mgr.14385) 20 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.client.admin.keyring 2024-09-17T01:50:31.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:30 smithi107 bash[22796]: cephadm 2024-09-17T01:50:29.380908+0000 mgr.a (mgr.14385) 21 : cephadm [INF] Updating smithi175:/etc/ceph/ceph.client.admin.keyring 2024-09-17T01:50:31.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:30 smithi107 bash[22796]: cephadm 2024-09-17T01:50:29.564389+0000 mgr.a (mgr.14385) 22 : cephadm [INF] Updating smithi131:/var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T01:50:31.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:30 smithi107 bash[22796]: cephadm 2024-09-17T01:50:29.564872+0000 mgr.a (mgr.14385) 23 : cephadm [INF] Updating smithi107:/var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T01:50:31.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:30 smithi107 bash[22796]: cephadm 2024-09-17T01:50:29.565342+0000 mgr.a (mgr.14385) 24 : cephadm [INF] Updating smithi175:/var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T01:50:31.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:30 smithi107 bash[22796]: cluster 2024-09-17T01:50:29.664583+0000 mgr.a (mgr.14385) 25 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-09-17T01:50:31.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:30 smithi107 bash[22796]: cephadm 2024-09-17T01:50:29.827073+0000 mgr.a (mgr.14385) 26 : cephadm [INF] Reconfiguring grafana.smithi107 (dependencies changed)... 2024-09-17T01:50:31.302 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:30 smithi175 bash[25028]: cephadm 2024-09-17T01:50:28.930650+0000 mgr.a (mgr.14385) 11 : cephadm [INF] Adjusting osd_memory_target on smithi175 to 19313M 2024-09-17T01:50:31.302 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:30 smithi175 bash[25028]: cephadm 2024-09-17T01:50:28.985966+0000 mgr.a (mgr.14385) 12 : cephadm [INF] Adjusting osd_memory_target on smithi107 to 15217M 2024-09-17T01:50:31.302 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:30 smithi175 bash[25028]: cephadm 2024-09-17T01:50:28.993454+0000 mgr.a (mgr.14385) 13 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.conf 2024-09-17T01:50:31.302 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:30 smithi175 bash[25028]: cephadm 2024-09-17T01:50:28.993877+0000 mgr.a (mgr.14385) 14 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.conf 2024-09-17T01:50:31.302 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:30 smithi175 bash[25028]: cephadm 2024-09-17T01:50:28.994075+0000 mgr.a (mgr.14385) 15 : cephadm [INF] Updating smithi175:/etc/ceph/ceph.conf 2024-09-17T01:50:31.302 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:30 smithi175 bash[25028]: cephadm 2024-09-17T01:50:29.192105+0000 mgr.a (mgr.14385) 16 : cephadm [INF] Updating smithi175:/var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:50:31.302 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:30 smithi175 bash[25028]: cephadm 2024-09-17T01:50:29.192462+0000 mgr.a (mgr.14385) 17 : cephadm [INF] Updating smithi107:/var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:50:31.302 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:30 smithi175 bash[25028]: cephadm 2024-09-17T01:50:29.192869+0000 mgr.a (mgr.14385) 18 : cephadm [INF] Updating smithi131:/var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:50:31.302 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:30 smithi175 bash[25028]: cephadm 2024-09-17T01:50:29.380047+0000 mgr.a (mgr.14385) 19 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.client.admin.keyring 2024-09-17T01:50:31.302 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:30 smithi175 bash[25028]: cephadm 2024-09-17T01:50:29.380427+0000 mgr.a (mgr.14385) 20 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.client.admin.keyring 2024-09-17T01:50:31.302 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:30 smithi175 bash[25028]: cephadm 2024-09-17T01:50:29.380908+0000 mgr.a (mgr.14385) 21 : cephadm [INF] Updating smithi175:/etc/ceph/ceph.client.admin.keyring 2024-09-17T01:50:31.303 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:30 smithi175 bash[25028]: cephadm 2024-09-17T01:50:29.564389+0000 mgr.a (mgr.14385) 22 : cephadm [INF] Updating smithi131:/var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T01:50:31.303 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:30 smithi175 bash[25028]: cephadm 2024-09-17T01:50:29.564872+0000 mgr.a (mgr.14385) 23 : cephadm [INF] Updating smithi107:/var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T01:50:31.303 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:30 smithi175 bash[25028]: cephadm 2024-09-17T01:50:29.565342+0000 mgr.a (mgr.14385) 24 : cephadm [INF] Updating smithi175:/var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T01:50:31.303 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:30 smithi175 bash[25028]: cluster 2024-09-17T01:50:29.664583+0000 mgr.a (mgr.14385) 25 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-09-17T01:50:31.303 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:30 smithi175 bash[25028]: cephadm 2024-09-17T01:50:29.827073+0000 mgr.a (mgr.14385) 26 : cephadm [INF] Reconfiguring grafana.smithi107 (dependencies changed)... 2024-09-17T01:50:31.324 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:30 smithi131 bash[24568]: cephadm 2024-09-17T01:50:28.930650+0000 mgr.a (mgr.14385) 11 : cephadm [INF] Adjusting osd_memory_target on smithi175 to 19313M 2024-09-17T01:50:31.324 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:30 smithi131 bash[24568]: cephadm 2024-09-17T01:50:28.985966+0000 mgr.a (mgr.14385) 12 : cephadm [INF] Adjusting osd_memory_target on smithi107 to 15217M 2024-09-17T01:50:31.324 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:30 smithi131 bash[24568]: cephadm 2024-09-17T01:50:28.993454+0000 mgr.a (mgr.14385) 13 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.conf 2024-09-17T01:50:31.324 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:30 smithi131 bash[24568]: cephadm 2024-09-17T01:50:28.993877+0000 mgr.a (mgr.14385) 14 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.conf 2024-09-17T01:50:31.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:30 smithi131 bash[24568]: cephadm 2024-09-17T01:50:28.994075+0000 mgr.a (mgr.14385) 15 : cephadm [INF] Updating smithi175:/etc/ceph/ceph.conf 2024-09-17T01:50:31.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:30 smithi131 bash[24568]: cephadm 2024-09-17T01:50:29.192105+0000 mgr.a (mgr.14385) 16 : cephadm [INF] Updating smithi175:/var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:50:31.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:30 smithi131 bash[24568]: cephadm 2024-09-17T01:50:29.192462+0000 mgr.a (mgr.14385) 17 : cephadm [INF] Updating smithi107:/var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:50:31.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:30 smithi131 bash[24568]: cephadm 2024-09-17T01:50:29.192869+0000 mgr.a (mgr.14385) 18 : cephadm [INF] Updating smithi131:/var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T01:50:31.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:30 smithi131 bash[24568]: cephadm 2024-09-17T01:50:29.380047+0000 mgr.a (mgr.14385) 19 : cephadm [INF] Updating smithi107:/etc/ceph/ceph.client.admin.keyring 2024-09-17T01:50:31.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:30 smithi131 bash[24568]: cephadm 2024-09-17T01:50:29.380427+0000 mgr.a (mgr.14385) 20 : cephadm [INF] Updating smithi131:/etc/ceph/ceph.client.admin.keyring 2024-09-17T01:50:31.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:30 smithi131 bash[24568]: cephadm 2024-09-17T01:50:29.380908+0000 mgr.a (mgr.14385) 21 : cephadm [INF] Updating smithi175:/etc/ceph/ceph.client.admin.keyring 2024-09-17T01:50:31.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:30 smithi131 bash[24568]: cephadm 2024-09-17T01:50:29.564389+0000 mgr.a (mgr.14385) 22 : cephadm [INF] Updating smithi131:/var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T01:50:31.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:30 smithi131 bash[24568]: cephadm 2024-09-17T01:50:29.564872+0000 mgr.a (mgr.14385) 23 : cephadm [INF] Updating smithi107:/var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T01:50:31.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:30 smithi131 bash[24568]: cephadm 2024-09-17T01:50:29.565342+0000 mgr.a (mgr.14385) 24 : cephadm [INF] Updating smithi175:/var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T01:50:31.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:30 smithi131 bash[24568]: cluster 2024-09-17T01:50:29.664583+0000 mgr.a (mgr.14385) 25 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-09-17T01:50:31.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:30 smithi131 bash[24568]: cephadm 2024-09-17T01:50:29.827073+0000 mgr.a (mgr.14385) 26 : cephadm [INF] Reconfiguring grafana.smithi107 (dependencies changed)... 2024-09-17T01:50:32.129 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:31 smithi107 bash[22796]: cephadm 2024-09-17T01:50:29.927929+0000 mgr.a (mgr.14385) 27 : cephadm [INF] Reconfiguring daemon grafana.smithi107 on smithi107 2024-09-17T01:50:32.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:31 smithi175 bash[25028]: cephadm 2024-09-17T01:50:29.927929+0000 mgr.a (mgr.14385) 27 : cephadm [INF] Reconfiguring daemon grafana.smithi107 on smithi107 2024-09-17T01:50:32.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:31 smithi131 bash[24568]: cephadm 2024-09-17T01:50:29.927929+0000 mgr.a (mgr.14385) 27 : cephadm [INF] Reconfiguring daemon grafana.smithi107 on smithi107 2024-09-17T01:50:33.010 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:32 smithi107 bash[22796]: cluster 2024-09-17T01:50:31.665210+0000 mgr.a (mgr.14385) 28 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-17T01:50:33.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:32 smithi175 bash[25028]: cluster 2024-09-17T01:50:31.665210+0000 mgr.a (mgr.14385) 28 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-17T01:50:33.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:32 smithi131 bash[24568]: cluster 2024-09-17T01:50:31.665210+0000 mgr.a (mgr.14385) 28 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-17T01:50:35.222 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:34 smithi107 bash[22796]: cluster 2024-09-17T01:50:33.665720+0000 mgr.a (mgr.14385) 29 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-17T01:50:35.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:34 smithi175 bash[25028]: cluster 2024-09-17T01:50:33.665720+0000 mgr.a (mgr.14385) 29 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-17T01:50:35.324 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:34 smithi131 bash[24568]: cluster 2024-09-17T01:50:33.665720+0000 mgr.a (mgr.14385) 29 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-17T01:50:36.529 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:36 smithi107 bash[22796]: audit 2024-09-17T01:50:35.282616+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:36.530 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:36 smithi107 bash[22796]: audit 2024-09-17T01:50:35.288944+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:36.530 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:36 smithi107 bash[22796]: cephadm 2024-09-17T01:50:35.290687+0000 mgr.a (mgr.14385) 30 : cephadm [INF] Reconfiguring alertmanager.smithi175 (dependencies changed)... 2024-09-17T01:50:36.530 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:36 smithi107 bash[22796]: cephadm 2024-09-17T01:50:35.299197+0000 mgr.a (mgr.14385) 31 : cephadm [INF] Reconfiguring daemon alertmanager.smithi175 on smithi175 2024-09-17T01:50:36.530 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:36 smithi107 bash[22796]: cluster 2024-09-17T01:50:35.666238+0000 mgr.a (mgr.14385) 32 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-17T01:50:36.551 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:36 smithi175 bash[25028]: audit 2024-09-17T01:50:35.282616+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:36.551 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:36 smithi175 bash[25028]: audit 2024-09-17T01:50:35.288944+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:36.551 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:36 smithi175 bash[25028]: cephadm 2024-09-17T01:50:35.290687+0000 mgr.a (mgr.14385) 30 : cephadm [INF] Reconfiguring alertmanager.smithi175 (dependencies changed)... 2024-09-17T01:50:36.551 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:36 smithi175 bash[25028]: cephadm 2024-09-17T01:50:35.299197+0000 mgr.a (mgr.14385) 31 : cephadm [INF] Reconfiguring daemon alertmanager.smithi175 on smithi175 2024-09-17T01:50:36.551 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:36 smithi175 bash[25028]: cluster 2024-09-17T01:50:35.666238+0000 mgr.a (mgr.14385) 32 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-17T01:50:36.577 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:36 smithi131 bash[24568]: audit 2024-09-17T01:50:35.282616+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:36.577 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:36 smithi131 bash[24568]: audit 2024-09-17T01:50:35.288944+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:36.577 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:36 smithi131 bash[24568]: cephadm 2024-09-17T01:50:35.290687+0000 mgr.a (mgr.14385) 30 : cephadm [INF] Reconfiguring alertmanager.smithi175 (dependencies changed)... 2024-09-17T01:50:36.577 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:36 smithi131 bash[24568]: cephadm 2024-09-17T01:50:35.299197+0000 mgr.a (mgr.14385) 31 : cephadm [INF] Reconfiguring daemon alertmanager.smithi175 on smithi175 2024-09-17T01:50:36.578 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:36 smithi131 bash[24568]: cluster 2024-09-17T01:50:35.666238+0000 mgr.a (mgr.14385) 32 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-17T01:50:37.551 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:37 smithi175 bash[25028]: audit 2024-09-17T01:50:36.733412+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:50:37.574 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:37 smithi131 bash[24568]: audit 2024-09-17T01:50:36.733412+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:50:37.708 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:37 smithi107 bash[22796]: audit 2024-09-17T01:50:36.733412+0000 mon.a (mon.0) 575 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:50:38.551 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:38 smithi175 bash[25028]: cluster 2024-09-17T01:50:37.666724+0000 mgr.a (mgr.14385) 33 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-17T01:50:38.573 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:38 smithi131 bash[24568]: cluster 2024-09-17T01:50:37.666724+0000 mgr.a (mgr.14385) 33 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-17T01:50:38.760 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:38 smithi107 bash[22796]: cluster 2024-09-17T01:50:37.666724+0000 mgr.a (mgr.14385) 33 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-09-17T01:50:40.510 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:40 smithi107 bash[23049]: [17/Sep/2024:01:50:40] ENGINE Bus STOPPING 2024-09-17T01:50:40.510 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:40 smithi107 bash[23049]: [17/Sep/2024:01:50:40] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-17T01:50:40.510 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:40 smithi107 bash[23049]: [17/Sep/2024:01:50:40] ENGINE Bus STOPPED 2024-09-17T01:50:40.510 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:40 smithi107 bash[23049]: [17/Sep/2024:01:50:40] ENGINE Bus STARTING 2024-09-17T01:50:41.010 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:40 smithi107 bash[23049]: [17/Sep/2024:01:50:40] ENGINE Serving on http://:::9283 2024-09-17T01:50:41.010 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:40 smithi107 bash[23049]: [17/Sep/2024:01:50:40] ENGINE Bus STARTED 2024-09-17T01:50:41.010 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:40 smithi107 bash[23049]: [17/Sep/2024:01:50:40] ENGINE Bus STOPPING 2024-09-17T01:50:41.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:40 smithi107 bash[22796]: cluster 2024-09-17T01:50:39.667257+0000 mgr.a (mgr.14385) 34 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:41.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:40 smithi107 bash[22796]: audit 2024-09-17T01:50:40.215128+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:41.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:40 smithi107 bash[22796]: audit 2024-09-17T01:50:40.223985+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:41.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:40 smithi107 bash[22796]: audit 2024-09-17T01:50:40.231121+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-17T01:50:41.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:40 smithi107 bash[22796]: audit 2024-09-17T01:50:40.234297+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi107.front.sepia.ceph.com:3000"}]: dispatch 2024-09-17T01:50:41.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:40 smithi107 bash[22796]: audit 2024-09-17T01:50:40.241946+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:41.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:40 smithi107 bash[22796]: audit 2024-09-17T01:50:40.261957+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-17T01:50:41.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:40 smithi107 bash[22796]: audit 2024-09-17T01:50:40.273129+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi175.front.sepia.ceph.com:9093"}]: dispatch 2024-09-17T01:50:41.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:40 smithi107 bash[22796]: audit 2024-09-17T01:50:40.282183+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:41.012 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:40 smithi107 bash[22796]: audit 2024-09-17T01:50:40.388228+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:50:41.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:40 smithi175 bash[25028]: cluster 2024-09-17T01:50:39.667257+0000 mgr.a (mgr.14385) 34 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:41.052 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:40 smithi175 bash[25028]: audit 2024-09-17T01:50:40.215128+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:41.052 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:40 smithi175 bash[25028]: audit 2024-09-17T01:50:40.223985+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:41.052 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:40 smithi175 bash[25028]: audit 2024-09-17T01:50:40.231121+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-17T01:50:41.052 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:40 smithi175 bash[25028]: audit 2024-09-17T01:50:40.234297+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi107.front.sepia.ceph.com:3000"}]: dispatch 2024-09-17T01:50:41.052 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:40 smithi175 bash[25028]: audit 2024-09-17T01:50:40.241946+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:41.052 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:40 smithi175 bash[25028]: audit 2024-09-17T01:50:40.261957+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-17T01:50:41.052 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:40 smithi175 bash[25028]: audit 2024-09-17T01:50:40.273129+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi175.front.sepia.ceph.com:9093"}]: dispatch 2024-09-17T01:50:41.052 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:40 smithi175 bash[25028]: audit 2024-09-17T01:50:40.282183+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:41.052 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:40 smithi175 bash[25028]: audit 2024-09-17T01:50:40.388228+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:50:41.074 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:40 smithi131 bash[24568]: cluster 2024-09-17T01:50:39.667257+0000 mgr.a (mgr.14385) 34 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:41.074 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:40 smithi131 bash[24568]: audit 2024-09-17T01:50:40.215128+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:41.074 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:40 smithi131 bash[24568]: audit 2024-09-17T01:50:40.223985+0000 mon.a (mon.0) 577 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:41.074 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:40 smithi131 bash[24568]: audit 2024-09-17T01:50:40.231121+0000 mon.a (mon.0) 578 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-17T01:50:41.074 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:40 smithi131 bash[24568]: audit 2024-09-17T01:50:40.234297+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi107.front.sepia.ceph.com:3000"}]: dispatch 2024-09-17T01:50:41.074 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:40 smithi131 bash[24568]: audit 2024-09-17T01:50:40.241946+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:41.075 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:40 smithi131 bash[24568]: audit 2024-09-17T01:50:40.261957+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-17T01:50:41.075 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:40 smithi131 bash[24568]: audit 2024-09-17T01:50:40.273129+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi175.front.sepia.ceph.com:9093"}]: dispatch 2024-09-17T01:50:41.075 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:40 smithi131 bash[24568]: audit 2024-09-17T01:50:40.282183+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:41.075 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:40 smithi131 bash[24568]: audit 2024-09-17T01:50:40.388228+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:50:41.510 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:41 smithi107 bash[23049]: [17/Sep/2024:01:50:41] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-17T01:50:41.510 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:41 smithi107 bash[23049]: [17/Sep/2024:01:50:41] ENGINE Bus STOPPED 2024-09-17T01:50:41.510 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:41 smithi107 bash[23049]: [17/Sep/2024:01:50:41] ENGINE Bus STARTING 2024-09-17T01:50:41.510 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:41 smithi107 bash[23049]: [17/Sep/2024:01:50:41] ENGINE Serving on http://:::9283 2024-09-17T01:50:41.511 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:50:41 smithi107 bash[23049]: [17/Sep/2024:01:50:41] ENGINE Bus STARTED 2024-09-17T01:50:42.010 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:41 smithi107 bash[22796]: audit 2024-09-17T01:50:40.232147+0000 mgr.a (mgr.14385) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-17T01:50:42.010 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:41 smithi107 bash[22796]: audit 2024-09-17T01:50:40.235226+0000 mgr.a (mgr.14385) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi107.front.sepia.ceph.com:3000"}]: dispatch 2024-09-17T01:50:42.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:41 smithi107 bash[22796]: audit 2024-09-17T01:50:40.262872+0000 mgr.a (mgr.14385) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-17T01:50:42.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:41 smithi107 bash[22796]: audit 2024-09-17T01:50:40.273999+0000 mgr.a (mgr.14385) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi175.front.sepia.ceph.com:9093"}]: dispatch 2024-09-17T01:50:42.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:41 smithi175 bash[25028]: audit 2024-09-17T01:50:40.232147+0000 mgr.a (mgr.14385) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-17T01:50:42.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:41 smithi175 bash[25028]: audit 2024-09-17T01:50:40.235226+0000 mgr.a (mgr.14385) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi107.front.sepia.ceph.com:3000"}]: dispatch 2024-09-17T01:50:42.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:41 smithi175 bash[25028]: audit 2024-09-17T01:50:40.262872+0000 mgr.a (mgr.14385) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-17T01:50:42.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:41 smithi175 bash[25028]: audit 2024-09-17T01:50:40.273999+0000 mgr.a (mgr.14385) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi175.front.sepia.ceph.com:9093"}]: dispatch 2024-09-17T01:50:42.074 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:41 smithi131 bash[24568]: audit 2024-09-17T01:50:40.232147+0000 mgr.a (mgr.14385) 35 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-17T01:50:42.074 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:41 smithi131 bash[24568]: audit 2024-09-17T01:50:40.235226+0000 mgr.a (mgr.14385) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi107.front.sepia.ceph.com:3000"}]: dispatch 2024-09-17T01:50:42.074 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:41 smithi131 bash[24568]: audit 2024-09-17T01:50:40.262872+0000 mgr.a (mgr.14385) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-17T01:50:42.074 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:41 smithi131 bash[24568]: audit 2024-09-17T01:50:40.273999+0000 mgr.a (mgr.14385) 38 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi175.front.sepia.ceph.com:9093"}]: dispatch 2024-09-17T01:50:43.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:42 smithi107 bash[22796]: cluster 2024-09-17T01:50:41.667787+0000 mgr.a (mgr.14385) 39 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:43.267 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:42 smithi175 bash[25028]: cluster 2024-09-17T01:50:41.667787+0000 mgr.a (mgr.14385) 39 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:43.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:42 smithi131 bash[24568]: cluster 2024-09-17T01:50:41.667787+0000 mgr.a (mgr.14385) 39 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:45.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:44 smithi107 bash[22796]: cluster 2024-09-17T01:50:43.668371+0000 mgr.a (mgr.14385) 40 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:45.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:44 smithi175 bash[25028]: cluster 2024-09-17T01:50:43.668371+0000 mgr.a (mgr.14385) 40 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:45.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:44 smithi131 bash[24568]: cluster 2024-09-17T01:50:43.668371+0000 mgr.a (mgr.14385) 40 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:47.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:46 smithi107 bash[22796]: cluster 2024-09-17T01:50:45.668708+0000 mgr.a (mgr.14385) 41 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:47.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:46 smithi107 bash[22796]: audit 2024-09-17T01:50:45.909704+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:47.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:46 smithi107 bash[22796]: audit 2024-09-17T01:50:45.916036+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:47.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:46 smithi107 bash[22796]: audit 2024-09-17T01:50:46.042791+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:47.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:46 smithi107 bash[22796]: audit 2024-09-17T01:50:46.048884+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:47.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:46 smithi107 bash[22796]: audit 2024-09-17T01:50:46.049982+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:50:47.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:46 smithi107 bash[22796]: audit 2024-09-17T01:50:46.050890+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:50:47.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:46 smithi107 bash[22796]: audit 2024-09-17T01:50:46.055348+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:47.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:46 smithi175 bash[25028]: cluster 2024-09-17T01:50:45.668708+0000 mgr.a (mgr.14385) 41 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:47.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:46 smithi175 bash[25028]: audit 2024-09-17T01:50:45.909704+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:47.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:46 smithi175 bash[25028]: audit 2024-09-17T01:50:45.916036+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:47.302 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:46 smithi175 bash[25028]: audit 2024-09-17T01:50:46.042791+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:47.304 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:46 smithi175 bash[25028]: audit 2024-09-17T01:50:46.048884+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:47.304 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:46 smithi175 bash[25028]: audit 2024-09-17T01:50:46.049982+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:50:47.304 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:46 smithi175 bash[25028]: audit 2024-09-17T01:50:46.050890+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:50:47.304 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:46 smithi175 bash[25028]: audit 2024-09-17T01:50:46.055348+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:47.324 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:46 smithi131 bash[24568]: cluster 2024-09-17T01:50:45.668708+0000 mgr.a (mgr.14385) 41 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:47.324 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:46 smithi131 bash[24568]: audit 2024-09-17T01:50:45.909704+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:47.324 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:46 smithi131 bash[24568]: audit 2024-09-17T01:50:45.916036+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:47.324 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:46 smithi131 bash[24568]: audit 2024-09-17T01:50:46.042791+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:47.324 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:46 smithi131 bash[24568]: audit 2024-09-17T01:50:46.048884+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:47.324 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:46 smithi131 bash[24568]: audit 2024-09-17T01:50:46.049982+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:50:47.324 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:46 smithi131 bash[24568]: audit 2024-09-17T01:50:46.050890+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:50:47.324 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:46 smithi131 bash[24568]: audit 2024-09-17T01:50:46.055348+0000 mon.a (mon.0) 591 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:50:49.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:48 smithi107 bash[22796]: cluster 2024-09-17T01:50:47.669157+0000 mgr.a (mgr.14385) 42 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:49.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:48 smithi175 bash[25028]: cluster 2024-09-17T01:50:47.669157+0000 mgr.a (mgr.14385) 42 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:49.324 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:48 smithi131 bash[24568]: cluster 2024-09-17T01:50:47.669157+0000 mgr.a (mgr.14385) 42 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:51.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:50 smithi107 bash[22796]: cluster 2024-09-17T01:50:49.669696+0000 mgr.a (mgr.14385) 43 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:51.270 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:50 smithi175 bash[25028]: cluster 2024-09-17T01:50:49.669696+0000 mgr.a (mgr.14385) 43 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:51.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:50 smithi131 bash[24568]: cluster 2024-09-17T01:50:49.669696+0000 mgr.a (mgr.14385) 43 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:52.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:51 smithi107 bash[22796]: cluster 2024-09-17T01:50:51.670213+0000 mgr.a (mgr.14385) 44 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:52.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:51 smithi107 bash[22796]: audit 2024-09-17T01:50:51.733907+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:50:52.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:51 smithi175 bash[25028]: cluster 2024-09-17T01:50:51.670213+0000 mgr.a (mgr.14385) 44 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:52.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:51 smithi175 bash[25028]: audit 2024-09-17T01:50:51.733907+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:50:52.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:51 smithi131 bash[24568]: cluster 2024-09-17T01:50:51.670213+0000 mgr.a (mgr.14385) 44 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:52.324 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:51 smithi131 bash[24568]: audit 2024-09-17T01:50:51.733907+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:50:55.010 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:54 smithi107 bash[22796]: cluster 2024-09-17T01:50:53.670798+0000 mgr.a (mgr.14385) 45 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:55.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:54 smithi175 bash[25028]: cluster 2024-09-17T01:50:53.670798+0000 mgr.a (mgr.14385) 45 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:55.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:54 smithi131 bash[24568]: cluster 2024-09-17T01:50:53.670798+0000 mgr.a (mgr.14385) 45 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:57.010 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:56 smithi107 bash[22796]: cluster 2024-09-17T01:50:55.671303+0000 mgr.a (mgr.14385) 46 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:57.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:56 smithi175 bash[25028]: cluster 2024-09-17T01:50:55.671303+0000 mgr.a (mgr.14385) 46 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:57.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:56 smithi131 bash[24568]: cluster 2024-09-17T01:50:55.671303+0000 mgr.a (mgr.14385) 46 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:59.010 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:50:58 smithi107 bash[22796]: cluster 2024-09-17T01:50:57.671903+0000 mgr.a (mgr.14385) 47 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:59.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:50:58 smithi175 bash[25028]: cluster 2024-09-17T01:50:57.671903+0000 mgr.a (mgr.14385) 47 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:50:59.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:50:58 smithi131 bash[24568]: cluster 2024-09-17T01:50:57.671903+0000 mgr.a (mgr.14385) 47 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:01.010 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:51:00 smithi107 bash[22796]: cluster 2024-09-17T01:50:59.672458+0000 mgr.a (mgr.14385) 48 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:01.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:51:00 smithi175 bash[25028]: cluster 2024-09-17T01:50:59.672458+0000 mgr.a (mgr.14385) 48 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:01.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:51:00 smithi131 bash[24568]: cluster 2024-09-17T01:50:59.672458+0000 mgr.a (mgr.14385) 48 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:03.010 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:51:02 smithi107 bash[22796]: cluster 2024-09-17T01:51:01.673001+0000 mgr.a (mgr.14385) 49 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:03.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:51:02 smithi175 bash[25028]: cluster 2024-09-17T01:51:01.673001+0000 mgr.a (mgr.14385) 49 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:03.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:51:02 smithi131 bash[24568]: cluster 2024-09-17T01:51:01.673001+0000 mgr.a (mgr.14385) 49 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:05.010 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:51:04 smithi107 bash[22796]: cluster 2024-09-17T01:51:03.673604+0000 mgr.a (mgr.14385) 50 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:05.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:51:04 smithi175 bash[25028]: cluster 2024-09-17T01:51:03.673604+0000 mgr.a (mgr.14385) 50 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:05.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:51:04 smithi131 bash[24568]: cluster 2024-09-17T01:51:03.673604+0000 mgr.a (mgr.14385) 50 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:07.010 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:51:06 smithi107 bash[22796]: cluster 2024-09-17T01:51:05.674121+0000 mgr.a (mgr.14385) 51 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:07.010 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:51:06 smithi107 bash[22796]: audit 2024-09-17T01:51:06.734412+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:51:07.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:51:06 smithi175 bash[25028]: cluster 2024-09-17T01:51:05.674121+0000 mgr.a (mgr.14385) 51 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:07.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:51:06 smithi175 bash[25028]: audit 2024-09-17T01:51:06.734412+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:51:07.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:51:06 smithi131 bash[24568]: cluster 2024-09-17T01:51:05.674121+0000 mgr.a (mgr.14385) 51 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:07.074 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:51:06 smithi131 bash[24568]: audit 2024-09-17T01:51:06.734412+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:51:09.010 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:51:08 smithi107 bash[22796]: cluster 2024-09-17T01:51:07.674657+0000 mgr.a (mgr.14385) 52 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:09.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:51:08 smithi175 bash[25028]: cluster 2024-09-17T01:51:07.674657+0000 mgr.a (mgr.14385) 52 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:09.074 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:51:08 smithi131 bash[24568]: cluster 2024-09-17T01:51:07.674657+0000 mgr.a (mgr.14385) 52 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:11.010 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:51:10 smithi107 bash[22796]: cluster 2024-09-17T01:51:09.675171+0000 mgr.a (mgr.14385) 53 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:11.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:51:10 smithi175 bash[25028]: cluster 2024-09-17T01:51:09.675171+0000 mgr.a (mgr.14385) 53 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:11.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:51:10 smithi131 bash[24568]: cluster 2024-09-17T01:51:09.675171+0000 mgr.a (mgr.14385) 53 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:13.010 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:51:12 smithi107 bash[22796]: cluster 2024-09-17T01:51:11.675652+0000 mgr.a (mgr.14385) 54 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:13.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:51:12 smithi175 bash[25028]: cluster 2024-09-17T01:51:11.675652+0000 mgr.a (mgr.14385) 54 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:13.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:51:12 smithi131 bash[24568]: cluster 2024-09-17T01:51:11.675652+0000 mgr.a (mgr.14385) 54 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:15.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:51:14 smithi175 bash[25028]: cluster 2024-09-17T01:51:13.676214+0000 mgr.a (mgr.14385) 55 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:15.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:51:14 smithi131 bash[24568]: cluster 2024-09-17T01:51:13.676214+0000 mgr.a (mgr.14385) 55 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:15.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:51:14 smithi107 bash[22796]: cluster 2024-09-17T01:51:13.676214+0000 mgr.a (mgr.14385) 55 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:17.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:51:16 smithi175 bash[25028]: cluster 2024-09-17T01:51:15.676728+0000 mgr.a (mgr.14385) 56 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:17.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:51:16 smithi131 bash[24568]: cluster 2024-09-17T01:51:15.676728+0000 mgr.a (mgr.14385) 56 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:17.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:51:16 smithi107 bash[22796]: cluster 2024-09-17T01:51:15.676728+0000 mgr.a (mgr.14385) 56 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:19.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:51:18 smithi175 bash[25028]: cluster 2024-09-17T01:51:17.677271+0000 mgr.a (mgr.14385) 57 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:19.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:51:18 smithi131 bash[24568]: cluster 2024-09-17T01:51:17.677271+0000 mgr.a (mgr.14385) 57 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:19.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:51:18 smithi107 bash[22796]: cluster 2024-09-17T01:51:17.677271+0000 mgr.a (mgr.14385) 57 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:21.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:51:20 smithi175 bash[25028]: cluster 2024-09-17T01:51:19.677847+0000 mgr.a (mgr.14385) 58 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:21.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:51:20 smithi131 bash[24568]: cluster 2024-09-17T01:51:19.677847+0000 mgr.a (mgr.14385) 58 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:21.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:51:20 smithi107 bash[22796]: cluster 2024-09-17T01:51:19.677847+0000 mgr.a (mgr.14385) 58 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:22.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:51:21 smithi175 bash[25028]: audit 2024-09-17T01:51:21.734686+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:51:22.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:51:21 smithi131 bash[24568]: audit 2024-09-17T01:51:21.734686+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:51:22.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:51:21 smithi107 bash[22796]: audit 2024-09-17T01:51:21.734686+0000 mon.a (mon.0) 594 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:51:23.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:51:22 smithi175 bash[25028]: cluster 2024-09-17T01:51:21.678364+0000 mgr.a (mgr.14385) 59 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:23.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:51:22 smithi131 bash[24568]: cluster 2024-09-17T01:51:21.678364+0000 mgr.a (mgr.14385) 59 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:23.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:51:22 smithi107 bash[22796]: cluster 2024-09-17T01:51:21.678364+0000 mgr.a (mgr.14385) 59 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:25.010 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:51:24 smithi107 bash[22796]: cluster 2024-09-17T01:51:23.678988+0000 mgr.a (mgr.14385) 60 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:25.010 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:51:24 smithi107 bash[23049]: ::ffff:172.21.15.131 - - [17/Sep/2024:01:51:24] "GET /metrics HTTP/1.1" 200 21468 "" "Prometheus/2.43.0" 2024-09-17T01:51:25.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:51:24 smithi175 bash[25028]: cluster 2024-09-17T01:51:23.678988+0000 mgr.a (mgr.14385) 60 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:25.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:51:24 smithi131 bash[24568]: cluster 2024-09-17T01:51:23.678988+0000 mgr.a (mgr.14385) 60 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:27.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:51:26 smithi175 bash[25028]: cluster 2024-09-17T01:51:25.679506+0000 mgr.a (mgr.14385) 61 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:27.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:51:26 smithi131 bash[24568]: cluster 2024-09-17T01:51:25.679506+0000 mgr.a (mgr.14385) 61 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:27.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:51:26 smithi107 bash[22796]: cluster 2024-09-17T01:51:25.679506+0000 mgr.a (mgr.14385) 61 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:29.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:51:28 smithi175 bash[25028]: cluster 2024-09-17T01:51:27.680050+0000 mgr.a (mgr.14385) 62 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:29.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:51:28 smithi131 bash[24568]: cluster 2024-09-17T01:51:27.680050+0000 mgr.a (mgr.14385) 62 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:29.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:51:28 smithi107 bash[22796]: cluster 2024-09-17T01:51:27.680050+0000 mgr.a (mgr.14385) 62 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:31.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:51:30 smithi131 bash[24568]: cluster 2024-09-17T01:51:29.680568+0000 mgr.a (mgr.14385) 63 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:31.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:51:30 smithi107 bash[22796]: cluster 2024-09-17T01:51:29.680568+0000 mgr.a (mgr.14385) 63 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:31.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:51:30 smithi175 bash[25028]: cluster 2024-09-17T01:51:29.680568+0000 mgr.a (mgr.14385) 63 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:33.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:51:32 smithi131 bash[24568]: cluster 2024-09-17T01:51:31.681073+0000 mgr.a (mgr.14385) 64 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:33.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:51:32 smithi107 bash[22796]: cluster 2024-09-17T01:51:31.681073+0000 mgr.a (mgr.14385) 64 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:33.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:51:32 smithi175 bash[25028]: cluster 2024-09-17T01:51:31.681073+0000 mgr.a (mgr.14385) 64 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:35.010 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:51:34 smithi107 bash[22796]: cluster 2024-09-17T01:51:33.681644+0000 mgr.a (mgr.14385) 65 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:35.010 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:51:34 smithi107 bash[23049]: ::ffff:172.21.15.131 - - [17/Sep/2024:01:51:34] "GET /metrics HTTP/1.1" 200 21468 "" "Prometheus/2.43.0" 2024-09-17T01:51:35.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:51:34 smithi131 bash[24568]: cluster 2024-09-17T01:51:33.681644+0000 mgr.a (mgr.14385) 65 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:35.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:51:34 smithi175 bash[25028]: cluster 2024-09-17T01:51:33.681644+0000 mgr.a (mgr.14385) 65 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:37.074 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:51:36 smithi131 bash[24568]: cluster 2024-09-17T01:51:35.682212+0000 mgr.a (mgr.14385) 66 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:37.074 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:51:36 smithi131 bash[24568]: audit 2024-09-17T01:51:36.735112+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:51:37.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:51:36 smithi107 bash[22796]: cluster 2024-09-17T01:51:35.682212+0000 mgr.a (mgr.14385) 66 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:37.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:51:36 smithi107 bash[22796]: audit 2024-09-17T01:51:36.735112+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:51:37.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:51:36 smithi175 bash[25028]: cluster 2024-09-17T01:51:35.682212+0000 mgr.a (mgr.14385) 66 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:37.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:51:36 smithi175 bash[25028]: audit 2024-09-17T01:51:36.735112+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:51:39.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:51:38 smithi131 bash[24568]: cluster 2024-09-17T01:51:37.682754+0000 mgr.a (mgr.14385) 67 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:39.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:51:38 smithi107 bash[22796]: cluster 2024-09-17T01:51:37.682754+0000 mgr.a (mgr.14385) 67 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:39.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:51:38 smithi175 bash[25028]: cluster 2024-09-17T01:51:37.682754+0000 mgr.a (mgr.14385) 67 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:41.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:51:40 smithi107 bash[22796]: cluster 2024-09-17T01:51:39.683290+0000 mgr.a (mgr.14385) 68 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:41.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:51:40 smithi175 bash[25028]: cluster 2024-09-17T01:51:39.683290+0000 mgr.a (mgr.14385) 68 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:41.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:51:40 smithi131 bash[24568]: cluster 2024-09-17T01:51:39.683290+0000 mgr.a (mgr.14385) 68 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:43.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:51:42 smithi107 bash[22796]: cluster 2024-09-17T01:51:41.683826+0000 mgr.a (mgr.14385) 69 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:43.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:51:42 smithi175 bash[25028]: cluster 2024-09-17T01:51:41.683826+0000 mgr.a (mgr.14385) 69 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:43.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:51:42 smithi131 bash[24568]: cluster 2024-09-17T01:51:41.683826+0000 mgr.a (mgr.14385) 69 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:45.010 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:51:44 smithi107 bash[22796]: cluster 2024-09-17T01:51:43.684359+0000 mgr.a (mgr.14385) 70 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:45.010 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:51:44 smithi107 bash[23049]: ::ffff:172.21.15.131 - - [17/Sep/2024:01:51:44] "GET /metrics HTTP/1.1" 200 21471 "" "Prometheus/2.43.0" 2024-09-17T01:51:45.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:51:44 smithi175 bash[25028]: cluster 2024-09-17T01:51:43.684359+0000 mgr.a (mgr.14385) 70 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:45.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:51:44 smithi131 bash[24568]: cluster 2024-09-17T01:51:43.684359+0000 mgr.a (mgr.14385) 70 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:47.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:51:46 smithi107 bash[22796]: cluster 2024-09-17T01:51:45.684923+0000 mgr.a (mgr.14385) 71 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:47.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:51:46 smithi107 bash[22796]: audit 2024-09-17T01:51:46.191412+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:51:47.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:51:46 smithi175 bash[25028]: cluster 2024-09-17T01:51:45.684923+0000 mgr.a (mgr.14385) 71 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:47.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:51:46 smithi175 bash[25028]: audit 2024-09-17T01:51:46.191412+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:51:47.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:51:46 smithi131 bash[24568]: cluster 2024-09-17T01:51:45.684923+0000 mgr.a (mgr.14385) 71 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:47.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:51:46 smithi131 bash[24568]: audit 2024-09-17T01:51:46.191412+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:51:48.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:51:47 smithi107 bash[22796]: audit 2024-09-17T01:51:47.003311+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:51:48.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:51:47 smithi107 bash[22796]: audit 2024-09-17T01:51:47.005080+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:51:48.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:51:47 smithi107 bash[22796]: audit 2024-09-17T01:51:47.014515+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:51:48.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:51:47 smithi175 bash[25028]: audit 2024-09-17T01:51:47.003311+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:51:48.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:51:47 smithi175 bash[25028]: audit 2024-09-17T01:51:47.005080+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:51:48.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:51:47 smithi175 bash[25028]: audit 2024-09-17T01:51:47.014515+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:51:48.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:51:47 smithi131 bash[24568]: audit 2024-09-17T01:51:47.003311+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:51:48.324 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:51:47 smithi131 bash[24568]: audit 2024-09-17T01:51:47.005080+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:51:48.324 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:51:47 smithi131 bash[24568]: audit 2024-09-17T01:51:47.014515+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:51:49.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:51:48 smithi107 bash[22796]: cluster 2024-09-17T01:51:47.685444+0000 mgr.a (mgr.14385) 72 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:49.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:51:48 smithi175 bash[25028]: cluster 2024-09-17T01:51:47.685444+0000 mgr.a (mgr.14385) 72 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:49.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:51:48 smithi131 bash[24568]: cluster 2024-09-17T01:51:47.685444+0000 mgr.a (mgr.14385) 72 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:51.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:51:50 smithi107 bash[22796]: cluster 2024-09-17T01:51:49.685959+0000 mgr.a (mgr.14385) 73 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:51.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:51:50 smithi175 bash[25028]: cluster 2024-09-17T01:51:49.685959+0000 mgr.a (mgr.14385) 73 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:51.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:51:50 smithi131 bash[24568]: cluster 2024-09-17T01:51:49.685959+0000 mgr.a (mgr.14385) 73 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:52.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:51:51 smithi107 bash[22796]: audit 2024-09-17T01:51:51.735504+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:51:52.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:51:51 smithi175 bash[25028]: audit 2024-09-17T01:51:51.735504+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:51:52.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:51:51 smithi131 bash[24568]: audit 2024-09-17T01:51:51.735504+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:51:53.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:51:52 smithi107 bash[22796]: cluster 2024-09-17T01:51:51.686491+0000 mgr.a (mgr.14385) 74 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:53.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:51:52 smithi175 bash[25028]: cluster 2024-09-17T01:51:51.686491+0000 mgr.a (mgr.14385) 74 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:53.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:51:52 smithi131 bash[24568]: cluster 2024-09-17T01:51:51.686491+0000 mgr.a (mgr.14385) 74 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:55.010 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:51:54 smithi107 bash[22796]: cluster 2024-09-17T01:51:53.687029+0000 mgr.a (mgr.14385) 75 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:55.010 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:51:54 smithi107 bash[23049]: ::ffff:172.21.15.131 - - [17/Sep/2024:01:51:54] "GET /metrics HTTP/1.1" 200 21469 "" "Prometheus/2.43.0" 2024-09-17T01:51:55.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:51:54 smithi175 bash[25028]: cluster 2024-09-17T01:51:53.687029+0000 mgr.a (mgr.14385) 75 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:55.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:51:54 smithi131 bash[24568]: cluster 2024-09-17T01:51:53.687029+0000 mgr.a (mgr.14385) 75 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:57.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:51:56 smithi107 bash[22796]: cluster 2024-09-17T01:51:55.687553+0000 mgr.a (mgr.14385) 76 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:57.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:51:56 smithi175 bash[25028]: cluster 2024-09-17T01:51:55.687553+0000 mgr.a (mgr.14385) 76 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:57.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:51:56 smithi131 bash[24568]: cluster 2024-09-17T01:51:55.687553+0000 mgr.a (mgr.14385) 76 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:59.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:51:58 smithi107 bash[22796]: cluster 2024-09-17T01:51:57.688089+0000 mgr.a (mgr.14385) 77 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:59.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:51:58 smithi175 bash[25028]: cluster 2024-09-17T01:51:57.688089+0000 mgr.a (mgr.14385) 77 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:51:59.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:51:58 smithi131 bash[24568]: cluster 2024-09-17T01:51:57.688089+0000 mgr.a (mgr.14385) 77 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:01.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:52:00 smithi107 bash[22796]: cluster 2024-09-17T01:51:59.688564+0000 mgr.a (mgr.14385) 78 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:01.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:52:00 smithi175 bash[25028]: cluster 2024-09-17T01:51:59.688564+0000 mgr.a (mgr.14385) 78 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:01.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:52:00 smithi131 bash[24568]: cluster 2024-09-17T01:51:59.688564+0000 mgr.a (mgr.14385) 78 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:03.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:52:02 smithi107 bash[22796]: cluster 2024-09-17T01:52:01.689076+0000 mgr.a (mgr.14385) 79 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:03.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:52:02 smithi175 bash[25028]: cluster 2024-09-17T01:52:01.689076+0000 mgr.a (mgr.14385) 79 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:03.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:52:02 smithi131 bash[24568]: cluster 2024-09-17T01:52:01.689076+0000 mgr.a (mgr.14385) 79 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:05.010 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:52:04 smithi107 bash[22796]: cluster 2024-09-17T01:52:03.689633+0000 mgr.a (mgr.14385) 80 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:05.010 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:52:04 smithi107 bash[23049]: ::ffff:172.21.15.131 - - [17/Sep/2024:01:52:04] "GET /metrics HTTP/1.1" 200 21469 "" "Prometheus/2.43.0" 2024-09-17T01:52:05.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:52:04 smithi175 bash[25028]: cluster 2024-09-17T01:52:03.689633+0000 mgr.a (mgr.14385) 80 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:05.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:52:04 smithi131 bash[24568]: cluster 2024-09-17T01:52:03.689633+0000 mgr.a (mgr.14385) 80 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:07.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:52:06 smithi107 bash[22796]: cluster 2024-09-17T01:52:05.690147+0000 mgr.a (mgr.14385) 81 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:07.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:52:06 smithi107 bash[22796]: audit 2024-09-17T01:52:06.735923+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:52:07.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:52:06 smithi175 bash[25028]: cluster 2024-09-17T01:52:05.690147+0000 mgr.a (mgr.14385) 81 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:07.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:52:06 smithi175 bash[25028]: audit 2024-09-17T01:52:06.735923+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:52:07.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:52:06 smithi131 bash[24568]: cluster 2024-09-17T01:52:05.690147+0000 mgr.a (mgr.14385) 81 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:07.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:52:06 smithi131 bash[24568]: audit 2024-09-17T01:52:06.735923+0000 mon.a (mon.0) 601 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:52:09.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:52:08 smithi107 bash[22796]: cluster 2024-09-17T01:52:07.690763+0000 mgr.a (mgr.14385) 82 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:09.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:52:08 smithi175 bash[25028]: cluster 2024-09-17T01:52:07.690763+0000 mgr.a (mgr.14385) 82 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:09.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:52:08 smithi131 bash[24568]: cluster 2024-09-17T01:52:07.690763+0000 mgr.a (mgr.14385) 82 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:11.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:52:10 smithi107 bash[22796]: cluster 2024-09-17T01:52:09.691306+0000 mgr.a (mgr.14385) 83 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:11.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:52:10 smithi175 bash[25028]: cluster 2024-09-17T01:52:09.691306+0000 mgr.a (mgr.14385) 83 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:11.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:52:10 smithi131 bash[24568]: cluster 2024-09-17T01:52:09.691306+0000 mgr.a (mgr.14385) 83 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:13.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:52:12 smithi107 bash[22796]: cluster 2024-09-17T01:52:11.691841+0000 mgr.a (mgr.14385) 84 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:13.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:52:12 smithi175 bash[25028]: cluster 2024-09-17T01:52:11.691841+0000 mgr.a (mgr.14385) 84 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:13.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:52:12 smithi131 bash[24568]: cluster 2024-09-17T01:52:11.691841+0000 mgr.a (mgr.14385) 84 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:15.013 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:52:14 smithi107 bash[22796]: cluster 2024-09-17T01:52:13.692490+0000 mgr.a (mgr.14385) 85 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:15.013 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:52:14 smithi107 bash[23049]: ::ffff:172.21.15.131 - - [17/Sep/2024:01:52:14] "GET /metrics HTTP/1.1" 200 21470 "" "Prometheus/2.43.0" 2024-09-17T01:52:15.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:52:14 smithi175 bash[25028]: cluster 2024-09-17T01:52:13.692490+0000 mgr.a (mgr.14385) 85 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:15.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:52:14 smithi131 bash[24568]: cluster 2024-09-17T01:52:13.692490+0000 mgr.a (mgr.14385) 85 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:17.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:52:16 smithi107 bash[22796]: cluster 2024-09-17T01:52:15.693117+0000 mgr.a (mgr.14385) 86 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:17.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:52:16 smithi175 bash[25028]: cluster 2024-09-17T01:52:15.693117+0000 mgr.a (mgr.14385) 86 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:17.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:52:16 smithi131 bash[24568]: cluster 2024-09-17T01:52:15.693117+0000 mgr.a (mgr.14385) 86 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:19.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:52:18 smithi107 bash[22796]: cluster 2024-09-17T01:52:17.693648+0000 mgr.a (mgr.14385) 87 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:19.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:52:18 smithi175 bash[25028]: cluster 2024-09-17T01:52:17.693648+0000 mgr.a (mgr.14385) 87 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:19.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:52:18 smithi131 bash[24568]: cluster 2024-09-17T01:52:17.693648+0000 mgr.a (mgr.14385) 87 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:21.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:52:20 smithi107 bash[22796]: cluster 2024-09-17T01:52:19.694172+0000 mgr.a (mgr.14385) 88 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:21.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:52:20 smithi175 bash[25028]: cluster 2024-09-17T01:52:19.694172+0000 mgr.a (mgr.14385) 88 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:21.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:52:20 smithi131 bash[24568]: cluster 2024-09-17T01:52:19.694172+0000 mgr.a (mgr.14385) 88 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:22.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:52:21 smithi107 bash[22796]: audit 2024-09-17T01:52:21.736308+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:52:22.300 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:52:21 smithi175 bash[25028]: audit 2024-09-17T01:52:21.736308+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:52:22.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:52:21 smithi131 bash[24568]: audit 2024-09-17T01:52:21.736308+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:52:23.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:52:22 smithi107 bash[22796]: cluster 2024-09-17T01:52:21.694654+0000 mgr.a (mgr.14385) 89 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:23.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:52:22 smithi175 bash[25028]: cluster 2024-09-17T01:52:21.694654+0000 mgr.a (mgr.14385) 89 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:23.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:52:22 smithi131 bash[24568]: cluster 2024-09-17T01:52:21.694654+0000 mgr.a (mgr.14385) 89 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:25.009 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:52:24 smithi107 bash[22796]: cluster 2024-09-17T01:52:23.695197+0000 mgr.a (mgr.14385) 90 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:25.010 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:52:24 smithi107 bash[23049]: ::ffff:172.21.15.131 - - [17/Sep/2024:01:52:24] "GET /metrics HTTP/1.1" 200 21466 "" "Prometheus/2.43.0" 2024-09-17T01:52:25.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:52:24 smithi175 bash[25028]: cluster 2024-09-17T01:52:23.695197+0000 mgr.a (mgr.14385) 90 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:25.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:52:24 smithi131 bash[24568]: cluster 2024-09-17T01:52:23.695197+0000 mgr.a (mgr.14385) 90 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:26.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:52:25 smithi107 bash[22796]: cluster 2024-09-17T01:52:25.695729+0000 mgr.a (mgr.14385) 91 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:26.300 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:52:25 smithi175 bash[25028]: cluster 2024-09-17T01:52:25.695729+0000 mgr.a (mgr.14385) 91 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:26.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:52:25 smithi131 bash[24568]: cluster 2024-09-17T01:52:25.695729+0000 mgr.a (mgr.14385) 91 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:29.009 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:52:28 smithi107 bash[22796]: cluster 2024-09-17T01:52:27.696204+0000 mgr.a (mgr.14385) 92 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:29.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:52:28 smithi175 bash[25028]: cluster 2024-09-17T01:52:27.696204+0000 mgr.a (mgr.14385) 92 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:29.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:52:28 smithi131 bash[24568]: cluster 2024-09-17T01:52:27.696204+0000 mgr.a (mgr.14385) 92 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:31.009 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:52:30 smithi107 bash[22796]: cluster 2024-09-17T01:52:29.696715+0000 mgr.a (mgr.14385) 93 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:31.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:52:30 smithi175 bash[25028]: cluster 2024-09-17T01:52:29.696715+0000 mgr.a (mgr.14385) 93 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:31.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:52:30 smithi131 bash[24568]: cluster 2024-09-17T01:52:29.696715+0000 mgr.a (mgr.14385) 93 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:33.009 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:52:32 smithi107 bash[22796]: cluster 2024-09-17T01:52:31.697230+0000 mgr.a (mgr.14385) 94 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:33.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:52:32 smithi175 bash[25028]: cluster 2024-09-17T01:52:31.697230+0000 mgr.a (mgr.14385) 94 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:33.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:52:32 smithi131 bash[24568]: cluster 2024-09-17T01:52:31.697230+0000 mgr.a (mgr.14385) 94 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:35.009 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:52:34 smithi107 bash[22796]: cluster 2024-09-17T01:52:33.697792+0000 mgr.a (mgr.14385) 95 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:35.010 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:52:34 smithi107 bash[23049]: ::ffff:172.21.15.131 - - [17/Sep/2024:01:52:34] "GET /metrics HTTP/1.1" 200 21466 "" "Prometheus/2.43.0" 2024-09-17T01:52:35.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:52:34 smithi175 bash[25028]: cluster 2024-09-17T01:52:33.697792+0000 mgr.a (mgr.14385) 95 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:35.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:52:34 smithi131 bash[24568]: cluster 2024-09-17T01:52:33.697792+0000 mgr.a (mgr.14385) 95 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:37.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:52:36 smithi175 bash[25028]: cluster 2024-09-17T01:52:35.698261+0000 mgr.a (mgr.14385) 96 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:37.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:52:36 smithi175 bash[25028]: audit 2024-09-17T01:52:36.736802+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:52:37.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:52:36 smithi131 bash[24568]: cluster 2024-09-17T01:52:35.698261+0000 mgr.a (mgr.14385) 96 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:37.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:52:36 smithi131 bash[24568]: audit 2024-09-17T01:52:36.736802+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:52:37.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:52:36 smithi107 bash[22796]: cluster 2024-09-17T01:52:35.698261+0000 mgr.a (mgr.14385) 96 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:37.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:52:36 smithi107 bash[22796]: audit 2024-09-17T01:52:36.736802+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:52:39.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:52:38 smithi107 bash[22796]: cluster 2024-09-17T01:52:37.698779+0000 mgr.a (mgr.14385) 97 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:39.300 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:52:38 smithi175 bash[25028]: cluster 2024-09-17T01:52:37.698779+0000 mgr.a (mgr.14385) 97 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:39.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:52:38 smithi131 bash[24568]: cluster 2024-09-17T01:52:37.698779+0000 mgr.a (mgr.14385) 97 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:41.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:52:40 smithi107 bash[22796]: cluster 2024-09-17T01:52:39.699295+0000 mgr.a (mgr.14385) 98 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:41.300 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:52:40 smithi175 bash[25028]: cluster 2024-09-17T01:52:39.699295+0000 mgr.a (mgr.14385) 98 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:41.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:52:40 smithi131 bash[24568]: cluster 2024-09-17T01:52:39.699295+0000 mgr.a (mgr.14385) 98 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:43.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:52:42 smithi107 bash[22796]: cluster 2024-09-17T01:52:41.699790+0000 mgr.a (mgr.14385) 99 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:43.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:52:42 smithi175 bash[25028]: cluster 2024-09-17T01:52:41.699790+0000 mgr.a (mgr.14385) 99 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:43.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:52:42 smithi131 bash[24568]: cluster 2024-09-17T01:52:41.699790+0000 mgr.a (mgr.14385) 99 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:45.010 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:52:44 smithi107 bash[22796]: cluster 2024-09-17T01:52:43.700352+0000 mgr.a (mgr.14385) 100 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:45.010 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:52:44 smithi107 bash[23049]: ::ffff:172.21.15.131 - - [17/Sep/2024:01:52:44] "GET /metrics HTTP/1.1" 200 21478 "" "Prometheus/2.43.0" 2024-09-17T01:52:45.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:52:44 smithi175 bash[25028]: cluster 2024-09-17T01:52:43.700352+0000 mgr.a (mgr.14385) 100 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:45.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:52:44 smithi131 bash[24568]: cluster 2024-09-17T01:52:43.700352+0000 mgr.a (mgr.14385) 100 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:47.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:52:46 smithi107 bash[22796]: cluster 2024-09-17T01:52:45.700866+0000 mgr.a (mgr.14385) 101 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:47.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:52:46 smithi175 bash[25028]: cluster 2024-09-17T01:52:45.700866+0000 mgr.a (mgr.14385) 101 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:47.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:52:46 smithi131 bash[24568]: cluster 2024-09-17T01:52:45.700866+0000 mgr.a (mgr.14385) 101 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:48.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:52:47 smithi107 bash[22796]: audit 2024-09-17T01:52:47.108856+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:52:48.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:52:47 smithi175 bash[25028]: audit 2024-09-17T01:52:47.108856+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:52:48.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:52:47 smithi131 bash[24568]: audit 2024-09-17T01:52:47.108856+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:52:49.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:52:48 smithi107 bash[22796]: cluster 2024-09-17T01:52:47.701329+0000 mgr.a (mgr.14385) 102 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:49.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:52:48 smithi107 bash[22796]: audit 2024-09-17T01:52:47.955932+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:52:49.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:52:48 smithi107 bash[22796]: audit 2024-09-17T01:52:47.957492+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:52:49.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:52:48 smithi107 bash[22796]: audit 2024-09-17T01:52:47.966845+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:52:49.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:52:48 smithi175 bash[25028]: cluster 2024-09-17T01:52:47.701329+0000 mgr.a (mgr.14385) 102 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:49.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:52:48 smithi175 bash[25028]: audit 2024-09-17T01:52:47.955932+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:52:49.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:52:48 smithi175 bash[25028]: audit 2024-09-17T01:52:47.957492+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:52:49.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:52:48 smithi175 bash[25028]: audit 2024-09-17T01:52:47.966845+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:52:49.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:52:48 smithi131 bash[24568]: cluster 2024-09-17T01:52:47.701329+0000 mgr.a (mgr.14385) 102 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:49.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:52:48 smithi131 bash[24568]: audit 2024-09-17T01:52:47.955932+0000 mon.a (mon.0) 605 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:52:49.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:52:48 smithi131 bash[24568]: audit 2024-09-17T01:52:47.957492+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:52:49.324 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:52:48 smithi131 bash[24568]: audit 2024-09-17T01:52:47.966845+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:52:51.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:52:50 smithi107 bash[22796]: cluster 2024-09-17T01:52:49.701860+0000 mgr.a (mgr.14385) 103 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:51.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:52:50 smithi175 bash[25028]: cluster 2024-09-17T01:52:49.701860+0000 mgr.a (mgr.14385) 103 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:51.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:52:50 smithi131 bash[24568]: cluster 2024-09-17T01:52:49.701860+0000 mgr.a (mgr.14385) 103 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:52.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:52:51 smithi107 bash[22796]: cluster 2024-09-17T01:52:51.702359+0000 mgr.a (mgr.14385) 104 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:52.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:52:51 smithi107 bash[22796]: audit 2024-09-17T01:52:51.737438+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:52:52.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:52:51 smithi175 bash[25028]: cluster 2024-09-17T01:52:51.702359+0000 mgr.a (mgr.14385) 104 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:52.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:52:51 smithi175 bash[25028]: audit 2024-09-17T01:52:51.737438+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:52:52.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:52:51 smithi131 bash[24568]: cluster 2024-09-17T01:52:51.702359+0000 mgr.a (mgr.14385) 104 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:52.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:52:51 smithi131 bash[24568]: audit 2024-09-17T01:52:51.737438+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:52:55.009 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:52:54 smithi107 bash[22796]: cluster 2024-09-17T01:52:53.702887+0000 mgr.a (mgr.14385) 105 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:55.010 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:52:54 smithi107 bash[23049]: ::ffff:172.21.15.131 - - [17/Sep/2024:01:52:54] "GET /metrics HTTP/1.1" 200 21472 "" "Prometheus/2.43.0" 2024-09-17T01:52:55.050 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:52:54 smithi175 bash[25028]: cluster 2024-09-17T01:52:53.702887+0000 mgr.a (mgr.14385) 105 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:55.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:52:54 smithi131 bash[24568]: cluster 2024-09-17T01:52:53.702887+0000 mgr.a (mgr.14385) 105 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:57.009 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:52:56 smithi107 bash[22796]: cluster 2024-09-17T01:52:55.703391+0000 mgr.a (mgr.14385) 106 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:57.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:52:56 smithi175 bash[25028]: cluster 2024-09-17T01:52:55.703391+0000 mgr.a (mgr.14385) 106 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:57.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:52:56 smithi131 bash[24568]: cluster 2024-09-17T01:52:55.703391+0000 mgr.a (mgr.14385) 106 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:59.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:52:58 smithi175 bash[25028]: cluster 2024-09-17T01:52:57.703913+0000 mgr.a (mgr.14385) 107 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:59.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:52:58 smithi131 bash[24568]: cluster 2024-09-17T01:52:57.703913+0000 mgr.a (mgr.14385) 107 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:52:59.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:52:58 smithi107 bash[22796]: cluster 2024-09-17T01:52:57.703913+0000 mgr.a (mgr.14385) 107 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:01.050 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:53:00 smithi175 bash[25028]: cluster 2024-09-17T01:52:59.704478+0000 mgr.a (mgr.14385) 108 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:01.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:00 smithi131 bash[24568]: cluster 2024-09-17T01:52:59.704478+0000 mgr.a (mgr.14385) 108 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:01.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:00 smithi107 bash[22796]: cluster 2024-09-17T01:52:59.704478+0000 mgr.a (mgr.14385) 108 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:03.050 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:53:02 smithi175 bash[25028]: cluster 2024-09-17T01:53:01.705057+0000 mgr.a (mgr.14385) 109 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:03.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:02 smithi131 bash[24568]: cluster 2024-09-17T01:53:01.705057+0000 mgr.a (mgr.14385) 109 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:03.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:02 smithi107 bash[22796]: cluster 2024-09-17T01:53:01.705057+0000 mgr.a (mgr.14385) 109 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:05.009 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:04 smithi107 bash[22796]: cluster 2024-09-17T01:53:03.705762+0000 mgr.a (mgr.14385) 110 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:05.010 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:53:04 smithi107 bash[23049]: ::ffff:172.21.15.131 - - [17/Sep/2024:01:53:04] "GET /metrics HTTP/1.1" 200 21472 "" "Prometheus/2.43.0" 2024-09-17T01:53:05.050 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:53:04 smithi175 bash[25028]: cluster 2024-09-17T01:53:03.705762+0000 mgr.a (mgr.14385) 110 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:05.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:04 smithi131 bash[24568]: cluster 2024-09-17T01:53:03.705762+0000 mgr.a (mgr.14385) 110 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:07.050 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:53:06 smithi175 bash[25028]: cluster 2024-09-17T01:53:05.706290+0000 mgr.a (mgr.14385) 111 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:07.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:53:06 smithi175 bash[25028]: audit 2024-09-17T01:53:06.737644+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:53:07.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:06 smithi131 bash[24568]: cluster 2024-09-17T01:53:05.706290+0000 mgr.a (mgr.14385) 111 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:07.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:06 smithi131 bash[24568]: audit 2024-09-17T01:53:06.737644+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:53:07.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:06 smithi107 bash[22796]: cluster 2024-09-17T01:53:05.706290+0000 mgr.a (mgr.14385) 111 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:07.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:06 smithi107 bash[22796]: audit 2024-09-17T01:53:06.737644+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:53:09.050 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:53:08 smithi175 bash[25028]: cluster 2024-09-17T01:53:07.706797+0000 mgr.a (mgr.14385) 112 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:09.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:08 smithi131 bash[24568]: cluster 2024-09-17T01:53:07.706797+0000 mgr.a (mgr.14385) 112 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:09.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:08 smithi107 bash[22796]: cluster 2024-09-17T01:53:07.706797+0000 mgr.a (mgr.14385) 112 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:11.050 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:53:10 smithi175 bash[25028]: cluster 2024-09-17T01:53:09.707323+0000 mgr.a (mgr.14385) 113 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:11.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:10 smithi131 bash[24568]: cluster 2024-09-17T01:53:09.707323+0000 mgr.a (mgr.14385) 113 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:11.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:10 smithi107 bash[22796]: cluster 2024-09-17T01:53:09.707323+0000 mgr.a (mgr.14385) 113 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:13.051 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:53:12 smithi175 bash[25028]: cluster 2024-09-17T01:53:11.707829+0000 mgr.a (mgr.14385) 114 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:13.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:12 smithi131 bash[24568]: cluster 2024-09-17T01:53:11.707829+0000 mgr.a (mgr.14385) 114 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:13.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:12 smithi107 bash[22796]: cluster 2024-09-17T01:53:11.707829+0000 mgr.a (mgr.14385) 114 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:15.009 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:14 smithi107 bash[22796]: cluster 2024-09-17T01:53:13.708376+0000 mgr.a (mgr.14385) 115 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:15.009 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:53:14 smithi107 bash[23049]: ::ffff:172.21.15.131 - - [17/Sep/2024:01:53:14] "GET /metrics HTTP/1.1" 200 21476 "" "Prometheus/2.43.0" 2024-09-17T01:53:15.050 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:53:14 smithi175 bash[25028]: cluster 2024-09-17T01:53:13.708376+0000 mgr.a (mgr.14385) 115 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:15.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:14 smithi131 bash[24568]: cluster 2024-09-17T01:53:13.708376+0000 mgr.a (mgr.14385) 115 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:17.050 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:53:16 smithi175 bash[25028]: cluster 2024-09-17T01:53:15.708864+0000 mgr.a (mgr.14385) 116 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:17.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:16 smithi131 bash[24568]: cluster 2024-09-17T01:53:15.708864+0000 mgr.a (mgr.14385) 116 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:17.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:16 smithi107 bash[22796]: cluster 2024-09-17T01:53:15.708864+0000 mgr.a (mgr.14385) 116 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:19.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:18 smithi131 bash[24568]: cluster 2024-09-17T01:53:17.709426+0000 mgr.a (mgr.14385) 117 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:19.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:18 smithi107 bash[22796]: cluster 2024-09-17T01:53:17.709426+0000 mgr.a (mgr.14385) 117 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:19.300 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:53:18 smithi175 bash[25028]: cluster 2024-09-17T01:53:17.709426+0000 mgr.a (mgr.14385) 117 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:21.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:20 smithi131 bash[24568]: cluster 2024-09-17T01:53:19.709916+0000 mgr.a (mgr.14385) 118 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:21.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:20 smithi107 bash[22796]: cluster 2024-09-17T01:53:19.709916+0000 mgr.a (mgr.14385) 118 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:21.300 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:53:20 smithi175 bash[25028]: cluster 2024-09-17T01:53:19.709916+0000 mgr.a (mgr.14385) 118 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:22.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:21 smithi131 bash[24568]: audit 2024-09-17T01:53:21.741562+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:53:22.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:21 smithi107 bash[22796]: audit 2024-09-17T01:53:21.741562+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:53:22.300 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:53:21 smithi175 bash[25028]: audit 2024-09-17T01:53:21.741562+0000 mon.a (mon.0) 610 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:53:23.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:22 smithi131 bash[24568]: cluster 2024-09-17T01:53:21.710399+0000 mgr.a (mgr.14385) 119 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:23.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:22 smithi107 bash[22796]: cluster 2024-09-17T01:53:21.710399+0000 mgr.a (mgr.14385) 119 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:23.300 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:53:22 smithi175 bash[25028]: cluster 2024-09-17T01:53:21.710399+0000 mgr.a (mgr.14385) 119 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:24.947 INFO:teuthology.orchestra.run.smithi107.stderr:+ ceph orch ls 2024-09-17T01:53:25.009 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:24 smithi107 bash[22796]: cluster 2024-09-17T01:53:23.710921+0000 mgr.a (mgr.14385) 120 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:25.009 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:53:24 smithi107 bash[23049]: ::ffff:172.21.15.131 - - [17/Sep/2024:01:53:24] "GET /metrics HTTP/1.1" 200 21475 "" "Prometheus/2.43.0" 2024-09-17T01:53:25.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:24 smithi131 bash[24568]: cluster 2024-09-17T01:53:23.710921+0000 mgr.a (mgr.14385) 120 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:25.236 INFO:teuthology.orchestra.run.smithi107.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-09-17T01:53:25.237 INFO:teuthology.orchestra.run.smithi107.stdout:alertmanager ?:9093,9094 1/1 2m ago 4m count:1 2024-09-17T01:53:25.237 INFO:teuthology.orchestra.run.smithi107.stdout:grafana ?:3000 1/1 2m ago 4m count:1 2024-09-17T01:53:25.237 INFO:teuthology.orchestra.run.smithi107.stdout:mgr 2/2 2m ago 8m smithi107=a;smithi131=b;count:2 2024-09-17T01:53:25.237 INFO:teuthology.orchestra.run.smithi107.stdout:mon 3/3 2m ago 8m smithi107:172.21.15.107=a;smithi131:172.21.15.131=b;smithi175:172.21.15.175=c;count:3 2024-09-17T01:53:25.237 INFO:teuthology.orchestra.run.smithi107.stdout:node-exporter ?:9100 3/3 2m ago 4m * 2024-09-17T01:53:25.237 INFO:teuthology.orchestra.run.smithi107.stdout:osd 3 2m ago - 2024-09-17T01:53:25.237 INFO:teuthology.orchestra.run.smithi107.stdout:prometheus ?:9095 1/1 2m ago 4m count:1 2024-09-17T01:53:25.248 INFO:teuthology.orchestra.run.smithi107.stderr:+ ceph orch ps 2024-09-17T01:53:25.300 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:53:24 smithi175 bash[25028]: cluster 2024-09-17T01:53:23.710921+0000 mgr.a (mgr.14385) 120 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:25.545 INFO:teuthology.orchestra.run.smithi107.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T01:53:25.545 INFO:teuthology.orchestra.run.smithi107.stdout:alertmanager.smithi175 smithi175 *:9093,9094 running (2m) 2m ago 3m 13.4M - 0.25.0 c8568f914cd2 01b1f93e0ece 2024-09-17T01:53:25.545 INFO:teuthology.orchestra.run.smithi107.stdout:grafana.smithi107 smithi107 *:3000 running (2m) 2m ago 3m 66.8M - 9.4.12 2bacad6d85d8 79b89e81617f 2024-09-17T01:53:25.546 INFO:teuthology.orchestra.run.smithi107.stdout:mgr.a smithi107 *:9283,8765 running (10m) 2m ago 10m 480M - 19.1.1-330-gc2ddf972 ebb0615149de f919db3f8fee 2024-09-17T01:53:25.546 INFO:teuthology.orchestra.run.smithi107.stdout:mgr.b smithi131 *:8443,8765 running (8m) 2m ago 8m 425M - 19.1.1-330-gc2ddf972 ebb0615149de c62bb262a1f0 2024-09-17T01:53:25.546 INFO:teuthology.orchestra.run.smithi107.stdout:mon.a smithi107 running (10m) 2m ago 10m 46.4M 2048M 19.1.1-330-gc2ddf972 ebb0615149de 1fbc5457483d 2024-09-17T01:53:25.546 INFO:teuthology.orchestra.run.smithi107.stdout:mon.b smithi131 running (8m) 2m ago 8m 40.4M 2048M 19.1.1-330-gc2ddf972 ebb0615149de dd08936b57d2 2024-09-17T01:53:25.546 INFO:teuthology.orchestra.run.smithi107.stdout:mon.c smithi175 running (8m) 2m ago 8m 40.0M 2048M 19.1.1-330-gc2ddf972 ebb0615149de f8f414a9be80 2024-09-17T01:53:25.546 INFO:teuthology.orchestra.run.smithi107.stdout:node-exporter.smithi107 smithi107 *:9100 running (3m) 2m ago 4m 3164k - 1.5.0 0da6a335fe13 6a71d3bcd45a 2024-09-17T01:53:25.546 INFO:teuthology.orchestra.run.smithi107.stdout:node-exporter.smithi131 smithi131 *:9100 running (3m) 2m ago 3m 2923k - 1.5.0 0da6a335fe13 eaed52370613 2024-09-17T01:53:25.546 INFO:teuthology.orchestra.run.smithi107.stdout:node-exporter.smithi175 smithi175 *:9100 running (3m) 2m ago 3m 3099k - 1.5.0 0da6a335fe13 920000dd7765 2024-09-17T01:53:25.546 INFO:teuthology.orchestra.run.smithi107.stdout:osd.0 smithi107 running (7m) 2m ago 7m 45.5M 14.8G 19.1.1-330-gc2ddf972 ebb0615149de 28cedef92379 2024-09-17T01:53:25.546 INFO:teuthology.orchestra.run.smithi107.stdout:osd.1 smithi131 running (6m) 2m ago 6m 38.6M 14.8G 19.1.1-330-gc2ddf972 ebb0615149de 760dd3abe9de 2024-09-17T01:53:25.546 INFO:teuthology.orchestra.run.smithi107.stdout:osd.2 smithi175 running (5m) 2m ago 5m 36.3M 18.8G 19.1.1-330-gc2ddf972 ebb0615149de 573ef0ee309f 2024-09-17T01:53:25.546 INFO:teuthology.orchestra.run.smithi107.stdout:prometheus.smithi131 smithi131 *:9095 running (3m) 2m ago 3m 24.4M - 2.43.0 a07b618ecd1d 11ba9a36e38f 2024-09-17T01:53:25.557 INFO:teuthology.orchestra.run.smithi107.stderr:+ ceph orch host ls 2024-09-17T01:53:25.839 INFO:teuthology.orchestra.run.smithi107.stdout:HOST ADDR LABELS STATUS 2024-09-17T01:53:25.839 INFO:teuthology.orchestra.run.smithi107.stdout:smithi107 172.21.15.107 2024-09-17T01:53:25.840 INFO:teuthology.orchestra.run.smithi107.stdout:smithi131 172.21.15.131 2024-09-17T01:53:25.840 INFO:teuthology.orchestra.run.smithi107.stdout:smithi175 172.21.15.175 2024-09-17T01:53:25.840 INFO:teuthology.orchestra.run.smithi107.stdout:3 hosts in cluster 2024-09-17T01:53:25.852 INFO:teuthology.orchestra.run.smithi107.stderr:++ ceph orch ps --daemon-type mon -f json 2024-09-17T01:53:25.852 INFO:teuthology.orchestra.run.smithi107.stderr:++ jq -r 'last | .daemon_name' 2024-09-17T01:53:26.161 INFO:teuthology.orchestra.run.smithi107.stderr:+ MON_DAEMON=mon.c 2024-09-17T01:53:26.161 INFO:teuthology.orchestra.run.smithi107.stderr:++ ceph orch ps --daemon-type grafana -f json 2024-09-17T01:53:26.162 INFO:teuthology.orchestra.run.smithi107.stderr:++ jq -r .hostname 2024-09-17T01:53:26.162 INFO:teuthology.orchestra.run.smithi107.stderr:++ jq -e '.[]' 2024-09-17T01:53:26.469 INFO:teuthology.orchestra.run.smithi107.stderr:+ GRAFANA_HOST=smithi107 2024-09-17T01:53:26.470 INFO:teuthology.orchestra.run.smithi107.stderr:++ ceph orch ps --daemon-type prometheus -f json 2024-09-17T01:53:26.470 INFO:teuthology.orchestra.run.smithi107.stderr:++ jq -e '.[]' 2024-09-17T01:53:26.470 INFO:teuthology.orchestra.run.smithi107.stderr:++ jq -r .hostname 2024-09-17T01:53:26.768 INFO:teuthology.orchestra.run.smithi107.stderr:+ PROM_HOST=smithi131 2024-09-17T01:53:26.769 INFO:teuthology.orchestra.run.smithi107.stderr:++ ceph orch ps --daemon-type alertmanager -f json 2024-09-17T01:53:26.769 INFO:teuthology.orchestra.run.smithi107.stderr:++ jq -e '.[]' 2024-09-17T01:53:26.769 INFO:teuthology.orchestra.run.smithi107.stderr:++ jq -r .hostname 2024-09-17T01:53:27.074 INFO:teuthology.orchestra.run.smithi107.stderr:+ ALERTM_HOST=smithi175 2024-09-17T01:53:27.075 INFO:teuthology.orchestra.run.smithi107.stderr:++ ceph orch host ls -f json 2024-09-17T01:53:27.075 INFO:teuthology.orchestra.run.smithi107.stderr:++ jq -r --arg GRAFANA_HOST smithi107 '.[] | select(.hostname==$GRAFANA_HOST) | .addr' 2024-09-17T01:53:27.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:26 smithi107 bash[22796]: audit 2024-09-17T01:53:25.236491+0000 mgr.a (mgr.14385) 121 : audit [DBG] from='client.14415 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:53:27.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:26 smithi107 bash[22796]: audit 2024-09-17T01:53:25.526190+0000 mgr.a (mgr.14385) 122 : audit [DBG] from='client.14421 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:53:27.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:26 smithi107 bash[22796]: cluster 2024-09-17T01:53:25.711252+0000 mgr.a (mgr.14385) 123 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:27.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:26 smithi107 bash[22796]: audit 2024-09-17T01:53:25.843834+0000 mgr.a (mgr.14385) 124 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:53:27.300 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:53:26 smithi175 bash[25028]: audit 2024-09-17T01:53:25.236491+0000 mgr.a (mgr.14385) 121 : audit [DBG] from='client.14415 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:53:27.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:53:26 smithi175 bash[25028]: audit 2024-09-17T01:53:25.526190+0000 mgr.a (mgr.14385) 122 : audit [DBG] from='client.14421 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:53:27.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:53:26 smithi175 bash[25028]: cluster 2024-09-17T01:53:25.711252+0000 mgr.a (mgr.14385) 123 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:27.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:53:26 smithi175 bash[25028]: audit 2024-09-17T01:53:25.843834+0000 mgr.a (mgr.14385) 124 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:53:27.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:26 smithi131 bash[24568]: audit 2024-09-17T01:53:25.236491+0000 mgr.a (mgr.14385) 121 : audit [DBG] from='client.14415 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:53:27.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:26 smithi131 bash[24568]: audit 2024-09-17T01:53:25.526190+0000 mgr.a (mgr.14385) 122 : audit [DBG] from='client.14421 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:53:27.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:26 smithi131 bash[24568]: cluster 2024-09-17T01:53:25.711252+0000 mgr.a (mgr.14385) 123 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:27.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:26 smithi131 bash[24568]: audit 2024-09-17T01:53:25.843834+0000 mgr.a (mgr.14385) 124 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:53:27.371 INFO:teuthology.orchestra.run.smithi107.stderr:+ GRAFANA_IP=172.21.15.107 2024-09-17T01:53:27.371 INFO:teuthology.orchestra.run.smithi107.stderr:++ ceph orch host ls -f json 2024-09-17T01:53:27.371 INFO:teuthology.orchestra.run.smithi107.stderr:++ jq -r --arg PROM_HOST smithi131 '.[] | select(.hostname==$PROM_HOST) | .addr' 2024-09-17T01:53:27.653 INFO:teuthology.orchestra.run.smithi107.stderr:+ PROM_IP=172.21.15.131 2024-09-17T01:53:27.653 INFO:teuthology.orchestra.run.smithi107.stderr:++ ceph orch host ls -f json 2024-09-17T01:53:27.653 INFO:teuthology.orchestra.run.smithi107.stderr:++ jq -r --arg ALERTM_HOST smithi175 '.[] | select(.hostname==$ALERTM_HOST) | .addr' 2024-09-17T01:53:27.925 INFO:teuthology.orchestra.run.smithi107.stderr:+ ALERTM_IP=172.21.15.175 2024-09-17T01:53:27.926 INFO:teuthology.orchestra.run.smithi107.stderr:++ ceph orch host ls -f json 2024-09-17T01:53:27.926 INFO:teuthology.orchestra.run.smithi107.stderr:++ jq -r '.[] | .addr' 2024-09-17T01:53:28.205 INFO:teuthology.orchestra.run.smithi107.stderr:+ ALL_HOST_IPS='172.21.15.107 2024-09-17T01:53:28.205 INFO:teuthology.orchestra.run.smithi107.stderr:172.21.15.131 2024-09-17T01:53:28.205 INFO:teuthology.orchestra.run.smithi107.stderr:172.21.15.175' 2024-09-17T01:53:28.205 INFO:teuthology.orchestra.run.smithi107.stderr:+ for ip in $ALL_HOST_IPS 2024-09-17T01:53:28.205 INFO:teuthology.orchestra.run.smithi107.stderr:+ curl -s http://172.21.15.107:9100/metric 2024-09-17T01:53:28.209 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-17T01:53:28.209 INFO:teuthology.orchestra.run.smithi107.stdout: Node Exporter 2024-09-17T01:53:28.209 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-17T01:53:28.209 INFO:teuthology.orchestra.run.smithi107.stdout:

Node Exporter

2024-09-17T01:53:28.209 INFO:teuthology.orchestra.run.smithi107.stdout:

Metrics

2024-09-17T01:53:28.209 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-17T01:53:28.209 INFO:teuthology.orchestra.run.smithi107.stderr:+ for ip in $ALL_HOST_IPS 2024-09-17T01:53:28.209 INFO:teuthology.orchestra.run.smithi107.stderr:+ curl -s http://172.21.15.131:9100/metric 2024-09-17T01:53:28.213 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-17T01:53:28.213 INFO:teuthology.orchestra.run.smithi107.stdout: Node Exporter 2024-09-17T01:53:28.213 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-17T01:53:28.213 INFO:teuthology.orchestra.run.smithi107.stdout:

Node Exporter

2024-09-17T01:53:28.213 INFO:teuthology.orchestra.run.smithi107.stdout:

Metrics

2024-09-17T01:53:28.213 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-17T01:53:28.213 INFO:teuthology.orchestra.run.smithi107.stderr:+ for ip in $ALL_HOST_IPS 2024-09-17T01:53:28.214 INFO:teuthology.orchestra.run.smithi107.stderr:+ curl -s http://172.21.15.175:9100/metric 2024-09-17T01:53:28.217 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-17T01:53:28.217 INFO:teuthology.orchestra.run.smithi107.stdout: Node Exporter 2024-09-17T01:53:28.217 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-17T01:53:28.217 INFO:teuthology.orchestra.run.smithi107.stdout:

Node Exporter

2024-09-17T01:53:28.217 INFO:teuthology.orchestra.run.smithi107.stdout:

Metrics

2024-09-17T01:53:28.217 INFO:teuthology.orchestra.run.smithi107.stdout: 2024-09-17T01:53:28.217 INFO:teuthology.orchestra.run.smithi107.stderr:+ curl -k -s https://172.21.15.107:3000/api/health 2024-09-17T01:53:28.237 INFO:teuthology.orchestra.run.smithi107.stdout: { 2024-09-17T01:53:28.237 INFO:teuthology.orchestra.run.smithi107.stdout: "commit": "37ee25ba46", 2024-09-17T01:53:28.237 INFO:teuthology.orchestra.run.smithi107.stdout: "database": "ok", 2024-09-17T01:53:28.237 INFO:teuthology.orchestra.run.smithi107.stdout: "version": "9.4.12" 2024-09-17T01:53:28.238 INFO:teuthology.orchestra.run.smithi107.stderr:+ curl -k -s https://172.21.15.107:3000/api/health 2024-09-17T01:53:28.238 INFO:teuthology.orchestra.run.smithi107.stderr:+ jq -e '.database == "ok"' 2024-09-17T01:53:28.254 INFO:teuthology.orchestra.run.smithi107.stdout:}true 2024-09-17T01:53:28.254 INFO:teuthology.orchestra.run.smithi107.stderr:+ ceph orch daemon stop mon.c 2024-09-17T01:53:28.258 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:27 smithi107 bash[22796]: audit 2024-09-17T01:53:26.150057+0000 mgr.a (mgr.14385) 125 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:53:28.258 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:27 smithi107 bash[22796]: audit 2024-09-17T01:53:26.455076+0000 mgr.a (mgr.14385) 126 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:53:28.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:27 smithi107 bash[22796]: audit 2024-09-17T01:53:26.756081+0000 mgr.a (mgr.14385) 127 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:53:28.300 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:53:27 smithi175 bash[25028]: audit 2024-09-17T01:53:26.150057+0000 mgr.a (mgr.14385) 125 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:53:28.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:53:27 smithi175 bash[25028]: audit 2024-09-17T01:53:26.455076+0000 mgr.a (mgr.14385) 126 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:53:28.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:53:27 smithi175 bash[25028]: audit 2024-09-17T01:53:26.756081+0000 mgr.a (mgr.14385) 127 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:53:28.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:27 smithi131 bash[24568]: audit 2024-09-17T01:53:26.150057+0000 mgr.a (mgr.14385) 125 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:53:28.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:27 smithi131 bash[24568]: audit 2024-09-17T01:53:26.455076+0000 mgr.a (mgr.14385) 126 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:53:28.324 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:27 smithi131 bash[24568]: audit 2024-09-17T01:53:26.756081+0000 mgr.a (mgr.14385) 127 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:53:28.540 INFO:teuthology.orchestra.run.smithi107.stdout:Scheduled to stop mon.c on host 'smithi175' 2024-09-17T01:53:28.555 INFO:teuthology.orchestra.run.smithi107.stderr:+ sleep 120 2024-09-17T01:53:29.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:28 smithi107 bash[22796]: audit 2024-09-17T01:53:27.061420+0000 mgr.a (mgr.14385) 128 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:53:29.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:28 smithi107 bash[22796]: audit 2024-09-17T01:53:27.363745+0000 mgr.a (mgr.14385) 129 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:53:29.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:28 smithi107 bash[22796]: audit 2024-09-17T01:53:27.647313+0000 mgr.a (mgr.14385) 130 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:53:29.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:28 smithi107 bash[22796]: cluster 2024-09-17T01:53:27.711564+0000 mgr.a (mgr.14385) 131 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:29.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:28 smithi107 bash[22796]: audit 2024-09-17T01:53:27.919601+0000 mgr.a (mgr.14385) 132 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:53:29.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:28 smithi107 bash[22796]: audit 2024-09-17T01:53:28.540569+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:53:29.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:28 smithi107 bash[22796]: audit 2024-09-17T01:53:28.546111+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:53:29.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:28 smithi107 bash[22796]: audit 2024-09-17T01:53:28.547552+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:53:29.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:53:28 smithi175 bash[25028]: audit 2024-09-17T01:53:27.061420+0000 mgr.a (mgr.14385) 128 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:53:29.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:53:28 smithi175 bash[25028]: audit 2024-09-17T01:53:27.363745+0000 mgr.a (mgr.14385) 129 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:53:29.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:53:28 smithi175 bash[25028]: audit 2024-09-17T01:53:27.647313+0000 mgr.a (mgr.14385) 130 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:53:29.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:53:28 smithi175 bash[25028]: cluster 2024-09-17T01:53:27.711564+0000 mgr.a (mgr.14385) 131 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:29.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:53:28 smithi175 bash[25028]: audit 2024-09-17T01:53:27.919601+0000 mgr.a (mgr.14385) 132 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:53:29.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:53:28 smithi175 bash[25028]: audit 2024-09-17T01:53:28.540569+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:53:29.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:53:28 smithi175 bash[25028]: audit 2024-09-17T01:53:28.546111+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:53:29.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:53:28 smithi175 bash[25028]: audit 2024-09-17T01:53:28.547552+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:53:29.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:28 smithi131 bash[24568]: audit 2024-09-17T01:53:27.061420+0000 mgr.a (mgr.14385) 128 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:53:29.324 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:28 smithi131 bash[24568]: audit 2024-09-17T01:53:27.363745+0000 mgr.a (mgr.14385) 129 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:53:29.324 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:28 smithi131 bash[24568]: audit 2024-09-17T01:53:27.647313+0000 mgr.a (mgr.14385) 130 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:53:29.324 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:28 smithi131 bash[24568]: cluster 2024-09-17T01:53:27.711564+0000 mgr.a (mgr.14385) 131 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:29.324 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:28 smithi131 bash[24568]: audit 2024-09-17T01:53:27.919601+0000 mgr.a (mgr.14385) 132 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:53:29.324 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:28 smithi131 bash[24568]: audit 2024-09-17T01:53:28.540569+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:53:29.324 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:28 smithi131 bash[24568]: audit 2024-09-17T01:53:28.546111+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:53:29.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:28 smithi131 bash[24568]: audit 2024-09-17T01:53:28.547552+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:53:30.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:29 smithi107 bash[22796]: audit 2024-09-17T01:53:28.199582+0000 mgr.a (mgr.14385) 133 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:53:30.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:29 smithi107 bash[22796]: audit 2024-09-17T01:53:28.535357+0000 mgr.a (mgr.14385) 134 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:53:30.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:29 smithi107 bash[22796]: cephadm 2024-09-17T01:53:28.535747+0000 mgr.a (mgr.14385) 135 : cephadm [INF] Schedule stop daemon mon.c 2024-09-17T01:53:30.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:29 smithi107 bash[22796]: audit 2024-09-17T01:53:29.086599+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:53:30.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:29 smithi107 bash[22796]: audit 2024-09-17T01:53:29.090955+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:53:30.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:29 smithi107 bash[22796]: audit 2024-09-17T01:53:29.091800+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:53:30.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:29 smithi107 bash[22796]: audit 2024-09-17T01:53:29.092508+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:53:30.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:29 smithi107 bash[22796]: audit 2024-09-17T01:53:29.096831+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:53:30.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:53:29 smithi175 bash[25028]: audit 2024-09-17T01:53:28.199582+0000 mgr.a (mgr.14385) 133 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:53:30.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:53:29 smithi175 bash[25028]: audit 2024-09-17T01:53:28.535357+0000 mgr.a (mgr.14385) 134 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:53:30.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:53:29 smithi175 bash[25028]: cephadm 2024-09-17T01:53:28.535747+0000 mgr.a (mgr.14385) 135 : cephadm [INF] Schedule stop daemon mon.c 2024-09-17T01:53:30.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:53:29 smithi175 bash[25028]: audit 2024-09-17T01:53:29.086599+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:53:30.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:53:29 smithi175 bash[25028]: audit 2024-09-17T01:53:29.090955+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:53:30.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:53:29 smithi175 bash[25028]: audit 2024-09-17T01:53:29.091800+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:53:30.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:53:29 smithi175 bash[25028]: audit 2024-09-17T01:53:29.092508+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:53:30.301 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:53:29 smithi175 bash[25028]: audit 2024-09-17T01:53:29.096831+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:53:30.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:29 smithi131 bash[24568]: audit 2024-09-17T01:53:28.199582+0000 mgr.a (mgr.14385) 133 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T01:53:30.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:29 smithi131 bash[24568]: audit 2024-09-17T01:53:28.535357+0000 mgr.a (mgr.14385) 134 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T01:53:30.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:29 smithi131 bash[24568]: cephadm 2024-09-17T01:53:28.535747+0000 mgr.a (mgr.14385) 135 : cephadm [INF] Schedule stop daemon mon.c 2024-09-17T01:53:30.324 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:29 smithi131 bash[24568]: audit 2024-09-17T01:53:29.086599+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:53:30.324 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:29 smithi131 bash[24568]: audit 2024-09-17T01:53:29.090955+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:53:30.324 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:29 smithi131 bash[24568]: audit 2024-09-17T01:53:29.091800+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:53:30.324 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:29 smithi131 bash[24568]: audit 2024-09-17T01:53:29.092508+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:53:30.324 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:29 smithi131 bash[24568]: audit 2024-09-17T01:53:29.096831+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:53:31.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:30 smithi107 bash[22796]: cluster 2024-09-17T01:53:29.712031+0000 mgr.a (mgr.14385) 136 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:31.302 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:53:30 smithi175 bash[25028]: cluster 2024-09-17T01:53:29.712031+0000 mgr.a (mgr.14385) 136 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:31.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:30 smithi131 bash[24568]: cluster 2024-09-17T01:53:29.712031+0000 mgr.a (mgr.14385) 136 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:33.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:32 smithi107 bash[22796]: cluster 2024-09-17T01:53:31.712526+0000 mgr.a (mgr.14385) 137 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:33.300 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:53:32 smithi175 bash[25028]: cluster 2024-09-17T01:53:31.712526+0000 mgr.a (mgr.14385) 137 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:33.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:32 smithi131 bash[24568]: cluster 2024-09-17T01:53:31.712526+0000 mgr.a (mgr.14385) 137 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:34.550 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:53:34 smithi175 systemd[1]: Stopping Ceph mon.c for e6522e52-7495-11ef-bceb-c7b262605968... 2024-09-17T01:53:34.551 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:53:34 smithi175 bash[25028]: debug 2024-09-17T01:53:34.379+0000 7f2d9a3d9640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-09-17T01:53:34.551 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:53:34 smithi175 bash[25028]: debug 2024-09-17T01:53:34.379+0000 7f2d9a3d9640 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-09-17T01:53:35.009 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:53:34 smithi107 bash[23049]: ::ffff:172.21.15.131 - - [17/Sep/2024:01:53:34] "GET /metrics HTTP/1.1" 200 21475 "" "Prometheus/2.43.0" 2024-09-17T01:53:35.290 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:53:35 smithi175 bash[32563]: ceph-e6522e52-7495-11ef-bceb-c7b262605968-mon-c 2024-09-17T01:53:35.550 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:53:35 smithi175 bash[32623]: Error response from daemon: No such container: ceph-e6522e52-7495-11ef-bceb-c7b262605968-mon-c 2024-09-17T01:53:35.551 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:53:35 smithi175 systemd[1]: ceph-e6522e52-7495-11ef-bceb-c7b262605968@mon.c.service: Deactivated successfully. 2024-09-17T01:53:35.551 INFO:journalctl@ceph.mon.c.smithi175.stdout:Sep 17 01:53:35 smithi175 systemd[1]: Stopped Ceph mon.c for e6522e52-7495-11ef-bceb-c7b262605968. 2024-09-17T01:53:45.009 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:53:44 smithi107 bash[23049]: ::ffff:172.21.15.131 - - [17/Sep/2024:01:53:44] "GET /metrics HTTP/1.1" 200 21478 "" "Prometheus/2.43.0" 2024-09-17T01:53:49.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:48 smithi107 bash[22796]: cluster 2024-09-17T01:53:33.713037+0000 mgr.a (mgr.14385) 138 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:49.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:48 smithi131 bash[24568]: cluster 2024-09-17T01:53:33.713037+0000 mgr.a (mgr.14385) 138 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:50.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:49 smithi107 bash[22796]: cluster 2024-09-17T01:53:35.713529+0000 mgr.a (mgr.14385) 139 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:50.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:49 smithi107 bash[22796]: audit 2024-09-17T01:53:36.741782+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:53:50.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:49 smithi107 bash[22796]: cluster 2024-09-17T01:53:37.714065+0000 mgr.a (mgr.14385) 140 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:50.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:49 smithi107 bash[22796]: cluster 2024-09-17T01:53:39.714572+0000 mgr.a (mgr.14385) 141 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:50.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:49 smithi107 bash[22796]: cluster 2024-09-17T01:53:41.715066+0000 mgr.a (mgr.14385) 142 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:50.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:49 smithi107 bash[22796]: cluster 2024-09-17T01:53:43.715569+0000 mgr.a (mgr.14385) 143 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:50.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:49 smithi107 bash[22796]: cluster 2024-09-17T01:53:43.857197+0000 mon.b (mon.2) 17 : cluster [INF] mon.b calling monitor election 2024-09-17T01:53:50.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:49 smithi107 bash[22796]: cluster 2024-09-17T01:53:43.858310+0000 mon.a (mon.0) 620 : cluster [INF] mon.a calling monitor election 2024-09-17T01:53:50.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:49 smithi107 bash[22796]: cluster 2024-09-17T01:53:45.716068+0000 mgr.a (mgr.14385) 144 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:50.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:49 smithi107 bash[22796]: cluster 2024-09-17T01:53:47.716620+0000 mgr.a (mgr.14385) 145 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:50.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:49 smithi107 bash[22796]: cluster 2024-09-17T01:53:48.879097+0000 mon.a (mon.0) 621 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-09-17T01:53:50.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:49 smithi107 bash[22796]: cluster 2024-09-17T01:53:48.889435+0000 mon.a (mon.0) 622 : cluster [DBG] monmap epoch 3 2024-09-17T01:53:50.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:49 smithi107 bash[22796]: cluster 2024-09-17T01:53:48.889465+0000 mon.a (mon.0) 623 : cluster [DBG] fsid e6522e52-7495-11ef-bceb-c7b262605968 2024-09-17T01:53:50.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:49 smithi107 bash[22796]: cluster 2024-09-17T01:53:48.889491+0000 mon.a (mon.0) 624 : cluster [DBG] last_changed 2024-09-17T01:45:03.224956+0000 2024-09-17T01:53:50.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:49 smithi107 bash[22796]: cluster 2024-09-17T01:53:48.889513+0000 mon.a (mon.0) 625 : cluster [DBG] created 2024-09-17T01:42:34.849672+0000 2024-09-17T01:53:50.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:49 smithi107 bash[22796]: cluster 2024-09-17T01:53:48.889637+0000 mon.a (mon.0) 626 : cluster [DBG] min_mon_release 19 (squid) 2024-09-17T01:53:50.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:49 smithi107 bash[22796]: cluster 2024-09-17T01:53:48.889665+0000 mon.a (mon.0) 627 : cluster [DBG] election_strategy: 1 2024-09-17T01:53:50.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:49 smithi107 bash[22796]: cluster 2024-09-17T01:53:48.889688+0000 mon.a (mon.0) 628 : cluster [DBG] 0: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.a 2024-09-17T01:53:50.261 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:49 smithi107 bash[22796]: cluster 2024-09-17T01:53:48.889713+0000 mon.a (mon.0) 629 : cluster [DBG] 1: [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] mon.c 2024-09-17T01:53:50.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:49 smithi107 bash[22796]: cluster 2024-09-17T01:53:48.889731+0000 mon.a (mon.0) 630 : cluster [DBG] 2: [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] mon.b 2024-09-17T01:53:50.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:49 smithi107 bash[22796]: cluster 2024-09-17T01:53:48.910518+0000 mon.a (mon.0) 631 : cluster [DBG] fsmap 2024-09-17T01:53:50.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:49 smithi107 bash[22796]: cluster 2024-09-17T01:53:48.910568+0000 mon.a (mon.0) 632 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-17T01:53:50.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:49 smithi107 bash[22796]: cluster 2024-09-17T01:53:48.911098+0000 mon.a (mon.0) 633 : cluster [DBG] mgrmap e21: a(active, since 3m), standbys: b 2024-09-17T01:53:50.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:49 smithi107 bash[22796]: cluster 2024-09-17T01:53:48.911384+0000 mon.a (mon.0) 634 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-09-17T01:53:50.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:49 smithi107 bash[22796]: cluster 2024-09-17T01:53:48.922437+0000 mon.a (mon.0) 635 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-09-17T01:53:50.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:49 smithi107 bash[22796]: cluster 2024-09-17T01:53:48.922466+0000 mon.a (mon.0) 636 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-09-17T01:53:50.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:49 smithi107 bash[22796]: cluster 2024-09-17T01:53:48.922484+0000 mon.a (mon.0) 637 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] is down (out of quorum) 2024-09-17T01:53:50.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:49 smithi107 bash[22796]: audit 2024-09-17T01:53:48.928013+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:53:50.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:49 smithi107 bash[22796]: audit 2024-09-17T01:53:48.936088+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:53:50.262 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:49 smithi107 bash[22796]: audit 2024-09-17T01:53:49.025765+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:53:50.324 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:49 smithi131 bash[24568]: cluster 2024-09-17T01:53:35.713529+0000 mgr.a (mgr.14385) 139 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:50.324 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:49 smithi131 bash[24568]: audit 2024-09-17T01:53:36.741782+0000 mon.a (mon.0) 619 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:53:50.324 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:49 smithi131 bash[24568]: cluster 2024-09-17T01:53:37.714065+0000 mgr.a (mgr.14385) 140 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:50.324 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:49 smithi131 bash[24568]: cluster 2024-09-17T01:53:39.714572+0000 mgr.a (mgr.14385) 141 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:50.324 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:49 smithi131 bash[24568]: cluster 2024-09-17T01:53:41.715066+0000 mgr.a (mgr.14385) 142 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:50.324 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:49 smithi131 bash[24568]: cluster 2024-09-17T01:53:43.715569+0000 mgr.a (mgr.14385) 143 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:50.324 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:49 smithi131 bash[24568]: cluster 2024-09-17T01:53:43.857197+0000 mon.b (mon.2) 17 : cluster [INF] mon.b calling monitor election 2024-09-17T01:53:50.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:49 smithi131 bash[24568]: cluster 2024-09-17T01:53:43.858310+0000 mon.a (mon.0) 620 : cluster [INF] mon.a calling monitor election 2024-09-17T01:53:50.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:49 smithi131 bash[24568]: cluster 2024-09-17T01:53:45.716068+0000 mgr.a (mgr.14385) 144 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:50.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:49 smithi131 bash[24568]: cluster 2024-09-17T01:53:47.716620+0000 mgr.a (mgr.14385) 145 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:50.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:49 smithi131 bash[24568]: cluster 2024-09-17T01:53:48.879097+0000 mon.a (mon.0) 621 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-09-17T01:53:50.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:49 smithi131 bash[24568]: cluster 2024-09-17T01:53:48.889435+0000 mon.a (mon.0) 622 : cluster [DBG] monmap epoch 3 2024-09-17T01:53:50.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:49 smithi131 bash[24568]: cluster 2024-09-17T01:53:48.889465+0000 mon.a (mon.0) 623 : cluster [DBG] fsid e6522e52-7495-11ef-bceb-c7b262605968 2024-09-17T01:53:50.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:49 smithi131 bash[24568]: cluster 2024-09-17T01:53:48.889491+0000 mon.a (mon.0) 624 : cluster [DBG] last_changed 2024-09-17T01:45:03.224956+0000 2024-09-17T01:53:50.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:49 smithi131 bash[24568]: cluster 2024-09-17T01:53:48.889513+0000 mon.a (mon.0) 625 : cluster [DBG] created 2024-09-17T01:42:34.849672+0000 2024-09-17T01:53:50.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:49 smithi131 bash[24568]: cluster 2024-09-17T01:53:48.889637+0000 mon.a (mon.0) 626 : cluster [DBG] min_mon_release 19 (squid) 2024-09-17T01:53:50.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:49 smithi131 bash[24568]: cluster 2024-09-17T01:53:48.889665+0000 mon.a (mon.0) 627 : cluster [DBG] election_strategy: 1 2024-09-17T01:53:50.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:49 smithi131 bash[24568]: cluster 2024-09-17T01:53:48.889688+0000 mon.a (mon.0) 628 : cluster [DBG] 0: [v2:172.21.15.107:3300/0,v1:172.21.15.107:6789/0] mon.a 2024-09-17T01:53:50.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:49 smithi131 bash[24568]: cluster 2024-09-17T01:53:48.889713+0000 mon.a (mon.0) 629 : cluster [DBG] 1: [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] mon.c 2024-09-17T01:53:50.325 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:49 smithi131 bash[24568]: cluster 2024-09-17T01:53:48.889731+0000 mon.a (mon.0) 630 : cluster [DBG] 2: [v2:172.21.15.131:3300/0,v1:172.21.15.131:6789/0] mon.b 2024-09-17T01:53:50.326 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:49 smithi131 bash[24568]: cluster 2024-09-17T01:53:48.910518+0000 mon.a (mon.0) 631 : cluster [DBG] fsmap 2024-09-17T01:53:50.326 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:49 smithi131 bash[24568]: cluster 2024-09-17T01:53:48.910568+0000 mon.a (mon.0) 632 : cluster [DBG] osdmap e23: 3 total, 3 up, 3 in 2024-09-17T01:53:50.326 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:49 smithi131 bash[24568]: cluster 2024-09-17T01:53:48.911098+0000 mon.a (mon.0) 633 : cluster [DBG] mgrmap e21: a(active, since 3m), standbys: b 2024-09-17T01:53:50.326 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:49 smithi131 bash[24568]: cluster 2024-09-17T01:53:48.911384+0000 mon.a (mon.0) 634 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-09-17T01:53:50.326 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:49 smithi131 bash[24568]: cluster 2024-09-17T01:53:48.922437+0000 mon.a (mon.0) 635 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-09-17T01:53:50.326 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:49 smithi131 bash[24568]: cluster 2024-09-17T01:53:48.922466+0000 mon.a (mon.0) 636 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-09-17T01:53:50.326 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:49 smithi131 bash[24568]: cluster 2024-09-17T01:53:48.922484+0000 mon.a (mon.0) 637 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.175:3300/0,v1:172.21.15.175:6789/0] is down (out of quorum) 2024-09-17T01:53:50.326 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:49 smithi131 bash[24568]: audit 2024-09-17T01:53:48.928013+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:53:50.326 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:49 smithi131 bash[24568]: audit 2024-09-17T01:53:48.936088+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:53:50.326 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:49 smithi131 bash[24568]: audit 2024-09-17T01:53:49.025765+0000 mon.a (mon.0) 640 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:53:51.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:50 smithi107 bash[22796]: cluster 2024-09-17T01:53:49.717103+0000 mgr.a (mgr.14385) 146 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:51.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:50 smithi131 bash[24568]: cluster 2024-09-17T01:53:49.717103+0000 mgr.a (mgr.14385) 146 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:53.009 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:52 smithi107 bash[22796]: cluster 2024-09-17T01:53:51.717623+0000 mgr.a (mgr.14385) 147 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:53.009 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:52 smithi107 bash[22796]: audit 2024-09-17T01:53:51.748104+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:53:53.009 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:52 smithi107 bash[22796]: audit 2024-09-17T01:53:51.749821+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:53:53.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:52 smithi131 bash[24568]: cluster 2024-09-17T01:53:51.717623+0000 mgr.a (mgr.14385) 147 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:53.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:52 smithi131 bash[24568]: audit 2024-09-17T01:53:51.748104+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:53:53.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:52 smithi131 bash[24568]: audit 2024-09-17T01:53:51.749821+0000 mon.a (mon.0) 642 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:53:55.009 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:53:54 smithi107 bash[23049]: ::ffff:172.21.15.131 - - [17/Sep/2024:01:53:54] "GET /metrics HTTP/1.1" 200 21536 "" "Prometheus/2.43.0" 2024-09-17T01:53:55.009 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:54 smithi107 bash[22796]: cluster 2024-09-17T01:53:53.718101+0000 mgr.a (mgr.14385) 148 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:55.009 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:54 smithi107 bash[22796]: audit 2024-09-17T01:53:54.528438+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:53:55.009 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:54 smithi107 bash[22796]: audit 2024-09-17T01:53:54.536607+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:53:55.076 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:54 smithi131 bash[24568]: cluster 2024-09-17T01:53:53.718101+0000 mgr.a (mgr.14385) 148 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:55.076 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:54 smithi131 bash[24568]: audit 2024-09-17T01:53:54.528438+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:53:55.076 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:54 smithi131 bash[24568]: audit 2024-09-17T01:53:54.536607+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:53:56.009 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:55 smithi107 bash[22796]: audit 2024-09-17T01:53:55.222951+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:53:56.009 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:55 smithi107 bash[22796]: audit 2024-09-17T01:53:55.224379+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:53:56.009 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:55 smithi107 bash[22796]: audit 2024-09-17T01:53:55.233612+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:53:56.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:55 smithi131 bash[24568]: audit 2024-09-17T01:53:55.222951+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:53:56.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:55 smithi131 bash[24568]: audit 2024-09-17T01:53:55.224379+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:53:56.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:55 smithi131 bash[24568]: audit 2024-09-17T01:53:55.233612+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:53:57.009 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:56 smithi107 bash[22796]: cluster 2024-09-17T01:53:55.718589+0000 mgr.a (mgr.14385) 149 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:57.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:56 smithi131 bash[24568]: cluster 2024-09-17T01:53:55.718589+0000 mgr.a (mgr.14385) 149 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:59.009 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:53:58 smithi107 bash[22796]: cluster 2024-09-17T01:53:57.719127+0000 mgr.a (mgr.14385) 150 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:53:59.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:53:58 smithi131 bash[24568]: cluster 2024-09-17T01:53:57.719127+0000 mgr.a (mgr.14385) 150 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:01.009 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:54:00 smithi107 bash[22796]: cluster 2024-09-17T01:53:59.719656+0000 mgr.a (mgr.14385) 151 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:01.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:54:00 smithi131 bash[24568]: cluster 2024-09-17T01:53:59.719656+0000 mgr.a (mgr.14385) 151 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:03.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:54:02 smithi131 bash[24568]: cluster 2024-09-17T01:54:01.720231+0000 mgr.a (mgr.14385) 152 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:03.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:54:02 smithi107 bash[22796]: cluster 2024-09-17T01:54:01.720231+0000 mgr.a (mgr.14385) 152 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:05.009 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:54:04 smithi107 bash[22796]: cluster 2024-09-17T01:54:03.720918+0000 mgr.a (mgr.14385) 153 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:05.009 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:54:04 smithi107 bash[23049]: ::ffff:172.21.15.131 - - [17/Sep/2024:01:54:04] "GET /metrics HTTP/1.1" 200 21536 "" "Prometheus/2.43.0" 2024-09-17T01:54:05.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:54:04 smithi131 bash[24568]: cluster 2024-09-17T01:54:03.720918+0000 mgr.a (mgr.14385) 153 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:07.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:54:06 smithi131 bash[24568]: cluster 2024-09-17T01:54:05.721561+0000 mgr.a (mgr.14385) 154 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:07.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:54:06 smithi131 bash[24568]: audit 2024-09-17T01:54:06.742605+0000 mon.a (mon.0) 648 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:54:07.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:54:06 smithi107 bash[22796]: cluster 2024-09-17T01:54:05.721561+0000 mgr.a (mgr.14385) 154 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:07.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:54:06 smithi107 bash[22796]: audit 2024-09-17T01:54:06.742605+0000 mon.a (mon.0) 648 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:54:09.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:54:08 smithi131 bash[24568]: cluster 2024-09-17T01:54:07.722201+0000 mgr.a (mgr.14385) 155 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:09.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:54:08 smithi107 bash[22796]: cluster 2024-09-17T01:54:07.722201+0000 mgr.a (mgr.14385) 155 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:11.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:54:10 smithi131 bash[24568]: cluster 2024-09-17T01:54:09.722821+0000 mgr.a (mgr.14385) 156 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:11.258 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:54:10 smithi107 bash[22796]: cluster 2024-09-17T01:54:09.722821+0000 mgr.a (mgr.14385) 156 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:13.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:54:12 smithi131 bash[24568]: cluster 2024-09-17T01:54:11.723441+0000 mgr.a (mgr.14385) 157 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:13.258 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:54:12 smithi107 bash[22796]: cluster 2024-09-17T01:54:11.723441+0000 mgr.a (mgr.14385) 157 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:15.009 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:54:14 smithi107 bash[22796]: cluster 2024-09-17T01:54:13.724086+0000 mgr.a (mgr.14385) 158 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:15.009 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:54:14 smithi107 bash[23049]: ::ffff:172.21.15.131 - - [17/Sep/2024:01:54:14] "GET /metrics HTTP/1.1" 200 21536 "" "Prometheus/2.43.0" 2024-09-17T01:54:15.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:54:14 smithi131 bash[24568]: cluster 2024-09-17T01:54:13.724086+0000 mgr.a (mgr.14385) 158 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:17.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:54:16 smithi131 bash[24568]: cluster 2024-09-17T01:54:15.724637+0000 mgr.a (mgr.14385) 159 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:17.258 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:54:16 smithi107 bash[22796]: cluster 2024-09-17T01:54:15.724637+0000 mgr.a (mgr.14385) 159 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:19.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:54:18 smithi131 bash[24568]: cluster 2024-09-17T01:54:17.725142+0000 mgr.a (mgr.14385) 160 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:19.258 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:54:18 smithi107 bash[22796]: cluster 2024-09-17T01:54:17.725142+0000 mgr.a (mgr.14385) 160 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:21.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:54:20 smithi131 bash[24568]: cluster 2024-09-17T01:54:19.725674+0000 mgr.a (mgr.14385) 161 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:21.258 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:54:20 smithi107 bash[22796]: cluster 2024-09-17T01:54:19.725674+0000 mgr.a (mgr.14385) 161 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:22.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:54:21 smithi131 bash[24568]: audit 2024-09-17T01:54:21.742921+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:54:22.258 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:54:21 smithi107 bash[22796]: audit 2024-09-17T01:54:21.742921+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:54:23.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:54:22 smithi131 bash[24568]: cluster 2024-09-17T01:54:21.726163+0000 mgr.a (mgr.14385) 162 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:23.258 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:54:22 smithi107 bash[22796]: cluster 2024-09-17T01:54:21.726163+0000 mgr.a (mgr.14385) 162 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:25.009 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:54:24 smithi107 bash[22796]: cluster 2024-09-17T01:54:23.726699+0000 mgr.a (mgr.14385) 163 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:25.009 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:54:24 smithi107 bash[23049]: ::ffff:172.21.15.131 - - [17/Sep/2024:01:54:24] "GET /metrics HTTP/1.1" 200 21537 "" "Prometheus/2.43.0" 2024-09-17T01:54:25.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:54:24 smithi131 bash[24568]: cluster 2024-09-17T01:54:23.726699+0000 mgr.a (mgr.14385) 163 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:27.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:54:26 smithi131 bash[24568]: cluster 2024-09-17T01:54:25.727199+0000 mgr.a (mgr.14385) 164 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:27.258 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:54:26 smithi107 bash[22796]: cluster 2024-09-17T01:54:25.727199+0000 mgr.a (mgr.14385) 164 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:29.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:54:28 smithi131 bash[24568]: cluster 2024-09-17T01:54:27.727720+0000 mgr.a (mgr.14385) 165 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:29.258 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:54:28 smithi107 bash[22796]: cluster 2024-09-17T01:54:27.727720+0000 mgr.a (mgr.14385) 165 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:31.258 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:54:30 smithi107 bash[22796]: cluster 2024-09-17T01:54:29.728267+0000 mgr.a (mgr.14385) 166 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:31.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:54:30 smithi131 bash[24568]: cluster 2024-09-17T01:54:29.728267+0000 mgr.a (mgr.14385) 166 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:33.258 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:54:32 smithi107 bash[22796]: cluster 2024-09-17T01:54:31.728806+0000 mgr.a (mgr.14385) 167 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:33.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:54:32 smithi131 bash[24568]: cluster 2024-09-17T01:54:31.728806+0000 mgr.a (mgr.14385) 167 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:35.008 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:54:34 smithi107 bash[22796]: cluster 2024-09-17T01:54:33.729337+0000 mgr.a (mgr.14385) 168 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:35.009 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:54:34 smithi107 bash[23049]: ::ffff:172.21.15.131 - - [17/Sep/2024:01:54:34] "GET /metrics HTTP/1.1" 200 21537 "" "Prometheus/2.43.0" 2024-09-17T01:54:35.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:54:34 smithi131 bash[24568]: cluster 2024-09-17T01:54:33.729337+0000 mgr.a (mgr.14385) 168 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:37.258 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:54:36 smithi107 bash[22796]: cluster 2024-09-17T01:54:35.729868+0000 mgr.a (mgr.14385) 169 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:37.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:54:36 smithi107 bash[22796]: audit 2024-09-17T01:54:36.743360+0000 mon.a (mon.0) 650 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:54:37.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:54:36 smithi131 bash[24568]: cluster 2024-09-17T01:54:35.729868+0000 mgr.a (mgr.14385) 169 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:37.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:54:36 smithi131 bash[24568]: audit 2024-09-17T01:54:36.743360+0000 mon.a (mon.0) 650 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:54:39.258 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:54:38 smithi107 bash[22796]: cluster 2024-09-17T01:54:37.730418+0000 mgr.a (mgr.14385) 170 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:39.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:54:38 smithi131 bash[24568]: cluster 2024-09-17T01:54:37.730418+0000 mgr.a (mgr.14385) 170 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:41.258 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:54:40 smithi107 bash[22796]: cluster 2024-09-17T01:54:39.730943+0000 mgr.a (mgr.14385) 171 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:41.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:54:40 smithi131 bash[24568]: cluster 2024-09-17T01:54:39.730943+0000 mgr.a (mgr.14385) 171 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:43.258 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:54:42 smithi107 bash[22796]: cluster 2024-09-17T01:54:41.731555+0000 mgr.a (mgr.14385) 172 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:43.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:54:42 smithi131 bash[24568]: cluster 2024-09-17T01:54:41.731555+0000 mgr.a (mgr.14385) 172 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:45.008 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:54:44 smithi107 bash[22796]: cluster 2024-09-17T01:54:43.732166+0000 mgr.a (mgr.14385) 173 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:45.009 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:54:44 smithi107 bash[23049]: ::ffff:172.21.15.131 - - [17/Sep/2024:01:54:44] "GET /metrics HTTP/1.1" 200 21532 "" "Prometheus/2.43.0" 2024-09-17T01:54:45.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:54:44 smithi131 bash[24568]: cluster 2024-09-17T01:54:43.732166+0000 mgr.a (mgr.14385) 173 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:47.258 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:54:46 smithi107 bash[22796]: cluster 2024-09-17T01:54:45.732675+0000 mgr.a (mgr.14385) 174 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:47.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:54:46 smithi131 bash[24568]: cluster 2024-09-17T01:54:45.732675+0000 mgr.a (mgr.14385) 174 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:49.258 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:54:48 smithi107 bash[22796]: cluster 2024-09-17T01:54:47.733304+0000 mgr.a (mgr.14385) 175 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:49.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:54:48 smithi131 bash[24568]: cluster 2024-09-17T01:54:47.733304+0000 mgr.a (mgr.14385) 175 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:51.258 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:54:50 smithi107 bash[22796]: cluster 2024-09-17T01:54:49.733850+0000 mgr.a (mgr.14385) 176 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:51.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:54:50 smithi131 bash[24568]: cluster 2024-09-17T01:54:49.733850+0000 mgr.a (mgr.14385) 176 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:52.258 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:54:51 smithi107 bash[22796]: audit 2024-09-17T01:54:51.743661+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:54:52.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:54:51 smithi131 bash[24568]: audit 2024-09-17T01:54:51.743661+0000 mon.a (mon.0) 651 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:54:53.258 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:54:52 smithi107 bash[22796]: cluster 2024-09-17T01:54:51.734385+0000 mgr.a (mgr.14385) 177 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:53.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:54:52 smithi131 bash[24568]: cluster 2024-09-17T01:54:51.734385+0000 mgr.a (mgr.14385) 177 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:54.258 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:54:53 smithi107 bash[22796]: cluster 2024-09-17T01:54:53.734939+0000 mgr.a (mgr.14385) 178 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:54.323 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:54:53 smithi131 bash[24568]: cluster 2024-09-17T01:54:53.734939+0000 mgr.a (mgr.14385) 178 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:55.008 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:54:54 smithi107 bash[23049]: ::ffff:172.21.15.131 - - [17/Sep/2024:01:54:54] "GET /metrics HTTP/1.1" 200 21538 "" "Prometheus/2.43.0" 2024-09-17T01:54:55.758 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:54:55 smithi107 bash[22796]: audit 2024-09-17T01:54:55.378784+0000 mon.a (mon.0) 652 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:54:55.823 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:54:55 smithi131 bash[24568]: audit 2024-09-17T01:54:55.378784+0000 mon.a (mon.0) 652 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:54:56.759 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:54:56 smithi107 bash[22796]: cluster 2024-09-17T01:54:55.735416+0000 mgr.a (mgr.14385) 179 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:56.759 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:54:56 smithi107 bash[22796]: audit 2024-09-17T01:54:55.978065+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:54:56.759 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:54:56 smithi107 bash[22796]: audit 2024-09-17T01:54:55.983423+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:54:56.759 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:54:56 smithi107 bash[22796]: audit 2024-09-17T01:54:55.987762+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:54:56.759 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:54:56 smithi107 bash[22796]: audit 2024-09-17T01:54:55.992329+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:54:56.823 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:54:56 smithi131 bash[24568]: cluster 2024-09-17T01:54:55.735416+0000 mgr.a (mgr.14385) 179 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:56.823 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:54:56 smithi131 bash[24568]: audit 2024-09-17T01:54:55.978065+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:54:56.823 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:54:56 smithi131 bash[24568]: audit 2024-09-17T01:54:55.983423+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:54:56.823 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:54:56 smithi131 bash[24568]: audit 2024-09-17T01:54:55.987762+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:54:56.823 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:54:56 smithi131 bash[24568]: audit 2024-09-17T01:54:55.992329+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:54:57.758 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:54:57 smithi107 bash[22796]: audit 2024-09-17T01:54:56.627141+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:54:57.759 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:54:57 smithi107 bash[22796]: audit 2024-09-17T01:54:56.628452+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:54:57.759 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:54:57 smithi107 bash[22796]: audit 2024-09-17T01:54:56.636659+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:54:57.823 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:54:57 smithi131 bash[24568]: audit 2024-09-17T01:54:56.627141+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:54:57.823 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:54:57 smithi131 bash[24568]: audit 2024-09-17T01:54:56.628452+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:54:57.823 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:54:57 smithi131 bash[24568]: audit 2024-09-17T01:54:56.636659+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' 2024-09-17T01:54:58.759 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:54:58 smithi107 bash[22796]: cluster 2024-09-17T01:54:57.735937+0000 mgr.a (mgr.14385) 180 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:54:58.823 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:54:58 smithi131 bash[24568]: cluster 2024-09-17T01:54:57.735937+0000 mgr.a (mgr.14385) 180 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:55:01.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:55:00 smithi131 bash[24568]: cluster 2024-09-17T01:54:59.736448+0000 mgr.a (mgr.14385) 181 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:55:01.258 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:55:00 smithi107 bash[22796]: cluster 2024-09-17T01:54:59.736448+0000 mgr.a (mgr.14385) 181 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:55:03.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:55:02 smithi131 bash[24568]: cluster 2024-09-17T01:55:01.736955+0000 mgr.a (mgr.14385) 182 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:55:03.258 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:55:02 smithi107 bash[22796]: cluster 2024-09-17T01:55:01.736955+0000 mgr.a (mgr.14385) 182 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:55:05.009 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:55:04 smithi107 bash[22796]: cluster 2024-09-17T01:55:03.737479+0000 mgr.a (mgr.14385) 183 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:55:05.009 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:55:04 smithi107 bash[23049]: ::ffff:172.21.15.131 - - [17/Sep/2024:01:55:04] "GET /metrics HTTP/1.1" 200 21538 "" "Prometheus/2.43.0" 2024-09-17T01:55:05.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:55:04 smithi131 bash[24568]: cluster 2024-09-17T01:55:03.737479+0000 mgr.a (mgr.14385) 183 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:55:07.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:55:06 smithi131 bash[24568]: cluster 2024-09-17T01:55:05.737968+0000 mgr.a (mgr.14385) 184 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:55:07.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:55:06 smithi131 bash[24568]: audit 2024-09-17T01:55:06.744276+0000 mon.a (mon.0) 660 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:55:07.258 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:55:06 smithi107 bash[22796]: cluster 2024-09-17T01:55:05.737968+0000 mgr.a (mgr.14385) 184 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:55:07.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:55:06 smithi107 bash[22796]: audit 2024-09-17T01:55:06.744276+0000 mon.a (mon.0) 660 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:55:09.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:55:08 smithi131 bash[24568]: cluster 2024-09-17T01:55:07.738513+0000 mgr.a (mgr.14385) 185 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:55:09.258 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:55:08 smithi107 bash[22796]: cluster 2024-09-17T01:55:07.738513+0000 mgr.a (mgr.14385) 185 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:55:11.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:55:10 smithi131 bash[24568]: cluster 2024-09-17T01:55:09.739004+0000 mgr.a (mgr.14385) 186 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:55:11.258 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:55:10 smithi107 bash[22796]: cluster 2024-09-17T01:55:09.739004+0000 mgr.a (mgr.14385) 186 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:55:13.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:55:12 smithi131 bash[24568]: cluster 2024-09-17T01:55:11.739512+0000 mgr.a (mgr.14385) 187 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:55:13.258 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:55:12 smithi107 bash[22796]: cluster 2024-09-17T01:55:11.739512+0000 mgr.a (mgr.14385) 187 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:55:15.008 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:55:14 smithi107 bash[23049]: ::ffff:172.21.15.131 - - [17/Sep/2024:01:55:14] "GET /metrics HTTP/1.1" 200 21536 "" "Prometheus/2.43.0" 2024-09-17T01:55:15.009 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:55:14 smithi107 bash[22796]: cluster 2024-09-17T01:55:13.740045+0000 mgr.a (mgr.14385) 188 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:55:15.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:55:14 smithi131 bash[24568]: cluster 2024-09-17T01:55:13.740045+0000 mgr.a (mgr.14385) 188 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:55:17.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:55:16 smithi131 bash[24568]: cluster 2024-09-17T01:55:15.740552+0000 mgr.a (mgr.14385) 189 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:55:17.258 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:55:16 smithi107 bash[22796]: cluster 2024-09-17T01:55:15.740552+0000 mgr.a (mgr.14385) 189 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:55:19.073 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:55:18 smithi131 bash[24568]: cluster 2024-09-17T01:55:17.741111+0000 mgr.a (mgr.14385) 190 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:55:19.260 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:55:18 smithi107 bash[22796]: cluster 2024-09-17T01:55:17.741111+0000 mgr.a (mgr.14385) 190 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:55:21.258 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:55:20 smithi107 bash[22796]: cluster 2024-09-17T01:55:19.741658+0000 mgr.a (mgr.14385) 191 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:55:21.322 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:55:20 smithi131 bash[24568]: cluster 2024-09-17T01:55:19.741658+0000 mgr.a (mgr.14385) 191 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:55:22.258 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:55:21 smithi107 bash[22796]: audit 2024-09-17T01:55:21.744672+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:55:22.322 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:55:21 smithi131 bash[24568]: audit 2024-09-17T01:55:21.744672+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.14385 172.21.15.107:0/517114259' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:55:23.258 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:55:22 smithi107 bash[22796]: cluster 2024-09-17T01:55:21.742134+0000 mgr.a (mgr.14385) 192 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:55:23.322 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:55:22 smithi131 bash[24568]: cluster 2024-09-17T01:55:21.742134+0000 mgr.a (mgr.14385) 192 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:55:25.009 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:55:24 smithi107 bash[23049]: ::ffff:172.21.15.131 - - [17/Sep/2024:01:55:24] "GET /metrics HTTP/1.1" 200 21537 "" "Prometheus/2.43.0" 2024-09-17T01:55:25.009 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:55:24 smithi107 bash[22796]: cluster 2024-09-17T01:55:23.742681+0000 mgr.a (mgr.14385) 193 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:55:25.322 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:55:24 smithi131 bash[24568]: cluster 2024-09-17T01:55:23.742681+0000 mgr.a (mgr.14385) 193 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:55:27.259 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:55:26 smithi107 bash[22796]: cluster 2024-09-17T01:55:25.743181+0000 mgr.a (mgr.14385) 194 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:55:27.322 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:55:26 smithi131 bash[24568]: cluster 2024-09-17T01:55:25.743181+0000 mgr.a (mgr.14385) 194 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:55:28.557 INFO:teuthology.orchestra.run.smithi107.stderr:+ curl -s http://172.21.15.131:9095/api/v1/status/config 2024-09-17T01:55:28.565 INFO:teuthology.orchestra.run.smithi107.stderr:+ curl -s http://172.21.15.131:9095/api/v1/status/config 2024-09-17T01:55:28.565 INFO:teuthology.orchestra.run.smithi107.stderr:+ jq -e '.status == "success"' 2024-09-17T01:55:28.571 INFO:teuthology.orchestra.run.smithi107.stdout:{"status":"success","data":{"yaml":"global:\n scrape_interval: 10s\n scrape_timeout: 10s\n evaluation_interval: 10s\n external_labels:\n cluster: e6522e52-7495-11ef-bceb-c7b262605968\nalerting:\n alertmanagers:\n - follow_redirects: true\n enable_http2: true\n scheme: http\n timeout: 10s\n api_version: v2\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.107:8765/sd/prometheus/sd-config?service=alertmanager\nrule_files:\n- /etc/prometheus/alerting/*\nscrape_configs:\n- job_name: ceph\n honor_labels: true\n honor_timestamps: true\n scrape_interval: 10s\n scrape_timeout: 10s\n metrics_path: /metrics\n scheme: http\n follow_redirects: true\n enable_http2: true\n relabel_configs:\n - source_labels: [__address__]\n separator: ;\n regex: (.*)\n target_label: cluster\n replacement: e6522e52-7495-11ef-bceb-c7b262605968\n action: replace\n - source_labels: [instance]\n separator: ;\n regex: (.*)\n target_label: instance\n replacement: ceph_cluster\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.107:8765/sd/prometheus/sd-config?service=mgr-prometheus\n- job_name: node\n honor_timestamps: true\n scrape_interval: 10s\n scrape_timeout: 10s\n metrics_path: /metrics\n scheme: http\n follow_redirects: true\n enable_http2: true\n relabel_configs:\n - source_labels: [__address__]\n separator: ;\n regex: (.*)\n target_label: cluster\n replacement: e6522e52-7495-11ef-bceb-c7b262605968\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.107:8765/sd/prometheus/sd-config?service=node-exporter\n- job_name: ceph-exporter\n honor_labels: true\n honor_timestamps: true\n scrape_interval: 10s\n scrape_timeout: 10s\n metrics_path: /metrics\n scheme: http\n follow_redirects: true\n enable_http2: true\n relabel_configs:\n - source_labels: [__address__]\n separator: ;\n regex: (.*)\n target_label: cluster\n replacement: e6522e52-7495-11ef-bceb-c7b262605968\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.107: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.107:8765/sd/prometheus/sd-config?service=nvmeof\n- job_name: federate\n honor_labels: true\n honor_timestamps: true\n params:\n match[]:\n - '{job=\"ceph\"}'\n - '{job=\"node\"}'\n - '{job=\"haproxy\"}'\n - '{job=\"ceph-exporter\"}'\n scrape_interval: 15s\n scrape_timeout: 10s\n metrics_path: /federate\n scheme: http\n follow_redirects: true\n enable_http2: true\n static_configs:\n - targets: []\n"}}true 2024-09-17T01:55:28.572 INFO:teuthology.orchestra.run.smithi107.stderr:+ curl -s http://172.21.15.131:9095/api/v1/alerts 2024-09-17T01:55:28.577 INFO:teuthology.orchestra.run.smithi107.stderr:+ curl -s http://172.21.15.131:9095/api/v1/alerts 2024-09-17T01:55:28.578 INFO:teuthology.orchestra.run.smithi107.stderr:+ jq -e '.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"' 2024-09-17T01:55:28.582 INFO:teuthology.orchestra.run.smithi107.stdout:{"status":"success","data":{"alerts":[{"labels":{"alertname":"CephHealthWarning","cluster":"e6522e52-7495-11ef-bceb-c7b262605968","instance":"ceph_cluster","job":"ceph","severity":"warning","type":"ceph_default"},"annotations":{"description":"The cluster state has been HEALTH_WARN for more than 15 minutes. Please check 'ceph health detail' for more information.","summary":"Ceph is in the WARNING state"},"state":"pending","activeAt":"2024-09-17T01:54:00.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 smithi175","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"state":"firing","activeAt":"2024-09-17T01:54:00.084118673Z","value":"1e+00"},{"labels":{"alertname":"CephMonDown","severity":"warning","type":"ceph_default"},"annotations":{"description":"You have 1 monitor down. Quorum is still intact, but the loss of an additional monitor will make your cluster inoperable. The following monitors are down: - mon.c on smithi175\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"state":"firing","activeAt":"2024-09-17T01:54:00.084118673Z","value":"1e+00"}]}}true 2024-09-17T01:55:28.582 INFO:teuthology.orchestra.run.smithi107.stderr:+ curl -s http://172.21.15.175:9093/api/v1/status 2024-09-17T01:55:28.590 INFO:teuthology.orchestra.run.smithi107.stderr:+ curl -s http://172.21.15.175:9093/api/v1/alerts 2024-09-17T01:55:28.596 INFO:teuthology.orchestra.run.smithi107.stderr:+ curl -s http://172.21.15.175:9093/api/v1/alerts 2024-09-17T01:55:28.596 INFO:teuthology.orchestra.run.smithi107.stderr:+ jq -e '.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"' 2024-09-17T01:55:28.601 INFO:teuthology.orchestra.run.smithi107.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://smithi107.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://smithi131.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://smithi107.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://smithi131.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-09-17T01:50:41.270702174Z","clusterStatus":{"name":"01J7YTSEKNMZRPEFNNW7D45D5C","status":"ready","peers":[{"name":"01J7YTSEKNMZRPEFNNW7D45D5C","address":"172.21.15.175:9094"}]}}}{"status":"success","data":[{"labels":{"alertname":"CephMonDown","cluster":"e6522e52-7495-11ef-bceb-c7b262605968","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 smithi175\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"startsAt":"2024-09-17T01:54:30.084Z","endsAt":"2024-09-17T01:58:30.084Z","generatorURL":"http://smithi131.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":"46d3f65a006147d9"},{"labels":{"alertname":"CephMonDownQuorumAtRisk","cluster":"e6522e52-7495-11ef-bceb-c7b262605968","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 smithi175","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"startsAt":"2024-09-17T01:54:30.084Z","endsAt":"2024-09-17T01:58:30.084Z","generatorURL":"http://smithi131.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":"964b4b6ee3f9561c"}]}true 2024-09-17T01:55:29.011 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:55:28 smithi107 bash[22796]: cluster 2024-09-17T01:55:27.743781+0000 mgr.a (mgr.14385) 195 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:55:29.268 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-17T01:55:29.278 INFO:tasks.cephadm:Teardown begin 2024-09-17T01:55:29.279 DEBUG:teuthology.orchestra.run.smithi107:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T01:55:29.292 DEBUG:teuthology.orchestra.run.smithi131:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T01:55:29.304 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:55:28 smithi131 bash[24568]: cluster 2024-09-17T01:55:27.743781+0000 mgr.a (mgr.14385) 195 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:55:29.307 DEBUG:teuthology.orchestra.run.smithi175:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T01:55:29.322 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-17T01:55:29.322 DEBUG:teuthology.orchestra.run.smithi107:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-17T01:55:29.338 DEBUG:teuthology.orchestra.run.smithi131:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-17T01:55:29.354 DEBUG:teuthology.orchestra.run.smithi175:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-17T01:55:29.369 INFO:tasks.cephadm:Stopping all daemons... 2024-09-17T01:55:29.369 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-09-17T01:55:29.369 DEBUG:teuthology.orchestra.run.smithi107:> sudo systemctl stop ceph-e6522e52-7495-11ef-bceb-c7b262605968@mon.a 2024-09-17T01:55:29.528 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:55:29 smithi107 systemd[1]: Stopping Ceph mon.a for e6522e52-7495-11ef-bceb-c7b262605968... 2024-09-17T01:55:29.651 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:55:29 smithi107 bash[23049]: [17/Sep/2024:01:55:29] ENGINE Bus STOPPING 2024-09-17T01:55:29.651 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:55:29 smithi107 bash[22796]: debug 2024-09-17T01:55:29.532+0000 7f92111e2640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-09-17T01:55:29.651 INFO:journalctl@ceph.mon.a.smithi107.stdout:Sep 17 01:55:29 smithi107 bash[22796]: debug 2024-09-17T01:55:29.532+0000 7f92111e2640 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-09-17T01:55:30.009 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:55:29 smithi107 bash[23049]: [17/Sep/2024:01:55:29] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-17T01:55:30.009 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:55:29 smithi107 bash[23049]: [17/Sep/2024:01:55:29] ENGINE Bus STOPPED 2024-09-17T01:55:30.009 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:55:29 smithi107 bash[23049]: [17/Sep/2024:01:55:29] ENGINE Bus STARTING 2024-09-17T01:55:30.009 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:55:29 smithi107 bash[23049]: [17/Sep/2024:01:55:29] ENGINE Serving on http://:::9283 2024-09-17T01:55:30.009 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:55:29 smithi107 bash[23049]: [17/Sep/2024:01:55:29] ENGINE Bus STARTED 2024-09-17T01:55:30.393 DEBUG:teuthology.orchestra.run.smithi107:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e6522e52-7495-11ef-bceb-c7b262605968@mon.a.service' 2024-09-17T01:55:30.426 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T01:55:30.427 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-09-17T01:55:30.427 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-09-17T01:55:30.427 DEBUG:teuthology.orchestra.run.smithi131:> sudo systemctl stop ceph-e6522e52-7495-11ef-bceb-c7b262605968@mon.b 2024-09-17T01:55:30.694 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:55:30 smithi131 systemd[1]: Stopping Ceph mon.b for e6522e52-7495-11ef-bceb-c7b262605968... 2024-09-17T01:55:30.694 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:55:30 smithi131 bash[24568]: debug 2024-09-17T01:55:30.575+0000 7fe7ae525640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-09-17T01:55:30.694 INFO:journalctl@ceph.mon.b.smithi131.stdout:Sep 17 01:55:30 smithi131 bash[24568]: debug 2024-09-17T01:55:30.575+0000 7fe7ae525640 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-09-17T01:55:31.351 DEBUG:teuthology.orchestra.run.smithi131:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e6522e52-7495-11ef-bceb-c7b262605968@mon.b.service' 2024-09-17T01:55:31.382 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T01:55:31.383 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-09-17T01:55:31.383 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-09-17T01:55:31.383 DEBUG:teuthology.orchestra.run.smithi175:> sudo systemctl stop ceph-e6522e52-7495-11ef-bceb-c7b262605968@mon.c 2024-09-17T01:55:31.404 DEBUG:teuthology.orchestra.run.smithi175:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e6522e52-7495-11ef-bceb-c7b262605968@mon.c.service' 2024-09-17T01:55:31.572 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T01:55:31.573 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-09-17T01:55:31.573 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-09-17T01:55:31.573 DEBUG:teuthology.orchestra.run.smithi107:> sudo systemctl stop ceph-e6522e52-7495-11ef-bceb-c7b262605968@mgr.a 2024-09-17T01:55:31.948 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:55:31 smithi107 systemd[1]: Stopping Ceph mgr.a for e6522e52-7495-11ef-bceb-c7b262605968... 2024-09-17T01:55:31.948 INFO:journalctl@ceph.mgr.a.smithi107.stdout:Sep 17 01:55:31 smithi107 bash[23049]: debug 2024-09-17T01:55:31.728+0000 7f656f6df640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-09-17T01:55:32.482 DEBUG:teuthology.orchestra.run.smithi107:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e6522e52-7495-11ef-bceb-c7b262605968@mgr.a.service' 2024-09-17T01:55:32.504 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T01:55:32.504 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-09-17T01:55:32.504 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-09-17T01:55:32.504 DEBUG:teuthology.orchestra.run.smithi131:> sudo systemctl stop ceph-e6522e52-7495-11ef-bceb-c7b262605968@mgr.b 2024-09-17T01:55:32.822 INFO:journalctl@ceph.mgr.b.smithi131.stdout:Sep 17 01:55:32 smithi131 systemd[1]: Stopping Ceph mgr.b for e6522e52-7495-11ef-bceb-c7b262605968... 2024-09-17T01:55:33.411 DEBUG:teuthology.orchestra.run.smithi131:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e6522e52-7495-11ef-bceb-c7b262605968@mgr.b.service' 2024-09-17T01:55:33.433 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T01:55:33.433 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-09-17T01:55:33.433 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-09-17T01:55:33.433 DEBUG:teuthology.orchestra.run.smithi107:> sudo systemctl stop ceph-e6522e52-7495-11ef-bceb-c7b262605968@osd.0 2024-09-17T01:55:33.759 INFO:journalctl@ceph.osd.0.smithi107.stdout:Sep 17 01:55:33 smithi107 systemd[1]: Stopping Ceph osd.0 for e6522e52-7495-11ef-bceb-c7b262605968... 2024-09-17T01:55:33.759 INFO:journalctl@ceph.osd.0.smithi107.stdout:Sep 17 01:55:33 smithi107 bash[32042]: debug 2024-09-17T01:55:33.592+0000 7f43ca70d640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-09-17T01:55:33.759 INFO:journalctl@ceph.osd.0.smithi107.stdout:Sep 17 01:55:33 smithi107 bash[32042]: debug 2024-09-17T01:55:33.592+0000 7f43ca70d640 -1 osd.0 23 *** Got signal Terminated *** 2024-09-17T01:55:33.759 INFO:journalctl@ceph.osd.0.smithi107.stdout:Sep 17 01:55:33 smithi107 bash[32042]: debug 2024-09-17T01:55:33.592+0000 7f43ca70d640 -1 osd.0 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T01:55:39.758 INFO:journalctl@ceph.osd.0.smithi107.stdout:Sep 17 01:55:39 smithi107 bash[39798]: ceph-e6522e52-7495-11ef-bceb-c7b262605968-osd-0 2024-09-17T01:55:39.758 INFO:journalctl@ceph.osd.0.smithi107.stdout:Sep 17 01:55:39 smithi107 bash[39862]: Error response from daemon: No such container: ceph-e6522e52-7495-11ef-bceb-c7b262605968-osd-0 2024-09-17T01:55:41.504 DEBUG:teuthology.orchestra.run.smithi107:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e6522e52-7495-11ef-bceb-c7b262605968@osd.0.service' 2024-09-17T01:55:41.535 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T01:55:41.536 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-09-17T01:55:41.536 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-09-17T01:55:41.536 DEBUG:teuthology.orchestra.run.smithi131:> sudo systemctl stop ceph-e6522e52-7495-11ef-bceb-c7b262605968@osd.1 2024-09-17T01:55:41.822 INFO:journalctl@ceph.osd.1.smithi131.stdout:Sep 17 01:55:41 smithi131 systemd[1]: Stopping Ceph osd.1 for e6522e52-7495-11ef-bceb-c7b262605968... 2024-09-17T01:55:41.823 INFO:journalctl@ceph.osd.1.smithi131.stdout:Sep 17 01:55:41 smithi131 bash[27541]: debug 2024-09-17T01:55:41.675+0000 7ff295802640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-09-17T01:55:41.823 INFO:journalctl@ceph.osd.1.smithi131.stdout:Sep 17 01:55:41 smithi131 bash[27541]: debug 2024-09-17T01:55:41.675+0000 7ff295802640 -1 osd.1 23 *** Got signal Terminated *** 2024-09-17T01:55:41.823 INFO:journalctl@ceph.osd.1.smithi131.stdout:Sep 17 01:55:41 smithi131 bash[27541]: debug 2024-09-17T01:55:41.675+0000 7ff295802640 -1 osd.1 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T01:55:47.822 INFO:journalctl@ceph.osd.1.smithi131.stdout:Sep 17 01:55:47 smithi131 bash[31963]: ceph-e6522e52-7495-11ef-bceb-c7b262605968-osd-1 2024-09-17T01:55:47.822 INFO:journalctl@ceph.osd.1.smithi131.stdout:Sep 17 01:55:47 smithi131 bash[32032]: Error response from daemon: No such container: ceph-e6522e52-7495-11ef-bceb-c7b262605968-osd-1 2024-09-17T01:55:49.467 DEBUG:teuthology.orchestra.run.smithi131:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e6522e52-7495-11ef-bceb-c7b262605968@osd.1.service' 2024-09-17T01:55:49.507 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T01:55:49.507 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-09-17T01:55:49.507 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-09-17T01:55:49.508 DEBUG:teuthology.orchestra.run.smithi175:> sudo systemctl stop ceph-e6522e52-7495-11ef-bceb-c7b262605968@osd.2 2024-09-17T01:55:49.800 INFO:journalctl@ceph.osd.2.smithi175.stdout:Sep 17 01:55:49 smithi175 systemd[1]: Stopping Ceph osd.2 for e6522e52-7495-11ef-bceb-c7b262605968... 2024-09-17T01:55:49.800 INFO:journalctl@ceph.osd.2.smithi175.stdout:Sep 17 01:55:49 smithi175 bash[27996]: debug 2024-09-17T01:55:49.745+0000 7f676bff5640 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-09-17T01:55:49.800 INFO:journalctl@ceph.osd.2.smithi175.stdout:Sep 17 01:55:49 smithi175 bash[27996]: debug 2024-09-17T01:55:49.745+0000 7f676bff5640 -1 osd.2 23 *** Got signal Terminated *** 2024-09-17T01:55:49.800 INFO:journalctl@ceph.osd.2.smithi175.stdout:Sep 17 01:55:49 smithi175 bash[27996]: debug 2024-09-17T01:55:49.745+0000 7f676bff5640 -1 osd.2 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T01:55:56.050 INFO:journalctl@ceph.osd.2.smithi175.stdout:Sep 17 01:55:55 smithi175 bash[32965]: ceph-e6522e52-7495-11ef-bceb-c7b262605968-osd-2 2024-09-17T01:55:56.050 INFO:journalctl@ceph.osd.2.smithi175.stdout:Sep 17 01:55:55 smithi175 bash[33032]: Error response from daemon: No such container: ceph-e6522e52-7495-11ef-bceb-c7b262605968-osd-2 2024-09-17T01:55:57.770 DEBUG:teuthology.orchestra.run.smithi175:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e6522e52-7495-11ef-bceb-c7b262605968@osd.2.service' 2024-09-17T01:55:57.801 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T01:55:57.801 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-09-17T01:55:57.802 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e6522e52-7495-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-17T01:55:57.987 INFO:teuthology.orchestra.run.smithi107.stdout:Deleting cluster with fsid: e6522e52-7495-11ef-bceb-c7b262605968 2024-09-17T01:56:05.777 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e6522e52-7495-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-17T01:56:05.958 INFO:teuthology.orchestra.run.smithi131.stdout:Deleting cluster with fsid: e6522e52-7495-11ef-bceb-c7b262605968 2024-09-17T01:56:14.435 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e6522e52-7495-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-17T01:56:14.616 INFO:teuthology.orchestra.run.smithi175.stdout:Deleting cluster with fsid: e6522e52-7495-11ef-bceb-c7b262605968 2024-09-17T01:56:22.044 DEBUG:teuthology.orchestra.run.smithi107:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T01:56:22.058 DEBUG:teuthology.orchestra.run.smithi131:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T01:56:22.072 DEBUG:teuthology.orchestra.run.smithi175:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T01:56:22.086 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-17T01:56:22.088 DEBUG:teuthology.misc:Transferring archived files from smithi107:/var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-09-16_21:08:04-orch-squid-distro-default-smithi/7908045/remote/smithi107/crash 2024-09-17T01:56:22.089 DEBUG:teuthology.orchestra.run.smithi107:> sudo tar c -f - -C /var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/crash -- . 2024-09-17T01:56:22.113 INFO:teuthology.orchestra.run.smithi107.stderr:tar: /var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-17T01:56:22.113 INFO:teuthology.orchestra.run.smithi107.stderr:tar: Error is not recoverable: exiting now 2024-09-17T01:56:22.115 DEBUG:teuthology.misc:Transferring archived files from smithi131:/var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-09-16_21:08:04-orch-squid-distro-default-smithi/7908045/remote/smithi131/crash 2024-09-17T01:56:22.117 DEBUG:teuthology.orchestra.run.smithi131:> sudo tar c -f - -C /var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/crash -- . 2024-09-17T01:56:22.128 INFO:teuthology.orchestra.run.smithi131.stderr:tar: /var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-17T01:56:22.128 INFO:teuthology.orchestra.run.smithi131.stderr:tar: Error is not recoverable: exiting now 2024-09-17T01:56:22.130 DEBUG:teuthology.misc:Transferring archived files from smithi175:/var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-09-16_21:08:04-orch-squid-distro-default-smithi/7908045/remote/smithi175/crash 2024-09-17T01:56:22.130 DEBUG:teuthology.orchestra.run.smithi175:> sudo tar c -f - -C /var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/crash -- . 2024-09-17T01:56:22.141 INFO:teuthology.orchestra.run.smithi175.stderr:tar: /var/lib/ceph/e6522e52-7495-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-17T01:56:22.141 INFO:teuthology.orchestra.run.smithi175.stderr:tar: Error is not recoverable: exiting now 2024-09-17T01:56:22.142 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-17T01:56:22.142 DEBUG:teuthology.orchestra.run.smithi107:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | egrep -v CEPHADM_STRAY_DAEMON | egrep -v CEPHADM_FAILED_DAEMON | head -n 1 2024-09-17T01:56:22.172 INFO:tasks.cephadm:Compressing logs... 2024-09-17T01:56:22.173 DEBUG:teuthology.orchestra.run.smithi107:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-17T01:56:22.219 DEBUG:teuthology.orchestra.run.smithi131:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-17T01:56:22.222 DEBUG:teuthology.orchestra.run.smithi175:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-17T01:56:22.228 INFO:teuthology.orchestra.run.smithi107.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-17T01:56:22.232 INFO:teuthology.orchestra.run.smithi131.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-17T01:56:22.234 INFO:teuthology.orchestra.run.smithi175.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-17T01:56:22.235 INFO:teuthology.orchestra.run.smithi107.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-17T01:56:22.236 INFO:teuthology.orchestra.run.smithi107.stderr:gzip -5 --verbose -- /var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph-osd.0.log 2024-09-17T01:56:22.236 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph-mon.a.log 2024-09-17T01:56:22.237 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-17T01:56:22.237 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph.log 2024-09-17T01:56:22.238 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-17T01:56:22.238 INFO:teuthology.orchestra.run.smithi107.stderr: 83.5% -- replaced with /var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-17T01:56:22.238 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-17T01:56:22.238 INFO:teuthology.orchestra.run.smithi107.stderr:gzip/var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph-volume.log: -5 --verbose -- /var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph-mgr.a.log 2024-09-17T01:56:22.239 INFO:teuthology.orchestra.run.smithi107.stderr:/var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph.audit.log: /var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph-mgr.a.log: 87.6% -- replaced with /var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-17T01:56:22.240 INFO:teuthology.orchestra.run.smithi131.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-17T01:56:22.240 INFO:teuthology.orchestra.run.smithi131.stderr:gzip -5 --verbose -- /var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-17T01:56:22.241 INFO:teuthology.orchestra.run.smithi107.stderr: 89.8% -- replaced with /var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-17T01:56:22.241 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph-osd.1.log 2024-09-17T01:56:22.242 INFO:teuthology.orchestra.run.smithi131.stderr:gzip -5 --verbose -- /var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph.log 2024-09-17T01:56:22.242 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph.cephadm.log: /var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-17T01:56:22.242 INFO:teuthology.orchestra.run.smithi131.stderr: 78.8% -- replaced with /var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-17T01:56:22.244 INFO:teuthology.orchestra.run.smithi107.stderr: 91.3% -- replaced with /var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-17T01:56:22.245 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph-mgr.b.log 2024-09-17T01:56:22.245 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-17T01:56:22.245 INFO:teuthology.orchestra.run.smithi131.stderr: 85.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-17T01:56:22.245 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph-mon.b.log 2024-09-17T01:56:22.245 INFO:teuthology.orchestra.run.smithi131.stderr: 87.7% -- replaced with /var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-17T01:56:22.245 INFO:teuthology.orchestra.run.smithi131.stderr:/var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph.audit.log: /var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph-mon.b.log: 90.1% -- replaced with /var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-17T01:56:22.246 INFO:teuthology.orchestra.run.smithi175.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-17T01:56:22.246 INFO:teuthology.orchestra.run.smithi175.stderr:gzip -5 --verbose -- /var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph-osd.2.log 2024-09-17T01:56:22.246 INFO:teuthology.orchestra.run.smithi175.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-17T01:56:22.247 INFO:teuthology.orchestra.run.smithi131.stderr: 91.3% -- replaced with /var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-17T01:56:22.248 INFO:teuthology.orchestra.run.smithi175.stderr:/var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph.log 2024-09-17T01:56:22.248 INFO:teuthology.orchestra.run.smithi175.stderr:gzip -5 --verbose -- /var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-17T01:56:22.248 INFO:teuthology.orchestra.run.smithi175.stderr: 88.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-17T01:56:22.248 INFO:teuthology.orchestra.run.smithi175.stderr:/var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph-mon.c.log 2024-09-17T01:56:22.249 INFO:teuthology.orchestra.run.smithi131.stderr: 91.0% -- replaced with /var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph-mgr.b.log.gz 2024-09-17T01:56:22.249 INFO:teuthology.orchestra.run.smithi175.stderr:/var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph.cephadm.log: /var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-17T01:56:22.249 INFO:teuthology.orchestra.run.smithi175.stderr: 87.7% -- replaced with /var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-17T01:56:22.249 INFO:teuthology.orchestra.run.smithi175.stderr: 78.8% -- replaced with /var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-17T01:56:22.250 INFO:teuthology.orchestra.run.smithi175.stderr:/var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph-mon.c.log: /var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph.audit.log: 89.9% -- replaced with /var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-17T01:56:22.250 INFO:teuthology.orchestra.run.smithi175.stderr: 91.3% -- replaced with /var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-17T01:56:22.252 INFO:teuthology.orchestra.run.smithi107.stderr: 92.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-17T01:56:22.284 INFO:teuthology.orchestra.run.smithi107.stderr: 93.6% -- replaced with /var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph-osd.0.log.gz 2024-09-17T01:56:22.289 INFO:teuthology.orchestra.run.smithi175.stderr: 93.7% -- replaced with /var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph-osd.2.log.gz 2024-09-17T01:56:22.335 INFO:teuthology.orchestra.run.smithi131.stderr: 93.9% -- replaced with /var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph-osd.1.log.gz 2024-09-17T01:56:22.339 INFO:teuthology.orchestra.run.smithi175.stderr: 93.3% -- replaced with /var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph-mon.c.log.gz 2024-09-17T01:56:22.341 INFO:teuthology.orchestra.run.smithi175.stderr: 2024-09-17T01:56:22.341 INFO:teuthology.orchestra.run.smithi175.stderr:real 0m0.114s 2024-09-17T01:56:22.341 INFO:teuthology.orchestra.run.smithi175.stderr:user 0m0.150s 2024-09-17T01:56:22.341 INFO:teuthology.orchestra.run.smithi175.stderr:sys 0m0.014s 2024-09-17T01:56:22.343 INFO:teuthology.orchestra.run.smithi107.stderr: 90.6% -- replaced with /var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph-mgr.a.log.gz 2024-09-17T01:56:22.365 INFO:teuthology.orchestra.run.smithi131.stderr: 92.8% -- replaced with /var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph-mon.b.log.gz 2024-09-17T01:56:22.366 INFO:teuthology.orchestra.run.smithi131.stderr: 2024-09-17T01:56:22.366 INFO:teuthology.orchestra.run.smithi131.stderr:real 0m0.143s 2024-09-17T01:56:22.366 INFO:teuthology.orchestra.run.smithi131.stderr:user 0m0.233s 2024-09-17T01:56:22.366 INFO:teuthology.orchestra.run.smithi131.stderr:sys 0m0.025s 2024-09-17T01:56:22.523 INFO:teuthology.orchestra.run.smithi107.stderr: 91.1% -- replaced with /var/log/ceph/e6522e52-7495-11ef-bceb-c7b262605968/ceph-mon.a.log.gz 2024-09-17T01:56:22.525 INFO:teuthology.orchestra.run.smithi107.stderr: 2024-09-17T01:56:22.525 INFO:teuthology.orchestra.run.smithi107.stderr:real 0m0.303s 2024-09-17T01:56:22.525 INFO:teuthology.orchestra.run.smithi107.stderr:user 0m0.452s 2024-09-17T01:56:22.525 INFO:teuthology.orchestra.run.smithi107.stderr:sys 0m0.030s 2024-09-17T01:56:22.525 INFO:tasks.cephadm:Archiving logs... 2024-09-17T01:56:22.525 DEBUG:teuthology.misc:Transferring archived files from smithi107:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-16_21:08:04-orch-squid-distro-default-smithi/7908045/remote/smithi107/log 2024-09-17T01:56:22.526 DEBUG:teuthology.orchestra.run.smithi107:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-17T01:56:22.659 DEBUG:teuthology.misc:Transferring archived files from smithi131:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-16_21:08:04-orch-squid-distro-default-smithi/7908045/remote/smithi131/log 2024-09-17T01:56:22.660 DEBUG:teuthology.orchestra.run.smithi131:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-17T01:56:22.704 DEBUG:teuthology.misc:Transferring archived files from smithi175:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-16_21:08:04-orch-squid-distro-default-smithi/7908045/remote/smithi175/log 2024-09-17T01:56:22.705 DEBUG:teuthology.orchestra.run.smithi175:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-17T01:56:22.740 INFO:tasks.cephadm:Removing cluster... 2024-09-17T01:56:22.741 DEBUG:teuthology.orchestra.run.smithi107:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e6522e52-7495-11ef-bceb-c7b262605968 --force 2024-09-17T01:56:22.922 INFO:teuthology.orchestra.run.smithi107.stdout:Deleting cluster with fsid: e6522e52-7495-11ef-bceb-c7b262605968 2024-09-17T01:56:24.255 DEBUG:teuthology.orchestra.run.smithi131:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e6522e52-7495-11ef-bceb-c7b262605968 --force 2024-09-17T01:56:24.443 INFO:teuthology.orchestra.run.smithi131.stdout:Deleting cluster with fsid: e6522e52-7495-11ef-bceb-c7b262605968 2024-09-17T01:56:25.777 DEBUG:teuthology.orchestra.run.smithi175:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e6522e52-7495-11ef-bceb-c7b262605968 --force 2024-09-17T01:56:25.964 INFO:teuthology.orchestra.run.smithi175.stdout:Deleting cluster with fsid: e6522e52-7495-11ef-bceb-c7b262605968 2024-09-17T01:56:27.290 INFO:tasks.cephadm:Removing cephadm ... 2024-09-17T01:56:27.291 DEBUG:teuthology.orchestra.run.smithi107:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-17T01:56:27.297 DEBUG:teuthology.orchestra.run.smithi131:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-17T01:56:27.303 DEBUG:teuthology.orchestra.run.smithi175:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-17T01:56:27.309 INFO:tasks.cephadm:Teardown complete 2024-09-17T01:56:27.309 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-09-17T01:56:27.318 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-09-17T01:56:27.318 DEBUG:teuthology.orchestra.run.smithi107:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-17T01:56:27.340 DEBUG:teuthology.orchestra.run.smithi131:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-17T01:56:27.347 DEBUG:teuthology.orchestra.run.smithi175:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-17T01:56:27.440 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-17T01:56:27.449 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-17T01:56:27.449 DEBUG:teuthology.orchestra.run.smithi107:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T01:56:27.452 DEBUG:teuthology.orchestra.run.smithi131:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T01:56:27.454 DEBUG:teuthology.orchestra.run.smithi175:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T01:56:27.461 INFO:teuthology.orchestra.run.smithi107.stdout: remote refid st t when poll reach delay offset jitter 2024-09-17T01:56:27.461 INFO:teuthology.orchestra.run.smithi107.stdout:============================================================================== 2024-09-17T01:56:27.461 INFO:teuthology.orchestra.run.smithi107.stdout:+hv01.front.sepi 67.205.162.81 3 u 52 64 377 0.082 -5.260 1.389 2024-09-17T01:56:27.461 INFO:teuthology.orchestra.run.smithi107.stdout:+hv02.front.sepi 63.231.80.2 3 u 46 64 377 0.080 +1.985 2.377 2024-09-17T01:56:27.461 INFO:teuthology.orchestra.run.smithi107.stdout:*hv03.front.sepi 74.6.168.72 3 u 50 64 377 0.085 -2.281 1.923 2024-09-17T01:56:27.461 INFO:teuthology.orchestra.run.smithi107.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-09-17T01:56:27.465 INFO:teuthology.orchestra.run.smithi131.stdout: remote refid st t when poll reach delay offset jitter 2024-09-17T01:56:27.465 INFO:teuthology.orchestra.run.smithi131.stdout:============================================================================== 2024-09-17T01:56:27.465 INFO:teuthology.orchestra.run.smithi131.stdout:+hv01.front.sepi 67.205.162.81 3 u 50 64 377 0.086 -8.642 1.279 2024-09-17T01:56:27.465 INFO:teuthology.orchestra.run.smithi131.stdout:*hv02.front.sepi 63.231.80.2 3 u 52 64 377 0.083 -1.825 0.862 2024-09-17T01:56:27.465 INFO:teuthology.orchestra.run.smithi131.stdout:+hv03.front.sepi 74.6.168.72 3 u 41 64 377 0.086 -1.180 1.687 2024-09-17T01:56:27.465 INFO:teuthology.orchestra.run.smithi131.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-09-17T01:56:27.467 INFO:teuthology.orchestra.run.smithi175.stdout: remote refid st t when poll reach delay offset jitter 2024-09-17T01:56:27.467 INFO:teuthology.orchestra.run.smithi175.stdout:============================================================================== 2024-09-17T01:56:27.467 INFO:teuthology.orchestra.run.smithi175.stdout:+hv01.front.sepi 67.205.162.81 3 u 51 64 377 0.079 -5.958 0.930 2024-09-17T01:56:27.467 INFO:teuthology.orchestra.run.smithi175.stdout:*hv02.front.sepi 63.231.80.2 3 u 46 64 377 0.090 +1.489 0.882 2024-09-17T01:56:27.467 INFO:teuthology.orchestra.run.smithi175.stdout:+hv03.front.sepi 74.6.168.72 3 u 47 64 377 0.101 +0.433 0.776 2024-09-17T01:56:27.467 INFO:teuthology.orchestra.run.smithi175.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-09-17T01:56:27.467 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-17T01:56:27.476 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-17T01:56:27.476 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-17T01:56:27.485 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-17T01:56:27.493 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-17T01:56:27.501 INFO:teuthology.task.internal:Duration was 1492.021269 seconds 2024-09-17T01:56:27.502 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-17T01:56:27.513 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-17T01:56:27.513 DEBUG:teuthology.orchestra.run.smithi107:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-17T01:56:27.515 DEBUG:teuthology.orchestra.run.smithi131:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-17T01:56:27.518 DEBUG:teuthology.orchestra.run.smithi175:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-17T01:56:27.553 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-17T01:56:27.554 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi107.front.sepia.ceph.com 2024-09-17T01:56:27.555 DEBUG:teuthology.orchestra.run.smithi107:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-17T01:56:27.599 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi131.front.sepia.ceph.com 2024-09-17T01:56:27.599 DEBUG:teuthology.orchestra.run.smithi131:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-17T01:56:27.609 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi175.front.sepia.ceph.com 2024-09-17T01:56:27.609 DEBUG:teuthology.orchestra.run.smithi175:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-17T01:56:27.620 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-17T01:56:27.620 DEBUG:teuthology.orchestra.run.smithi107:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T01:56:27.644 DEBUG:teuthology.orchestra.run.smithi131:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T01:56:27.655 DEBUG:teuthology.orchestra.run.smithi175:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T01:56:27.701 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-17T01:56:27.701 DEBUG:teuthology.orchestra.run.smithi107:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-17T01:56:27.724 DEBUG:teuthology.orchestra.run.smithi131:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-17T01:56:27.731 DEBUG:teuthology.orchestra.run.smithi175:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-17T01:56:27.821 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-17T01:56:27.830 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-17T01:56:27.831 DEBUG:teuthology.orchestra.run.smithi107:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-17T01:56:27.843 DEBUG:teuthology.orchestra.run.smithi131:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-17T01:56:27.854 DEBUG:teuthology.orchestra.run.smithi175:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-17T01:56:27.867 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-17T01:56:27.877 DEBUG:teuthology.orchestra.run.smithi107:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-17T01:56:27.887 DEBUG:teuthology.orchestra.run.smithi131:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-17T01:56:27.895 INFO:teuthology.orchestra.run.smithi107.stdout:kernel.core_pattern = core 2024-09-17T01:56:27.899 DEBUG:teuthology.orchestra.run.smithi175:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-17T01:56:27.907 INFO:teuthology.orchestra.run.smithi131.stdout:kernel.core_pattern = core 2024-09-17T01:56:27.919 INFO:teuthology.orchestra.run.smithi175.stdout:kernel.core_pattern = core 2024-09-17T01:56:27.989 DEBUG:teuthology.orchestra.run.smithi107:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-17T01:56:28.034 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T01:56:28.035 DEBUG:teuthology.orchestra.run.smithi131:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-17T01:56:28.039 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T01:56:28.040 DEBUG:teuthology.orchestra.run.smithi175:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-17T01:56:28.045 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T01:56:28.045 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-17T01:56:28.055 INFO:teuthology.task.internal:Transferring archived files... 2024-09-17T01:56:28.056 DEBUG:teuthology.misc:Transferring archived files from smithi107:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-16_21:08:04-orch-squid-distro-default-smithi/7908045/remote/smithi107 2024-09-17T01:56:28.056 DEBUG:teuthology.orchestra.run.smithi107:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-17T01:56:28.102 DEBUG:teuthology.misc:Transferring archived files from smithi131:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-16_21:08:04-orch-squid-distro-default-smithi/7908045/remote/smithi131 2024-09-17T01:56:28.102 DEBUG:teuthology.orchestra.run.smithi131:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-17T01:56:28.125 DEBUG:teuthology.misc:Transferring archived files from smithi175:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-16_21:08:04-orch-squid-distro-default-smithi/7908045/remote/smithi175 2024-09-17T01:56:28.125 DEBUG:teuthology.orchestra.run.smithi175:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-17T01:56:28.147 INFO:teuthology.task.internal:Removing archive directory... 2024-09-17T01:56:28.147 DEBUG:teuthology.orchestra.run.smithi107:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-17T01:56:28.150 DEBUG:teuthology.orchestra.run.smithi131:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-17T01:56:28.167 DEBUG:teuthology.orchestra.run.smithi175:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-17T01:56:28.193 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-17T01:56:28.205 INFO:teuthology.task.internal:Not uploading archives. 2024-09-17T01:56:28.205 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-17T01:56:28.215 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-17T01:56:28.215 DEBUG:teuthology.orchestra.run.smithi107:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-17T01:56:28.217 DEBUG:teuthology.orchestra.run.smithi131:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-17T01:56:28.220 DEBUG:teuthology.orchestra.run.smithi175:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-17T01:56:28.221 INFO:teuthology.orchestra.run.smithi107.stdout: 658461 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 17 01:56 /home/ubuntu/cephtest 2024-09-17T01:56:28.223 INFO:teuthology.orchestra.run.smithi131.stdout: 658633 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 17 01:56 /home/ubuntu/cephtest 2024-09-17T01:56:28.245 INFO:teuthology.orchestra.run.smithi175.stdout: 658466 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 17 01:56 /home/ubuntu/cephtest 2024-09-17T01:56:28.246 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-17T01:56:28.264 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-17T01:56:28.287 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/ubuntu_22.04 agent/off mon_election/classic task/test_monitoring_stack_basic} duration: 1492.021268606186 flavor: default owner: scheduled_teuthology@teuthology success: true 2024-09-17T01:56:28.287 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-17T01:56:28.365 INFO:teuthology.run:pass