2024-09-13T05:29:11.729 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-13T05:29:11.745 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-13T05:29:11.833 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-09-13_05:00:55-orch:cephadm-wip-guits-main-2024-09-12-1245-distro-default-smithi/7903137 branch: wip-guits-main-2024-09-12-1245 description: orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} email: gabrioux@ibm.com first_in_suite: false job_id: '7903137' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-09-13_05:00:55-orch:cephadm-wip-guits-main-2024-09-12-1245-distro-default-smithi no_nested_subset: false os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-guits-main-2024-09-12-1245 ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - mons down - mon down - out of quorum - CEPHADM_STRAY_DAEMON - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: 9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 workunit: branch: wip-guits-main-2024-09-12-1245 sha1: 9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 owner: scheduled_gabrioux@teuthology priority: 70 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 1848 sha1: 9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 sleep_before_teardown: 0 subset: 1/8 suite: orch:cephadm suite_branch: wip-guits-main-2024-09-12-1245 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 targets: smithi037.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEJj1h0wwb0FqocQPYTw9ZM8n+h4FE4szHTiQdVRclCOEbKOZp7Zl3vtOCggQD3ZN7zL9rarn380uZybcBhZgIk= smithi097.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOJzAaZ7A1jxNokxsT6Ge7cI0rmRXzvZIyuDl/IdOk6UWU9OHYRnXjNIIYjZ8nfG3tkefdG4tgE3BZlNZyRVOXY= smithi192.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBI6wPshLbgBe4KQtccv4GX/NZrkc3/Xjf+q6e3HTJMAj8feN4CbVEwCHZQzdMbJyE4sOTEQ8ukPZ5cGVsEfvEZ0= 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-13_05:00:55 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 2024-09-13T05:29:11.833 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/qa; will attempt to use it 2024-09-13T05:29:11.834 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/qa/tasks 2024-09-13T05:29:11.834 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-13T05:29:11.836 INFO:teuthology.task.internal:Checking packages... 2024-09-13T05:29:11.859 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3' 2024-09-13T05:29:11.859 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-13T05:29:11.859 INFO:teuthology.packaging:ref: None 2024-09-13T05:29:11.860 INFO:teuthology.packaging:tag: None 2024-09-13T05:29:11.860 INFO:teuthology.packaging:branch: wip-guits-main-2024-09-12-1245 2024-09-13T05:29:11.860 INFO:teuthology.packaging:sha1: 9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 2024-09-13T05:29:11.860 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-guits-main-2024-09-12-1245 2024-09-13T05:29:12.012 INFO:teuthology.task.internal:Found packages for ceph version 19.3.0-4911-g9d608eb1-1jammy 2024-09-13T05:29:12.013 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-13T05:29:12.020 INFO:teuthology.task.internal:no buildpackages task found 2024-09-13T05:29:12.020 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-13T05:29:12.041 INFO:teuthology.task.internal:Saving configuration 2024-09-13T05:29:12.053 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-13T05:29:12.060 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-13T05:29:12.093 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi037.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-13_05:00:55-orch:cephadm-wip-guits-main-2024-09-12-1245-distro-default-smithi/7903137', '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-13 05:23:35.799313', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINfgmIL4g1fzGgt7kVfSAAzIRNO0WdJKVgq3WOkto4n6'} 2024-09-13T05:29:12.125 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi097.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-13_05:00:55-orch:cephadm-wip-guits-main-2024-09-12-1245-distro-default-smithi/7903137', '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-13 05:23:35.796942', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOUfP6PnmkNxEagZoocBeErw1iJfIUyQYpLu6jrO5zhM'} 2024-09-13T05:29:12.156 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi192.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-09-13_05:00:55-orch:cephadm-wip-guits-main-2024-09-12-1245-distro-default-smithi/7903137', '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-13 05:23:35.800693', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEnS5Hg+U9MGOyz6HhqGbMJUsjwwb/hDdQnZr0GDtWrU'} 2024-09-13T05:29:12.157 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-13T05:29:12.163 INFO:teuthology.task.internal:roles: ubuntu@smithi037.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-09-13T05:29:12.163 INFO:teuthology.task.internal:roles: ubuntu@smithi097.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-09-13T05:29:12.163 INFO:teuthology.task.internal:roles: ubuntu@smithi192.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-09-13T05:29:12.163 INFO:teuthology.run_tasks:Running task console_log... 2024-09-13T05:29:12.282 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f62ce7d3be0>, signals=[15]) 2024-09-13T05:29:12.282 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-13T05:29:12.289 INFO:teuthology.task.internal:Opening connections... 2024-09-13T05:29:12.289 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi037.front.sepia.ceph.com 2024-09-13T05:29:12.290 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:29:12.389 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi097.front.sepia.ceph.com 2024-09-13T05:29:12.390 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi097.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:29:12.476 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi192.front.sepia.ceph.com 2024-09-13T05:29:12.477 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:29:12.578 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-13T05:29:12.584 DEBUG:teuthology.orchestra.run.smithi037:> uname -m 2024-09-13T05:29:12.590 INFO:teuthology.orchestra.run.smithi037.stdout:x86_64 2024-09-13T05:29:12.590 DEBUG:teuthology.orchestra.run.smithi037:> cat /etc/os-release 2024-09-13T05:29:12.637 INFO:teuthology.orchestra.run.smithi037.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-13T05:29:12.637 INFO:teuthology.orchestra.run.smithi037.stdout:NAME="Ubuntu" 2024-09-13T05:29:12.637 INFO:teuthology.orchestra.run.smithi037.stdout:VERSION_ID="22.04" 2024-09-13T05:29:12.637 INFO:teuthology.orchestra.run.smithi037.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-13T05:29:12.637 INFO:teuthology.orchestra.run.smithi037.stdout:VERSION_CODENAME=jammy 2024-09-13T05:29:12.637 INFO:teuthology.orchestra.run.smithi037.stdout:ID=ubuntu 2024-09-13T05:29:12.637 INFO:teuthology.orchestra.run.smithi037.stdout:ID_LIKE=debian 2024-09-13T05:29:12.637 INFO:teuthology.orchestra.run.smithi037.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-13T05:29:12.637 INFO:teuthology.orchestra.run.smithi037.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-13T05:29:12.637 INFO:teuthology.orchestra.run.smithi037.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-13T05:29:12.638 INFO:teuthology.orchestra.run.smithi037.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-13T05:29:12.638 INFO:teuthology.orchestra.run.smithi037.stdout:UBUNTU_CODENAME=jammy 2024-09-13T05:29:12.638 INFO:teuthology.lock.ops:Updating smithi037.front.sepia.ceph.com on lock server 2024-09-13T05:29:12.667 DEBUG:teuthology.orchestra.run.smithi097:> uname -m 2024-09-13T05:29:12.673 INFO:teuthology.orchestra.run.smithi097.stdout:x86_64 2024-09-13T05:29:12.674 DEBUG:teuthology.orchestra.run.smithi097:> cat /etc/os-release 2024-09-13T05:29:12.720 INFO:teuthology.orchestra.run.smithi097.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-13T05:29:12.720 INFO:teuthology.orchestra.run.smithi097.stdout:NAME="Ubuntu" 2024-09-13T05:29:12.720 INFO:teuthology.orchestra.run.smithi097.stdout:VERSION_ID="22.04" 2024-09-13T05:29:12.720 INFO:teuthology.orchestra.run.smithi097.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-13T05:29:12.720 INFO:teuthology.orchestra.run.smithi097.stdout:VERSION_CODENAME=jammy 2024-09-13T05:29:12.720 INFO:teuthology.orchestra.run.smithi097.stdout:ID=ubuntu 2024-09-13T05:29:12.720 INFO:teuthology.orchestra.run.smithi097.stdout:ID_LIKE=debian 2024-09-13T05:29:12.720 INFO:teuthology.orchestra.run.smithi097.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-13T05:29:12.720 INFO:teuthology.orchestra.run.smithi097.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-13T05:29:12.720 INFO:teuthology.orchestra.run.smithi097.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-13T05:29:12.721 INFO:teuthology.orchestra.run.smithi097.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-13T05:29:12.721 INFO:teuthology.orchestra.run.smithi097.stdout:UBUNTU_CODENAME=jammy 2024-09-13T05:29:12.721 INFO:teuthology.lock.ops:Updating smithi097.front.sepia.ceph.com on lock server 2024-09-13T05:29:12.759 DEBUG:teuthology.orchestra.run.smithi192:> uname -m 2024-09-13T05:29:12.765 INFO:teuthology.orchestra.run.smithi192.stdout:x86_64 2024-09-13T05:29:12.765 DEBUG:teuthology.orchestra.run.smithi192:> cat /etc/os-release 2024-09-13T05:29:12.813 INFO:teuthology.orchestra.run.smithi192.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-09-13T05:29:12.813 INFO:teuthology.orchestra.run.smithi192.stdout:NAME="Ubuntu" 2024-09-13T05:29:12.813 INFO:teuthology.orchestra.run.smithi192.stdout:VERSION_ID="22.04" 2024-09-13T05:29:12.813 INFO:teuthology.orchestra.run.smithi192.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-09-13T05:29:12.813 INFO:teuthology.orchestra.run.smithi192.stdout:VERSION_CODENAME=jammy 2024-09-13T05:29:12.813 INFO:teuthology.orchestra.run.smithi192.stdout:ID=ubuntu 2024-09-13T05:29:12.813 INFO:teuthology.orchestra.run.smithi192.stdout:ID_LIKE=debian 2024-09-13T05:29:12.813 INFO:teuthology.orchestra.run.smithi192.stdout:HOME_URL="https://www.ubuntu.com/" 2024-09-13T05:29:12.813 INFO:teuthology.orchestra.run.smithi192.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-09-13T05:29:12.813 INFO:teuthology.orchestra.run.smithi192.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-09-13T05:29:12.814 INFO:teuthology.orchestra.run.smithi192.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-09-13T05:29:12.814 INFO:teuthology.orchestra.run.smithi192.stdout:UBUNTU_CODENAME=jammy 2024-09-13T05:29:12.814 INFO:teuthology.lock.ops:Updating smithi192.front.sepia.ceph.com on lock server 2024-09-13T05:29:12.842 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-13T05:29:12.856 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-13T05:29:12.861 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-13T05:29:12.861 DEBUG:teuthology.orchestra.run.smithi037:> test '!' -e /home/ubuntu/cephtest 2024-09-13T05:29:12.864 DEBUG:teuthology.orchestra.run.smithi097:> test '!' -e /home/ubuntu/cephtest 2024-09-13T05:29:12.866 DEBUG:teuthology.orchestra.run.smithi192:> test '!' -e /home/ubuntu/cephtest 2024-09-13T05:29:12.871 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-13T05:29:12.877 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-13T05:29:12.877 DEBUG:teuthology.orchestra.run.smithi037:> test -z $(ls -A /var/lib/ceph) 2024-09-13T05:29:12.910 DEBUG:teuthology.orchestra.run.smithi097:> test -z $(ls -A /var/lib/ceph) 2024-09-13T05:29:12.912 DEBUG:teuthology.orchestra.run.smithi192:> test -z $(ls -A /var/lib/ceph) 2024-09-13T05:29:12.923 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-13T05:29:13.020 INFO:teuthology.run_tasks:Running task kernel... 2024-09-13T05:29:13.035 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-13T05:29:13.036 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-13T05:29:13.036 DEBUG:teuthology.orchestra.run.smithi037:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-13T05:29:13.037 DEBUG:teuthology.orchestra.run.smithi097:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-13T05:29:13.038 DEBUG:teuthology.orchestra.run.smithi192:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-13T05:29:13.042 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T05:29:13.043 DEBUG:teuthology.orchestra.run.smithi097:> uname -r 2024-09-13T05:29:13.044 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T05:29:13.044 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T05:29:13.045 DEBUG:teuthology.orchestra.run.smithi037:> uname -r 2024-09-13T05:29:13.045 DEBUG:teuthology.orchestra.run.smithi192:> uname -r 2024-09-13T05:29:13.092 INFO:teuthology.orchestra.run.smithi097.stdout:5.15.0-56-generic 2024-09-13T05:29:13.092 INFO:teuthology.task.kernel:Running kernel on smithi097: 5.15.0-56-generic 2024-09-13T05:29:13.092 DEBUG:teuthology.orchestra.run.smithi097:> sudo apt-get clean 2024-09-13T05:29:13.094 INFO:teuthology.orchestra.run.smithi037.stdout:5.15.0-56-generic 2024-09-13T05:29:13.094 INFO:teuthology.task.kernel:Running kernel on smithi037: 5.15.0-56-generic 2024-09-13T05:29:13.094 DEBUG:teuthology.orchestra.run.smithi037:> sudo apt-get clean 2024-09-13T05:29:13.095 INFO:teuthology.orchestra.run.smithi192.stdout:5.15.0-56-generic 2024-09-13T05:29:13.095 INFO:teuthology.task.kernel:Running kernel on smithi192: 5.15.0-56-generic 2024-09-13T05:29:13.095 DEBUG:teuthology.orchestra.run.smithi192:> sudo apt-get clean 2024-09-13T05:29:13.209 DEBUG:teuthology.orchestra.run.smithi037:> sudo apt-get update 2024-09-13T05:29:13.240 DEBUG:teuthology.orchestra.run.smithi097:> sudo apt-get update 2024-09-13T05:29:13.260 DEBUG:teuthology.orchestra.run.smithi192:> sudo apt-get update 2024-09-13T05:29:13.332 INFO:teuthology.orchestra.run.smithi037.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-13T05:29:13.407 INFO:teuthology.orchestra.run.smithi192.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-13T05:29:13.410 INFO:teuthology.orchestra.run.smithi097.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-13T05:29:13.417 INFO:teuthology.orchestra.run.smithi192.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-13T05:29:13.448 INFO:teuthology.orchestra.run.smithi037.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-13T05:29:13.485 INFO:teuthology.orchestra.run.smithi192.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-13T05:29:13.510 INFO:teuthology.orchestra.run.smithi097.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-13T05:29:13.521 INFO:teuthology.orchestra.run.smithi192.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] 2024-09-13T05:29:13.530 INFO:teuthology.orchestra.run.smithi037.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-13T05:29:13.561 INFO:teuthology.orchestra.run.smithi037.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [539 kB] 2024-09-13T05:29:13.591 INFO:teuthology.orchestra.run.smithi097.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] 2024-09-13T05:29:13.629 INFO:teuthology.orchestra.run.smithi097.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,806 kB] 2024-09-13T05:29:13.630 INFO:teuthology.orchestra.run.smithi037.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,806 kB] 2024-09-13T05:29:13.659 INFO:teuthology.orchestra.run.smithi192.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [696 kB] 2024-09-13T05:29:13.670 INFO:teuthology.orchestra.run.smithi037.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [295 kB] 2024-09-13T05:29:13.673 INFO:teuthology.orchestra.run.smithi037.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-13T05:29:13.674 INFO:teuthology.orchestra.run.smithi037.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,377 kB] 2024-09-13T05:29:13.698 INFO:teuthology.orchestra.run.smithi037.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-13T05:29:13.699 INFO:teuthology.orchestra.run.smithi037.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [409 kB] 2024-09-13T05:29:13.704 INFO:teuthology.orchestra.run.smithi037.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-13T05:29:13.704 INFO:teuthology.orchestra.run.smithi037.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [627 kB] 2024-09-13T05:29:13.709 INFO:teuthology.orchestra.run.smithi037.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [902 kB] 2024-09-13T05:29:13.717 INFO:teuthology.orchestra.run.smithi037.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [176 kB] 2024-09-13T05:29:13.718 INFO:teuthology.orchestra.run.smithi037.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-09-13T05:29:13.719 INFO:teuthology.orchestra.run.smithi037.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-13T05:29:13.719 INFO:teuthology.orchestra.run.smithi037.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-13T05:29:13.725 INFO:teuthology.orchestra.run.smithi037.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-13T05:29:13.725 INFO:teuthology.orchestra.run.smithi037.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-13T05:29:13.727 INFO:teuthology.orchestra.run.smithi192.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,022 kB] 2024-09-13T05:29:13.731 INFO:teuthology.orchestra.run.smithi097.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [539 kB] 2024-09-13T05:29:13.735 INFO:teuthology.orchestra.run.smithi097.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [295 kB] 2024-09-13T05:29:13.737 INFO:teuthology.orchestra.run.smithi097.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-13T05:29:13.737 INFO:teuthology.orchestra.run.smithi097.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-13T05:29:13.737 INFO:teuthology.orchestra.run.smithi097.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,377 kB] 2024-09-13T05:29:13.757 INFO:teuthology.orchestra.run.smithi097.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [409 kB] 2024-09-13T05:29:13.760 INFO:teuthology.orchestra.run.smithi097.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-13T05:29:13.760 INFO:teuthology.orchestra.run.smithi097.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [627 kB] 2024-09-13T05:29:13.764 INFO:teuthology.orchestra.run.smithi097.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [902 kB] 2024-09-13T05:29:13.766 INFO:teuthology.orchestra.run.smithi192.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [352 kB] 2024-09-13T05:29:13.772 INFO:teuthology.orchestra.run.smithi097.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [176 kB] 2024-09-13T05:29:13.773 INFO:teuthology.orchestra.run.smithi097.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-09-13T05:29:13.773 INFO:teuthology.orchestra.run.smithi097.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-13T05:29:13.773 INFO:teuthology.orchestra.run.smithi097.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-13T05:29:13.774 INFO:teuthology.orchestra.run.smithi192.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-13T05:29:13.774 INFO:teuthology.orchestra.run.smithi192.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,437 kB] 2024-09-13T05:29:13.778 INFO:teuthology.orchestra.run.smithi097.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-13T05:29:13.789 INFO:teuthology.orchestra.run.smithi097.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-13T05:29:13.805 INFO:teuthology.orchestra.run.smithi192.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-13T05:29:13.805 INFO:teuthology.orchestra.run.smithi192.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [419 kB] 2024-09-13T05:29:13.810 INFO:teuthology.orchestra.run.smithi192.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-13T05:29:13.810 INFO:teuthology.orchestra.run.smithi192.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,124 kB] 2024-09-13T05:29:13.820 INFO:teuthology.orchestra.run.smithi192.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [732 kB] 2024-09-13T05:29:13.854 INFO:teuthology.orchestra.run.smithi192.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-13T05:29:13.857 INFO:teuthology.orchestra.run.smithi192.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-13T05:29:13.857 INFO:teuthology.orchestra.run.smithi192.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-13T05:29:13.857 INFO:teuthology.orchestra.run.smithi192.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-13T05:29:13.858 INFO:teuthology.orchestra.run.smithi192.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-13T05:29:13.858 INFO:teuthology.orchestra.run.smithi192.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-13T05:29:13.858 INFO:teuthology.orchestra.run.smithi192.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-13T05:29:13.859 INFO:teuthology.orchestra.run.smithi192.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-13T05:29:13.859 INFO:teuthology.orchestra.run.smithi192.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-13T05:29:13.873 INFO:teuthology.orchestra.run.smithi192.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-13T05:29:13.890 INFO:teuthology.orchestra.run.smithi192.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-13T05:29:13.891 INFO:teuthology.orchestra.run.smithi192.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-13T05:29:13.891 INFO:teuthology.orchestra.run.smithi192.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-13T05:29:13.891 INFO:teuthology.orchestra.run.smithi192.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-13T05:29:13.904 INFO:teuthology.orchestra.run.smithi037.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-13T05:29:13.947 INFO:teuthology.orchestra.run.smithi097.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] 2024-09-13T05:29:13.963 INFO:teuthology.orchestra.run.smithi192.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [539 kB] 2024-09-13T05:29:14.069 INFO:teuthology.orchestra.run.smithi037.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,022 kB] 2024-09-13T05:29:14.085 INFO:teuthology.orchestra.run.smithi097.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [696 kB] 2024-09-13T05:29:14.248 INFO:teuthology.orchestra.run.smithi192.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,806 kB] 2024-09-13T05:29:14.280 INFO:teuthology.orchestra.run.smithi097.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [2,022 kB] 2024-09-13T05:29:14.422 INFO:teuthology.orchestra.run.smithi192.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [295 kB] 2024-09-13T05:29:14.434 INFO:teuthology.orchestra.run.smithi192.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13.3 kB] 2024-09-13T05:29:14.435 INFO:teuthology.orchestra.run.smithi192.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2,377 kB] 2024-09-13T05:29:14.440 INFO:teuthology.orchestra.run.smithi097.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [352 kB] 2024-09-13T05:29:14.454 INFO:teuthology.orchestra.run.smithi097.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-13T05:29:14.455 INFO:teuthology.orchestra.run.smithi097.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,437 kB] 2024-09-13T05:29:14.470 INFO:teuthology.orchestra.run.smithi037.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [696 kB] 2024-09-13T05:29:14.490 INFO:teuthology.orchestra.run.smithi037.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [352 kB] 2024-09-13T05:29:14.498 INFO:teuthology.orchestra.run.smithi037.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [17.8 kB] 2024-09-13T05:29:14.500 INFO:teuthology.orchestra.run.smithi037.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [2,437 kB] 2024-09-13T05:29:14.520 INFO:teuthology.orchestra.run.smithi192.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [37.7 kB] 2024-09-13T05:29:14.521 INFO:teuthology.orchestra.run.smithi192.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [409 kB] 2024-09-13T05:29:14.525 INFO:teuthology.orchestra.run.smithi097.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-13T05:29:14.526 INFO:teuthology.orchestra.run.smithi097.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [419 kB] 2024-09-13T05:29:14.529 INFO:teuthology.orchestra.run.smithi192.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [584 B] 2024-09-13T05:29:14.529 INFO:teuthology.orchestra.run.smithi192.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [902 kB] 2024-09-13T05:29:14.541 INFO:teuthology.orchestra.run.smithi097.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-13T05:29:14.542 INFO:teuthology.orchestra.run.smithi097.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [732 kB] 2024-09-13T05:29:14.559 INFO:teuthology.orchestra.run.smithi192.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [627 kB] 2024-09-13T05:29:14.563 INFO:teuthology.orchestra.run.smithi097.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,124 kB] 2024-09-13T05:29:14.580 INFO:teuthology.orchestra.run.smithi192.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [176 kB] 2024-09-13T05:29:14.585 INFO:teuthology.orchestra.run.smithi192.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-09-13T05:29:14.585 INFO:teuthology.orchestra.run.smithi192.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-09-13T05:29:14.586 INFO:teuthology.orchestra.run.smithi192.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-09-13T05:29:14.589 INFO:teuthology.orchestra.run.smithi037.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [39.3 kB] 2024-09-13T05:29:14.591 INFO:teuthology.orchestra.run.smithi037.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [419 kB] 2024-09-13T05:29:14.591 INFO:teuthology.orchestra.run.smithi097.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-13T05:29:14.598 INFO:teuthology.orchestra.run.smithi097.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-13T05:29:14.601 INFO:teuthology.orchestra.run.smithi037.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [616 B] 2024-09-13T05:29:14.602 INFO:teuthology.orchestra.run.smithi037.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [732 kB] 2024-09-13T05:29:14.605 INFO:teuthology.orchestra.run.smithi097.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-13T05:29:14.605 INFO:teuthology.orchestra.run.smithi097.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-13T05:29:14.618 INFO:teuthology.orchestra.run.smithi037.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,124 kB] 2024-09-13T05:29:14.658 INFO:teuthology.orchestra.run.smithi037.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [261 kB] 2024-09-13T05:29:14.664 INFO:teuthology.orchestra.run.smithi037.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [26.1 kB] 2024-09-13T05:29:14.665 INFO:teuthology.orchestra.run.smithi037.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,752 B] 2024-09-13T05:29:14.666 INFO:teuthology.orchestra.run.smithi037.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [43.3 kB] 2024-09-13T05:29:14.667 INFO:teuthology.orchestra.run.smithi192.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-09-13T05:29:14.667 INFO:teuthology.orchestra.run.smithi192.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [228 B] 2024-09-13T05:29:14.674 INFO:teuthology.orchestra.run.smithi097.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-13T05:29:14.674 INFO:teuthology.orchestra.run.smithi097.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-13T05:29:14.675 INFO:teuthology.orchestra.run.smithi097.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-13T05:29:14.676 INFO:teuthology.orchestra.run.smithi097.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-13T05:29:14.677 INFO:teuthology.orchestra.run.smithi097.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-13T05:29:14.686 INFO:teuthology.orchestra.run.smithi097.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-13T05:29:14.687 INFO:teuthology.orchestra.run.smithi097.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-13T05:29:14.687 INFO:teuthology.orchestra.run.smithi097.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-13T05:29:14.737 INFO:teuthology.orchestra.run.smithi037.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.8 kB] 2024-09-13T05:29:14.737 INFO:teuthology.orchestra.run.smithi037.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [444 B] 2024-09-13T05:29:14.737 INFO:teuthology.orchestra.run.smithi037.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.9 kB] 2024-09-13T05:29:14.739 INFO:teuthology.orchestra.run.smithi037.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.8 kB] 2024-09-13T05:29:14.740 INFO:teuthology.orchestra.run.smithi037.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.1 kB] 2024-09-13T05:29:14.768 INFO:teuthology.orchestra.run.smithi097.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-13T05:29:14.768 INFO:teuthology.orchestra.run.smithi097.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-13T05:29:14.818 INFO:teuthology.orchestra.run.smithi037.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-09-13T05:29:14.818 INFO:teuthology.orchestra.run.smithi037.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.8 kB] 2024-09-13T05:29:14.819 INFO:teuthology.orchestra.run.smithi037.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.3 kB] 2024-09-13T05:29:14.819 INFO:teuthology.orchestra.run.smithi037.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-09-13T05:29:14.820 INFO:teuthology.orchestra.run.smithi037.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [672 B] 2024-09-13T05:29:19.997 INFO:teuthology.orchestra.run.smithi192.stdout:Fetched 16.0 MB in 2s (7,482 kB/s) 2024-09-13T05:29:20.041 INFO:teuthology.orchestra.run.smithi097.stdout:Fetched 16.0 MB in 2s (7,308 kB/s) 2024-09-13T05:29:20.350 INFO:teuthology.orchestra.run.smithi037.stdout:Fetched 16.0 MB in 2s (7,228 kB/s) 2024-09-13T05:29:21.413 INFO:teuthology.orchestra.run.smithi192.stdout:Reading package lists... 2024-09-13T05:29:21.431 DEBUG:teuthology.orchestra.run.smithi192:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-13T05:29:21.482 INFO:teuthology.orchestra.run.smithi192.stdout:Reading package lists... 2024-09-13T05:29:21.503 INFO:teuthology.orchestra.run.smithi097.stdout:Reading package lists... 2024-09-13T05:29:21.521 DEBUG:teuthology.orchestra.run.smithi097:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-13T05:29:21.585 INFO:teuthology.orchestra.run.smithi097.stdout:Reading package lists... 2024-09-13T05:29:21.668 INFO:teuthology.orchestra.run.smithi192.stdout:Building dependency tree... 2024-09-13T05:29:21.669 INFO:teuthology.orchestra.run.smithi192.stdout:Reading state information... 2024-09-13T05:29:21.770 INFO:teuthology.orchestra.run.smithi037.stdout:Reading package lists... 2024-09-13T05:29:21.788 DEBUG:teuthology.orchestra.run.smithi037:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-13T05:29:21.795 INFO:teuthology.orchestra.run.smithi097.stdout:Building dependency tree... 2024-09-13T05:29:21.796 INFO:teuthology.orchestra.run.smithi097.stdout:Reading state information... 2024-09-13T05:29:21.834 INFO:teuthology.orchestra.run.smithi192.stdout:The following packages were automatically installed and are no longer required: 2024-09-13T05:29:21.835 INFO:teuthology.orchestra.run.smithi192.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-13T05:29:21.835 INFO:teuthology.orchestra.run.smithi192.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-13T05:29:21.835 INFO:teuthology.orchestra.run.smithi192.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-13T05:29:21.835 INFO:teuthology.orchestra.run.smithi192.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-13T05:29:21.835 INFO:teuthology.orchestra.run.smithi192.stdout: python2.7-minimal 2024-09-13T05:29:21.835 INFO:teuthology.orchestra.run.smithi192.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-13T05:29:21.836 INFO:teuthology.orchestra.run.smithi192.stdout:The following additional packages will be installed: 2024-09-13T05:29:21.836 INFO:teuthology.orchestra.run.smithi192.stdout: linux-generic linux-headers-5.15.0-121 linux-headers-5.15.0-121-generic 2024-09-13T05:29:21.836 INFO:teuthology.orchestra.run.smithi192.stdout: linux-headers-generic linux-image-5.15.0-121-generic 2024-09-13T05:29:21.837 INFO:teuthology.orchestra.run.smithi192.stdout: linux-modules-5.15.0-121-generic linux-modules-extra-5.15.0-121-generic 2024-09-13T05:29:21.838 INFO:teuthology.orchestra.run.smithi192.stdout:Suggested packages: 2024-09-13T05:29:21.838 INFO:teuthology.orchestra.run.smithi192.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-13T05:29:21.838 INFO:teuthology.orchestra.run.smithi192.stdout:Recommended packages: 2024-09-13T05:29:21.838 INFO:teuthology.orchestra.run.smithi192.stdout: thermald 2024-09-13T05:29:21.852 INFO:teuthology.orchestra.run.smithi037.stdout:Reading package lists... 2024-09-13T05:29:21.885 INFO:teuthology.orchestra.run.smithi192.stdout:The following NEW packages will be installed: 2024-09-13T05:29:21.885 INFO:teuthology.orchestra.run.smithi192.stdout: linux-headers-5.15.0-121 linux-headers-5.15.0-121-generic 2024-09-13T05:29:21.886 INFO:teuthology.orchestra.run.smithi192.stdout: linux-image-5.15.0-121-generic linux-modules-5.15.0-121-generic 2024-09-13T05:29:21.886 INFO:teuthology.orchestra.run.smithi192.stdout: linux-modules-extra-5.15.0-121-generic 2024-09-13T05:29:21.887 INFO:teuthology.orchestra.run.smithi192.stdout:The following packages will be upgraded: 2024-09-13T05:29:21.887 INFO:teuthology.orchestra.run.smithi192.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-13T05:29:21.974 INFO:teuthology.orchestra.run.smithi097.stdout:The following packages were automatically installed and are no longer required: 2024-09-13T05:29:21.974 INFO:teuthology.orchestra.run.smithi097.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-13T05:29:21.975 INFO:teuthology.orchestra.run.smithi097.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-13T05:29:21.975 INFO:teuthology.orchestra.run.smithi097.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-13T05:29:21.975 INFO:teuthology.orchestra.run.smithi097.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-13T05:29:21.975 INFO:teuthology.orchestra.run.smithi097.stdout: python2.7-minimal 2024-09-13T05:29:21.975 INFO:teuthology.orchestra.run.smithi097.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-13T05:29:21.976 INFO:teuthology.orchestra.run.smithi097.stdout:The following additional packages will be installed: 2024-09-13T05:29:21.976 INFO:teuthology.orchestra.run.smithi097.stdout: linux-generic linux-headers-5.15.0-121 linux-headers-5.15.0-121-generic 2024-09-13T05:29:21.976 INFO:teuthology.orchestra.run.smithi097.stdout: linux-headers-generic linux-image-5.15.0-121-generic 2024-09-13T05:29:21.977 INFO:teuthology.orchestra.run.smithi097.stdout: linux-modules-5.15.0-121-generic linux-modules-extra-5.15.0-121-generic 2024-09-13T05:29:21.978 INFO:teuthology.orchestra.run.smithi097.stdout:Suggested packages: 2024-09-13T05:29:21.978 INFO:teuthology.orchestra.run.smithi097.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-13T05:29:21.978 INFO:teuthology.orchestra.run.smithi097.stdout:Recommended packages: 2024-09-13T05:29:21.978 INFO:teuthology.orchestra.run.smithi097.stdout: thermald 2024-09-13T05:29:22.025 INFO:teuthology.orchestra.run.smithi097.stdout:The following NEW packages will be installed: 2024-09-13T05:29:22.025 INFO:teuthology.orchestra.run.smithi097.stdout: linux-headers-5.15.0-121 linux-headers-5.15.0-121-generic 2024-09-13T05:29:22.025 INFO:teuthology.orchestra.run.smithi097.stdout: linux-image-5.15.0-121-generic linux-modules-5.15.0-121-generic 2024-09-13T05:29:22.025 INFO:teuthology.orchestra.run.smithi097.stdout: linux-modules-extra-5.15.0-121-generic 2024-09-13T05:29:22.026 INFO:teuthology.orchestra.run.smithi097.stdout:The following packages will be upgraded: 2024-09-13T05:29:22.027 INFO:teuthology.orchestra.run.smithi097.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-13T05:29:22.068 INFO:teuthology.orchestra.run.smithi192.stdout:3 upgraded, 5 newly installed, 0 to remove and 344 not upgraded. 2024-09-13T05:29:22.068 INFO:teuthology.orchestra.run.smithi192.stdout:Need to get 113 MB of archives. 2024-09-13T05:29:22.068 INFO:teuthology.orchestra.run.smithi192.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-13T05:29:22.068 INFO:teuthology.orchestra.run.smithi192.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-121-generic amd64 5.15.0-121.131 [22.7 MB] 2024-09-13T05:29:22.073 INFO:teuthology.orchestra.run.smithi037.stdout:Building dependency tree... 2024-09-13T05:29:22.073 INFO:teuthology.orchestra.run.smithi037.stdout:Reading state information... 2024-09-13T05:29:22.078 INFO:teuthology.orchestra.run.smithi097.stdout:3 upgraded, 5 newly installed, 0 to remove and 344 not upgraded. 2024-09-13T05:29:22.078 INFO:teuthology.orchestra.run.smithi097.stdout:Need to get 113 MB of archives. 2024-09-13T05:29:22.078 INFO:teuthology.orchestra.run.smithi097.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-13T05:29:22.078 INFO:teuthology.orchestra.run.smithi097.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-121-generic amd64 5.15.0-121.131 [22.7 MB] 2024-09-13T05:29:22.268 INFO:teuthology.orchestra.run.smithi037.stdout:The following packages were automatically installed and are no longer required: 2024-09-13T05:29:22.269 INFO:teuthology.orchestra.run.smithi037.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-13T05:29:22.269 INFO:teuthology.orchestra.run.smithi037.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-13T05:29:22.269 INFO:teuthology.orchestra.run.smithi037.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-13T05:29:22.269 INFO:teuthology.orchestra.run.smithi037.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-09-13T05:29:22.269 INFO:teuthology.orchestra.run.smithi037.stdout: python2.7-minimal 2024-09-13T05:29:22.270 INFO:teuthology.orchestra.run.smithi037.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-13T05:29:22.271 INFO:teuthology.orchestra.run.smithi037.stdout:The following additional packages will be installed: 2024-09-13T05:29:22.271 INFO:teuthology.orchestra.run.smithi037.stdout: linux-generic linux-headers-5.15.0-121 linux-headers-5.15.0-121-generic 2024-09-13T05:29:22.271 INFO:teuthology.orchestra.run.smithi037.stdout: linux-headers-generic linux-image-5.15.0-121-generic 2024-09-13T05:29:22.271 INFO:teuthology.orchestra.run.smithi037.stdout: linux-modules-5.15.0-121-generic linux-modules-extra-5.15.0-121-generic 2024-09-13T05:29:22.273 INFO:teuthology.orchestra.run.smithi037.stdout:Suggested packages: 2024-09-13T05:29:22.273 INFO:teuthology.orchestra.run.smithi037.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-09-13T05:29:22.273 INFO:teuthology.orchestra.run.smithi037.stdout:Recommended packages: 2024-09-13T05:29:22.273 INFO:teuthology.orchestra.run.smithi037.stdout: thermald 2024-09-13T05:29:22.319 INFO:teuthology.orchestra.run.smithi037.stdout:The following NEW packages will be installed: 2024-09-13T05:29:22.319 INFO:teuthology.orchestra.run.smithi037.stdout: linux-headers-5.15.0-121 linux-headers-5.15.0-121-generic 2024-09-13T05:29:22.320 INFO:teuthology.orchestra.run.smithi037.stdout: linux-image-5.15.0-121-generic linux-modules-5.15.0-121-generic 2024-09-13T05:29:22.320 INFO:teuthology.orchestra.run.smithi037.stdout: linux-modules-extra-5.15.0-121-generic 2024-09-13T05:29:22.321 INFO:teuthology.orchestra.run.smithi037.stdout:The following packages will be upgraded: 2024-09-13T05:29:22.322 INFO:teuthology.orchestra.run.smithi037.stdout: linux-generic linux-headers-generic linux-image-generic 2024-09-13T05:29:22.374 INFO:teuthology.orchestra.run.smithi037.stdout:3 upgraded, 5 newly installed, 0 to remove and 344 not upgraded. 2024-09-13T05:29:22.375 INFO:teuthology.orchestra.run.smithi037.stdout:Need to get 113 MB of archives. 2024-09-13T05:29:22.375 INFO:teuthology.orchestra.run.smithi037.stdout:After this operation, 584 MB of additional disk space will be used. 2024-09-13T05:29:22.375 INFO:teuthology.orchestra.run.smithi037.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-121-generic amd64 5.15.0-121.131 [22.7 MB] 2024-09-13T05:29:22.529 INFO:teuthology.orchestra.run.smithi097.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-121-generic amd64 5.15.0-121.131 [11.5 MB] 2024-09-13T05:29:22.628 INFO:teuthology.orchestra.run.smithi097.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-121-generic amd64 5.15.0-121.131 [63.9 MB] 2024-09-13T05:29:22.799 INFO:teuthology.orchestra.run.smithi037.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-121-generic amd64 5.15.0-121.131 [11.5 MB] 2024-09-13T05:29:22.924 INFO:teuthology.orchestra.run.smithi037.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-121-generic amd64 5.15.0-121.131 [63.9 MB] 2024-09-13T05:29:23.461 INFO:teuthology.orchestra.run.smithi097.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.121.121 [1,694 B] 2024-09-13T05:29:23.461 INFO:teuthology.orchestra.run.smithi097.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.121.121 [2,464 B] 2024-09-13T05:29:23.461 INFO:teuthology.orchestra.run.smithi097.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-121 all 5.15.0-121.131 [12.3 MB] 2024-09-13T05:29:23.487 INFO:teuthology.orchestra.run.smithi192.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-121-generic amd64 5.15.0-121.131 [11.5 MB] 2024-09-13T05:29:23.585 INFO:teuthology.orchestra.run.smithi097.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-121-generic amd64 5.15.0-121.131 [2,827 kB] 2024-09-13T05:29:23.606 INFO:teuthology.orchestra.run.smithi097.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.121.121 [2,316 B] 2024-09-13T05:29:23.758 INFO:teuthology.orchestra.run.smithi037.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.121.121 [1,694 B] 2024-09-13T05:29:23.759 INFO:teuthology.orchestra.run.smithi037.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.121.121 [2,464 B] 2024-09-13T05:29:23.759 INFO:teuthology.orchestra.run.smithi037.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-121 all 5.15.0-121.131 [12.3 MB] 2024-09-13T05:29:23.837 INFO:teuthology.orchestra.run.smithi192.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-121-generic amd64 5.15.0-121.131 [63.9 MB] 2024-09-13T05:29:23.887 INFO:teuthology.orchestra.run.smithi037.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-121-generic amd64 5.15.0-121.131 [2,827 kB] 2024-09-13T05:29:23.909 INFO:teuthology.orchestra.run.smithi037.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.121.121 [2,316 B] 2024-09-13T05:29:24.068 INFO:teuthology.orchestra.run.smithi097.stdout:Fetched 113 MB in 2s (69.2 MB/s) 2024-09-13T05:29:24.255 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package linux-modules-5.15.0-121-generic. 2024-09-13T05:29:24.359 INFO:teuthology.orchestra.run.smithi037.stdout:Fetched 113 MB in 2s (71.7 MB/s) 2024-09-13T05:29:24.544 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package linux-modules-5.15.0-121-generic. 2024-09-13T05:29:26.050 INFO:teuthology.orchestra.run.smithi192.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.121.121 [1,694 B] 2024-09-13T05:29:26.050 INFO:teuthology.orchestra.run.smithi192.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.121.121 [2,464 B] 2024-09-13T05:29:26.050 INFO:teuthology.orchestra.run.smithi192.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-121 all 5.15.0-121.131 [12.3 MB] 2024-09-13T05:29:26.250 INFO:teuthology.orchestra.run.smithi097.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-13T05:29:26.254 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../0-linux-modules-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-13T05:29:26.486 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking linux-modules-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T05:29:26.493 INFO:teuthology.orchestra.run.smithi192.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-121-generic amd64 5.15.0-121.131 [2,827 kB] 2024-09-13T05:29:26.534 INFO:teuthology.orchestra.run.smithi037.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-13T05:29:26.539 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../0-linux-modules-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-13T05:29:26.551 INFO:teuthology.orchestra.run.smithi192.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.121.121 [2,316 B] 2024-09-13T05:29:26.608 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking linux-modules-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T05:29:26.940 INFO:teuthology.orchestra.run.smithi192.stdout:Fetched 113 MB in 5s (24.3 MB/s) 2024-09-13T05:29:27.094 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package linux-modules-5.15.0-121-generic. 2024-09-13T05:29:28.667 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package linux-image-5.15.0-121-generic. 2024-09-13T05:29:28.688 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../1-linux-image-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-13T05:29:28.746 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package linux-image-5.15.0-121-generic. 2024-09-13T05:29:28.768 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../1-linux-image-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-13T05:29:28.770 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T05:29:28.892 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T05:29:29.187 INFO:teuthology.orchestra.run.smithi192.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-13T05:29:29.193 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../0-linux-modules-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-13T05:29:29.211 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-121-generic. 2024-09-13T05:29:29.232 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-13T05:29:29.269 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking linux-modules-extra-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T05:29:29.449 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking linux-modules-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T05:29:29.475 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-121-generic. 2024-09-13T05:29:29.496 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-13T05:29:29.567 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking linux-modules-extra-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T05:29:31.475 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package linux-image-5.15.0-121-generic. 2024-09-13T05:29:31.497 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../1-linux-image-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-13T05:29:31.591 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T05:29:32.070 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-121-generic. 2024-09-13T05:29:32.090 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-13T05:29:32.128 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking linux-modules-extra-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T05:29:35.986 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../3-linux-generic_5.15.0.121.121_amd64.deb ... 2024-09-13T05:29:36.110 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking linux-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-13T05:29:36.429 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.121.121_amd64.deb ... 2024-09-13T05:29:36.446 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../3-linux-generic_5.15.0.121.121_amd64.deb ... 2024-09-13T05:29:36.549 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking linux-image-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-13T05:29:36.553 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking linux-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-13T05:29:36.852 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package linux-headers-5.15.0-121. 2024-09-13T05:29:36.875 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../5-linux-headers-5.15.0-121_5.15.0-121.131_all.deb ... 2024-09-13T05:29:36.886 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.121.121_amd64.deb ... 2024-09-13T05:29:36.918 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking linux-headers-5.15.0-121 (5.15.0-121.131) ... 2024-09-13T05:29:37.032 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking linux-image-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-13T05:29:37.335 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package linux-headers-5.15.0-121. 2024-09-13T05:29:37.358 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../5-linux-headers-5.15.0-121_5.15.0-121.131_all.deb ... 2024-09-13T05:29:37.394 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking linux-headers-5.15.0-121 (5.15.0-121.131) ... 2024-09-13T05:29:38.577 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../3-linux-generic_5.15.0.121.121_amd64.deb ... 2024-09-13T05:29:38.702 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking linux-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-13T05:29:39.010 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.121.121_amd64.deb ... 2024-09-13T05:29:39.139 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking linux-image-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-13T05:29:39.442 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package linux-headers-5.15.0-121. 2024-09-13T05:29:39.464 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../5-linux-headers-5.15.0-121_5.15.0-121.131_all.deb ... 2024-09-13T05:29:39.500 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking linux-headers-5.15.0-121 (5.15.0-121.131) ... 2024-09-13T05:29:42.860 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package linux-headers-5.15.0-121-generic. 2024-09-13T05:29:42.897 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../6-linux-headers-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-13T05:29:42.935 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking linux-headers-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T05:29:43.284 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package linux-headers-5.15.0-121-generic. 2024-09-13T05:29:43.321 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../6-linux-headers-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-13T05:29:43.359 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking linux-headers-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T05:29:44.886 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package linux-headers-5.15.0-121-generic. 2024-09-13T05:29:44.923 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../6-linux-headers-5.15.0-121-generic_5.15.0-121.131_amd64.deb ... 2024-09-13T05:29:44.961 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking linux-headers-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T05:29:45.715 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.121.121_amd64.deb ... 2024-09-13T05:29:45.854 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking linux-headers-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-13T05:29:46.062 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.121.121_amd64.deb ... 2024-09-13T05:29:46.187 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up linux-headers-5.15.0-121 (5.15.0-121.131) ... 2024-09-13T05:29:46.188 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking linux-headers-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-13T05:29:46.308 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up linux-headers-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T05:29:46.434 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up linux-headers-generic (5.15.0.121.121) ... 2024-09-13T05:29:46.538 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up linux-headers-5.15.0-121 (5.15.0-121.131) ... 2024-09-13T05:29:46.562 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T05:29:46.668 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up linux-headers-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T05:29:46.794 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up linux-headers-generic (5.15.0.121.121) ... 2024-09-13T05:29:46.922 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T05:29:47.776 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.121.121_amd64.deb ... 2024-09-13T05:29:47.899 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking linux-headers-generic (5.15.0.121.121) over (5.15.0.56.54) ... 2024-09-13T05:29:47.926 INFO:teuthology.orchestra.run.smithi037.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-13T05:29:47.926 INFO:teuthology.orchestra.run.smithi037.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-13T05:29:47.926 INFO:teuthology.orchestra.run.smithi037.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-121-generic 2024-09-13T05:29:47.926 INFO:teuthology.orchestra.run.smithi037.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-121-generic 2024-09-13T05:29:48.217 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up linux-modules-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T05:29:48.241 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up linux-headers-5.15.0-121 (5.15.0-121.131) ... 2024-09-13T05:29:48.257 INFO:teuthology.orchestra.run.smithi097.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-13T05:29:48.257 INFO:teuthology.orchestra.run.smithi097.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-13T05:29:48.257 INFO:teuthology.orchestra.run.smithi097.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-121-generic 2024-09-13T05:29:48.257 INFO:teuthology.orchestra.run.smithi097.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-121-generic 2024-09-13T05:29:48.346 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up linux-headers-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T05:29:48.417 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up linux-modules-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T05:29:48.447 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up linux-headers-generic (5.15.0.121.121) ... 2024-09-13T05:29:48.558 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T05:29:49.884 INFO:teuthology.orchestra.run.smithi192.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-09-13T05:29:49.884 INFO:teuthology.orchestra.run.smithi192.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-09-13T05:29:49.884 INFO:teuthology.orchestra.run.smithi192.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-121-generic 2024-09-13T05:29:49.884 INFO:teuthology.orchestra.run.smithi192.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-121-generic 2024-09-13T05:29:50.046 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up linux-modules-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T05:29:50.127 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up linux-modules-extra-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T05:29:50.168 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up linux-modules-extra-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T05:29:51.455 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up linux-modules-extra-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T05:29:51.537 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up linux-image-generic (5.15.0.121.121) ... 2024-09-13T05:29:51.594 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up linux-image-generic (5.15.0.121.121) ... 2024-09-13T05:29:51.688 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up linux-generic (5.15.0.121.121) ... 2024-09-13T05:29:51.720 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up linux-generic (5.15.0.121.121) ... 2024-09-13T05:29:51.814 INFO:teuthology.orchestra.run.smithi097.stdout:Processing triggers for linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T05:29:51.838 INFO:teuthology.orchestra.run.smithi037.stdout:Processing triggers for linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T05:29:51.881 INFO:teuthology.orchestra.run.smithi097.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-13T05:29:51.881 INFO:teuthology.orchestra.run.smithi097.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-121-generic 2024-09-13T05:29:51.896 INFO:teuthology.orchestra.run.smithi037.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-13T05:29:51.896 INFO:teuthology.orchestra.run.smithi037.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-121-generic 2024-09-13T05:29:52.823 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up linux-image-generic (5.15.0.121.121) ... 2024-09-13T05:29:52.941 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up linux-generic (5.15.0.121.121) ... 2024-09-13T05:29:53.067 INFO:teuthology.orchestra.run.smithi192.stdout:Processing triggers for linux-image-5.15.0-121-generic (5.15.0-121.131) ... 2024-09-13T05:29:53.134 INFO:teuthology.orchestra.run.smithi192.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-09-13T05:29:53.134 INFO:teuthology.orchestra.run.smithi192.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-121-generic 2024-09-13T05:30:06.317 INFO:teuthology.orchestra.run.smithi097.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-13T05:30:06.317 INFO:teuthology.orchestra.run.smithi097.stdout:Sourcing file `/etc/default/grub' 2024-09-13T05:30:06.332 INFO:teuthology.orchestra.run.smithi097.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-13T05:30:06.356 INFO:teuthology.orchestra.run.smithi097.stdout:Generating grub configuration file ... 2024-09-13T05:30:06.603 INFO:teuthology.orchestra.run.smithi097.stdout:Found linux image: /boot/vmlinuz-5.15.0-121-generic 2024-09-13T05:30:06.619 INFO:teuthology.orchestra.run.smithi097.stdout:Found initrd image: /boot/initrd.img-5.15.0-121-generic 2024-09-13T05:30:06.638 INFO:teuthology.orchestra.run.smithi037.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-13T05:30:06.638 INFO:teuthology.orchestra.run.smithi037.stdout:Sourcing file `/etc/default/grub' 2024-09-13T05:30:06.651 INFO:teuthology.orchestra.run.smithi037.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-13T05:30:06.671 INFO:teuthology.orchestra.run.smithi037.stdout:Generating grub configuration file ... 2024-09-13T05:30:06.943 INFO:teuthology.orchestra.run.smithi037.stdout:Found linux image: /boot/vmlinuz-5.15.0-121-generic 2024-09-13T05:30:06.956 INFO:teuthology.orchestra.run.smithi037.stdout:Found initrd image: /boot/initrd.img-5.15.0-121-generic 2024-09-13T05:30:06.969 INFO:teuthology.orchestra.run.smithi097.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-13T05:30:06.974 INFO:teuthology.orchestra.run.smithi097.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-13T05:30:07.042 INFO:teuthology.orchestra.run.smithi097.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-13T05:30:07.048 INFO:teuthology.orchestra.run.smithi097.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-13T05:30:07.098 INFO:teuthology.orchestra.run.smithi192.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-09-13T05:30:07.098 INFO:teuthology.orchestra.run.smithi192.stdout:Sourcing file `/etc/default/grub' 2024-09-13T05:30:07.113 INFO:teuthology.orchestra.run.smithi192.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-13T05:30:07.131 INFO:teuthology.orchestra.run.smithi192.stdout:Generating grub configuration file ... 2024-09-13T05:30:07.202 INFO:teuthology.orchestra.run.smithi097.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-13T05:30:07.202 INFO:teuthology.orchestra.run.smithi097.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-13T05:30:07.202 INFO:teuthology.orchestra.run.smithi097.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-13T05:30:07.237 INFO:teuthology.orchestra.run.smithi097.stdout:done 2024-09-13T05:30:07.268 INFO:teuthology.orchestra.run.smithi037.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-13T05:30:07.275 INFO:teuthology.orchestra.run.smithi037.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-13T05:30:07.352 INFO:teuthology.orchestra.run.smithi037.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-13T05:30:07.358 INFO:teuthology.orchestra.run.smithi037.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-13T05:30:07.393 INFO:teuthology.orchestra.run.smithi192.stdout:Found linux image: /boot/vmlinuz-5.15.0-121-generic 2024-09-13T05:30:07.408 INFO:teuthology.orchestra.run.smithi192.stdout:Found initrd image: /boot/initrd.img-5.15.0-121-generic 2024-09-13T05:30:07.512 INFO:teuthology.orchestra.run.smithi037.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-13T05:30:07.512 INFO:teuthology.orchestra.run.smithi037.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-13T05:30:07.512 INFO:teuthology.orchestra.run.smithi037.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-13T05:30:07.563 INFO:teuthology.orchestra.run.smithi037.stdout:done 2024-09-13T05:30:07.703 INFO:teuthology.orchestra.run.smithi192.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-13T05:30:07.708 INFO:teuthology.orchestra.run.smithi192.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-13T05:30:07.766 INFO:teuthology.orchestra.run.smithi192.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-13T05:30:07.772 DEBUG:teuthology.orchestra.run.smithi097:> dpkg -s linux-image-generic 2024-09-13T05:30:07.772 INFO:teuthology.orchestra.run.smithi192.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-13T05:30:07.799 INFO:teuthology.orchestra.run.smithi097.stdout:Package: linux-image-generic 2024-09-13T05:30:07.800 INFO:teuthology.orchestra.run.smithi097.stdout:Status: install ok installed 2024-09-13T05:30:07.800 INFO:teuthology.orchestra.run.smithi097.stdout:Priority: optional 2024-09-13T05:30:07.800 INFO:teuthology.orchestra.run.smithi097.stdout:Section: kernel 2024-09-13T05:30:07.800 INFO:teuthology.orchestra.run.smithi097.stdout:Installed-Size: 21 2024-09-13T05:30:07.800 INFO:teuthology.orchestra.run.smithi097.stdout:Maintainer: Ubuntu Kernel Team 2024-09-13T05:30:07.800 INFO:teuthology.orchestra.run.smithi097.stdout:Architecture: amd64 2024-09-13T05:30:07.800 INFO:teuthology.orchestra.run.smithi097.stdout:Source: linux-meta 2024-09-13T05:30:07.800 INFO:teuthology.orchestra.run.smithi097.stdout:Version: 5.15.0.121.121 2024-09-13T05:30:07.800 INFO:teuthology.orchestra.run.smithi097.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-121), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-13T05:30:07.800 INFO:teuthology.orchestra.run.smithi097.stdout:Depends: linux-image-5.15.0-121-generic, linux-modules-extra-5.15.0-121-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-13T05:30:07.801 INFO:teuthology.orchestra.run.smithi097.stdout:Recommends: thermald 2024-09-13T05:30:07.801 INFO:teuthology.orchestra.run.smithi097.stdout:Description: Generic Linux kernel image 2024-09-13T05:30:07.801 INFO:teuthology.orchestra.run.smithi097.stdout: This package will always depend on the latest generic kernel image 2024-09-13T05:30:07.801 INFO:teuthology.orchestra.run.smithi097.stdout: available. 2024-09-13T05:30:07.802 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-121-generic 2024-09-13T05:30:07.802 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-13T05:30:07.802 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-13T05:30:07.802 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-13T05:30:07.802 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi097.front.sepia.ceph.com, path=None, version=distro) 2024-09-13T05:30:07.802 DEBUG:teuthology.orchestra.run.smithi097:> sudo apt-get clean 2024-09-13T05:30:07.938 INFO:teuthology.orchestra.run.smithi192.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-13T05:30:07.938 INFO:teuthology.orchestra.run.smithi192.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-09-13T05:30:07.938 INFO:teuthology.orchestra.run.smithi192.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-13T05:30:07.980 INFO:teuthology.orchestra.run.smithi192.stdout:done 2024-09-13T05:30:08.023 DEBUG:teuthology.orchestra.run.smithi097:> sudo apt-get update 2024-09-13T05:30:08.031 DEBUG:teuthology.orchestra.run.smithi037:> dpkg -s linux-image-generic 2024-09-13T05:30:08.050 INFO:teuthology.orchestra.run.smithi037.stdout:Package: linux-image-generic 2024-09-13T05:30:08.050 INFO:teuthology.orchestra.run.smithi037.stdout:Status: install ok installed 2024-09-13T05:30:08.050 INFO:teuthology.orchestra.run.smithi037.stdout:Priority: optional 2024-09-13T05:30:08.050 INFO:teuthology.orchestra.run.smithi037.stdout:Section: kernel 2024-09-13T05:30:08.050 INFO:teuthology.orchestra.run.smithi037.stdout:Installed-Size: 21 2024-09-13T05:30:08.050 INFO:teuthology.orchestra.run.smithi037.stdout:Maintainer: Ubuntu Kernel Team 2024-09-13T05:30:08.050 INFO:teuthology.orchestra.run.smithi037.stdout:Architecture: amd64 2024-09-13T05:30:08.050 INFO:teuthology.orchestra.run.smithi037.stdout:Source: linux-meta 2024-09-13T05:30:08.051 INFO:teuthology.orchestra.run.smithi037.stdout:Version: 5.15.0.121.121 2024-09-13T05:30:08.051 INFO:teuthology.orchestra.run.smithi037.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-121), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-13T05:30:08.051 INFO:teuthology.orchestra.run.smithi037.stdout:Depends: linux-image-5.15.0-121-generic, linux-modules-extra-5.15.0-121-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-13T05:30:08.051 INFO:teuthology.orchestra.run.smithi037.stdout:Recommends: thermald 2024-09-13T05:30:08.051 INFO:teuthology.orchestra.run.smithi037.stdout:Description: Generic Linux kernel image 2024-09-13T05:30:08.051 INFO:teuthology.orchestra.run.smithi037.stdout: This package will always depend on the latest generic kernel image 2024-09-13T05:30:08.051 INFO:teuthology.orchestra.run.smithi037.stdout: available. 2024-09-13T05:30:08.051 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-121-generic 2024-09-13T05:30:08.051 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-13T05:30:08.051 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-13T05:30:08.051 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-13T05:30:08.052 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi037.front.sepia.ceph.com, path=None, version=distro) 2024-09-13T05:30:08.052 DEBUG:teuthology.orchestra.run.smithi037:> sudo apt-get clean 2024-09-13T05:30:08.161 INFO:teuthology.orchestra.run.smithi097.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-13T05:30:08.169 INFO:teuthology.orchestra.run.smithi097.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-13T05:30:08.186 INFO:teuthology.orchestra.run.smithi097.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-13T05:30:08.262 INFO:teuthology.orchestra.run.smithi097.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-13T05:30:08.314 DEBUG:teuthology.orchestra.run.smithi037:> sudo apt-get update 2024-09-13T05:30:08.423 DEBUG:teuthology.orchestra.run.smithi192:> dpkg -s linux-image-generic 2024-09-13T05:30:08.450 INFO:teuthology.orchestra.run.smithi192.stdout:Package: linux-image-generic 2024-09-13T05:30:08.451 INFO:teuthology.orchestra.run.smithi192.stdout:Status: install ok installed 2024-09-13T05:30:08.451 INFO:teuthology.orchestra.run.smithi192.stdout:Priority: optional 2024-09-13T05:30:08.451 INFO:teuthology.orchestra.run.smithi192.stdout:Section: kernel 2024-09-13T05:30:08.451 INFO:teuthology.orchestra.run.smithi192.stdout:Installed-Size: 21 2024-09-13T05:30:08.451 INFO:teuthology.orchestra.run.smithi192.stdout:Maintainer: Ubuntu Kernel Team 2024-09-13T05:30:08.451 INFO:teuthology.orchestra.run.smithi192.stdout:Architecture: amd64 2024-09-13T05:30:08.451 INFO:teuthology.orchestra.run.smithi192.stdout:Source: linux-meta 2024-09-13T05:30:08.451 INFO:teuthology.orchestra.run.smithi192.stdout:Version: 5.15.0.121.121 2024-09-13T05:30:08.451 INFO:teuthology.orchestra.run.smithi192.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-121), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-13T05:30:08.451 INFO:teuthology.orchestra.run.smithi192.stdout:Depends: linux-image-5.15.0-121-generic, linux-modules-extra-5.15.0-121-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-13T05:30:08.451 INFO:teuthology.orchestra.run.smithi192.stdout:Recommends: thermald 2024-09-13T05:30:08.451 INFO:teuthology.orchestra.run.smithi192.stdout:Description: Generic Linux kernel image 2024-09-13T05:30:08.451 INFO:teuthology.orchestra.run.smithi192.stdout: This package will always depend on the latest generic kernel image 2024-09-13T05:30:08.452 INFO:teuthology.orchestra.run.smithi192.stdout: available. 2024-09-13T05:30:08.452 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-121-generic 2024-09-13T05:30:08.452 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-13T05:30:08.452 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-13T05:30:08.452 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-09-13T05:30:08.452 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi192.front.sepia.ceph.com, path=None, version=distro) 2024-09-13T05:30:08.452 DEBUG:teuthology.orchestra.run.smithi192:> sudo apt-get clean 2024-09-13T05:30:08.572 INFO:teuthology.orchestra.run.smithi037.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-13T05:30:08.573 INFO:teuthology.orchestra.run.smithi037.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-13T05:30:08.645 INFO:teuthology.orchestra.run.smithi037.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-13T05:30:08.656 DEBUG:teuthology.orchestra.run.smithi192:> sudo apt-get update 2024-09-13T05:30:08.727 INFO:teuthology.orchestra.run.smithi037.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-13T05:30:08.916 INFO:teuthology.orchestra.run.smithi192.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-13T05:30:08.917 INFO:teuthology.orchestra.run.smithi192.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-13T05:30:08.989 INFO:teuthology.orchestra.run.smithi192.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-13T05:30:09.071 INFO:teuthology.orchestra.run.smithi192.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-13T05:30:09.611 INFO:teuthology.orchestra.run.smithi097.stdout:Reading package lists... 2024-09-13T05:30:09.632 DEBUG:teuthology.orchestra.run.smithi097:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-13T05:30:09.693 INFO:teuthology.orchestra.run.smithi097.stdout:Reading package lists... 2024-09-13T05:30:09.903 INFO:teuthology.orchestra.run.smithi097.stdout:Building dependency tree... 2024-09-13T05:30:09.904 INFO:teuthology.orchestra.run.smithi097.stdout:Reading state information... 2024-09-13T05:30:10.086 INFO:teuthology.orchestra.run.smithi097.stdout:linux-image-generic is already the newest version (5.15.0.121.121). 2024-09-13T05:30:10.086 INFO:teuthology.orchestra.run.smithi097.stdout:The following packages were automatically installed and are no longer required: 2024-09-13T05:30:10.087 INFO:teuthology.orchestra.run.smithi097.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-13T05:30:10.087 INFO:teuthology.orchestra.run.smithi097.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-13T05:30:10.087 INFO:teuthology.orchestra.run.smithi097.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-13T05:30:10.087 INFO:teuthology.orchestra.run.smithi097.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-13T05:30:10.088 INFO:teuthology.orchestra.run.smithi097.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-13T05:30:10.088 INFO:teuthology.orchestra.run.smithi097.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-13T05:30:10.127 INFO:teuthology.orchestra.run.smithi097.stdout:0 upgraded, 0 newly installed, 0 to remove and 344 not upgraded. 2024-09-13T05:30:10.130 DEBUG:teuthology.orchestra.run.smithi097:> dpkg -s linux-image-generic 2024-09-13T05:30:10.145 INFO:teuthology.orchestra.run.smithi097.stdout:Package: linux-image-generic 2024-09-13T05:30:10.145 INFO:teuthology.orchestra.run.smithi097.stdout:Status: install ok installed 2024-09-13T05:30:10.145 INFO:teuthology.orchestra.run.smithi097.stdout:Priority: optional 2024-09-13T05:30:10.146 INFO:teuthology.orchestra.run.smithi097.stdout:Section: kernel 2024-09-13T05:30:10.146 INFO:teuthology.orchestra.run.smithi097.stdout:Installed-Size: 21 2024-09-13T05:30:10.146 INFO:teuthology.orchestra.run.smithi097.stdout:Maintainer: Ubuntu Kernel Team 2024-09-13T05:30:10.146 INFO:teuthology.orchestra.run.smithi097.stdout:Architecture: amd64 2024-09-13T05:30:10.146 INFO:teuthology.orchestra.run.smithi097.stdout:Source: linux-meta 2024-09-13T05:30:10.146 INFO:teuthology.orchestra.run.smithi097.stdout:Version: 5.15.0.121.121 2024-09-13T05:30:10.146 INFO:teuthology.orchestra.run.smithi097.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-121), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-13T05:30:10.146 INFO:teuthology.orchestra.run.smithi097.stdout:Depends: linux-image-5.15.0-121-generic, linux-modules-extra-5.15.0-121-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-13T05:30:10.146 INFO:teuthology.orchestra.run.smithi097.stdout:Recommends: thermald 2024-09-13T05:30:10.146 INFO:teuthology.orchestra.run.smithi097.stdout:Description: Generic Linux kernel image 2024-09-13T05:30:10.146 INFO:teuthology.orchestra.run.smithi097.stdout: This package will always depend on the latest generic kernel image 2024-09-13T05:30:10.146 INFO:teuthology.orchestra.run.smithi097.stdout: available. 2024-09-13T05:30:10.147 DEBUG:teuthology.orchestra.run.smithi097:> mktemp 2024-09-13T05:30:10.190 INFO:teuthology.orchestra.run.smithi097.stdout:/tmp/tmp.2L7Je7tIiq 2024-09-13T05:30:10.191 DEBUG:teuthology.orchestra.run.smithi097:> sudo cp /boot/grub/grub.cfg /tmp/tmp.2L7Je7tIiq 2024-09-13T05:30:10.247 DEBUG:teuthology.orchestra.run.smithi097:> sudo chmod 0666 /tmp/tmp.2L7Je7tIiq 2024-09-13T05:30:10.358 INFO:teuthology.orchestra.run.smithi192.stdout:Reading package lists... 2024-09-13T05:30:10.376 DEBUG:teuthology.orchestra.run.smithi192:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-13T05:30:10.379 DEBUG:teuthology.orchestra.remote:smithi097:/tmp/tmp.2L7Je7tIiq is 10KB 2024-09-13T05:30:10.393 DEBUG:teuthology.orchestra.run.smithi097:> rm -fr /tmp/tmp.2L7Je7tIiq 2024-09-13T05:30:10.401 DEBUG:teuthology.orchestra.run.smithi097:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-13T05:30:10.408 INFO:teuthology.orchestra.run.smithi037.stdout:Reading package lists... 2024-09-13T05:30:10.428 DEBUG:teuthology.orchestra.run.smithi037:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-09-13T05:30:10.439 INFO:teuthology.orchestra.run.smithi192.stdout:Reading package lists... 2024-09-13T05:30:10.454 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-09-13T05:30:10.454 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-13T05:30:10.454 DEBUG:teuthology.orchestra.run.smithi097:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-13T05:30:10.483 INFO:teuthology.orchestra.run.smithi037.stdout:Reading package lists... 2024-09-13T05:30:10.531 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-121-generic 2024-09-13T05:30:10.531 DEBUG:teuthology.orchestra.run.smithi097:> sudo update-grub 2024-09-13T05:30:10.651 INFO:teuthology.orchestra.run.smithi192.stdout:Building dependency tree... 2024-09-13T05:30:10.652 INFO:teuthology.orchestra.run.smithi192.stdout:Reading state information... 2024-09-13T05:30:10.681 INFO:teuthology.orchestra.run.smithi037.stdout:Building dependency tree... 2024-09-13T05:30:10.681 INFO:teuthology.orchestra.run.smithi037.stdout:Reading state information... 2024-09-13T05:30:10.839 INFO:teuthology.orchestra.run.smithi192.stdout:linux-image-generic is already the newest version (5.15.0.121.121). 2024-09-13T05:30:10.839 INFO:teuthology.orchestra.run.smithi192.stdout:The following packages were automatically installed and are no longer required: 2024-09-13T05:30:10.840 INFO:teuthology.orchestra.run.smithi192.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-13T05:30:10.840 INFO:teuthology.orchestra.run.smithi192.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-13T05:30:10.840 INFO:teuthology.orchestra.run.smithi192.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-13T05:30:10.840 INFO:teuthology.orchestra.run.smithi192.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-13T05:30:10.840 INFO:teuthology.orchestra.run.smithi192.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-13T05:30:10.840 INFO:teuthology.orchestra.run.smithi192.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-13T05:30:10.861 INFO:teuthology.orchestra.run.smithi037.stdout:linux-image-generic is already the newest version (5.15.0.121.121). 2024-09-13T05:30:10.861 INFO:teuthology.orchestra.run.smithi037.stdout:The following packages were automatically installed and are no longer required: 2024-09-13T05:30:10.861 INFO:teuthology.orchestra.run.smithi037.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-13T05:30:10.861 INFO:teuthology.orchestra.run.smithi037.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-13T05:30:10.861 INFO:teuthology.orchestra.run.smithi037.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-13T05:30:10.862 INFO:teuthology.orchestra.run.smithi037.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-13T05:30:10.862 INFO:teuthology.orchestra.run.smithi037.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-13T05:30:10.862 INFO:teuthology.orchestra.run.smithi037.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-13T05:30:10.883 INFO:teuthology.orchestra.run.smithi192.stdout:0 upgraded, 0 newly installed, 0 to remove and 344 not upgraded. 2024-09-13T05:30:10.885 DEBUG:teuthology.orchestra.run.smithi192:> dpkg -s linux-image-generic 2024-09-13T05:30:10.900 INFO:teuthology.orchestra.run.smithi192.stdout:Package: linux-image-generic 2024-09-13T05:30:10.901 INFO:teuthology.orchestra.run.smithi192.stdout:Status: install ok installed 2024-09-13T05:30:10.901 INFO:teuthology.orchestra.run.smithi192.stdout:Priority: optional 2024-09-13T05:30:10.901 INFO:teuthology.orchestra.run.smithi192.stdout:Section: kernel 2024-09-13T05:30:10.901 INFO:teuthology.orchestra.run.smithi192.stdout:Installed-Size: 21 2024-09-13T05:30:10.901 INFO:teuthology.orchestra.run.smithi192.stdout:Maintainer: Ubuntu Kernel Team 2024-09-13T05:30:10.901 INFO:teuthology.orchestra.run.smithi192.stdout:Architecture: amd64 2024-09-13T05:30:10.901 INFO:teuthology.orchestra.run.smithi192.stdout:Source: linux-meta 2024-09-13T05:30:10.901 INFO:teuthology.orchestra.run.smithi192.stdout:Version: 5.15.0.121.121 2024-09-13T05:30:10.901 INFO:teuthology.orchestra.run.smithi192.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-121), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-13T05:30:10.901 INFO:teuthology.orchestra.run.smithi192.stdout:Depends: linux-image-5.15.0-121-generic, linux-modules-extra-5.15.0-121-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-13T05:30:10.902 INFO:teuthology.orchestra.run.smithi192.stdout:Recommends: thermald 2024-09-13T05:30:10.902 INFO:teuthology.orchestra.run.smithi192.stdout:Description: Generic Linux kernel image 2024-09-13T05:30:10.902 INFO:teuthology.orchestra.run.smithi192.stdout: This package will always depend on the latest generic kernel image 2024-09-13T05:30:10.902 INFO:teuthology.orchestra.run.smithi192.stdout: available. 2024-09-13T05:30:10.902 DEBUG:teuthology.orchestra.run.smithi192:> mktemp 2024-09-13T05:30:10.903 INFO:teuthology.orchestra.run.smithi037.stdout:0 upgraded, 0 newly installed, 0 to remove and 344 not upgraded. 2024-09-13T05:30:10.905 DEBUG:teuthology.orchestra.run.smithi037:> dpkg -s linux-image-generic 2024-09-13T05:30:10.948 INFO:teuthology.orchestra.run.smithi192.stdout:/tmp/tmp.gw2w8JTaow 2024-09-13T05:30:10.948 DEBUG:teuthology.orchestra.run.smithi192:> sudo cp /boot/grub/grub.cfg /tmp/tmp.gw2w8JTaow 2024-09-13T05:30:10.964 INFO:teuthology.orchestra.run.smithi037.stdout:Package: linux-image-generic 2024-09-13T05:30:10.964 INFO:teuthology.orchestra.run.smithi037.stdout:Status: install ok installed 2024-09-13T05:30:10.964 INFO:teuthology.orchestra.run.smithi037.stdout:Priority: optional 2024-09-13T05:30:10.964 INFO:teuthology.orchestra.run.smithi037.stdout:Section: kernel 2024-09-13T05:30:10.964 INFO:teuthology.orchestra.run.smithi037.stdout:Installed-Size: 21 2024-09-13T05:30:10.964 INFO:teuthology.orchestra.run.smithi037.stdout:Maintainer: Ubuntu Kernel Team 2024-09-13T05:30:10.964 INFO:teuthology.orchestra.run.smithi037.stdout:Architecture: amd64 2024-09-13T05:30:10.964 INFO:teuthology.orchestra.run.smithi037.stdout:Source: linux-meta 2024-09-13T05:30:10.964 INFO:teuthology.orchestra.run.smithi037.stdout:Version: 5.15.0.121.121 2024-09-13T05:30:10.965 INFO:teuthology.orchestra.run.smithi037.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-121), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.4) 2024-09-13T05:30:10.965 INFO:teuthology.orchestra.run.smithi037.stdout:Depends: linux-image-5.15.0-121-generic, linux-modules-extra-5.15.0-121-generic, linux-firmware, intel-microcode, amd64-microcode 2024-09-13T05:30:10.965 INFO:teuthology.orchestra.run.smithi037.stdout:Recommends: thermald 2024-09-13T05:30:10.965 INFO:teuthology.orchestra.run.smithi037.stdout:Description: Generic Linux kernel image 2024-09-13T05:30:10.965 INFO:teuthology.orchestra.run.smithi037.stdout: This package will always depend on the latest generic kernel image 2024-09-13T05:30:10.965 INFO:teuthology.orchestra.run.smithi037.stdout: available. 2024-09-13T05:30:10.965 DEBUG:teuthology.orchestra.run.smithi037:> mktemp 2024-09-13T05:30:11.004 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod 0666 /tmp/tmp.gw2w8JTaow 2024-09-13T05:30:11.012 INFO:teuthology.orchestra.run.smithi037.stdout:/tmp/tmp.xrQgiq3c6s 2024-09-13T05:30:11.013 DEBUG:teuthology.orchestra.run.smithi037:> sudo cp /boot/grub/grub.cfg /tmp/tmp.xrQgiq3c6s 2024-09-13T05:30:11.068 DEBUG:teuthology.orchestra.run.smithi037:> sudo chmod 0666 /tmp/tmp.xrQgiq3c6s 2024-09-13T05:30:11.126 DEBUG:teuthology.orchestra.remote:smithi192:/tmp/tmp.gw2w8JTaow is 10KB 2024-09-13T05:30:11.139 DEBUG:teuthology.orchestra.run.smithi192:> rm -fr /tmp/tmp.gw2w8JTaow 2024-09-13T05:30:11.144 DEBUG:teuthology.orchestra.run.smithi192:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-13T05:30:11.184 DEBUG:teuthology.orchestra.remote:smithi037:/tmp/tmp.xrQgiq3c6s is 10KB 2024-09-13T05:30:11.196 DEBUG:teuthology.orchestra.run.smithi037:> rm -fr /tmp/tmp.xrQgiq3c6s 2024-09-13T05:30:11.200 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-09-13T05:30:11.200 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-13T05:30:11.200 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-13T05:30:11.202 DEBUG:teuthology.orchestra.run.smithi037:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-09-13T05:30:11.260 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-09-13T05:30:11.261 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-09-13T05:30:11.261 DEBUG:teuthology.orchestra.run.smithi037:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-09-13T05:30:11.268 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-121-generic 2024-09-13T05:30:11.268 DEBUG:teuthology.orchestra.run.smithi192:> sudo update-grub 2024-09-13T05:30:11.335 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-121-generic 2024-09-13T05:30:11.336 DEBUG:teuthology.orchestra.run.smithi037:> sudo update-grub 2024-09-13T05:30:11.842 INFO:teuthology.orchestra.run.smithi097.stderr:Sourcing file `/etc/default/grub' 2024-09-13T05:30:11.843 INFO:teuthology.orchestra.run.smithi097.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-13T05:30:11.846 INFO:teuthology.orchestra.run.smithi097.stderr:Generating grub configuration file ... 2024-09-13T05:30:12.037 INFO:teuthology.orchestra.run.smithi097.stderr:Found linux image: /boot/vmlinuz-5.15.0-121-generic 2024-09-13T05:30:12.043 INFO:teuthology.orchestra.run.smithi097.stderr:Found initrd image: /boot/initrd.img-5.15.0-121-generic 2024-09-13T05:30:12.326 INFO:teuthology.orchestra.run.smithi097.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-13T05:30:12.332 INFO:teuthology.orchestra.run.smithi097.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-13T05:30:12.377 INFO:teuthology.orchestra.run.smithi097.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-13T05:30:12.382 INFO:teuthology.orchestra.run.smithi097.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-13T05:30:12.502 INFO:teuthology.orchestra.run.smithi097.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-13T05:30:12.502 INFO:teuthology.orchestra.run.smithi097.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-13T05:30:12.502 INFO:teuthology.orchestra.run.smithi097.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-13T05:30:12.522 INFO:teuthology.orchestra.run.smithi097.stderr:done 2024-09-13T05:30:12.523 DEBUG:teuthology.orchestra.run.smithi097:> sudo shutdown -r now 2024-09-13T05:30:12.552 INFO:teuthology.orchestra.run.smithi192.stderr:Sourcing file `/etc/default/grub' 2024-09-13T05:30:12.554 INFO:teuthology.orchestra.run.smithi192.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-13T05:30:12.564 INFO:teuthology.orchestra.run.smithi192.stderr:Generating grub configuration file ... 2024-09-13T05:30:12.755 INFO:teuthology.orchestra.run.smithi037.stderr:Sourcing file `/etc/default/grub' 2024-09-13T05:30:12.756 INFO:teuthology.orchestra.run.smithi037.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-09-13T05:30:12.758 INFO:teuthology.orchestra.run.smithi037.stderr:Generating grub configuration file ... 2024-09-13T05:30:12.764 INFO:teuthology.orchestra.run.smithi192.stderr:Found linux image: /boot/vmlinuz-5.15.0-121-generic 2024-09-13T05:30:12.770 INFO:teuthology.orchestra.run.smithi192.stderr:Found initrd image: /boot/initrd.img-5.15.0-121-generic 2024-09-13T05:30:12.958 INFO:teuthology.orchestra.run.smithi037.stderr:Found linux image: /boot/vmlinuz-5.15.0-121-generic 2024-09-13T05:30:12.964 INFO:teuthology.orchestra.run.smithi037.stderr:Found initrd image: /boot/initrd.img-5.15.0-121-generic 2024-09-13T05:30:13.011 INFO:teuthology.orchestra.run.smithi192.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-13T05:30:13.016 INFO:teuthology.orchestra.run.smithi192.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-13T05:30:13.057 INFO:teuthology.orchestra.run.smithi192.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-13T05:30:13.062 INFO:teuthology.orchestra.run.smithi192.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-13T05:30:13.181 INFO:teuthology.orchestra.run.smithi192.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-13T05:30:13.181 INFO:teuthology.orchestra.run.smithi192.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-13T05:30:13.181 INFO:teuthology.orchestra.run.smithi192.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-13T05:30:13.197 INFO:teuthology.orchestra.run.smithi192.stderr:done 2024-09-13T05:30:13.201 INFO:teuthology.orchestra.run.smithi037.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-09-13T05:30:13.206 DEBUG:teuthology.orchestra.run.smithi192:> sudo shutdown -r now 2024-09-13T05:30:13.206 INFO:teuthology.orchestra.run.smithi037.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-09-13T05:30:13.247 INFO:teuthology.orchestra.run.smithi037.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-09-13T05:30:13.252 INFO:teuthology.orchestra.run.smithi037.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-09-13T05:30:13.375 INFO:teuthology.orchestra.run.smithi037.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-09-13T05:30:13.375 INFO:teuthology.orchestra.run.smithi037.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-09-13T05:30:13.375 INFO:teuthology.orchestra.run.smithi037.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-09-13T05:30:13.394 INFO:teuthology.orchestra.run.smithi037.stderr:done 2024-09-13T05:30:13.405 DEBUG:teuthology.orchestra.run.smithi037:> sudo shutdown -r now 2024-09-13T05:30:42.553 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-13T05:30:42.554 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi097.front.sepia.ceph.com' 2024-09-13T05:30:42.555 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi097.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:30:43.209 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-09-13T05:30:43.210 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-09-13T05:30:43.211 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:30:43.409 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-13T05:30:43.409 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi037.front.sepia.ceph.com' 2024-09-13T05:30:43.409 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:31:01.057 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.97 2024-09-13T05:31:01.569 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.192 2024-09-13T05:31:01.821 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.37 2024-09-13T05:31:10.065 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi097.front.sepia.ceph.com' 2024-09-13T05:31:10.066 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi097.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:31:10.570 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-09-13T05:31:10.570 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:31:10.822 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi037.front.sepia.ceph.com' 2024-09-13T05:31:10.823 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:31:13.149 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.97 2024-09-13T05:31:13.633 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.192 2024-09-13T05:31:25.156 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi097.front.sepia.ceph.com' 2024-09-13T05:31:25.157 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi097.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:31:25.634 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-09-13T05:31:25.635 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:31:29.213 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.37 2024-09-13T05:31:41.221 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi037.front.sepia.ceph.com' 2024-09-13T05:31:41.222 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:31:43.549 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.97 2024-09-13T05:31:44.061 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.192 2024-09-13T05:31:44.285 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.37 2024-09-13T05:31:58.562 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi097.front.sepia.ceph.com' 2024-09-13T05:31:58.563 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi097.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:31:58.911 DEBUG:teuthology.orchestra.run.smithi097:> true 2024-09-13T05:31:59.062 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-09-13T05:31:59.062 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:31:59.286 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi037.front.sepia.ceph.com' 2024-09-13T05:31:59.287 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:31:59.564 DEBUG:teuthology.orchestra.run.smithi037:> true 2024-09-13T05:31:59.931 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi097.front.sepia.ceph.com' 2024-09-13T05:31:59.931 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-121-generic"... 2024-09-13T05:31:59.931 DEBUG:teuthology.orchestra.run.smithi097:> uname -r 2024-09-13T05:31:59.961 DEBUG:teuthology.orchestra.run.smithi192:> true 2024-09-13T05:31:59.977 INFO:teuthology.orchestra.run.smithi097.stdout:5.15.0-121-generic 2024-09-13T05:31:59.978 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-121-generic vs 5.15.0-121-generic 2024-09-13T05:31:59.978 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-13T05:31:59.978 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-13T05:32:00.275 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi037.front.sepia.ceph.com' 2024-09-13T05:32:00.275 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-121-generic"... 2024-09-13T05:32:00.275 DEBUG:teuthology.orchestra.run.smithi037:> uname -r 2024-09-13T05:32:00.324 INFO:teuthology.orchestra.run.smithi037.stdout:5.15.0-121-generic 2024-09-13T05:32:00.324 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-121-generic vs 5.15.0-121-generic 2024-09-13T05:32:00.324 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-13T05:32:00.324 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-13T05:32:00.740 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-09-13T05:32:00.740 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-121-generic"... 2024-09-13T05:32:00.741 DEBUG:teuthology.orchestra.run.smithi192:> uname -r 2024-09-13T05:32:00.789 INFO:teuthology.orchestra.run.smithi192.stdout:5.15.0-121-generic 2024-09-13T05:32:00.789 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-121-generic vs 5.15.0-121-generic 2024-09-13T05:32:00.789 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-13T05:32:00.789 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-09-13T05:32:00.979 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-13T05:32:00.979 DEBUG:teuthology.orchestra.run.smithi097:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-13T05:32:01.048 INFO:teuthology.orchestra.run.smithi097.stdout:ttyS1 2024-09-13T05:32:01.075 DEBUG:teuthology.parallel:result is None 2024-09-13T05:32:01.325 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-13T05:32:01.326 DEBUG:teuthology.orchestra.run.smithi037:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-13T05:32:01.399 INFO:teuthology.orchestra.run.smithi037.stdout:ttyS1 2024-09-13T05:32:01.421 DEBUG:teuthology.parallel:result is None 2024-09-13T05:32:01.790 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-09-13T05:32:01.790 DEBUG:teuthology.orchestra.run.smithi192:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-13T05:32:01.867 INFO:teuthology.orchestra.run.smithi192.stdout:ttyS1 2024-09-13T05:32:01.898 DEBUG:teuthology.parallel:result is None 2024-09-13T05:32:01.898 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-13T05:32:01.906 INFO:teuthology.task.internal:Creating test directory... 2024-09-13T05:32:01.906 DEBUG:teuthology.orchestra.run.smithi037:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-13T05:32:01.908 DEBUG:teuthology.orchestra.run.smithi097:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-13T05:32:01.911 DEBUG:teuthology.orchestra.run.smithi192:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-13T05:32:01.917 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-13T05:32:01.923 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-13T05:32:01.931 INFO:teuthology.task.internal:Creating archive directory... 2024-09-13T05:32:01.932 DEBUG:teuthology.orchestra.run.smithi037:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-13T05:32:01.957 DEBUG:teuthology.orchestra.run.smithi097:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-13T05:32:01.959 DEBUG:teuthology.orchestra.run.smithi192:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-13T05:32:01.981 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-13T05:32:01.987 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-13T05:32:01.988 DEBUG:teuthology.orchestra.run.smithi037:> 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-13T05:32:02.013 DEBUG:teuthology.orchestra.run.smithi097:> 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-13T05:32:02.018 DEBUG:teuthology.orchestra.run.smithi192:> 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-13T05:32:02.034 INFO:teuthology.orchestra.run.smithi037.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-13T05:32:02.045 INFO:teuthology.orchestra.run.smithi037.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-13T05:32:02.059 INFO:teuthology.orchestra.run.smithi097.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-13T05:32:02.066 INFO:teuthology.orchestra.run.smithi097.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-13T05:32:02.083 INFO:teuthology.orchestra.run.smithi192.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-13T05:32:02.091 INFO:teuthology.orchestra.run.smithi192.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-13T05:32:02.093 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-13T05:32:02.100 INFO:teuthology.task.internal:Configuring sudo... 2024-09-13T05:32:02.100 DEBUG:teuthology.orchestra.run.smithi037:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-13T05:32:02.102 DEBUG:teuthology.orchestra.run.smithi097:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-13T05:32:02.114 DEBUG:teuthology.orchestra.run.smithi192:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-13T05:32:02.126 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-13T05:32:02.136 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-13T05:32:02.136 DEBUG:teuthology.orchestra.run.smithi037:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-13T05:32:02.160 DEBUG:teuthology.orchestra.run.smithi097:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-13T05:32:02.170 DEBUG:teuthology.orchestra.run.smithi192:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-13T05:32:02.175 DEBUG:teuthology.orchestra.run.smithi037:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-13T05:32:02.212 DEBUG:teuthology.orchestra.run.smithi037:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-13T05:32:02.260 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-09-13T05:32:02.260 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-13T05:32:02.327 DEBUG:teuthology.orchestra.run.smithi097:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-13T05:32:02.333 DEBUG:teuthology.orchestra.run.smithi097:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-13T05:32:02.381 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-09-13T05:32:02.381 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-13T05:32:02.447 DEBUG:teuthology.orchestra.run.smithi192:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-13T05:32:02.452 DEBUG:teuthology.orchestra.run.smithi192:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-13T05:32:02.501 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-09-13T05:32:02.502 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-13T05:32:02.564 DEBUG:teuthology.orchestra.run.smithi037:> sudo service rsyslog restart 2024-09-13T05:32:02.567 DEBUG:teuthology.orchestra.run.smithi097:> sudo service rsyslog restart 2024-09-13T05:32:02.569 DEBUG:teuthology.orchestra.run.smithi192:> sudo service rsyslog restart 2024-09-13T05:32:02.656 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-13T05:32:02.664 INFO:teuthology.task.internal:Starting timer... 2024-09-13T05:32:02.664 INFO:teuthology.run_tasks:Running task pcp... 2024-09-13T05:32:02.675 INFO:teuthology.run_tasks:Running task selinux... 2024-09-13T05:32:02.684 DEBUG:teuthology.task.selinux:Excluding smithi037: OS 'ubuntu' does not support SELinux 2024-09-13T05:32:02.684 DEBUG:teuthology.task.selinux:Excluding smithi097: OS 'ubuntu' does not support SELinux 2024-09-13T05:32:02.684 DEBUG:teuthology.task.selinux:Excluding smithi192: OS 'ubuntu' does not support SELinux 2024-09-13T05:32:02.685 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-13T05:32:02.685 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-09-13T05:32:02.685 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-13T05:32:02.685 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-13T05:32:02.694 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-13T05:32:02.705 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-13T05:32:02.706 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi037.front.sepia.ceph.com,smithi097.front.sepia.ceph.com,smithi192.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-13T05:39:39.230 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi037.front.sepia.ceph.com'), Remote(name='ubuntu@smithi097.front.sepia.ceph.com'), Remote(name='ubuntu@smithi192.front.sepia.ceph.com')] 2024-09-13T05:39:39.232 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi037.front.sepia.ceph.com' 2024-09-13T05:39:39.233 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:39:39.336 DEBUG:teuthology.orchestra.run.smithi037:> true 2024-09-13T05:39:39.418 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi037.front.sepia.ceph.com' 2024-09-13T05:39:39.418 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi097.front.sepia.ceph.com' 2024-09-13T05:39:39.419 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi097.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:39:39.513 DEBUG:teuthology.orchestra.run.smithi097:> true 2024-09-13T05:39:39.593 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi097.front.sepia.ceph.com' 2024-09-13T05:39:39.594 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-09-13T05:39:39.594 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi192.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-13T05:39:39.683 DEBUG:teuthology.orchestra.run.smithi192:> true 2024-09-13T05:39:39.762 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi192.front.sepia.ceph.com' 2024-09-13T05:39:39.763 INFO:teuthology.run_tasks:Running task clock... 2024-09-13T05:39:40.910 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-13T05:39:40.911 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-13T05:39:40.911 DEBUG:teuthology.orchestra.run.smithi037:> 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-13T05:39:40.914 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-13T05:39:40.914 DEBUG:teuthology.orchestra.run.smithi097:> 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-13T05:39:40.917 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-13T05:39:40.917 DEBUG:teuthology.orchestra.run.smithi192:> 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-13T05:39:40.943 INFO:teuthology.orchestra.run.smithi037.stdout:13 Sep 05:39:40 ntpd[18366]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-13T05:39:40.944 INFO:teuthology.orchestra.run.smithi037.stdout:13 Sep 05:39:40 ntpd[18366]: Command line: ntpd -gq 2024-09-13T05:39:40.944 INFO:teuthology.orchestra.run.smithi037.stdout:13 Sep 05:39:40 ntpd[18366]: ---------------------------------------------------- 2024-09-13T05:39:40.944 INFO:teuthology.orchestra.run.smithi037.stdout:13 Sep 05:39:40 ntpd[18366]: ntp-4 is maintained by Network Time Foundation, 2024-09-13T05:39:40.944 INFO:teuthology.orchestra.run.smithi037.stdout:13 Sep 05:39:40 ntpd[18366]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-13T05:39:40.944 INFO:teuthology.orchestra.run.smithi037.stdout:13 Sep 05:39:40 ntpd[18366]: corporation. Support and training for ntp-4 are 2024-09-13T05:39:40.944 INFO:teuthology.orchestra.run.smithi037.stdout:13 Sep 05:39:40 ntpd[18366]: available at https://www.nwtime.org/support 2024-09-13T05:39:40.944 INFO:teuthology.orchestra.run.smithi037.stdout:13 Sep 05:39:40 ntpd[18366]: ---------------------------------------------------- 2024-09-13T05:39:40.945 INFO:teuthology.orchestra.run.smithi037.stdout:13 Sep 05:39:40 ntpd[18366]: proto: precision = 0.067 usec (-24) 2024-09-13T05:39:40.945 INFO:teuthology.orchestra.run.smithi037.stdout:13 Sep 05:39:40 ntpd[18366]: basedate set to 2022-02-04 2024-09-13T05:39:40.945 INFO:teuthology.orchestra.run.smithi037.stdout:13 Sep 05:39:40 ntpd[18366]: gps base set to 2022-02-06 (week 2196) 2024-09-13T05:39:40.945 INFO:teuthology.orchestra.run.smithi037.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-13T05:39:40.946 INFO:teuthology.orchestra.run.smithi097.stdout:13 Sep 05:39:40 ntpd[18524]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-13T05:39:40.946 INFO:teuthology.orchestra.run.smithi097.stdout:13 Sep 05:39:40 ntpd[18524]: Command line: ntpd -gq 2024-09-13T05:39:40.946 INFO:teuthology.orchestra.run.smithi097.stdout:13 Sep 05:39:40 ntpd[18524]: ---------------------------------------------------- 2024-09-13T05:39:40.946 INFO:teuthology.orchestra.run.smithi097.stdout:13 Sep 05:39:40 ntpd[18524]: ntp-4 is maintained by Network Time Foundation, 2024-09-13T05:39:40.946 INFO:teuthology.orchestra.run.smithi097.stdout:13 Sep 05:39:40 ntpd[18524]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-13T05:39:40.946 INFO:teuthology.orchestra.run.smithi097.stdout:13 Sep 05:39:40 ntpd[18524]: corporation. Support and training for ntp-4 are 2024-09-13T05:39:40.946 INFO:teuthology.orchestra.run.smithi097.stdout:13 Sep 05:39:40 ntpd[18524]: available at https://www.nwtime.org/support 2024-09-13T05:39:40.946 INFO:teuthology.orchestra.run.smithi097.stdout:13 Sep 05:39:40 ntpd[18524]: ---------------------------------------------------- 2024-09-13T05:39:40.946 INFO:teuthology.orchestra.run.smithi097.stdout:13 Sep 05:39:40 ntpd[18524]: proto: precision = 0.044 usec (-24) 2024-09-13T05:39:40.947 INFO:teuthology.orchestra.run.smithi097.stdout:13 Sep 05:39:40 ntpd[18524]: basedate set to 2022-02-04 2024-09-13T05:39:40.947 INFO:teuthology.orchestra.run.smithi097.stdout:13 Sep 05:39:40 ntpd[18524]: gps base set to 2022-02-06 (week 2196) 2024-09-13T05:39:40.947 INFO:teuthology.orchestra.run.smithi097.stdout:13 Sep 05:39:40 ntpd[18524]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-13T05:39:40.947 INFO:teuthology.orchestra.run.smithi097.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-13T05:39:40.947 INFO:teuthology.orchestra.run.smithi097.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-13T05:39:40.947 INFO:teuthology.orchestra.run.smithi037.stdout:13 Sep 05:39:40 ntpd[18366]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-13T05:39:40.947 INFO:teuthology.orchestra.run.smithi037.stdout:13 Sep 05:39:40 ntpd[18366]: restrict ::: KOD does nothing without LIMITED. 2024-09-13T05:39:40.948 INFO:teuthology.orchestra.run.smithi037.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-13T05:39:40.949 INFO:teuthology.orchestra.run.smithi097.stdout:13 Sep 05:39:40 ntpd[18524]: restrict ::: KOD does nothing without LIMITED. 2024-09-13T05:39:40.949 INFO:teuthology.orchestra.run.smithi097.stdout:13 Sep 05:39:40 ntpd[18524]: Listen and drop on 0 v6wildcard [::]:123 2024-09-13T05:39:40.949 INFO:teuthology.orchestra.run.smithi097.stdout:13 Sep 05:39:40 ntpd[18524]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-13T05:39:40.949 INFO:teuthology.orchestra.run.smithi097.stdout:13 Sep 05:39:40 ntpd[18524]: Listen normally on 2 lo 127.0.0.1:123 2024-09-13T05:39:40.950 INFO:teuthology.orchestra.run.smithi097.stdout:13 Sep 05:39:40 ntpd[18524]: Listen normally on 3 enp3s0f1 172.21.15.97:123 2024-09-13T05:39:40.950 INFO:teuthology.orchestra.run.smithi097.stdout:13 Sep 05:39:40 ntpd[18524]: Listen normally on 4 lo [::1]:123 2024-09-13T05:39:40.950 INFO:teuthology.orchestra.run.smithi097.stdout:13 Sep 05:39:40 ntpd[18524]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d805%5]:123 2024-09-13T05:39:40.950 INFO:teuthology.orchestra.run.smithi097.stdout:13 Sep 05:39:40 ntpd[18524]: Listening on routing socket on fd #22 for interface updates 2024-09-13T05:39:40.950 INFO:teuthology.orchestra.run.smithi037.stdout:13 Sep 05:39:40 ntpd[18366]: Listen and drop on 0 v6wildcard [::]:123 2024-09-13T05:39:40.950 INFO:teuthology.orchestra.run.smithi037.stdout:13 Sep 05:39:40 ntpd[18366]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-13T05:39:40.950 INFO:teuthology.orchestra.run.smithi037.stdout:13 Sep 05:39:40 ntpd[18366]: Listen normally on 2 lo 127.0.0.1:123 2024-09-13T05:39:40.950 INFO:teuthology.orchestra.run.smithi037.stdout:13 Sep 05:39:40 ntpd[18366]: Listen normally on 3 ens1f0 172.21.15.37:123 2024-09-13T05:39:40.950 INFO:teuthology.orchestra.run.smithi037.stdout:13 Sep 05:39:40 ntpd[18366]: Listen normally on 4 lo [::1]:123 2024-09-13T05:39:40.950 INFO:teuthology.orchestra.run.smithi037.stdout:13 Sep 05:39:40 ntpd[18366]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:fe88:7794%4]:123 2024-09-13T05:39:40.950 INFO:teuthology.orchestra.run.smithi037.stdout:13 Sep 05:39:40 ntpd[18366]: Listening on routing socket on fd #22 for interface updates 2024-09-13T05:39:40.951 INFO:teuthology.orchestra.run.smithi192.stdout:13 Sep 05:39:40 ntpd[18468]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-09-13T05:39:40.951 INFO:teuthology.orchestra.run.smithi192.stdout:13 Sep 05:39:40 ntpd[18468]: Command line: ntpd -gq 2024-09-13T05:39:40.951 INFO:teuthology.orchestra.run.smithi192.stdout:13 Sep 05:39:40 ntpd[18468]: ---------------------------------------------------- 2024-09-13T05:39:40.951 INFO:teuthology.orchestra.run.smithi192.stdout:13 Sep 05:39:40 ntpd[18468]: ntp-4 is maintained by Network Time Foundation, 2024-09-13T05:39:40.951 INFO:teuthology.orchestra.run.smithi192.stdout:13 Sep 05:39:40 ntpd[18468]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-09-13T05:39:40.952 INFO:teuthology.orchestra.run.smithi192.stdout:13 Sep 05:39:40 ntpd[18468]: corporation. Support and training for ntp-4 are 2024-09-13T05:39:40.952 INFO:teuthology.orchestra.run.smithi192.stdout:13 Sep 05:39:40 ntpd[18468]: available at https://www.nwtime.org/support 2024-09-13T05:39:40.952 INFO:teuthology.orchestra.run.smithi192.stdout:13 Sep 05:39:40 ntpd[18468]: ---------------------------------------------------- 2024-09-13T05:39:40.952 INFO:teuthology.orchestra.run.smithi192.stdout:13 Sep 05:39:40 ntpd[18468]: proto: precision = 0.046 usec (-24) 2024-09-13T05:39:40.952 INFO:teuthology.orchestra.run.smithi192.stdout:13 Sep 05:39:40 ntpd[18468]: basedate set to 2022-02-04 2024-09-13T05:39:40.952 INFO:teuthology.orchestra.run.smithi192.stdout:13 Sep 05:39:40 ntpd[18468]: gps base set to 2022-02-06 (week 2196) 2024-09-13T05:39:40.952 INFO:teuthology.orchestra.run.smithi192.stdout:13 Sep 05:39:40 ntpd[18468]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-13T05:39:40.952 INFO:teuthology.orchestra.run.smithi192.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-09-13T05:39:40.952 INFO:teuthology.orchestra.run.smithi192.stderr:restrict ::: KOD does nothing without LIMITED. 2024-09-13T05:39:40.953 INFO:teuthology.orchestra.run.smithi192.stdout:13 Sep 05:39:40 ntpd[18468]: restrict ::: KOD does nothing without LIMITED. 2024-09-13T05:39:40.953 INFO:teuthology.orchestra.run.smithi192.stdout:13 Sep 05:39:40 ntpd[18468]: Listen and drop on 0 v6wildcard [::]:123 2024-09-13T05:39:40.953 INFO:teuthology.orchestra.run.smithi192.stdout:13 Sep 05:39:40 ntpd[18468]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-09-13T05:39:40.953 INFO:teuthology.orchestra.run.smithi192.stdout:13 Sep 05:39:40 ntpd[18468]: Listen normally on 2 lo 127.0.0.1:123 2024-09-13T05:39:40.953 INFO:teuthology.orchestra.run.smithi192.stdout:13 Sep 05:39:40 ntpd[18468]: Listen normally on 3 enp3s0f1 172.21.15.192:123 2024-09-13T05:39:40.954 INFO:teuthology.orchestra.run.smithi192.stdout:13 Sep 05:39:40 ntpd[18468]: Listen normally on 4 lo [::1]:123 2024-09-13T05:39:40.954 INFO:teuthology.orchestra.run.smithi192.stdout:13 Sep 05:39:40 ntpd[18468]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:8049%5]:123 2024-09-13T05:39:40.954 INFO:teuthology.orchestra.run.smithi192.stdout:13 Sep 05:39:40 ntpd[18468]: Listening on routing socket on fd #22 for interface updates 2024-09-13T05:39:41.943 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:41 ntpd[18366]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:41.944 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:41 ntpd[18366]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:41.944 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:41 ntpd[18524]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:41.944 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:41 ntpd[18524]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:41.945 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:41 ntpd[18524]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:41.945 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:41 ntpd[18524]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:41.945 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:41 ntpd[18524]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:41.945 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:41 ntpd[18524]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:41.945 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:41 ntpd[18524]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T05:39:41.945 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:41 ntpd[18524]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T05:39:41.947 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:41 ntpd[18468]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:41.947 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:41 ntpd[18468]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:41.947 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:41 ntpd[18468]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:41.947 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:41 ntpd[18468]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:41.947 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:41 ntpd[18468]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:41.947 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:41 ntpd[18468]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:41.948 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:41 ntpd[18468]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T05:39:41.948 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:41 ntpd[18468]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T05:39:41.948 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:41 ntpd[18468]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:41.948 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:41 ntpd[18468]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:41.948 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:41 ntpd[18468]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T05:39:41.948 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:41 ntpd[18468]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T05:39:43.944 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:43 ntpd[18366]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:43.944 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:43 ntpd[18366]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:43.944 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:43 ntpd[18366]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:43.944 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:43 ntpd[18366]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:43.944 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:43 ntpd[18366]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T05:39:43.944 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:43 ntpd[18366]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T05:39:43.946 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:43 ntpd[18524]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:43.946 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:43 ntpd[18524]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:43.946 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:43 ntpd[18524]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:43.946 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:43 ntpd[18524]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:43.946 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:43 ntpd[18524]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:43.946 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:43 ntpd[18524]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:43.946 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:43 ntpd[18524]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T05:39:43.946 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:43 ntpd[18524]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T05:39:43.946 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:43 ntpd[18524]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:43.946 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:43 ntpd[18524]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:43.946 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:43 ntpd[18524]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T05:39:43.947 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:43 ntpd[18524]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T05:39:43.948 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:43 ntpd[18468]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:43.948 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:43 ntpd[18468]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:43.949 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:43 ntpd[18468]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:43.949 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:43 ntpd[18468]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:43.949 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:43 ntpd[18468]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:43.949 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:43 ntpd[18468]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:43.949 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:43 ntpd[18468]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:43.949 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:43 ntpd[18468]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:43.949 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:43 ntpd[18468]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T05:39:43.949 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:43 ntpd[18468]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T05:39:43.949 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:43 ntpd[18468]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:43.949 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:43 ntpd[18468]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:43.949 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:43 ntpd[18468]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T05:39:43.949 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:43 ntpd[18468]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T05:39:43.949 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:43 ntpd[18468]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:43.950 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:43 ntpd[18468]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:43.950 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:43 ntpd[18468]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T05:39:43.950 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:43 ntpd[18468]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T05:39:44.944 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:44 ntpd[18366]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:44.944 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:44 ntpd[18366]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:44.944 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:44 ntpd[18366]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:44.945 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:44 ntpd[18366]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:44.945 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:44 ntpd[18366]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:44.945 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:44 ntpd[18366]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:44.945 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:44 ntpd[18366]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T05:39:44.945 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:44 ntpd[18366]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T05:39:44.945 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:44 ntpd[18366]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:44.945 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:44 ntpd[18366]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:44.945 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:44 ntpd[18366]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T05:39:44.945 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:44 ntpd[18366]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T05:39:44.946 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:44 ntpd[18524]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:44.946 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:44 ntpd[18524]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:44.946 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:44 ntpd[18524]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:44.946 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:44 ntpd[18524]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:44.946 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:44 ntpd[18524]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T05:39:44.946 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:44 ntpd[18524]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T05:39:44.947 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:44 ntpd[18468]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:44.947 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:44 ntpd[18468]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:45.944 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:45 ntpd[18366]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:45.944 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:45 ntpd[18366]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:45.944 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:45 ntpd[18366]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:45.944 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:45 ntpd[18366]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:45.944 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:45 ntpd[18366]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T05:39:45.944 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:45 ntpd[18366]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T05:39:45.946 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:45 ntpd[18524]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:45.946 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:45 ntpd[18524]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:45.946 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:45 ntpd[18524]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:45.946 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:45 ntpd[18524]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:45.946 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:45 ntpd[18524]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:45.946 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:45 ntpd[18524]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:45.946 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:45 ntpd[18524]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T05:39:45.946 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:45 ntpd[18524]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T05:39:45.946 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:45 ntpd[18524]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:45.946 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:45 ntpd[18524]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:45.946 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:45 ntpd[18524]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T05:39:45.947 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:45 ntpd[18524]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T05:39:45.948 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:45 ntpd[18468]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:45.948 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:45 ntpd[18468]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:45.948 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:45 ntpd[18468]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:45.948 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:45 ntpd[18468]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:45.949 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:45 ntpd[18468]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:45.949 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:45 ntpd[18468]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:45.949 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:45 ntpd[18468]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:45.949 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:45 ntpd[18468]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:45.949 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:45 ntpd[18468]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T05:39:45.949 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:45 ntpd[18468]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T05:39:45.949 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:45 ntpd[18468]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:45.949 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:45 ntpd[18468]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:45.949 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:45 ntpd[18468]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T05:39:45.949 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:45 ntpd[18468]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T05:39:45.949 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:45 ntpd[18468]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:45.949 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:45 ntpd[18468]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:45.949 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:45 ntpd[18468]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T05:39:45.950 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:45 ntpd[18468]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T05:39:46.945 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:46 ntpd[18366]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:46.945 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:46 ntpd[18366]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:46.946 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:46 ntpd[18366]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:46.946 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:46 ntpd[18366]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:46.946 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:46 ntpd[18366]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:46.946 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:46 ntpd[18366]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:46.946 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:46 ntpd[18366]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T05:39:46.946 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:46 ntpd[18366]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T05:39:46.947 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:46 ntpd[18366]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:46.947 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:46 ntpd[18366]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:46.947 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:46 ntpd[18366]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T05:39:46.947 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:46 ntpd[18366]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T05:39:46.949 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:46 ntpd[18524]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:46.949 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:46 ntpd[18524]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:46.949 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:46 ntpd[18524]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:46.949 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:46 ntpd[18524]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:46.950 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:46 ntpd[18524]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T05:39:46.950 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:46 ntpd[18524]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T05:39:47.944 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:47 ntpd[18366]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:47.944 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:47 ntpd[18366]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:47.944 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:47 ntpd[18366]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:47.944 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:47 ntpd[18366]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:47.944 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:47 ntpd[18366]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T05:39:47.944 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:47 ntpd[18366]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T05:39:47.946 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:47 ntpd[18524]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:47.946 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:47 ntpd[18524]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:47.946 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:47 ntpd[18524]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:47.946 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:47 ntpd[18524]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:47.946 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:47 ntpd[18524]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:47.946 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:47 ntpd[18524]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:47.946 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:47 ntpd[18524]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T05:39:47.946 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:47 ntpd[18524]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T05:39:47.947 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:47 ntpd[18524]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:47.947 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:47 ntpd[18524]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:47.947 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:47 ntpd[18524]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T05:39:47.947 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:47 ntpd[18524]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T05:39:47.947 INFO:teuthology.orchestra.run.smithi097.stdout:13 Sep 05:39:47 ntpd[18524]: ntpd: time slew +0.000249 s 2024-09-13T05:39:47.947 INFO:teuthology.orchestra.run.smithi097.stdout:ntpd: time slew +0.000249s 2024-09-13T05:39:47.947 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:47 ntpd[18524]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-13T05:39:47.948 INFO:teuthology.orchestra.run.smithi097.stderr:13 Sep 05:39:47 ntpd[18524]: can't open /var/log/ntpstats/loopstats.20240913: Permission denied 2024-09-13T05:39:47.949 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:47 ntpd[18468]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:47.949 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:47 ntpd[18468]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:47.949 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:47 ntpd[18468]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:47.949 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:47 ntpd[18468]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:47.949 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:47 ntpd[18468]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:47.950 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:47 ntpd[18468]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:47.950 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:47 ntpd[18468]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:47.950 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:47 ntpd[18468]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:47.950 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:47 ntpd[18468]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T05:39:47.950 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:47 ntpd[18468]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T05:39:47.950 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:47 ntpd[18468]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:47.950 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:47 ntpd[18468]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:47.950 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:47 ntpd[18468]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T05:39:47.950 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:47 ntpd[18468]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T05:39:47.950 INFO:teuthology.orchestra.run.smithi192.stdout:13 Sep 05:39:47 ntpd[18468]: ntpd: time slew -0.000483 s 2024-09-13T05:39:47.951 INFO:teuthology.orchestra.run.smithi192.stdout:ntpd: time slew -0.000483s 2024-09-13T05:39:47.951 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:47 ntpd[18468]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-13T05:39:47.951 INFO:teuthology.orchestra.run.smithi192.stderr:13 Sep 05:39:47 ntpd[18468]: can't open /var/log/ntpstats/loopstats.20240913: Permission denied 2024-09-13T05:39:47.996 INFO:teuthology.orchestra.run.smithi192.stdout: remote refid st t when poll reach delay offset jitter 2024-09-13T05:39:47.997 INFO:teuthology.orchestra.run.smithi192.stdout:============================================================================== 2024-09-13T05:39:47.997 INFO:teuthology.orchestra.run.smithi192.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-13T05:39:47.997 INFO:teuthology.orchestra.run.smithi192.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-13T05:39:47.997 INFO:teuthology.orchestra.run.smithi192.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-13T05:39:47.997 INFO:teuthology.orchestra.run.smithi192.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-13T05:39:48.001 INFO:teuthology.orchestra.run.smithi097.stdout: remote refid st t when poll reach delay offset jitter 2024-09-13T05:39:48.001 INFO:teuthology.orchestra.run.smithi097.stdout:============================================================================== 2024-09-13T05:39:48.001 INFO:teuthology.orchestra.run.smithi097.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-13T05:39:48.001 INFO:teuthology.orchestra.run.smithi097.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-13T05:39:48.003 INFO:teuthology.orchestra.run.smithi097.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-13T05:39:48.003 INFO:teuthology.orchestra.run.smithi097.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-13T05:39:48.944 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:48 ntpd[18366]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:48.944 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:48 ntpd[18366]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:48.944 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:48 ntpd[18366]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:48.945 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:48 ntpd[18366]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:48.945 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:48 ntpd[18366]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:48.945 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:48 ntpd[18366]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:48.945 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:48 ntpd[18366]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T05:39:48.945 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:48 ntpd[18366]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T05:39:48.945 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:48 ntpd[18366]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:48.945 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:48 ntpd[18366]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:48.945 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:48 ntpd[18366]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T05:39:48.945 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:48 ntpd[18366]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T05:39:49.944 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:49 ntpd[18366]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:49.944 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:49 ntpd[18366]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:49.944 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:49 ntpd[18366]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-09-13T05:39:49.944 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:49 ntpd[18366]: can't open /var/log/ntpstats/rawstats.20240913: Permission denied 2024-09-13T05:39:49.944 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:49 ntpd[18366]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-09-13T05:39:49.944 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:49 ntpd[18366]: can't open /var/log/ntpstats/peerstats.20240913: Permission denied 2024-09-13T05:39:49.945 INFO:teuthology.orchestra.run.smithi037.stdout:13 Sep 05:39:49 ntpd[18366]: ntpd: time slew +0.000994 s 2024-09-13T05:39:49.945 INFO:teuthology.orchestra.run.smithi037.stdout:ntpd: time slew +0.000994s 2024-09-13T05:39:49.945 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:49 ntpd[18366]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-09-13T05:39:49.945 INFO:teuthology.orchestra.run.smithi037.stderr:13 Sep 05:39:49 ntpd[18366]: can't open /var/log/ntpstats/loopstats.20240913: Permission denied 2024-09-13T05:39:49.994 INFO:teuthology.orchestra.run.smithi037.stdout: remote refid st t when poll reach delay offset jitter 2024-09-13T05:39:49.994 INFO:teuthology.orchestra.run.smithi037.stdout:============================================================================== 2024-09-13T05:39:49.994 INFO:teuthology.orchestra.run.smithi037.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-13T05:39:49.994 INFO:teuthology.orchestra.run.smithi037.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-13T05:39:49.994 INFO:teuthology.orchestra.run.smithi037.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-13T05:39:49.994 INFO:teuthology.orchestra.run.smithi037.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-13T05:39:49.995 INFO:teuthology.run_tasks:Running task install... 2024-09-13T05:39:50.003 DEBUG:teuthology.task.install:project ceph 2024-09-13T05:39:50.003 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3'}} 2024-09-13T05:39:50.003 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3'} 2024-09-13T05:39:50.003 INFO:teuthology.task.install:Using flavor: default 2024-09-13T05:39:50.011 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-13T05:39:50.011 INFO:teuthology.task.install:extra packages: [] 2024-09-13T05:39:50.012 DEBUG:teuthology.orchestra.run.smithi037:> sudo apt-key list | grep Ceph 2024-09-13T05:39:50.012 DEBUG:teuthology.orchestra.run.smithi097:> sudo apt-key list | grep Ceph 2024-09-13T05:39:50.013 DEBUG:teuthology.orchestra.run.smithi192:> sudo apt-key list | grep Ceph 2024-09-13T05:39:50.075 INFO:teuthology.orchestra.run.smithi097.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-09-13T05:39:50.080 INFO:teuthology.orchestra.run.smithi192.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-09-13T05:39:50.098 INFO:teuthology.orchestra.run.smithi037.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-09-13T05:39:50.105 INFO:teuthology.orchestra.run.smithi097.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-09-13T05:39:50.105 INFO:teuthology.orchestra.run.smithi097.stdout:uid [ unknown] Ceph.com (release key) 2024-09-13T05:39:50.105 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-13T05:39:50.106 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 2024-09-13T05:39:50.118 INFO:teuthology.orchestra.run.smithi192.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-09-13T05:39:50.118 INFO:teuthology.orchestra.run.smithi192.stdout:uid [ unknown] Ceph.com (release key) 2024-09-13T05:39:50.119 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-13T05:39:50.119 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 2024-09-13T05:39:50.130 INFO:teuthology.orchestra.run.smithi037.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-09-13T05:39:50.130 INFO:teuthology.orchestra.run.smithi037.stdout:uid [ unknown] Ceph.com (release key) 2024-09-13T05:39:50.130 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-13T05:39:50.130 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 2024-09-13T05:39:50.259 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default/ 2024-09-13T05:39:50.260 INFO:teuthology.task.install.deb:Package version is 19.3.0-4911-g9d608eb1-1jammy 2024-09-13T05:39:50.272 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default/ 2024-09-13T05:39:50.272 INFO:teuthology.task.install.deb:Package version is 19.3.0-4911-g9d608eb1-1jammy 2024-09-13T05:39:50.283 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default/ 2024-09-13T05:39:50.283 INFO:teuthology.task.install.deb:Package version is 19.3.0-4911-g9d608eb1-1jammy 2024-09-13T05:39:50.384 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-09-13T05:39:50.384 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-09-13T05:39:50.391 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-09-13T05:39:50.391 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-09-13T05:39:50.398 DEBUG:teuthology.orchestra.run.smithi097:> sudo apt-get update 2024-09-13T05:39:50.402 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-09-13T05:39:50.402 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-09-13T05:39:50.404 DEBUG:teuthology.orchestra.run.smithi192:> sudo apt-get update 2024-09-13T05:39:50.416 DEBUG:teuthology.orchestra.run.smithi037:> sudo apt-get update 2024-09-13T05:39:50.624 INFO:teuthology.orchestra.run.smithi097.stdout:Ign:1 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy InRelease 2024-09-13T05:39:50.630 INFO:teuthology.orchestra.run.smithi192.stdout:Ign:1 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy InRelease 2024-09-13T05:39:50.645 INFO:teuthology.orchestra.run.smithi037.stdout:Ign:1 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy InRelease 2024-09-13T05:39:50.645 INFO:teuthology.orchestra.run.smithi097.stdout:Get:2 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy Release [7,689 B] 2024-09-13T05:39:50.652 INFO:teuthology.orchestra.run.smithi192.stdout:Get:2 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy Release [7,689 B] 2024-09-13T05:39:50.666 INFO:teuthology.orchestra.run.smithi037.stdout:Get:2 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy Release [7,689 B] 2024-09-13T05:39:50.669 INFO:teuthology.orchestra.run.smithi097.stdout:Ign:3 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy Release.gpg 2024-09-13T05:39:50.675 INFO:teuthology.orchestra.run.smithi192.stdout:Ign:3 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy Release.gpg 2024-09-13T05:39:50.689 INFO:teuthology.orchestra.run.smithi037.stdout:Ign:3 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy Release.gpg 2024-09-13T05:39:50.690 INFO:teuthology.orchestra.run.smithi097.stdout:Get:4 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,423 B] 2024-09-13T05:39:50.696 INFO:teuthology.orchestra.run.smithi192.stdout:Get:4 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,423 B] 2024-09-13T05:39:50.710 INFO:teuthology.orchestra.run.smithi097.stdout:Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-13T05:39:50.710 INFO:teuthology.orchestra.run.smithi097.stdout:Hit:6 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-13T05:39:50.716 INFO:teuthology.orchestra.run.smithi192.stdout:Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-13T05:39:50.716 INFO:teuthology.orchestra.run.smithi192.stdout:Hit:6 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-13T05:39:50.718 INFO:teuthology.orchestra.run.smithi037.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-09-13T05:39:50.718 INFO:teuthology.orchestra.run.smithi037.stdout:Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-09-13T05:39:50.718 INFO:teuthology.orchestra.run.smithi037.stdout:Get:6 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,423 B] 2024-09-13T05:39:50.731 INFO:teuthology.orchestra.run.smithi097.stdout:Get:7 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-09-13T05:39:50.737 INFO:teuthology.orchestra.run.smithi192.stdout:Get:7 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-09-13T05:39:50.747 INFO:teuthology.orchestra.run.smithi037.stdout:Get:7 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-09-13T05:39:50.790 INFO:teuthology.orchestra.run.smithi097.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-13T05:39:50.790 INFO:teuthology.orchestra.run.smithi192.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-13T05:39:50.791 INFO:teuthology.orchestra.run.smithi037.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-09-13T05:39:50.872 INFO:teuthology.orchestra.run.smithi192.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-13T05:39:50.873 INFO:teuthology.orchestra.run.smithi037.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-13T05:39:50.876 INFO:teuthology.orchestra.run.smithi097.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-09-13T05:39:51.078 INFO:teuthology.orchestra.run.smithi192.stdout:Fetched 29.3 kB in 0s (59.8 kB/s) 2024-09-13T05:39:51.086 INFO:teuthology.orchestra.run.smithi097.stdout:Fetched 29.3 kB in 1s (58.0 kB/s) 2024-09-13T05:39:51.125 INFO:teuthology.orchestra.run.smithi037.stdout:Fetched 29.3 kB in 1s (57.5 kB/s) 2024-09-13T05:39:52.100 INFO:teuthology.orchestra.run.smithi097.stdout:Reading package lists... 2024-09-13T05:39:52.114 INFO:teuthology.orchestra.run.smithi192.stdout:Reading package lists... 2024-09-13T05:39:52.116 DEBUG:teuthology.orchestra.run.smithi097:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.3.0-4911-g9d608eb1-1jammy cephadm=19.3.0-4911-g9d608eb1-1jammy ceph-mds=19.3.0-4911-g9d608eb1-1jammy ceph-mgr=19.3.0-4911-g9d608eb1-1jammy ceph-common=19.3.0-4911-g9d608eb1-1jammy ceph-fuse=19.3.0-4911-g9d608eb1-1jammy ceph-test=19.3.0-4911-g9d608eb1-1jammy ceph-volume=19.3.0-4911-g9d608eb1-1jammy radosgw=19.3.0-4911-g9d608eb1-1jammy python3-rados=19.3.0-4911-g9d608eb1-1jammy python3-rgw=19.3.0-4911-g9d608eb1-1jammy python3-cephfs=19.3.0-4911-g9d608eb1-1jammy python3-rbd=19.3.0-4911-g9d608eb1-1jammy libcephfs2=19.3.0-4911-g9d608eb1-1jammy libcephfs-dev=19.3.0-4911-g9d608eb1-1jammy librados2=19.3.0-4911-g9d608eb1-1jammy librbd1=19.3.0-4911-g9d608eb1-1jammy rbd-fuse=19.3.0-4911-g9d608eb1-1jammy 2024-09-13T05:39:52.131 DEBUG:teuthology.orchestra.run.smithi192:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.3.0-4911-g9d608eb1-1jammy cephadm=19.3.0-4911-g9d608eb1-1jammy ceph-mds=19.3.0-4911-g9d608eb1-1jammy ceph-mgr=19.3.0-4911-g9d608eb1-1jammy ceph-common=19.3.0-4911-g9d608eb1-1jammy ceph-fuse=19.3.0-4911-g9d608eb1-1jammy ceph-test=19.3.0-4911-g9d608eb1-1jammy ceph-volume=19.3.0-4911-g9d608eb1-1jammy radosgw=19.3.0-4911-g9d608eb1-1jammy python3-rados=19.3.0-4911-g9d608eb1-1jammy python3-rgw=19.3.0-4911-g9d608eb1-1jammy python3-cephfs=19.3.0-4911-g9d608eb1-1jammy python3-rbd=19.3.0-4911-g9d608eb1-1jammy libcephfs2=19.3.0-4911-g9d608eb1-1jammy libcephfs-dev=19.3.0-4911-g9d608eb1-1jammy librados2=19.3.0-4911-g9d608eb1-1jammy librbd1=19.3.0-4911-g9d608eb1-1jammy rbd-fuse=19.3.0-4911-g9d608eb1-1jammy 2024-09-13T05:39:52.171 INFO:teuthology.orchestra.run.smithi037.stdout:Reading package lists... 2024-09-13T05:39:52.178 INFO:teuthology.orchestra.run.smithi097.stdout:Reading package lists... 2024-09-13T05:39:52.185 INFO:teuthology.orchestra.run.smithi192.stdout:Reading package lists... 2024-09-13T05:39:52.187 DEBUG:teuthology.orchestra.run.smithi037:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.3.0-4911-g9d608eb1-1jammy cephadm=19.3.0-4911-g9d608eb1-1jammy ceph-mds=19.3.0-4911-g9d608eb1-1jammy ceph-mgr=19.3.0-4911-g9d608eb1-1jammy ceph-common=19.3.0-4911-g9d608eb1-1jammy ceph-fuse=19.3.0-4911-g9d608eb1-1jammy ceph-test=19.3.0-4911-g9d608eb1-1jammy ceph-volume=19.3.0-4911-g9d608eb1-1jammy radosgw=19.3.0-4911-g9d608eb1-1jammy python3-rados=19.3.0-4911-g9d608eb1-1jammy python3-rgw=19.3.0-4911-g9d608eb1-1jammy python3-cephfs=19.3.0-4911-g9d608eb1-1jammy python3-rbd=19.3.0-4911-g9d608eb1-1jammy libcephfs2=19.3.0-4911-g9d608eb1-1jammy libcephfs-dev=19.3.0-4911-g9d608eb1-1jammy librados2=19.3.0-4911-g9d608eb1-1jammy librbd1=19.3.0-4911-g9d608eb1-1jammy rbd-fuse=19.3.0-4911-g9d608eb1-1jammy 2024-09-13T05:39:52.253 INFO:teuthology.orchestra.run.smithi037.stdout:Reading package lists... 2024-09-13T05:39:52.371 INFO:teuthology.orchestra.run.smithi192.stdout:Building dependency tree... 2024-09-13T05:39:52.371 INFO:teuthology.orchestra.run.smithi192.stdout:Reading state information... 2024-09-13T05:39:52.397 INFO:teuthology.orchestra.run.smithi097.stdout:Building dependency tree... 2024-09-13T05:39:52.398 INFO:teuthology.orchestra.run.smithi097.stdout:Reading state information... 2024-09-13T05:39:52.475 INFO:teuthology.orchestra.run.smithi037.stdout:Building dependency tree... 2024-09-13T05:39:52.476 INFO:teuthology.orchestra.run.smithi037.stdout:Reading state information... 2024-09-13T05:39:52.554 INFO:teuthology.orchestra.run.smithi192.stdout:The following packages were automatically installed and are no longer required: 2024-09-13T05:39:52.554 INFO:teuthology.orchestra.run.smithi192.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-13T05:39:52.555 INFO:teuthology.orchestra.run.smithi192.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-13T05:39:52.555 INFO:teuthology.orchestra.run.smithi192.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-13T05:39:52.555 INFO:teuthology.orchestra.run.smithi192.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-13T05:39:52.555 INFO:teuthology.orchestra.run.smithi192.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-13T05:39:52.555 INFO:teuthology.orchestra.run.smithi192.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-13T05:39:52.557 INFO:teuthology.orchestra.run.smithi192.stdout:The following additional packages will be installed: 2024-09-13T05:39:52.557 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-09-13T05:39:52.557 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-09-13T05:39:52.557 INFO:teuthology.orchestra.run.smithi192.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev libnbd0 liboath0 2024-09-13T05:39:52.557 INFO:teuthology.orchestra.run.smithi192.stdout: libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 2024-09-13T05:39:52.557 INFO:teuthology.orchestra.run.smithi192.stdout: libradosstriper1 librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph 2024-09-13T05:39:52.557 INFO:teuthology.orchestra.run.smithi192.stdout: libthrift-0.16.0 lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli 2024-09-13T05:39:52.558 INFO:teuthology.orchestra.run.smithi192.stdout: pkg-config python-asyncssh-doc python-babel-localedata 2024-09-13T05:39:52.558 INFO:teuthology.orchestra.run.smithi192.stdout: python-pastedeploy-tpl python3-asyncssh python3-babel python3-bcrypt 2024-09-13T05:39:52.558 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-certifi 2024-09-13T05:39:52.558 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cheroot python3-cherrypy3 python3-google-auth python3-idna 2024-09-13T05:39:52.558 INFO:teuthology.orchestra.run.smithi192.stdout: python3-iniconfig python3-jaraco.classes python3-jaraco.collections 2024-09-13T05:39:52.558 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco.functools python3-jaraco.text python3-jinja2 python3-joblib 2024-09-13T05:39:52.558 INFO:teuthology.orchestra.run.smithi192.stdout: python3-kubernetes python3-logutils python3-mako python3-markupsafe 2024-09-13T05:39:52.558 INFO:teuthology.orchestra.run.smithi192.stdout: python3-natsort python3-openssl python3-paste python3-pastedeploy 2024-09-13T05:39:52.558 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pastescript python3-pecan python3-pluggy python3-portend 2024-09-13T05:39:52.558 INFO:teuthology.orchestra.run.smithi192.stdout: python3-prettytable python3-psutil python3-py python3-pyasn1 2024-09-13T05:39:52.559 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pyasn1-modules python3-pygments python3-pyinotify python3-pytest 2024-09-13T05:39:52.559 INFO:teuthology.orchestra.run.smithi192.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-routes 2024-09-13T05:39:52.559 INFO:teuthology.orchestra.run.smithi192.stdout: python3-rsa python3-simplegeneric python3-simplejson python3-singledispatch 2024-09-13T05:39:52.559 INFO:teuthology.orchestra.run.smithi192.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-09-13T05:39:52.559 INFO:teuthology.orchestra.run.smithi192.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-09-13T05:39:52.559 INFO:teuthology.orchestra.run.smithi192.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-09-13T05:39:52.559 INFO:teuthology.orchestra.run.smithi192.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-09-13T05:39:52.559 INFO:teuthology.orchestra.run.smithi192.stdout: xmlstarlet zip 2024-09-13T05:39:52.559 INFO:teuthology.orchestra.run.smithi192.stdout:Suggested packages: 2024-09-13T05:39:52.560 INFO:teuthology.orchestra.run.smithi192.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-09-13T05:39:52.560 INFO:teuthology.orchestra.run.smithi192.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-09-13T05:39:52.560 INFO:teuthology.orchestra.run.smithi192.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-09-13T05:39:52.560 INFO:teuthology.orchestra.run.smithi192.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-09-13T05:39:52.560 INFO:teuthology.orchestra.run.smithi192.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-09-13T05:39:52.560 INFO:teuthology.orchestra.run.smithi192.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-09-13T05:39:52.560 INFO:teuthology.orchestra.run.smithi192.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-09-13T05:39:52.560 INFO:teuthology.orchestra.run.smithi192.stdout:Recommended packages: 2024-09-13T05:39:52.560 INFO:teuthology.orchestra.run.smithi192.stdout: btrfs-tools 2024-09-13T05:39:52.600 INFO:teuthology.orchestra.run.smithi097.stdout:The following packages were automatically installed and are no longer required: 2024-09-13T05:39:52.600 INFO:teuthology.orchestra.run.smithi097.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-13T05:39:52.600 INFO:teuthology.orchestra.run.smithi097.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-13T05:39:52.600 INFO:teuthology.orchestra.run.smithi097.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-13T05:39:52.601 INFO:teuthology.orchestra.run.smithi097.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-13T05:39:52.601 INFO:teuthology.orchestra.run.smithi097.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-13T05:39:52.601 INFO:teuthology.orchestra.run.smithi097.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-13T05:39:52.601 INFO:teuthology.orchestra.run.smithi097.stdout:The following additional packages will be installed: 2024-09-13T05:39:52.602 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-09-13T05:39:52.602 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-09-13T05:39:52.603 INFO:teuthology.orchestra.run.smithi097.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev libnbd0 liboath0 2024-09-13T05:39:52.603 INFO:teuthology.orchestra.run.smithi097.stdout: libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 2024-09-13T05:39:52.603 INFO:teuthology.orchestra.run.smithi097.stdout: libradosstriper1 librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph 2024-09-13T05:39:52.603 INFO:teuthology.orchestra.run.smithi097.stdout: libthrift-0.16.0 lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli 2024-09-13T05:39:52.603 INFO:teuthology.orchestra.run.smithi097.stdout: pkg-config python-asyncssh-doc python-babel-localedata 2024-09-13T05:39:52.604 INFO:teuthology.orchestra.run.smithi097.stdout: python-pastedeploy-tpl python3-asyncssh python3-babel python3-bcrypt 2024-09-13T05:39:52.604 INFO:teuthology.orchestra.run.smithi097.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-certifi 2024-09-13T05:39:52.604 INFO:teuthology.orchestra.run.smithi097.stdout: python3-cheroot python3-cherrypy3 python3-google-auth python3-idna 2024-09-13T05:39:52.604 INFO:teuthology.orchestra.run.smithi097.stdout: python3-iniconfig python3-jaraco.classes python3-jaraco.collections 2024-09-13T05:39:52.604 INFO:teuthology.orchestra.run.smithi097.stdout: python3-jaraco.functools python3-jaraco.text python3-jinja2 python3-joblib 2024-09-13T05:39:52.604 INFO:teuthology.orchestra.run.smithi097.stdout: python3-kubernetes python3-logutils python3-mako python3-markupsafe 2024-09-13T05:39:52.604 INFO:teuthology.orchestra.run.smithi097.stdout: python3-natsort python3-openssl python3-paste python3-pastedeploy 2024-09-13T05:39:52.604 INFO:teuthology.orchestra.run.smithi097.stdout: python3-pastescript python3-pecan python3-pluggy python3-portend 2024-09-13T05:39:52.604 INFO:teuthology.orchestra.run.smithi097.stdout: python3-prettytable python3-psutil python3-py python3-pyasn1 2024-09-13T05:39:52.604 INFO:teuthology.orchestra.run.smithi097.stdout: python3-pyasn1-modules python3-pygments python3-pyinotify python3-pytest 2024-09-13T05:39:52.604 INFO:teuthology.orchestra.run.smithi097.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-routes 2024-09-13T05:39:52.604 INFO:teuthology.orchestra.run.smithi097.stdout: python3-rsa python3-simplegeneric python3-simplejson python3-singledispatch 2024-09-13T05:39:52.604 INFO:teuthology.orchestra.run.smithi097.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-09-13T05:39:52.604 INFO:teuthology.orchestra.run.smithi097.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-09-13T05:39:52.605 INFO:teuthology.orchestra.run.smithi097.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-09-13T05:39:52.605 INFO:teuthology.orchestra.run.smithi097.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-09-13T05:39:52.605 INFO:teuthology.orchestra.run.smithi097.stdout: xmlstarlet zip 2024-09-13T05:39:52.605 INFO:teuthology.orchestra.run.smithi097.stdout:Suggested packages: 2024-09-13T05:39:52.605 INFO:teuthology.orchestra.run.smithi097.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-09-13T05:39:52.605 INFO:teuthology.orchestra.run.smithi097.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-09-13T05:39:52.605 INFO:teuthology.orchestra.run.smithi097.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-09-13T05:39:52.605 INFO:teuthology.orchestra.run.smithi097.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-09-13T05:39:52.605 INFO:teuthology.orchestra.run.smithi097.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-09-13T05:39:52.606 INFO:teuthology.orchestra.run.smithi097.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-09-13T05:39:52.606 INFO:teuthology.orchestra.run.smithi097.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-09-13T05:39:52.606 INFO:teuthology.orchestra.run.smithi097.stdout:Recommended packages: 2024-09-13T05:39:52.606 INFO:teuthology.orchestra.run.smithi097.stdout: btrfs-tools 2024-09-13T05:39:52.661 INFO:teuthology.orchestra.run.smithi192.stdout:The following NEW packages will be installed: 2024-09-13T05:39:52.662 INFO:teuthology.orchestra.run.smithi192.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-09-13T05:39:52.662 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-09-13T05:39:52.662 INFO:teuthology.orchestra.run.smithi192.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-09-13T05:39:52.662 INFO:teuthology.orchestra.run.smithi192.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-09-13T05:39:52.662 INFO:teuthology.orchestra.run.smithi192.stdout: liblua5.3-dev libnbd0 liboath0 libonig5 libpcre2-16-0 libqt5core5a 2024-09-13T05:39:52.662 INFO:teuthology.orchestra.run.smithi192.stdout: libqt5dbus5 libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-09-13T05:39:52.663 INFO:teuthology.orchestra.run.smithi192.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-09-13T05:39:52.664 INFO:teuthology.orchestra.run.smithi192.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-09-13T05:39:52.664 INFO:teuthology.orchestra.run.smithi192.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-09-13T05:39:52.664 INFO:teuthology.orchestra.run.smithi192.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-09-13T05:39:52.664 INFO:teuthology.orchestra.run.smithi192.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-09-13T05:39:52.664 INFO:teuthology.orchestra.run.smithi192.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-13T05:39:52.664 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-13T05:39:52.664 INFO:teuthology.orchestra.run.smithi192.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-13T05:39:52.664 INFO:teuthology.orchestra.run.smithi192.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-13T05:39:52.665 INFO:teuthology.orchestra.run.smithi192.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-13T05:39:52.665 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-13T05:39:52.665 INFO:teuthology.orchestra.run.smithi192.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-13T05:39:52.665 INFO:teuthology.orchestra.run.smithi192.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-09-13T05:39:52.665 INFO:teuthology.orchestra.run.smithi192.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-09-13T05:39:52.665 INFO:teuthology.orchestra.run.smithi192.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-09-13T05:39:52.665 INFO:teuthology.orchestra.run.smithi192.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-09-13T05:39:52.665 INFO:teuthology.orchestra.run.smithi192.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-09-13T05:39:52.665 INFO:teuthology.orchestra.run.smithi192.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-09-13T05:39:52.665 INFO:teuthology.orchestra.run.smithi192.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-09-13T05:39:52.665 INFO:teuthology.orchestra.run.smithi192.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-09-13T05:39:52.700 INFO:teuthology.orchestra.run.smithi037.stdout:The following packages were automatically installed and are no longer required: 2024-09-13T05:39:52.700 INFO:teuthology.orchestra.run.smithi037.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-09-13T05:39:52.700 INFO:teuthology.orchestra.run.smithi037.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-09-13T05:39:52.700 INFO:teuthology.orchestra.run.smithi037.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-09-13T05:39:52.700 INFO:teuthology.orchestra.run.smithi037.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-09-13T05:39:52.701 INFO:teuthology.orchestra.run.smithi037.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-09-13T05:39:52.702 INFO:teuthology.orchestra.run.smithi037.stdout:Use 'sudo apt autoremove' to remove them. 2024-09-13T05:39:52.702 INFO:teuthology.orchestra.run.smithi037.stdout:The following additional packages will be installed: 2024-09-13T05:39:52.702 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-09-13T05:39:52.702 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-09-13T05:39:52.702 INFO:teuthology.orchestra.run.smithi037.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev libnbd0 liboath0 2024-09-13T05:39:52.702 INFO:teuthology.orchestra.run.smithi037.stdout: libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 2024-09-13T05:39:52.702 INFO:teuthology.orchestra.run.smithi037.stdout: libradosstriper1 librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph 2024-09-13T05:39:52.704 INFO:teuthology.orchestra.run.smithi037.stdout: libthrift-0.16.0 lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli 2024-09-13T05:39:52.704 INFO:teuthology.orchestra.run.smithi037.stdout: pkg-config python-asyncssh-doc python-babel-localedata 2024-09-13T05:39:52.704 INFO:teuthology.orchestra.run.smithi037.stdout: python-pastedeploy-tpl python3-asyncssh python3-babel python3-bcrypt 2024-09-13T05:39:52.704 INFO:teuthology.orchestra.run.smithi037.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-certifi 2024-09-13T05:39:52.704 INFO:teuthology.orchestra.run.smithi037.stdout: python3-cheroot python3-cherrypy3 python3-google-auth python3-idna 2024-09-13T05:39:52.704 INFO:teuthology.orchestra.run.smithi037.stdout: python3-iniconfig python3-jaraco.classes python3-jaraco.collections 2024-09-13T05:39:52.705 INFO:teuthology.orchestra.run.smithi037.stdout: python3-jaraco.functools python3-jaraco.text python3-jinja2 python3-joblib 2024-09-13T05:39:52.705 INFO:teuthology.orchestra.run.smithi037.stdout: python3-kubernetes python3-logutils python3-mako python3-markupsafe 2024-09-13T05:39:52.705 INFO:teuthology.orchestra.run.smithi037.stdout: python3-natsort python3-openssl python3-paste python3-pastedeploy 2024-09-13T05:39:52.705 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pastescript python3-pecan python3-pluggy python3-portend 2024-09-13T05:39:52.705 INFO:teuthology.orchestra.run.smithi037.stdout: python3-prettytable python3-psutil python3-py python3-pyasn1 2024-09-13T05:39:52.705 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pyasn1-modules python3-pygments python3-pyinotify python3-pytest 2024-09-13T05:39:52.705 INFO:teuthology.orchestra.run.smithi037.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-routes 2024-09-13T05:39:52.706 INFO:teuthology.orchestra.run.smithi037.stdout: python3-rsa python3-simplegeneric python3-simplejson python3-singledispatch 2024-09-13T05:39:52.706 INFO:teuthology.orchestra.run.smithi037.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-09-13T05:39:52.706 INFO:teuthology.orchestra.run.smithi037.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-09-13T05:39:52.706 INFO:teuthology.orchestra.run.smithi037.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-09-13T05:39:52.706 INFO:teuthology.orchestra.run.smithi037.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-09-13T05:39:52.706 INFO:teuthology.orchestra.run.smithi037.stdout: xmlstarlet zip 2024-09-13T05:39:52.706 INFO:teuthology.orchestra.run.smithi037.stdout:Suggested packages: 2024-09-13T05:39:52.707 INFO:teuthology.orchestra.run.smithi037.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-09-13T05:39:52.707 INFO:teuthology.orchestra.run.smithi037.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-09-13T05:39:52.707 INFO:teuthology.orchestra.run.smithi037.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-09-13T05:39:52.707 INFO:teuthology.orchestra.run.smithi037.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-09-13T05:39:52.707 INFO:teuthology.orchestra.run.smithi037.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-09-13T05:39:52.707 INFO:teuthology.orchestra.run.smithi037.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-09-13T05:39:52.707 INFO:teuthology.orchestra.run.smithi037.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-09-13T05:39:52.707 INFO:teuthology.orchestra.run.smithi037.stdout:Recommended packages: 2024-09-13T05:39:52.707 INFO:teuthology.orchestra.run.smithi037.stdout: btrfs-tools 2024-09-13T05:39:52.711 INFO:teuthology.orchestra.run.smithi097.stdout:The following NEW packages will be installed: 2024-09-13T05:39:52.711 INFO:teuthology.orchestra.run.smithi097.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-09-13T05:39:52.711 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-09-13T05:39:52.711 INFO:teuthology.orchestra.run.smithi097.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-09-13T05:39:52.713 INFO:teuthology.orchestra.run.smithi097.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-09-13T05:39:52.713 INFO:teuthology.orchestra.run.smithi097.stdout: liblua5.3-dev libnbd0 liboath0 libonig5 libpcre2-16-0 libqt5core5a 2024-09-13T05:39:52.713 INFO:teuthology.orchestra.run.smithi097.stdout: libqt5dbus5 libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-09-13T05:39:52.713 INFO:teuthology.orchestra.run.smithi097.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-09-13T05:39:52.714 INFO:teuthology.orchestra.run.smithi097.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-09-13T05:39:52.714 INFO:teuthology.orchestra.run.smithi097.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-09-13T05:39:52.714 INFO:teuthology.orchestra.run.smithi097.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-09-13T05:39:52.714 INFO:teuthology.orchestra.run.smithi097.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-09-13T05:39:52.714 INFO:teuthology.orchestra.run.smithi097.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-13T05:39:52.714 INFO:teuthology.orchestra.run.smithi097.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-13T05:39:52.714 INFO:teuthology.orchestra.run.smithi097.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-13T05:39:52.714 INFO:teuthology.orchestra.run.smithi097.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-13T05:39:52.714 INFO:teuthology.orchestra.run.smithi097.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-13T05:39:52.714 INFO:teuthology.orchestra.run.smithi097.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-13T05:39:52.714 INFO:teuthology.orchestra.run.smithi097.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-13T05:39:52.715 INFO:teuthology.orchestra.run.smithi097.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-09-13T05:39:52.715 INFO:teuthology.orchestra.run.smithi097.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-09-13T05:39:52.715 INFO:teuthology.orchestra.run.smithi097.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-09-13T05:39:52.715 INFO:teuthology.orchestra.run.smithi097.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-09-13T05:39:52.715 INFO:teuthology.orchestra.run.smithi097.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-09-13T05:39:52.715 INFO:teuthology.orchestra.run.smithi097.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-09-13T05:39:52.715 INFO:teuthology.orchestra.run.smithi097.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-09-13T05:39:52.715 INFO:teuthology.orchestra.run.smithi097.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-09-13T05:39:52.724 INFO:teuthology.orchestra.run.smithi192.stdout:0 upgraded, 119 newly installed, 0 to remove and 331 not upgraded. 2024-09-13T05:39:52.724 INFO:teuthology.orchestra.run.smithi192.stdout:Need to get 251 MB of archives. 2024-09-13T05:39:52.724 INFO:teuthology.orchestra.run.smithi192.stdout:After this operation, 934 MB of additional disk space will be used. 2024-09-13T05:39:52.724 INFO:teuthology.orchestra.run.smithi192.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-09-13T05:39:52.805 INFO:teuthology.orchestra.run.smithi192.stdout:Get:2 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.3.0-4911-g9d608eb1-1jammy [3,634 kB] 2024-09-13T05:39:52.813 INFO:teuthology.orchestra.run.smithi192.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-09-13T05:39:52.814 INFO:teuthology.orchestra.run.smithi037.stdout:The following NEW packages will be installed: 2024-09-13T05:39:52.814 INFO:teuthology.orchestra.run.smithi037.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-09-13T05:39:52.814 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-09-13T05:39:52.814 INFO:teuthology.orchestra.run.smithi037.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-09-13T05:39:52.816 INFO:teuthology.orchestra.run.smithi037.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-09-13T05:39:52.816 INFO:teuthology.orchestra.run.smithi037.stdout: liblua5.3-dev libnbd0 liboath0 libonig5 libpcre2-16-0 libqt5core5a 2024-09-13T05:39:52.816 INFO:teuthology.orchestra.run.smithi037.stdout: libqt5dbus5 libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-09-13T05:39:52.816 INFO:teuthology.orchestra.run.smithi037.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-09-13T05:39:52.816 INFO:teuthology.orchestra.run.smithi037.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-09-13T05:39:52.816 INFO:teuthology.orchestra.run.smithi037.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-09-13T05:39:52.816 INFO:teuthology.orchestra.run.smithi037.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-09-13T05:39:52.817 INFO:teuthology.orchestra.run.smithi037.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-09-13T05:39:52.817 INFO:teuthology.orchestra.run.smithi037.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-09-13T05:39:52.817 INFO:teuthology.orchestra.run.smithi037.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-09-13T05:39:52.817 INFO:teuthology.orchestra.run.smithi037.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-09-13T05:39:52.817 INFO:teuthology.orchestra.run.smithi037.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-09-13T05:39:52.817 INFO:teuthology.orchestra.run.smithi037.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-09-13T05:39:52.817 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-09-13T05:39:52.817 INFO:teuthology.orchestra.run.smithi037.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-09-13T05:39:52.817 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-09-13T05:39:52.817 INFO:teuthology.orchestra.run.smithi037.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-09-13T05:39:52.817 INFO:teuthology.orchestra.run.smithi037.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-09-13T05:39:52.817 INFO:teuthology.orchestra.run.smithi037.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-09-13T05:39:52.817 INFO:teuthology.orchestra.run.smithi037.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-09-13T05:39:52.818 INFO:teuthology.orchestra.run.smithi037.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-09-13T05:39:52.818 INFO:teuthology.orchestra.run.smithi037.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-09-13T05:39:52.818 INFO:teuthology.orchestra.run.smithi037.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-09-13T05:39:52.818 INFO:teuthology.orchestra.run.smithi192.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-09-13T05:39:52.833 INFO:teuthology.orchestra.run.smithi192.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-13T05:39:52.857 INFO:teuthology.orchestra.run.smithi097.stdout:0 upgraded, 119 newly installed, 0 to remove and 331 not upgraded. 2024-09-13T05:39:52.858 INFO:teuthology.orchestra.run.smithi097.stdout:Need to get 251 MB of archives. 2024-09-13T05:39:52.858 INFO:teuthology.orchestra.run.smithi097.stdout:After this operation, 934 MB of additional disk space will be used. 2024-09-13T05:39:52.858 INFO:teuthology.orchestra.run.smithi097.stdout:Get:1 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.3.0-4911-g9d608eb1-1jammy [3,634 kB] 2024-09-13T05:39:52.894 INFO:teuthology.orchestra.run.smithi192.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-09-13T05:39:52.899 INFO:teuthology.orchestra.run.smithi192.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-09-13T05:39:52.901 INFO:teuthology.orchestra.run.smithi097.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-09-13T05:39:52.911 INFO:teuthology.orchestra.run.smithi192.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-09-13T05:39:52.915 INFO:teuthology.orchestra.run.smithi192.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libnbd0 amd64 1.10.5-1 [71.3 kB] 2024-09-13T05:39:52.916 INFO:teuthology.orchestra.run.smithi192.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-09-13T05:39:52.917 INFO:teuthology.orchestra.run.smithi192.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-09-13T05:39:52.918 INFO:teuthology.orchestra.run.smithi192.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-09-13T05:39:52.926 INFO:teuthology.orchestra.run.smithi192.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-09-13T05:39:52.928 INFO:teuthology.orchestra.run.smithi192.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-09-13T05:39:52.930 INFO:teuthology.orchestra.run.smithi192.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-09-13T05:39:52.933 INFO:teuthology.orchestra.run.smithi192.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-09-13T05:39:52.934 INFO:teuthology.orchestra.run.smithi192.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-09-13T05:39:52.951 INFO:teuthology.orchestra.run.smithi192.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-09-13T05:39:52.953 INFO:teuthology.orchestra.run.smithi192.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-09-13T05:39:52.955 INFO:teuthology.orchestra.run.smithi192.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-09-13T05:39:52.955 INFO:teuthology.orchestra.run.smithi192.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-09-13T05:39:52.955 INFO:teuthology.orchestra.run.smithi192.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-09-13T05:39:52.957 INFO:teuthology.orchestra.run.smithi192.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-09-13T05:39:52.957 INFO:teuthology.orchestra.run.smithi192.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-09-13T05:39:52.957 INFO:teuthology.orchestra.run.smithi192.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-09-13T05:39:52.968 INFO:teuthology.orchestra.run.smithi192.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-09-13T05:39:52.969 INFO:teuthology.orchestra.run.smithi037.stdout:0 upgraded, 119 newly installed, 0 to remove and 331 not upgraded. 2024-09-13T05:39:52.969 INFO:teuthology.orchestra.run.smithi037.stdout:Need to get 251 MB of archives. 2024-09-13T05:39:52.969 INFO:teuthology.orchestra.run.smithi037.stdout:After this operation, 934 MB of additional disk space will be used. 2024-09-13T05:39:52.969 INFO:teuthology.orchestra.run.smithi037.stdout:Get:1 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.3.0-4911-g9d608eb1-1jammy [3,634 kB] 2024-09-13T05:39:52.969 INFO:teuthology.orchestra.run.smithi192.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-09-13T05:39:52.980 INFO:teuthology.orchestra.run.smithi192.stdout:Get:28 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.3.0-4911-g9d608eb1-1jammy [3,334 kB] 2024-09-13T05:39:52.989 INFO:teuthology.orchestra.run.smithi192.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-09-13T05:39:52.989 INFO:teuthology.orchestra.run.smithi192.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-09-13T05:39:52.992 INFO:teuthology.orchestra.run.smithi192.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-09-13T05:39:52.992 INFO:teuthology.orchestra.run.smithi192.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-09-13T05:39:52.993 INFO:teuthology.orchestra.run.smithi192.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-09-13T05:39:52.993 INFO:teuthology.orchestra.run.smithi192.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-09-13T05:39:52.994 INFO:teuthology.orchestra.run.smithi192.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-09-13T05:39:52.994 INFO:teuthology.orchestra.run.smithi192.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-09-13T05:39:53.006 INFO:teuthology.orchestra.run.smithi192.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-webob all 1:1.8.6-1.1ubuntu0.1 [86.7 kB] 2024-09-13T05:39:53.006 INFO:teuthology.orchestra.run.smithi037.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-09-13T05:39:53.007 INFO:teuthology.orchestra.run.smithi192.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-09-13T05:39:53.023 INFO:teuthology.orchestra.run.smithi192.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-09-13T05:39:53.023 INFO:teuthology.orchestra.run.smithi192.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-09-13T05:39:53.029 INFO:teuthology.orchestra.run.smithi192.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-09-13T05:39:53.029 INFO:teuthology.orchestra.run.smithi192.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-09-13T05:39:53.029 INFO:teuthology.orchestra.run.smithi192.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-09-13T05:39:53.030 INFO:teuthology.orchestra.run.smithi192.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-09-13T05:39:53.031 INFO:teuthology.orchestra.run.smithi192.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-09-13T05:39:53.033 INFO:teuthology.orchestra.run.smithi192.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-09-13T05:39:53.040 INFO:teuthology.orchestra.run.smithi192.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-09-13T05:39:53.041 INFO:teuthology.orchestra.run.smithi192.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-09-13T05:39:53.052 INFO:teuthology.orchestra.run.smithi192.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.2 [181 kB] 2024-09-13T05:39:53.055 INFO:teuthology.orchestra.run.smithi192.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-09-13T05:39:53.055 INFO:teuthology.orchestra.run.smithi192.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-09-13T05:39:53.056 INFO:teuthology.orchestra.run.smithi192.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-09-13T05:39:53.059 INFO:teuthology.orchestra.run.smithi192.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-13T05:39:53.068 INFO:teuthology.orchestra.run.smithi192.stdout:Get:54 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.3.0-4911-g9d608eb1-1jammy [722 kB] 2024-09-13T05:39:53.079 INFO:teuthology.orchestra.run.smithi192.stdout:Get:55 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.3.0-4911-g9d608eb1-1jammy [356 kB] 2024-09-13T05:39:53.086 INFO:teuthology.orchestra.run.smithi192.stdout:Get:56 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.3.0-4911-g9d608eb1-1jammy [32.8 kB] 2024-09-13T05:39:53.086 INFO:teuthology.orchestra.run.smithi192.stdout:Get:57 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.3.0-4911-g9d608eb1-1jammy [180 kB] 2024-09-13T05:39:53.087 INFO:teuthology.orchestra.run.smithi097.stdout:Get:3 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.3.0-4911-g9d608eb1-1jammy [3,334 kB] 2024-09-13T05:39:53.108 INFO:teuthology.orchestra.run.smithi192.stdout:Get:58 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.3.0-4911-g9d608eb1-1jammy [71.3 kB] 2024-09-13T05:39:53.113 INFO:teuthology.orchestra.run.smithi192.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-09-13T05:39:53.113 INFO:teuthology.orchestra.run.smithi192.stdout:Get:60 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.3.0-4911-g9d608eb1-1jammy [338 kB] 2024-09-13T05:39:53.114 INFO:teuthology.orchestra.run.smithi192.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-09-13T05:39:53.115 INFO:teuthology.orchestra.run.smithi192.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-09-13T05:39:53.115 INFO:teuthology.orchestra.run.smithi192.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-09-13T05:39:53.117 INFO:teuthology.orchestra.run.smithi192.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-09-13T05:39:53.119 INFO:teuthology.orchestra.run.smithi192.stdout:Get:65 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.3.0-4911-g9d608eb1-1jammy [7,989 kB] 2024-09-13T05:39:53.134 INFO:teuthology.orchestra.run.smithi192.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-09-13T05:39:53.136 INFO:teuthology.orchestra.run.smithi192.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-09-13T05:39:53.136 INFO:teuthology.orchestra.run.smithi192.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-09-13T05:39:53.151 INFO:teuthology.orchestra.run.smithi192.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-09-13T05:39:53.152 INFO:teuthology.orchestra.run.smithi192.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-09-13T05:39:53.152 INFO:teuthology.orchestra.run.smithi192.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-09-13T05:39:53.152 INFO:teuthology.orchestra.run.smithi192.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-09-13T05:39:53.153 INFO:teuthology.orchestra.run.smithi192.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-09-13T05:39:53.153 INFO:teuthology.orchestra.run.smithi192.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-09-13T05:39:53.167 INFO:teuthology.orchestra.run.smithi192.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-09-13T05:39:53.167 INFO:teuthology.orchestra.run.smithi192.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-09-13T05:39:53.170 INFO:teuthology.orchestra.run.smithi192.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-09-13T05:39:53.184 INFO:teuthology.orchestra.run.smithi192.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-09-13T05:39:53.185 INFO:teuthology.orchestra.run.smithi192.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-09-13T05:39:53.186 INFO:teuthology.orchestra.run.smithi192.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-09-13T05:39:53.189 INFO:teuthology.orchestra.run.smithi192.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-09-13T05:39:53.191 INFO:teuthology.orchestra.run.smithi192.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-09-13T05:39:53.192 INFO:teuthology.orchestra.run.smithi192.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-09-13T05:39:53.193 INFO:teuthology.orchestra.run.smithi192.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2024-09-13T05:39:53.201 INFO:teuthology.orchestra.run.smithi192.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-09-13T05:39:53.201 INFO:teuthology.orchestra.run.smithi192.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-09-13T05:39:53.203 INFO:teuthology.orchestra.run.smithi097.stdout:Get:4 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.3.0-4911-g9d608eb1-1jammy [722 kB] 2024-09-13T05:39:53.204 INFO:teuthology.orchestra.run.smithi192.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-09-13T05:39:53.217 INFO:teuthology.orchestra.run.smithi097.stdout:Get:5 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.3.0-4911-g9d608eb1-1jammy [356 kB] 2024-09-13T05:39:53.218 INFO:teuthology.orchestra.run.smithi192.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-09-13T05:39:53.219 INFO:teuthology.orchestra.run.smithi192.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-09-13T05:39:53.219 INFO:teuthology.orchestra.run.smithi192.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-09-13T05:39:53.221 INFO:teuthology.orchestra.run.smithi192.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-09-13T05:39:53.221 INFO:teuthology.orchestra.run.smithi192.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-09-13T05:39:53.228 INFO:teuthology.orchestra.run.smithi192.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-09-13T05:39:53.228 INFO:teuthology.orchestra.run.smithi192.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-09-13T05:39:53.235 INFO:teuthology.orchestra.run.smithi192.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-09-13T05:39:53.238 INFO:teuthology.orchestra.run.smithi192.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-09-13T05:39:53.238 INFO:teuthology.orchestra.run.smithi192.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-09-13T05:39:53.250 INFO:teuthology.orchestra.run.smithi097.stdout:Get:6 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.3.0-4911-g9d608eb1-1jammy [32.8 kB] 2024-09-13T05:39:53.251 INFO:teuthology.orchestra.run.smithi097.stdout:Get:7 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.3.0-4911-g9d608eb1-1jammy [180 kB] 2024-09-13T05:39:53.255 INFO:teuthology.orchestra.run.smithi097.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.3.0-4911-g9d608eb1-1jammy [71.3 kB] 2024-09-13T05:39:53.256 INFO:teuthology.orchestra.run.smithi097.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.3.0-4911-g9d608eb1-1jammy [338 kB] 2024-09-13T05:39:53.263 INFO:teuthology.orchestra.run.smithi097.stdout:Get:10 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.3.0-4911-g9d608eb1-1jammy [7,989 kB] 2024-09-13T05:39:53.325 INFO:teuthology.orchestra.run.smithi097.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-09-13T05:39:53.337 INFO:teuthology.orchestra.run.smithi097.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-09-13T05:39:53.366 INFO:teuthology.orchestra.run.smithi192.stdout:Get:98 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.3.0-4911-g9d608eb1-1jammy [112 kB] 2024-09-13T05:39:53.369 INFO:teuthology.orchestra.run.smithi192.stdout:Get:99 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.3.0-4911-g9d608eb1-1jammy [473 kB] 2024-09-13T05:39:53.395 INFO:teuthology.orchestra.run.smithi192.stdout:Get:100 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.3.0-4911-g9d608eb1-1jammy [28.3 MB] 2024-09-13T05:39:53.418 INFO:teuthology.orchestra.run.smithi097.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-09-13T05:39:53.426 INFO:teuthology.orchestra.run.smithi037.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-09-13T05:39:53.438 INFO:teuthology.orchestra.run.smithi037.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-09-13T05:39:53.519 INFO:teuthology.orchestra.run.smithi037.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-13T05:39:53.542 INFO:teuthology.orchestra.run.smithi097.stdout:Get:14 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.3.0-4911-g9d608eb1-1jammy [112 kB] 2024-09-13T05:39:53.544 INFO:teuthology.orchestra.run.smithi097.stdout:Get:15 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.3.0-4911-g9d608eb1-1jammy [473 kB] 2024-09-13T05:39:53.585 INFO:teuthology.orchestra.run.smithi097.stdout:Get:16 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.3.0-4911-g9d608eb1-1jammy [28.3 MB] 2024-09-13T05:39:53.647 INFO:teuthology.orchestra.run.smithi097.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-09-13T05:39:53.658 INFO:teuthology.orchestra.run.smithi097.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-09-13T05:39:53.688 INFO:teuthology.orchestra.run.smithi097.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-09-13T05:39:53.697 INFO:teuthology.orchestra.run.smithi097.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libnbd0 amd64 1.10.5-1 [71.3 kB] 2024-09-13T05:39:53.699 INFO:teuthology.orchestra.run.smithi097.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-09-13T05:39:53.700 INFO:teuthology.orchestra.run.smithi097.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-09-13T05:39:53.701 INFO:teuthology.orchestra.run.smithi097.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-09-13T05:39:53.719 INFO:teuthology.orchestra.run.smithi097.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-09-13T05:39:53.723 INFO:teuthology.orchestra.run.smithi097.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-09-13T05:39:53.729 INFO:teuthology.orchestra.run.smithi097.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-09-13T05:39:53.748 INFO:teuthology.orchestra.run.smithi037.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-09-13T05:39:53.759 INFO:teuthology.orchestra.run.smithi037.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-09-13T05:39:53.789 INFO:teuthology.orchestra.run.smithi037.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-09-13T05:39:53.797 INFO:teuthology.orchestra.run.smithi037.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libnbd0 amd64 1.10.5-1 [71.3 kB] 2024-09-13T05:39:53.800 INFO:teuthology.orchestra.run.smithi037.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-09-13T05:39:53.801 INFO:teuthology.orchestra.run.smithi037.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-09-13T05:39:53.802 INFO:teuthology.orchestra.run.smithi037.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-09-13T05:39:53.809 INFO:teuthology.orchestra.run.smithi097.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-09-13T05:39:53.810 INFO:teuthology.orchestra.run.smithi097.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-09-13T05:39:53.814 INFO:teuthology.orchestra.run.smithi097.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-09-13T05:39:53.819 INFO:teuthology.orchestra.run.smithi097.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-09-13T05:39:53.819 INFO:teuthology.orchestra.run.smithi037.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-09-13T05:39:53.823 INFO:teuthology.orchestra.run.smithi097.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-09-13T05:39:53.824 INFO:teuthology.orchestra.run.smithi037.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-09-13T05:39:53.824 INFO:teuthology.orchestra.run.smithi097.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-09-13T05:39:53.825 INFO:teuthology.orchestra.run.smithi097.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-09-13T05:39:53.827 INFO:teuthology.orchestra.run.smithi097.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-09-13T05:39:53.828 INFO:teuthology.orchestra.run.smithi097.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-09-13T05:39:53.830 INFO:teuthology.orchestra.run.smithi037.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-09-13T05:39:53.893 INFO:teuthology.orchestra.run.smithi097.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-09-13T05:39:53.910 INFO:teuthology.orchestra.run.smithi037.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-09-13T05:39:53.910 INFO:teuthology.orchestra.run.smithi037.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-09-13T05:39:53.911 INFO:teuthology.orchestra.run.smithi097.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-09-13T05:39:53.911 INFO:teuthology.orchestra.run.smithi097.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-09-13T05:39:53.912 INFO:teuthology.orchestra.run.smithi097.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-09-13T05:39:53.913 INFO:teuthology.orchestra.run.smithi097.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-09-13T05:39:53.915 INFO:teuthology.orchestra.run.smithi037.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-09-13T05:39:53.921 INFO:teuthology.orchestra.run.smithi037.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-09-13T05:39:53.921 INFO:teuthology.orchestra.run.smithi097.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-09-13T05:39:53.921 INFO:teuthology.orchestra.run.smithi097.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-09-13T05:39:53.923 INFO:teuthology.orchestra.run.smithi037.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-09-13T05:39:53.925 INFO:teuthology.orchestra.run.smithi037.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-09-13T05:39:53.925 INFO:teuthology.orchestra.run.smithi037.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-09-13T05:39:53.927 INFO:teuthology.orchestra.run.smithi037.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-09-13T05:39:53.928 INFO:teuthology.orchestra.run.smithi037.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-09-13T05:39:53.974 INFO:teuthology.orchestra.run.smithi097.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-09-13T05:39:53.975 INFO:teuthology.orchestra.run.smithi097.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-09-13T05:39:53.977 INFO:teuthology.orchestra.run.smithi097.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-09-13T05:39:53.993 INFO:teuthology.orchestra.run.smithi037.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-09-13T05:39:54.011 INFO:teuthology.orchestra.run.smithi037.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-09-13T05:39:54.012 INFO:teuthology.orchestra.run.smithi037.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-09-13T05:39:54.012 INFO:teuthology.orchestra.run.smithi037.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-09-13T05:39:54.013 INFO:teuthology.orchestra.run.smithi037.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-09-13T05:39:54.019 INFO:teuthology.orchestra.run.smithi037.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-09-13T05:39:54.020 INFO:teuthology.orchestra.run.smithi037.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-09-13T05:39:54.021 INFO:teuthology.orchestra.run.smithi037.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-09-13T05:39:54.021 INFO:teuthology.orchestra.run.smithi037.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-09-13T05:39:54.055 INFO:teuthology.orchestra.run.smithi097.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-09-13T05:39:54.056 INFO:teuthology.orchestra.run.smithi097.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-webob all 1:1.8.6-1.1ubuntu0.1 [86.7 kB] 2024-09-13T05:39:54.058 INFO:teuthology.orchestra.run.smithi097.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-09-13T05:39:54.059 INFO:teuthology.orchestra.run.smithi097.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-09-13T05:39:54.060 INFO:teuthology.orchestra.run.smithi097.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-09-13T05:39:54.071 INFO:teuthology.orchestra.run.smithi097.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-09-13T05:39:54.075 INFO:teuthology.orchestra.run.smithi037.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-09-13T05:39:54.126 INFO:teuthology.orchestra.run.smithi037.stdout:Get:35 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.3.0-4911-g9d608eb1-1jammy [3,334 kB] 2024-09-13T05:39:54.136 INFO:teuthology.orchestra.run.smithi097.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-09-13T05:39:54.137 INFO:teuthology.orchestra.run.smithi097.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-09-13T05:39:54.138 INFO:teuthology.orchestra.run.smithi097.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-09-13T05:39:54.141 INFO:teuthology.orchestra.run.smithi097.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-09-13T05:39:54.156 INFO:teuthology.orchestra.run.smithi037.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-09-13T05:39:54.156 INFO:teuthology.orchestra.run.smithi037.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-webob all 1:1.8.6-1.1ubuntu0.1 [86.7 kB] 2024-09-13T05:39:54.159 INFO:teuthology.orchestra.run.smithi037.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-09-13T05:39:54.160 INFO:teuthology.orchestra.run.smithi037.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-09-13T05:39:54.161 INFO:teuthology.orchestra.run.smithi037.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-09-13T05:39:54.172 INFO:teuthology.orchestra.run.smithi037.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-09-13T05:39:54.173 INFO:teuthology.orchestra.run.smithi037.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-09-13T05:39:54.174 INFO:teuthology.orchestra.run.smithi037.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-09-13T05:39:54.218 INFO:teuthology.orchestra.run.smithi097.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-09-13T05:39:54.219 INFO:teuthology.orchestra.run.smithi097.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-09-13T05:39:54.222 INFO:teuthology.orchestra.run.smithi097.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-09-13T05:39:54.224 INFO:teuthology.orchestra.run.smithi097.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.2 [181 kB] 2024-09-13T05:39:54.228 INFO:teuthology.orchestra.run.smithi097.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-09-13T05:39:54.229 INFO:teuthology.orchestra.run.smithi097.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-09-13T05:39:54.237 INFO:teuthology.orchestra.run.smithi037.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-09-13T05:39:54.240 INFO:teuthology.orchestra.run.smithi037.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-09-13T05:39:54.257 INFO:teuthology.orchestra.run.smithi037.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-idna all 3.3-1ubuntu0.1 [52.1 kB] 2024-09-13T05:39:54.259 INFO:teuthology.orchestra.run.smithi037.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-09-13T05:39:54.262 INFO:teuthology.orchestra.run.smithi037.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-09-13T05:39:54.264 INFO:teuthology.orchestra.run.smithi037.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.2 [181 kB] 2024-09-13T05:39:54.299 INFO:teuthology.orchestra.run.smithi097.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-09-13T05:39:54.304 INFO:teuthology.orchestra.run.smithi097.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-09-13T05:39:54.321 INFO:teuthology.orchestra.run.smithi037.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-09-13T05:39:54.322 INFO:teuthology.orchestra.run.smithi037.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-09-13T05:39:54.323 INFO:teuthology.orchestra.run.smithi037.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-09-13T05:39:54.328 INFO:teuthology.orchestra.run.smithi037.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-13T05:39:54.453 INFO:teuthology.orchestra.run.smithi192.stdout:Get:101 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.3.0-4911-g9d608eb1-1jammy [5,210 kB] 2024-09-13T05:39:54.467 INFO:teuthology.orchestra.run.smithi097.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-09-13T05:39:54.468 INFO:teuthology.orchestra.run.smithi097.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-09-13T05:39:54.471 INFO:teuthology.orchestra.run.smithi097.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-09-13T05:39:54.472 INFO:teuthology.orchestra.run.smithi097.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-09-13T05:39:54.474 INFO:teuthology.orchestra.run.smithi097.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-09-13T05:39:54.491 INFO:teuthology.orchestra.run.smithi037.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-09-13T05:39:54.493 INFO:teuthology.orchestra.run.smithi037.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.2 [108 kB] 2024-09-13T05:39:54.496 INFO:teuthology.orchestra.run.smithi037.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-09-13T05:39:54.496 INFO:teuthology.orchestra.run.smithi037.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-09-13T05:39:54.499 INFO:teuthology.orchestra.run.smithi037.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-09-13T05:39:54.511 INFO:teuthology.orchestra.run.smithi097.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-09-13T05:39:54.512 INFO:teuthology.orchestra.run.smithi037.stdout:Get:59 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.3.0-4911-g9d608eb1-1jammy [722 kB] 2024-09-13T05:39:54.514 INFO:teuthology.orchestra.run.smithi097.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-09-13T05:39:54.515 INFO:teuthology.orchestra.run.smithi097.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-09-13T05:39:54.534 INFO:teuthology.orchestra.run.smithi192.stdout:Get:102 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.3.0-4911-g9d608eb1-1jammy [251 kB] 2024-09-13T05:39:54.536 INFO:teuthology.orchestra.run.smithi037.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-09-13T05:39:54.539 INFO:teuthology.orchestra.run.smithi037.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-09-13T05:39:54.539 INFO:teuthology.orchestra.run.smithi037.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-09-13T05:39:54.563 INFO:teuthology.orchestra.run.smithi192.stdout:Get:103 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.3.0-4911-g9d608eb1-1jammy [124 kB] 2024-09-13T05:39:54.566 INFO:teuthology.orchestra.run.smithi192.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.3.0-4911-g9d608eb1-1jammy [1,561 kB] 2024-09-13T05:39:54.571 INFO:teuthology.orchestra.run.smithi097.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-09-13T05:39:54.571 INFO:teuthology.orchestra.run.smithi097.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-09-13T05:39:54.600 INFO:teuthology.orchestra.run.smithi037.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-09-13T05:39:54.601 INFO:teuthology.orchestra.run.smithi037.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-09-13T05:39:54.605 INFO:teuthology.orchestra.run.smithi037.stdout:Get:65 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.3.0-4911-g9d608eb1-1jammy [356 kB] 2024-09-13T05:39:54.613 INFO:teuthology.orchestra.run.smithi037.stdout:Get:66 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.3.0-4911-g9d608eb1-1jammy [32.8 kB] 2024-09-13T05:39:54.614 INFO:teuthology.orchestra.run.smithi037.stdout:Get:67 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.3.0-4911-g9d608eb1-1jammy [180 kB] 2024-09-13T05:39:54.620 INFO:teuthology.orchestra.run.smithi192.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.3.0-4911-g9d608eb1-1jammy [6,309 kB] 2024-09-13T05:39:54.634 INFO:teuthology.orchestra.run.smithi097.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-09-13T05:39:54.635 INFO:teuthology.orchestra.run.smithi097.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-09-13T05:39:54.636 INFO:teuthology.orchestra.run.smithi097.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-09-13T05:39:54.637 INFO:teuthology.orchestra.run.smithi097.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-09-13T05:39:54.638 INFO:teuthology.orchestra.run.smithi097.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-09-13T05:39:54.639 INFO:teuthology.orchestra.run.smithi097.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-09-13T05:39:54.645 INFO:teuthology.orchestra.run.smithi097.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-09-13T05:39:54.657 INFO:teuthology.orchestra.run.smithi037.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-09-13T05:39:54.658 INFO:teuthology.orchestra.run.smithi037.stdout:Get:69 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.3.0-4911-g9d608eb1-1jammy [71.3 kB] 2024-09-13T05:39:54.659 INFO:teuthology.orchestra.run.smithi037.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-09-13T05:39:54.660 INFO:teuthology.orchestra.run.smithi037.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-09-13T05:39:54.661 INFO:teuthology.orchestra.run.smithi037.stdout:Get:72 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.3.0-4911-g9d608eb1-1jammy [338 kB] 2024-09-13T05:39:54.661 INFO:teuthology.orchestra.run.smithi037.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-09-13T05:39:54.662 INFO:teuthology.orchestra.run.smithi037.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-09-13T05:39:54.664 INFO:teuthology.orchestra.run.smithi037.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-09-13T05:39:54.671 INFO:teuthology.orchestra.run.smithi037.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-09-13T05:39:54.703 INFO:teuthology.orchestra.run.smithi037.stdout:Get:77 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.3.0-4911-g9d608eb1-1jammy [7,989 kB] 2024-09-13T05:39:54.716 INFO:teuthology.orchestra.run.smithi097.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-09-13T05:39:54.721 INFO:teuthology.orchestra.run.smithi097.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-09-13T05:39:54.722 INFO:teuthology.orchestra.run.smithi097.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-09-13T05:39:54.739 INFO:teuthology.orchestra.run.smithi037.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-09-13T05:39:54.743 INFO:teuthology.orchestra.run.smithi037.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-09-13T05:39:54.744 INFO:teuthology.orchestra.run.smithi037.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-09-13T05:39:54.783 INFO:teuthology.orchestra.run.smithi097.stdout:Get:84 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.3.0-4911-g9d608eb1-1jammy [5,210 kB] 2024-09-13T05:39:54.797 INFO:teuthology.orchestra.run.smithi097.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-09-13T05:39:54.804 INFO:teuthology.orchestra.run.smithi097.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-09-13T05:39:54.806 INFO:teuthology.orchestra.run.smithi097.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-09-13T05:39:54.807 INFO:teuthology.orchestra.run.smithi097.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2024-09-13T05:39:54.816 INFO:teuthology.orchestra.run.smithi192.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.3.0-4911-g9d608eb1-1jammy [23.1 MB] 2024-09-13T05:39:54.818 INFO:teuthology.orchestra.run.smithi097.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-09-13T05:39:54.819 INFO:teuthology.orchestra.run.smithi097.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-09-13T05:39:54.820 INFO:teuthology.orchestra.run.smithi037.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-09-13T05:39:54.827 INFO:teuthology.orchestra.run.smithi037.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-09-13T05:39:54.827 INFO:teuthology.orchestra.run.smithi097.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-09-13T05:39:54.829 INFO:teuthology.orchestra.run.smithi037.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-09-13T05:39:54.830 INFO:teuthology.orchestra.run.smithi037.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.3 [474 kB] 2024-09-13T05:39:54.841 INFO:teuthology.orchestra.run.smithi037.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-09-13T05:39:54.843 INFO:teuthology.orchestra.run.smithi037.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-09-13T05:39:54.851 INFO:teuthology.orchestra.run.smithi037.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-09-13T05:39:54.879 INFO:teuthology.orchestra.run.smithi097.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-09-13T05:39:54.880 INFO:teuthology.orchestra.run.smithi097.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-09-13T05:39:54.881 INFO:teuthology.orchestra.run.smithi097.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-09-13T05:39:54.902 INFO:teuthology.orchestra.run.smithi037.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-09-13T05:39:54.903 INFO:teuthology.orchestra.run.smithi037.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-09-13T05:39:54.904 INFO:teuthology.orchestra.run.smithi037.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-09-13T05:39:54.930 INFO:teuthology.orchestra.run.smithi097.stdout:Get:95 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.3.0-4911-g9d608eb1-1jammy [251 kB] 2024-09-13T05:39:54.936 INFO:teuthology.orchestra.run.smithi097.stdout:Get:96 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.3.0-4911-g9d608eb1-1jammy [124 kB] 2024-09-13T05:39:54.939 INFO:teuthology.orchestra.run.smithi097.stdout:Get:97 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.3.0-4911-g9d608eb1-1jammy [1,561 kB] 2024-09-13T05:39:54.960 INFO:teuthology.orchestra.run.smithi097.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-09-13T05:39:54.962 INFO:teuthology.orchestra.run.smithi097.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-09-13T05:39:54.979 INFO:teuthology.orchestra.run.smithi097.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-09-13T05:39:54.980 INFO:teuthology.orchestra.run.smithi097.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-09-13T05:39:54.981 INFO:teuthology.orchestra.run.smithi097.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-09-13T05:39:54.984 INFO:teuthology.orchestra.run.smithi037.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-09-13T05:39:54.986 INFO:teuthology.orchestra.run.smithi037.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-09-13T05:39:54.986 INFO:teuthology.orchestra.run.smithi097.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-09-13T05:39:54.987 INFO:teuthology.orchestra.run.smithi097.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-09-13T05:39:55.001 INFO:teuthology.orchestra.run.smithi097.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.3.0-4911-g9d608eb1-1jammy [6,309 kB] 2024-09-13T05:39:55.002 INFO:teuthology.orchestra.run.smithi037.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-09-13T05:39:55.003 INFO:teuthology.orchestra.run.smithi037.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-09-13T05:39:55.004 INFO:teuthology.orchestra.run.smithi037.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-09-13T05:39:55.009 INFO:teuthology.orchestra.run.smithi037.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-09-13T05:39:55.011 INFO:teuthology.orchestra.run.smithi037.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-09-13T05:39:55.298 INFO:teuthology.orchestra.run.smithi097.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.3.0-4911-g9d608eb1-1jammy [23.1 MB] 2024-09-13T05:39:55.326 INFO:teuthology.orchestra.run.smithi037.stdout:Get:98 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.3.0-4911-g9d608eb1-1jammy [112 kB] 2024-09-13T05:39:55.328 INFO:teuthology.orchestra.run.smithi037.stdout:Get:99 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.3.0-4911-g9d608eb1-1jammy [473 kB] 2024-09-13T05:39:55.382 INFO:teuthology.orchestra.run.smithi037.stdout:Get:100 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.3.0-4911-g9d608eb1-1jammy [28.3 MB] 2024-09-13T05:39:55.847 INFO:teuthology.orchestra.run.smithi192.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.3.0-4911-g9d608eb1-1jammy [14.0 kB] 2024-09-13T05:39:55.848 INFO:teuthology.orchestra.run.smithi192.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.3.0-4911-g9d608eb1-1jammy [880 kB] 2024-09-13T05:39:55.865 INFO:teuthology.orchestra.run.smithi192.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.3.0-4911-g9d608eb1-1jammy [2,455 kB] 2024-09-13T05:39:55.913 INFO:teuthology.orchestra.run.smithi192.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.3.0-4911-g9d608eb1-1jammy [814 kB] 2024-09-13T05:39:55.951 INFO:teuthology.orchestra.run.smithi192.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.3.0-4911-g9d608eb1-1jammy [160 kB] 2024-09-13T05:39:55.955 INFO:teuthology.orchestra.run.smithi192.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.3.0-4911-g9d608eb1-1jammy [61.5 MB] 2024-09-13T05:39:56.484 INFO:teuthology.orchestra.run.smithi097.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.3.0-4911-g9d608eb1-1jammy [14.0 kB] 2024-09-13T05:39:56.485 INFO:teuthology.orchestra.run.smithi097.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.3.0-4911-g9d608eb1-1jammy [880 kB] 2024-09-13T05:39:56.501 INFO:teuthology.orchestra.run.smithi097.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.3.0-4911-g9d608eb1-1jammy [2,455 kB] 2024-09-13T05:39:56.617 INFO:teuthology.orchestra.run.smithi097.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.3.0-4911-g9d608eb1-1jammy [814 kB] 2024-09-13T05:39:56.659 INFO:teuthology.orchestra.run.smithi097.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.3.0-4911-g9d608eb1-1jammy [160 kB] 2024-09-13T05:39:56.662 INFO:teuthology.orchestra.run.smithi097.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.3.0-4911-g9d608eb1-1jammy [61.5 MB] 2024-09-13T05:39:56.931 INFO:teuthology.orchestra.run.smithi037.stdout:Get:101 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.3.0-4911-g9d608eb1-1jammy [5,210 kB] 2024-09-13T05:39:57.123 INFO:teuthology.orchestra.run.smithi037.stdout:Get:102 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.3.0-4911-g9d608eb1-1jammy [251 kB] 2024-09-13T05:39:57.129 INFO:teuthology.orchestra.run.smithi037.stdout:Get:103 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.3.0-4911-g9d608eb1-1jammy [124 kB] 2024-09-13T05:39:57.132 INFO:teuthology.orchestra.run.smithi037.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.3.0-4911-g9d608eb1-1jammy [1,561 kB] 2024-09-13T05:39:57.196 INFO:teuthology.orchestra.run.smithi037.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.3.0-4911-g9d608eb1-1jammy [6,309 kB] 2024-09-13T05:39:57.508 INFO:teuthology.orchestra.run.smithi037.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.3.0-4911-g9d608eb1-1jammy [23.1 MB] 2024-09-13T05:39:58.679 INFO:teuthology.orchestra.run.smithi037.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.3.0-4911-g9d608eb1-1jammy [14.0 kB] 2024-09-13T05:39:58.680 INFO:teuthology.orchestra.run.smithi037.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.3.0-4911-g9d608eb1-1jammy [880 kB] 2024-09-13T05:39:58.697 INFO:teuthology.orchestra.run.smithi037.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.3.0-4911-g9d608eb1-1jammy [2,455 kB] 2024-09-13T05:39:58.782 INFO:teuthology.orchestra.run.smithi037.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.3.0-4911-g9d608eb1-1jammy [814 kB] 2024-09-13T05:39:58.799 INFO:teuthology.orchestra.run.smithi037.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.3.0-4911-g9d608eb1-1jammy [160 kB] 2024-09-13T05:39:58.802 INFO:teuthology.orchestra.run.smithi037.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.3.0-4911-g9d608eb1-1jammy [61.5 MB] 2024-09-13T05:39:59.049 INFO:teuthology.orchestra.run.smithi192.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.3.0-4911-g9d608eb1-1jammy [8,625 kB] 2024-09-13T05:39:59.310 INFO:teuthology.orchestra.run.smithi192.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.3.0-4911-g9d608eb1-1jammy [14.2 kB] 2024-09-13T05:39:59.310 INFO:teuthology.orchestra.run.smithi192.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.3.0-4911-g9d608eb1-1jammy [55.8 MB] 2024-09-13T05:40:00.240 INFO:teuthology.orchestra.run.smithi097.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.3.0-4911-g9d608eb1-1jammy [8,625 kB] 2024-09-13T05:40:00.538 INFO:teuthology.orchestra.run.smithi097.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.3.0-4911-g9d608eb1-1jammy [14.2 kB] 2024-09-13T05:40:00.539 INFO:teuthology.orchestra.run.smithi097.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.3.0-4911-g9d608eb1-1jammy [55.8 MB] 2024-09-13T05:40:01.821 INFO:teuthology.orchestra.run.smithi037.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.3.0-4911-g9d608eb1-1jammy [8,625 kB] 2024-09-13T05:40:02.055 INFO:teuthology.orchestra.run.smithi037.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.3.0-4911-g9d608eb1-1jammy [14.2 kB] 2024-09-13T05:40:02.056 INFO:teuthology.orchestra.run.smithi037.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.3.0-4911-g9d608eb1-1jammy [55.8 MB] 2024-09-13T05:40:02.124 INFO:teuthology.orchestra.run.smithi192.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.3.0-4911-g9d608eb1-1jammy [130 kB] 2024-09-13T05:40:02.127 INFO:teuthology.orchestra.run.smithi192.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.3.0-4911-g9d608eb1-1jammy [39.0 kB] 2024-09-13T05:40:02.128 INFO:teuthology.orchestra.run.smithi192.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.3.0-4911-g9d608eb1-1jammy [15.9 MB] 2024-09-13T05:40:02.817 INFO:teuthology.orchestra.run.smithi192.stdout:Get:119 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.3.0-4911-g9d608eb1-1jammy [91.2 kB] 2024-09-13T05:40:03.388 INFO:teuthology.orchestra.run.smithi192.stdout:Fetched 251 MB in 10s (24.7 MB/s) 2024-09-13T05:40:03.530 INFO:teuthology.orchestra.run.smithi097.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.3.0-4911-g9d608eb1-1jammy [130 kB] 2024-09-13T05:40:03.533 INFO:teuthology.orchestra.run.smithi097.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.3.0-4911-g9d608eb1-1jammy [39.0 kB] 2024-09-13T05:40:03.537 INFO:teuthology.orchestra.run.smithi097.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.3.0-4911-g9d608eb1-1jammy [15.9 MB] 2024-09-13T05:40:03.558 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-09-13T05:40:03.658 INFO:teuthology.orchestra.run.smithi192.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-13T05:40:03.664 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-09-13T05:40:03.748 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-13T05:40:03.961 INFO:teuthology.orchestra.run.smithi037.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.3.0-4911-g9d608eb1-1jammy [130 kB] 2024-09-13T05:40:03.963 INFO:teuthology.orchestra.run.smithi037.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.3.0-4911-g9d608eb1-1jammy [39.0 kB] 2024-09-13T05:40:04.004 INFO:teuthology.orchestra.run.smithi097.stdout:Get:119 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.3.0-4911-g9d608eb1-1jammy [91.2 kB] 2024-09-13T05:40:04.025 INFO:teuthology.orchestra.run.smithi037.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.3.0-4911-g9d608eb1-1jammy [15.9 MB] 2024-09-13T05:40:04.085 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-09-13T05:40:04.111 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-09-13T05:40:04.152 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-13T05:40:04.331 INFO:teuthology.orchestra.run.smithi037.stdout:Get:119 https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.3.0-4911-g9d608eb1-1jammy [91.2 kB] 2024-09-13T05:40:04.471 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-09-13T05:40:04.498 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-09-13T05:40:04.538 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-13T05:40:04.592 INFO:teuthology.orchestra.run.smithi097.stdout:Fetched 251 MB in 11s (22.3 MB/s) 2024-09-13T05:40:04.726 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-09-13T05:40:04.825 INFO:teuthology.orchestra.run.smithi097.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-13T05:40:04.830 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-09-13T05:40:04.900 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-13T05:40:04.917 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-09-13T05:40:04.932 INFO:teuthology.orchestra.run.smithi037.stdout:Fetched 251 MB in 12s (21.8 MB/s) 2024-09-13T05:40:04.943 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-13T05:40:04.992 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T05:40:05.095 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-09-13T05:40:05.195 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-09-13T05:40:05.199 INFO:teuthology.orchestra.run.smithi037.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-13T05:40:05.204 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-09-13T05:40:05.221 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-09-13T05:40:05.261 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-13T05:40:05.402 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-13T05:40:05.403 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-09-13T05:40:05.429 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-13T05:40:05.469 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T05:40:05.589 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-09-13T05:40:05.615 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-09-13T05:40:05.656 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-13T05:40:05.739 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-09-13T05:40:05.766 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-09-13T05:40:05.797 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-13T05:40:05.798 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-09-13T05:40:05.824 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-13T05:40:05.864 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T05:40:06.109 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-09-13T05:40:06.125 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-09-13T05:40:06.135 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-13T05:40:06.152 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-09-13T05:40:06.159 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-09-13T05:40:06.183 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T05:40:06.185 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-09-13T05:40:06.192 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-13T05:40:06.226 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-13T05:40:06.545 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package librados2. 2024-09-13T05:40:06.554 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-09-13T05:40:06.571 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../007-librados2_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:06.580 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-13T05:40:06.613 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking librados2 (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:06.620 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T05:40:06.622 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-09-13T05:40:06.649 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-13T05:40:06.697 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T05:40:06.957 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-09-13T05:40:06.983 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-13T05:40:07.023 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T05:40:07.089 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package libnbd0. 2024-09-13T05:40:07.116 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../008-libnbd0_1.10.5-1_amd64.deb ... 2024-09-13T05:40:07.156 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking libnbd0 (1.10.5-1) ... 2024-09-13T05:40:07.284 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-09-13T05:40:07.311 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-13T05:40:07.367 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T05:40:07.393 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-09-13T05:40:07.400 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package librbd1. 2024-09-13T05:40:07.419 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-09-13T05:40:07.429 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../009-librbd1_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:07.459 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking librbd1 (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:07.459 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-13T05:40:07.711 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-09-13T05:40:07.738 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-09-13T05:40:07.778 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T05:40:07.954 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package librados2. 2024-09-13T05:40:07.969 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../007-librados2_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:08.004 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking librados2 (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:08.073 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-09-13T05:40:08.089 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-09-13T05:40:08.120 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package libcephfs2. 2024-09-13T05:40:08.122 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-13T05:40:08.146 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../010-libcephfs2_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:08.186 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking libcephfs2 (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:08.434 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package librados2. 2024-09-13T05:40:08.461 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../007-librados2_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:08.465 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-rados. 2024-09-13T05:40:08.473 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package libnbd0. 2024-09-13T05:40:08.490 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../011-python3-rados_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:08.499 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../008-libnbd0_1.10.5-1_amd64.deb ... 2024-09-13T05:40:08.500 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking librados2 (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:08.531 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-rados (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:08.540 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking libnbd0 (1.10.5-1) ... 2024-09-13T05:40:08.825 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-09-13T05:40:08.840 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../012-python3-ceph-argparse_19.3.0-4911-g9d608eb1-1jammy_all.deb ... 2024-09-13T05:40:08.851 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package librbd1. 2024-09-13T05:40:08.875 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-ceph-argparse (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:08.877 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../009-librbd1_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:08.917 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking librbd1 (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:08.978 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package libnbd0. 2024-09-13T05:40:09.005 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../008-libnbd0_1.10.5-1_amd64.deb ... 2024-09-13T05:40:09.045 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking libnbd0 (1.10.5-1) ... 2024-09-13T05:40:09.102 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-cephfs. 2024-09-13T05:40:09.118 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../013-python3-cephfs_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:09.161 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-cephfs (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:09.340 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package librbd1. 2024-09-13T05:40:10.473 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../009-librbd1_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:10.473 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking librbd1 (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:10.473 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package libcephfs2. 2024-09-13T05:40:10.473 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../010-libcephfs2_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:10.473 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking libcephfs2 (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:10.473 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-rados. 2024-09-13T05:40:10.473 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../011-python3-rados_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:10.473 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-rados (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:10.474 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-ceph-common. 2024-09-13T05:40:10.474 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../014-python3-ceph-common_19.3.0-4911-g9d608eb1-1jammy_all.deb ... 2024-09-13T05:40:10.474 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-ceph-common (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:10.474 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-wcwidth. 2024-09-13T05:40:10.474 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../015-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-09-13T05:40:10.474 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-13T05:40:10.474 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-prettytable. 2024-09-13T05:40:10.474 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../016-python3-prettytable_2.5.0-2_all.deb ... 2024-09-13T05:40:10.474 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-09-13T05:40:10.475 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package libcephfs2. 2024-09-13T05:40:10.475 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../010-libcephfs2_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:10.475 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking libcephfs2 (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:10.475 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-rados. 2024-09-13T05:40:10.475 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../011-python3-rados_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:10.475 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-rados (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:10.475 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-09-13T05:40:10.475 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../012-python3-ceph-argparse_19.3.0-4911-g9d608eb1-1jammy_all.deb ... 2024-09-13T05:40:10.475 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-ceph-argparse (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:10.476 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-cephfs. 2024-09-13T05:40:10.476 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../013-python3-cephfs_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:10.476 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-cephfs (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:10.538 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-rbd. 2024-09-13T05:40:10.565 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../017-python3-rbd_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:10.573 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-09-13T05:40:10.600 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../012-python3-ceph-argparse_19.3.0-4911-g9d608eb1-1jammy_all.deb ... 2024-09-13T05:40:10.605 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-rbd (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:10.639 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-ceph-argparse (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:10.730 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-ceph-common. 2024-09-13T05:40:10.746 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../014-python3-ceph-common_19.3.0-4911-g9d608eb1-1jammy_all.deb ... 2024-09-13T05:40:10.789 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-ceph-common (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:10.883 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-cephfs. 2024-09-13T05:40:10.901 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../013-python3-cephfs_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:10.933 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-cephfs (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:10.941 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-09-13T05:40:10.968 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../018-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-09-13T05:40:11.008 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-13T05:40:11.133 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-wcwidth. 2024-09-13T05:40:11.159 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../015-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-09-13T05:40:11.200 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-13T05:40:11.236 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-ceph-common. 2024-09-13T05:40:11.263 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../014-python3-ceph-common_19.3.0-4911-g9d608eb1-1jammy_all.deb ... 2024-09-13T05:40:11.269 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-09-13T05:40:11.284 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../019-libreadline-dev_8.1.2-1_amd64.deb ... 2024-09-13T05:40:11.302 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-ceph-common (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:11.319 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-09-13T05:40:11.494 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-prettytable. 2024-09-13T05:40:11.520 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../016-python3-prettytable_2.5.0-2_all.deb ... 2024-09-13T05:40:11.561 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-09-13T05:40:11.588 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-09-13T05:40:11.614 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../020-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-09-13T05:40:11.622 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-wcwidth. 2024-09-13T05:40:11.649 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../015-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-09-13T05:40:11.655 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-13T05:40:11.689 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-13T05:40:11.821 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-rbd. 2024-09-13T05:40:11.847 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../017-python3-rbd_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:11.888 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-rbd (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:11.975 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package lua5.1. 2024-09-13T05:40:12.001 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../021-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-09-13T05:40:12.016 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-prettytable. 2024-09-13T05:40:12.041 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-09-13T05:40:12.043 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../016-python3-prettytable_2.5.0-2_all.deb ... 2024-09-13T05:40:12.083 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-09-13T05:40:12.208 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-09-13T05:40:12.234 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../018-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-09-13T05:40:12.266 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-13T05:40:12.336 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-rbd. 2024-09-13T05:40:12.353 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package lua-any. 2024-09-13T05:40:12.354 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../017-python3-rbd_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:12.368 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../022-lua-any_27ubuntu1_all.deb ... 2024-09-13T05:40:12.411 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking lua-any (27ubuntu1) ... 2024-09-13T05:40:12.486 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-rbd (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:12.544 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-09-13T05:40:12.570 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../019-libreadline-dev_8.1.2-1_amd64.deb ... 2024-09-13T05:40:12.610 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-09-13T05:40:12.622 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package zip. 2024-09-13T05:40:12.637 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../023-zip_3.0-12build2_amd64.deb ... 2024-09-13T05:40:12.672 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking zip (3.0-12build2) ... 2024-09-13T05:40:12.788 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-09-13T05:40:12.815 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../018-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-09-13T05:40:12.855 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-13T05:40:12.913 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-09-13T05:40:12.928 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../020-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-09-13T05:40:12.971 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-13T05:40:12.975 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package unzip. 2024-09-13T05:40:13.001 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../024-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-09-13T05:40:13.041 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-09-13T05:40:13.133 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-09-13T05:40:13.159 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../019-libreadline-dev_8.1.2-1_amd64.deb ... 2024-09-13T05:40:13.199 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-09-13T05:40:13.291 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package lua5.1. 2024-09-13T05:40:13.317 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../021-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-09-13T05:40:13.357 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-09-13T05:40:13.471 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package luarocks. 2024-09-13T05:40:13.497 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../025-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-09-13T05:40:13.502 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-09-13T05:40:13.518 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../020-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-09-13T05:40:13.537 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-09-13T05:40:13.560 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-13T05:40:13.669 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package lua-any. 2024-09-13T05:40:13.695 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../022-lua-any_27ubuntu1_all.deb ... 2024-09-13T05:40:13.735 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking lua-any (27ubuntu1) ... 2024-09-13T05:40:13.838 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package lua5.1. 2024-09-13T05:40:13.854 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../021-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-09-13T05:40:13.888 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-09-13T05:40:13.911 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package librgw2. 2024-09-13T05:40:13.938 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../026-librgw2_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:13.969 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking librgw2 (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:13.996 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package zip. 2024-09-13T05:40:14.011 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../023-zip_3.0-12build2_amd64.deb ... 2024-09-13T05:40:14.054 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking zip (3.0-12build2) ... 2024-09-13T05:40:14.208 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package lua-any. 2024-09-13T05:40:14.224 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../022-lua-any_27ubuntu1_all.deb ... 2024-09-13T05:40:14.266 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking lua-any (27ubuntu1) ... 2024-09-13T05:40:14.374 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package unzip. 2024-09-13T05:40:14.400 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../024-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-09-13T05:40:14.441 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-09-13T05:40:14.519 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package zip. 2024-09-13T05:40:14.530 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-rgw. 2024-09-13T05:40:14.535 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../023-zip_3.0-12build2_amd64.deb ... 2024-09-13T05:40:14.546 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../027-python3-rgw_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:14.581 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking zip (3.0-12build2) ... 2024-09-13T05:40:14.589 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-rgw (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:14.828 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package luarocks. 2024-09-13T05:40:14.839 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package unzip. 2024-09-13T05:40:14.854 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../025-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-09-13T05:40:14.865 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../024-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-09-13T05:40:14.894 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-09-13T05:40:14.908 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package liboath0:amd64. 2024-09-13T05:40:14.925 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-09-13T05:40:14.936 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../028-liboath0_2.6.7-3build1_amd64.deb ... 2024-09-13T05:40:14.975 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-09-13T05:40:15.252 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package librgw2. 2024-09-13T05:40:15.278 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../026-librgw2_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:15.286 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package libradosstriper1. 2024-09-13T05:40:15.312 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../029-libradosstriper1_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:15.317 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package luarocks. 2024-09-13T05:40:15.318 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking librgw2 (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:15.345 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../025-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-09-13T05:40:15.352 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking libradosstriper1 (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:15.384 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-09-13T05:40:15.706 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package ceph-common. 2024-09-13T05:40:15.732 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../030-ceph-common_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:15.750 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package librgw2. 2024-09-13T05:40:15.764 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking ceph-common (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:15.778 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../026-librgw2_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:15.817 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking librgw2 (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:15.920 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-rgw. 2024-09-13T05:40:15.936 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../027-python3-rgw_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:15.979 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-rgw (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:16.324 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package liboath0:amd64. 2024-09-13T05:40:16.350 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../028-liboath0_2.6.7-3build1_amd64.deb ... 2024-09-13T05:40:16.390 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-09-13T05:40:16.436 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-rgw. 2024-09-13T05:40:16.452 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../027-python3-rgw_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:16.494 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-rgw (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:16.643 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package libradosstriper1. 2024-09-13T05:40:16.665 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../029-libradosstriper1_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:16.701 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking libradosstriper1 (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:16.847 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package liboath0:amd64. 2024-09-13T05:40:16.874 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../028-liboath0_2.6.7-3build1_amd64.deb ... 2024-09-13T05:40:16.914 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-09-13T05:40:17.104 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package ceph-common. 2024-09-13T05:40:17.130 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../030-ceph-common_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:17.166 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package libradosstriper1. 2024-09-13T05:40:17.170 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking ceph-common (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:17.182 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../029-libradosstriper1_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:17.217 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking libradosstriper1 (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:17.302 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package ceph-base. 2024-09-13T05:40:17.329 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../031-ceph-base_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:17.378 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking ceph-base (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:17.770 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package ceph-common. 2024-09-13T05:40:17.797 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../030-ceph-common_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:17.836 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking ceph-common (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:17.957 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-09-13T05:40:17.983 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../032-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-09-13T05:40:18.023 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-09-13T05:40:18.276 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-cheroot. 2024-09-13T05:40:18.294 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../033-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-09-13T05:40:18.509 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-13T05:40:18.734 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package ceph-base. 2024-09-13T05:40:18.760 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../031-ceph-base_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:18.779 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-09-13T05:40:18.794 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../034-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-09-13T05:40:18.801 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking ceph-base (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:18.829 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-09-13T05:40:19.132 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-jaraco.text. 2024-09-13T05:40:19.158 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../035-python3-jaraco.text_3.6.0-2_all.deb ... 2024-09-13T05:40:19.198 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-09-13T05:40:19.346 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-09-13T05:40:19.373 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../032-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-09-13T05:40:19.408 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package ceph-base. 2024-09-13T05:40:19.413 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-09-13T05:40:19.435 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../031-ceph-base_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:19.484 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking ceph-base (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:19.485 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-09-13T05:40:19.511 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../036-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-09-13T05:40:19.551 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-09-13T05:40:19.699 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-cheroot. 2024-09-13T05:40:19.725 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../033-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-09-13T05:40:19.757 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-13T05:40:19.821 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-tempora. 2024-09-13T05:40:19.847 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../037-python3-tempora_4.1.2-1_all.deb ... 2024-09-13T05:40:19.879 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-09-13T05:40:20.035 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-09-13T05:40:20.062 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../034-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-09-13T05:40:20.079 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-09-13T05:40:20.093 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-09-13T05:40:20.107 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../032-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-09-13T05:40:20.146 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-09-13T05:40:20.148 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-portend. 2024-09-13T05:40:20.175 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../038-python3-portend_3.0.0-1_all.deb ... 2024-09-13T05:40:20.215 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-09-13T05:40:20.396 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-jaraco.text. 2024-09-13T05:40:20.422 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../035-python3-jaraco.text_3.6.0-2_all.deb ... 2024-09-13T05:40:20.440 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-cheroot. 2024-09-13T05:40:20.462 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-09-13T05:40:20.468 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../033-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-09-13T05:40:20.507 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-13T05:40:20.526 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-09-13T05:40:20.553 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../039-python3-zc.lockfile_2.0-1_all.deb ... 2024-09-13T05:40:20.593 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-09-13T05:40:20.766 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-09-13T05:40:20.792 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../036-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-09-13T05:40:20.817 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-09-13T05:40:20.832 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-09-13T05:40:20.844 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../034-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-09-13T05:40:20.885 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-09-13T05:40:20.895 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-cherrypy3. 2024-09-13T05:40:20.922 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../040-python3-cherrypy3_18.6.1-4_all.deb ... 2024-09-13T05:40:20.962 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-09-13T05:40:21.110 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-tempora. 2024-09-13T05:40:21.125 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../037-python3-tempora_4.1.2-1_all.deb ... 2024-09-13T05:40:21.160 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-09-13T05:40:21.171 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-jaraco.text. 2024-09-13T05:40:21.199 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../035-python3-jaraco.text_3.6.0-2_all.deb ... 2024-09-13T05:40:21.237 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-09-13T05:40:21.307 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-natsort. 2024-09-13T05:40:21.334 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../041-python3-natsort_8.0.2-1_all.deb ... 2024-09-13T05:40:21.373 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-09-13T05:40:21.437 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-portend. 2024-09-13T05:40:21.464 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../038-python3-portend_3.0.0-1_all.deb ... 2024-09-13T05:40:21.504 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-09-13T05:40:21.532 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-09-13T05:40:21.560 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../036-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-09-13T05:40:21.599 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-09-13T05:40:21.677 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-logutils. 2024-09-13T05:40:21.704 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../042-python3-logutils_0.3.3-8_all.deb ... 2024-09-13T05:40:21.743 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-09-13T05:40:21.830 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-09-13T05:40:21.856 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../039-python3-zc.lockfile_2.0-1_all.deb ... 2024-09-13T05:40:21.893 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-tempora. 2024-09-13T05:40:21.898 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-09-13T05:40:21.921 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../037-python3-tempora_4.1.2-1_all.deb ... 2024-09-13T05:40:21.960 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-09-13T05:40:22.021 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-markupsafe. 2024-09-13T05:40:22.048 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../043-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-09-13T05:40:22.088 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-09-13T05:40:22.201 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-cherrypy3. 2024-09-13T05:40:22.221 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-portend. 2024-09-13T05:40:22.228 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../040-python3-cherrypy3_18.6.1-4_all.deb ... 2024-09-13T05:40:22.237 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../038-python3-portend_3.0.0-1_all.deb ... 2024-09-13T05:40:22.268 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-09-13T05:40:22.279 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-09-13T05:40:22.357 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-mako. 2024-09-13T05:40:22.384 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../044-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-09-13T05:40:22.426 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-13T05:40:22.616 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-09-13T05:40:22.630 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-natsort. 2024-09-13T05:40:22.643 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../039-python3-zc.lockfile_2.0-1_all.deb ... 2024-09-13T05:40:22.656 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../041-python3-natsort_8.0.2-1_all.deb ... 2024-09-13T05:40:22.682 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-09-13T05:40:22.696 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-09-13T05:40:22.754 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-simplegeneric. 2024-09-13T05:40:22.781 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../045-python3-simplegeneric_0.8.1-3_all.deb ... 2024-09-13T05:40:22.821 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-09-13T05:40:22.986 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-cherrypy3. 2024-09-13T05:40:23.013 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../040-python3-cherrypy3_18.6.1-4_all.deb ... 2024-09-13T05:40:23.016 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-logutils. 2024-09-13T05:40:23.042 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../042-python3-logutils_0.3.3-8_all.deb ... 2024-09-13T05:40:23.052 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-09-13T05:40:23.083 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-09-13T05:40:23.099 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-singledispatch. 2024-09-13T05:40:23.125 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../046-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-09-13T05:40:23.165 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-09-13T05:40:23.394 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-markupsafe. 2024-09-13T05:40:23.397 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-natsort. 2024-09-13T05:40:23.420 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../043-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-09-13T05:40:23.424 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../041-python3-natsort_8.0.2-1_all.deb ... 2024-09-13T05:40:23.452 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-webob. 2024-09-13T05:40:23.460 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-09-13T05:40:23.463 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-09-13T05:40:23.478 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../047-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2024-09-13T05:40:23.518 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-13T05:40:23.713 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-mako. 2024-09-13T05:40:23.728 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../044-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-09-13T05:40:23.771 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-13T05:40:23.775 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-logutils. 2024-09-13T05:40:23.803 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../042-python3-logutils_0.3.3-8_all.deb ... 2024-09-13T05:40:23.842 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-09-13T05:40:23.855 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-waitress. 2024-09-13T05:40:23.881 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../048-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-09-13T05:40:24.011 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-13T05:40:24.128 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-markupsafe. 2024-09-13T05:40:24.155 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../043-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-09-13T05:40:24.194 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-09-13T05:40:24.439 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-mako. 2024-09-13T05:40:24.466 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../044-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-09-13T05:40:24.497 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-13T05:40:24.817 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-simplegeneric. 2024-09-13T05:40:24.825 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-simplegeneric. 2024-09-13T05:40:24.844 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../045-python3-simplegeneric_0.8.1-3_all.deb ... 2024-09-13T05:40:24.851 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../045-python3-simplegeneric_0.8.1-3_all.deb ... 2024-09-13T05:40:24.884 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-09-13T05:40:24.891 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-09-13T05:40:25.008 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-tempita. 2024-09-13T05:40:25.034 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../049-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-09-13T05:40:25.091 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-09-13T05:40:25.186 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-singledispatch. 2024-09-13T05:40:25.194 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-singledispatch. 2024-09-13T05:40:25.214 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../046-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-09-13T05:40:25.221 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../046-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-09-13T05:40:25.253 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-09-13T05:40:25.260 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-09-13T05:40:25.403 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-paste. 2024-09-13T05:40:25.429 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../050-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-09-13T05:40:25.469 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-09-13T05:40:25.556 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-webob. 2024-09-13T05:40:25.571 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-webob. 2024-09-13T05:40:25.583 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../047-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2024-09-13T05:40:25.598 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../047-python3-webob_1%3a1.8.6-1.1ubuntu0.1_all.deb ... 2024-09-13T05:40:25.622 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-13T05:40:25.638 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-13T05:40:25.789 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-09-13T05:40:25.816 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../051-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-09-13T05:40:25.856 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-09-13T05:40:25.949 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-waitress. 2024-09-13T05:40:25.965 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../048-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-09-13T05:40:26.002 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-13T05:40:26.158 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-pastedeploy. 2024-09-13T05:40:26.185 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../052-python3-pastedeploy_2.1.1-1_all.deb ... 2024-09-13T05:40:26.225 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-09-13T05:40:26.284 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-waitress. 2024-09-13T05:40:26.285 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-tempita. 2024-09-13T05:40:26.312 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../049-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-09-13T05:40:26.313 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../048-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-09-13T05:40:26.352 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-09-13T05:40:26.470 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-webtest. 2024-09-13T05:40:26.485 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../053-python3-webtest_2.0.35-1_all.deb ... 2024-09-13T05:40:26.528 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-09-13T05:40:26.658 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-paste. 2024-09-13T05:40:26.679 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-13T05:40:26.681 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../050-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-09-13T05:40:26.721 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-09-13T05:40:26.823 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-pecan. 2024-09-13T05:40:26.849 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../054-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-09-13T05:40:26.889 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-09-13T05:40:26.954 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-tempita. 2024-09-13T05:40:26.981 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../049-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-09-13T05:40:27.016 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-09-13T05:40:27.020 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-09-13T05:40:27.043 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../051-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-09-13T05:40:27.083 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-09-13T05:40:27.261 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-certifi. 2024-09-13T05:40:27.288 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../055-python3-certifi_2020.6.20-1_all.deb ... 2024-09-13T05:40:27.328 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-09-13T05:40:27.331 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-paste. 2024-09-13T05:40:27.359 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../050-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-09-13T05:40:27.386 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-pastedeploy. 2024-09-13T05:40:27.407 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-09-13T05:40:27.412 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../052-python3-pastedeploy_2.1.1-1_all.deb ... 2024-09-13T05:40:27.452 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-09-13T05:40:27.647 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-idna. 2024-09-13T05:40:27.674 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../056-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-09-13T05:40:27.709 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-09-13T05:40:27.714 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-09-13T05:40:27.725 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../051-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-09-13T05:40:27.755 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-webtest. 2024-09-13T05:40:27.768 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-09-13T05:40:27.781 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../053-python3-webtest_2.0.35-1_all.deb ... 2024-09-13T05:40:27.821 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-09-13T05:40:27.992 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-urllib3. 2024-09-13T05:40:28.007 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../057-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-09-13T05:40:28.041 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-13T05:40:28.141 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-pecan. 2024-09-13T05:40:28.167 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../054-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-09-13T05:40:28.207 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-09-13T05:40:28.237 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-pastedeploy. 2024-09-13T05:40:28.264 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../052-python3-pastedeploy_2.1.1-1_all.deb ... 2024-09-13T05:40:28.304 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-09-13T05:40:28.337 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-requests. 2024-09-13T05:40:28.352 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../058-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-09-13T05:40:28.387 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-13T05:40:28.546 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-certifi. 2024-09-13T05:40:28.572 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../055-python3-certifi_2020.6.20-1_all.deb ... 2024-09-13T05:40:28.612 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-09-13T05:40:28.615 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-webtest. 2024-09-13T05:40:28.643 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../053-python3-webtest_2.0.35-1_all.deb ... 2024-09-13T05:40:28.682 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-09-13T05:40:28.710 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-werkzeug. 2024-09-13T05:40:28.733 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../059-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-09-13T05:40:28.773 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-13T05:40:28.906 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-idna. 2024-09-13T05:40:28.933 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../056-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-09-13T05:40:28.968 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-pecan. 2024-09-13T05:40:28.973 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-09-13T05:40:28.995 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../054-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-09-13T05:40:29.027 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-09-13T05:40:29.043 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-09-13T05:40:29.058 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../060-ceph-mgr-modules-core_19.3.0-4911-g9d608eb1-1jammy_all.deb ... 2024-09-13T05:40:29.093 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking ceph-mgr-modules-core (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:29.301 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-urllib3. 2024-09-13T05:40:29.327 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../057-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-09-13T05:40:29.356 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-certifi. 2024-09-13T05:40:29.367 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-13T05:40:29.383 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../055-python3-certifi_2020.6.20-1_all.deb ... 2024-09-13T05:40:29.414 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-09-13T05:40:29.457 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-09-13T05:40:29.483 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../061-libsqlite3-mod-ceph_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:29.525 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking libsqlite3-mod-ceph (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:29.687 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-requests. 2024-09-13T05:40:29.713 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../058-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-09-13T05:40:29.717 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-idna. 2024-09-13T05:40:29.745 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../056-python3-idna_3.3-1ubuntu0.1_all.deb ... 2024-09-13T05:40:29.753 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-13T05:40:29.784 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-idna (3.3-1ubuntu0.1) ... 2024-09-13T05:40:29.792 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-bcrypt. 2024-09-13T05:40:29.819 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../062-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-09-13T05:40:29.850 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-09-13T05:40:30.065 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-werkzeug. 2024-09-13T05:40:30.091 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../059-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-09-13T05:40:30.095 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-urllib3. 2024-09-13T05:40:30.122 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../057-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-09-13T05:40:30.129 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-openssl. 2024-09-13T05:40:30.133 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-13T05:40:30.155 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../063-python3-openssl_21.0.0-1_all.deb ... 2024-09-13T05:40:30.161 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-13T05:40:30.195 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-09-13T05:40:30.420 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-09-13T05:40:30.446 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../060-ceph-mgr-modules-core_19.3.0-4911-g9d608eb1-1jammy_all.deb ... 2024-09-13T05:40:30.486 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking ceph-mgr-modules-core (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:30.515 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-requests. 2024-09-13T05:40:30.532 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package ceph-mgr. 2024-09-13T05:40:30.542 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../058-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-09-13T05:40:30.558 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../064-ceph-mgr_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:30.581 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-13T05:40:30.598 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking ceph-mgr (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:30.858 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-09-13T05:40:30.884 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../061-libsqlite3-mod-ceph_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:30.893 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-werkzeug. 2024-09-13T05:40:30.920 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../059-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.2_all.deb ... 2024-09-13T05:40:30.935 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package ceph-mon. 2024-09-13T05:40:30.940 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking libsqlite3-mod-ceph (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:30.961 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-13T05:40:30.961 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../065-ceph-mon_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:31.001 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking ceph-mon (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:31.237 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-09-13T05:40:31.252 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-bcrypt. 2024-09-13T05:40:31.265 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../060-ceph-mgr-modules-core_19.3.0-4911-g9d608eb1-1jammy_all.deb ... 2024-09-13T05:40:31.278 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../062-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-09-13T05:40:31.304 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking ceph-mgr-modules-core (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:31.318 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-09-13T05:40:31.604 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-openssl. 2024-09-13T05:40:31.605 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package ceph-osd. 2024-09-13T05:40:31.631 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../063-python3-openssl_21.0.0-1_all.deb ... 2024-09-13T05:40:31.631 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../066-ceph-osd_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:31.671 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-09-13T05:40:31.671 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking ceph-osd (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:31.676 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-09-13T05:40:31.703 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../061-libsqlite3-mod-ceph_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:31.742 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking libsqlite3-mod-ceph (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:31.948 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package ceph-mgr. 2024-09-13T05:40:31.964 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../064-ceph-mgr_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:32.007 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking ceph-mgr (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:32.053 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-bcrypt. 2024-09-13T05:40:32.069 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../062-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-09-13T05:40:32.111 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-09-13T05:40:32.402 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package ceph-mon. 2024-09-13T05:40:32.414 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-openssl. 2024-09-13T05:40:32.428 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../065-ceph-mon_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:32.441 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../063-python3-openssl_21.0.0-1_all.deb ... 2024-09-13T05:40:32.468 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking ceph-mon (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:32.480 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-09-13T05:40:32.741 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package ceph. 2024-09-13T05:40:32.759 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package ceph-mgr. 2024-09-13T05:40:32.768 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../067-ceph_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:32.783 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../064-ceph-mgr_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:32.807 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking ceph (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:32.817 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking ceph-mgr (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:33.080 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package ceph-osd. 2024-09-13T05:40:33.106 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../066-ceph-osd_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:33.136 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package ceph-fuse. 2024-09-13T05:40:33.146 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking ceph-osd (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:33.162 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../068-ceph-fuse_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:33.195 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package ceph-mon. 2024-09-13T05:40:33.202 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking ceph-fuse (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:33.222 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../065-ceph-mon_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:33.262 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking ceph-mon (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:33.539 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package ceph-mds. 2024-09-13T05:40:33.565 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../069-ceph-mds_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:33.605 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking ceph-mds (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:33.848 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package ceph-osd. 2024-09-13T05:40:33.876 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../066-ceph-osd_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:33.915 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking ceph-osd (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:34.175 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package cephadm. 2024-09-13T05:40:34.202 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../070-cephadm_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:34.241 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking cephadm (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:34.366 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package ceph. 2024-09-13T05:40:34.382 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../067-ceph_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:34.416 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking ceph (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:34.553 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-asyncssh. 2024-09-13T05:40:34.579 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../071-python3-asyncssh_2.5.0-1_all.deb ... 2024-09-13T05:40:34.619 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-09-13T05:40:34.702 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package ceph-fuse. 2024-09-13T05:40:34.729 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../068-ceph-fuse_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:34.768 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking ceph-fuse (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:34.947 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python-babel-localedata. 2024-09-13T05:40:34.974 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../072-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-09-13T05:40:34.993 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package ceph. 2024-09-13T05:40:35.014 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-13T05:40:35.020 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../067-ceph_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:35.060 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking ceph (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:35.155 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package ceph-mds. 2024-09-13T05:40:35.182 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../069-ceph-mds_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:35.232 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking ceph-mds (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:35.287 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package ceph-fuse. 2024-09-13T05:40:35.327 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../068-ceph-fuse_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:35.346 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking ceph-fuse (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:35.616 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package cephadm. 2024-09-13T05:40:35.643 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../070-cephadm_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:35.682 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking cephadm (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:35.707 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package ceph-mds. 2024-09-13T05:40:35.735 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../069-ceph-mds_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:35.773 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking ceph-mds (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:35.968 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-asyncssh. 2024-09-13T05:40:35.977 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-babel. 2024-09-13T05:40:35.984 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../071-python3-asyncssh_2.5.0-1_all.deb ... 2024-09-13T05:40:36.004 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../073-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-09-13T05:40:36.018 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-09-13T05:40:36.035 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-09-13T05:40:36.160 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package cephadm. 2024-09-13T05:40:36.187 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../070-cephadm_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:36.226 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking cephadm (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:36.339 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-jinja2. 2024-09-13T05:40:36.354 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python-babel-localedata. 2024-09-13T05:40:36.365 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../074-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-09-13T05:40:36.370 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../072-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-09-13T05:40:36.405 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-13T05:40:36.412 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-13T05:40:36.512 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-asyncssh. 2024-09-13T05:40:36.539 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../071-python3-asyncssh_2.5.0-1_all.deb ... 2024-09-13T05:40:36.570 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-09-13T05:40:36.733 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-09-13T05:40:36.760 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../075-ceph-mgr-cephadm_19.3.0-4911-g9d608eb1-1jammy_all.deb ... 2024-09-13T05:40:36.799 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking ceph-mgr-cephadm (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:36.857 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python-babel-localedata. 2024-09-13T05:40:36.872 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../072-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-09-13T05:40:36.915 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-13T05:40:37.129 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-repoze.lru. 2024-09-13T05:40:37.155 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../076-python3-repoze.lru_0.7-2_all.deb ... 2024-09-13T05:40:37.195 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-09-13T05:40:37.401 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-babel. 2024-09-13T05:40:37.428 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../073-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-09-13T05:40:37.467 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-09-13T05:40:37.498 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-routes. 2024-09-13T05:40:37.524 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../077-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-09-13T05:40:37.564 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-09-13T05:40:37.770 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-jinja2. 2024-09-13T05:40:37.797 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../074-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-09-13T05:40:37.836 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-13T05:40:37.895 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-babel. 2024-09-13T05:40:37.901 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-09-13T05:40:37.923 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../073-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-09-13T05:40:37.928 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../078-ceph-mgr-dashboard_19.3.0-4911-g9d608eb1-1jammy_all.deb ... 2024-09-13T05:40:37.968 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking ceph-mgr-dashboard (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:37.986 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-09-13T05:40:38.173 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-09-13T05:40:38.200 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../075-ceph-mgr-cephadm_19.3.0-4911-g9d608eb1-1jammy_all.deb ... 2024-09-13T05:40:38.239 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking ceph-mgr-cephadm (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:38.306 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-jinja2. 2024-09-13T05:40:38.334 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../074-python3-jinja2_3.0.3-1ubuntu0.2_all.deb ... 2024-09-13T05:40:38.372 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-13T05:40:38.593 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-repoze.lru. 2024-09-13T05:40:38.620 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../076-python3-repoze.lru_0.7-2_all.deb ... 2024-09-13T05:40:38.659 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-09-13T05:40:38.876 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-09-13T05:40:38.904 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../075-ceph-mgr-cephadm_19.3.0-4911-g9d608eb1-1jammy_all.deb ... 2024-09-13T05:40:38.942 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking ceph-mgr-cephadm (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:38.962 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-routes. 2024-09-13T05:40:38.989 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../077-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-09-13T05:40:39.028 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-09-13T05:40:39.237 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-repoze.lru. 2024-09-13T05:40:39.265 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../076-python3-repoze.lru_0.7-2_all.deb ... 2024-09-13T05:40:39.304 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-09-13T05:40:39.365 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-09-13T05:40:39.391 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../078-ceph-mgr-dashboard_19.3.0-4911-g9d608eb1-1jammy_all.deb ... 2024-09-13T05:40:39.431 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking ceph-mgr-dashboard (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:39.615 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-routes. 2024-09-13T05:40:39.642 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../077-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-09-13T05:40:39.681 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-09-13T05:40:40.002 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-09-13T05:40:40.029 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../078-ceph-mgr-dashboard_19.3.0-4911-g9d608eb1-1jammy_all.deb ... 2024-09-13T05:40:40.068 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking ceph-mgr-dashboard (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:40.531 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-09-13T05:40:40.549 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../079-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-09-13T05:40:40.581 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-13T05:40:41.068 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-joblib. 2024-09-13T05:40:41.095 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../080-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-09-13T05:40:41.134 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-09-13T05:40:41.505 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-09-13T05:40:41.532 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../081-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-09-13T05:40:41.571 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-09-13T05:40:41.874 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-sklearn. 2024-09-13T05:40:41.902 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../082-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-09-13T05:40:42.018 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-13T05:40:42.127 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-09-13T05:40:42.144 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../079-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-09-13T05:40:42.185 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-13T05:40:42.622 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-joblib. 2024-09-13T05:40:42.638 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../080-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-09-13T05:40:42.670 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-09-13T05:40:42.672 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-09-13T05:40:42.697 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../083-ceph-mgr-diskprediction-local_19.3.0-4911-g9d608eb1-1jammy_all.deb ... 2024-09-13T05:40:42.736 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking ceph-mgr-diskprediction-local (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:42.848 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-09-13T05:40:42.866 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../079-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-09-13T05:40:42.897 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-13T05:40:43.034 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-09-13T05:40:43.061 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../081-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-09-13T05:40:43.100 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-09-13T05:40:43.327 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-joblib. 2024-09-13T05:40:43.354 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../080-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-09-13T05:40:43.393 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-09-13T05:40:43.403 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-sklearn. 2024-09-13T05:40:43.430 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../082-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-09-13T05:40:43.555 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-13T05:40:43.714 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-cachetools. 2024-09-13T05:40:43.742 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../084-python3-cachetools_5.0.0-1_all.deb ... 2024-09-13T05:40:43.771 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-09-13T05:40:43.781 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-09-13T05:40:43.800 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../081-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-09-13T05:40:43.888 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-09-13T05:40:44.266 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-sklearn. 2024-09-13T05:40:44.294 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../082-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-09-13T05:40:44.426 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-13T05:40:44.509 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-pyasn1. 2024-09-13T05:40:44.536 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../085-python3-pyasn1_0.4.8-1_all.deb ... 2024-09-13T05:40:44.567 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-09-13T05:40:44.630 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-09-13T05:40:44.658 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../083-ceph-mgr-diskprediction-local_19.3.0-4911-g9d608eb1-1jammy_all.deb ... 2024-09-13T05:40:44.697 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking ceph-mgr-diskprediction-local (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:44.896 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-09-13T05:40:44.923 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../086-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-09-13T05:40:44.963 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-09-13T05:40:45.121 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-09-13T05:40:45.150 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../083-ceph-mgr-diskprediction-local_19.3.0-4911-g9d608eb1-1jammy_all.deb ... 2024-09-13T05:40:45.187 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking ceph-mgr-diskprediction-local (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:45.274 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-rsa. 2024-09-13T05:40:45.301 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../087-python3-rsa_4.8-1_all.deb ... 2024-09-13T05:40:45.340 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-rsa (4.8-1) ... 2024-09-13T05:40:45.625 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-cachetools. 2024-09-13T05:40:45.652 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../084-python3-cachetools_5.0.0-1_all.deb ... 2024-09-13T05:40:45.661 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-google-auth. 2024-09-13T05:40:45.688 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../088-python3-google-auth_1.5.1-3_all.deb ... 2024-09-13T05:40:45.691 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-09-13T05:40:45.727 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-09-13T05:40:45.986 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-pyasn1. 2024-09-13T05:40:46.013 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../085-python3-pyasn1_0.4.8-1_all.deb ... 2024-09-13T05:40:46.031 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-09-13T05:40:46.052 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-09-13T05:40:46.058 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../089-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-09-13T05:40:46.089 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-13T05:40:46.165 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-cachetools. 2024-09-13T05:40:46.193 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../084-python3-cachetools_5.0.0-1_all.deb ... 2024-09-13T05:40:46.232 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-09-13T05:40:46.375 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-websocket. 2024-09-13T05:40:46.381 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-09-13T05:40:46.403 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../090-python3-websocket_1.2.3-1_all.deb ... 2024-09-13T05:40:46.408 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../086-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-09-13T05:40:46.442 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-09-13T05:40:46.447 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-09-13T05:40:46.509 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-pyasn1. 2024-09-13T05:40:46.538 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../085-python3-pyasn1_0.4.8-1_all.deb ... 2024-09-13T05:40:46.576 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-09-13T05:40:46.758 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-rsa. 2024-09-13T05:40:46.762 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-kubernetes. 2024-09-13T05:40:46.786 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../087-python3-rsa_4.8-1_all.deb ... 2024-09-13T05:40:46.789 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../091-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-09-13T05:40:46.825 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-rsa (4.8-1) ... 2024-09-13T05:40:46.828 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-13T05:40:46.846 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-09-13T05:40:46.863 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../086-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-09-13T05:40:46.896 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-09-13T05:40:47.137 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-google-auth. 2024-09-13T05:40:47.165 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../088-python3-google-auth_1.5.1-3_all.deb ... 2024-09-13T05:40:47.165 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-rsa. 2024-09-13T05:40:47.182 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../087-python3-rsa_4.8-1_all.deb ... 2024-09-13T05:40:47.212 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-09-13T05:40:47.223 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-rsa (4.8-1) ... 2024-09-13T05:40:47.459 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-09-13T05:40:47.488 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../092-ceph-mgr-k8sevents_19.3.0-4911-g9d608eb1-1jammy_all.deb ... 2024-09-13T05:40:47.517 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking ceph-mgr-k8sevents (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:47.532 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-09-13T05:40:47.553 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-google-auth. 2024-09-13T05:40:47.559 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../089-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-09-13T05:40:47.581 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../088-python3-google-auth_1.5.1-3_all.deb ... 2024-09-13T05:40:47.598 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-13T05:40:47.619 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-09-13T05:40:47.868 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-websocket. 2024-09-13T05:40:47.870 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package libonig5:amd64. 2024-09-13T05:40:47.895 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../090-python3-websocket_1.2.3-1_all.deb ... 2024-09-13T05:40:47.898 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../093-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-09-13T05:40:47.934 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-09-13T05:40:47.937 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-13T05:40:47.939 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-09-13T05:40:47.967 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../089-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-09-13T05:40:48.005 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-13T05:40:48.246 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-kubernetes. 2024-09-13T05:40:48.273 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package libjq1:amd64. 2024-09-13T05:40:48.274 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../091-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-09-13T05:40:48.300 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-websocket. 2024-09-13T05:40:48.301 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../094-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-09-13T05:40:48.312 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-13T05:40:48.328 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../090-python3-websocket_1.2.3-1_all.deb ... 2024-09-13T05:40:48.340 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-13T05:40:48.366 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-09-13T05:40:48.568 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package jq. 2024-09-13T05:40:48.584 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../095-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-09-13T05:40:48.617 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-09-13T05:40:48.678 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-kubernetes. 2024-09-13T05:40:48.707 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../091-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-09-13T05:40:48.863 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package socat. 2024-09-13T05:40:48.890 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../096-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-09-13T05:40:48.903 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-13T05:40:48.929 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-09-13T05:40:48.951 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-09-13T05:40:48.967 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../092-ceph-mgr-k8sevents_19.3.0-4911-g9d608eb1-1jammy_all.deb ... 2024-09-13T05:40:49.000 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking ceph-mgr-k8sevents (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:49.232 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package xmlstarlet. 2024-09-13T05:40:49.248 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../097-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-09-13T05:40:49.262 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package libonig5:amd64. 2024-09-13T05:40:49.290 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../093-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-09-13T05:40:49.290 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-09-13T05:40:49.320 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-13T05:40:49.608 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-09-13T05:40:49.620 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package ceph-test. 2024-09-13T05:40:49.625 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../092-ceph-mgr-k8sevents_19.3.0-4911-g9d608eb1-1jammy_all.deb ... 2024-09-13T05:40:49.631 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package libjq1:amd64. 2024-09-13T05:40:49.636 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../098-ceph-test_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:49.658 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking ceph-mgr-k8sevents (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:49.659 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../094-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-09-13T05:40:49.678 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking ceph-test (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:49.697 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-13T05:40:49.953 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package libonig5:amd64. 2024-09-13T05:40:49.975 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package jq. 2024-09-13T05:40:49.981 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../093-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-09-13T05:40:49.991 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../095-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-09-13T05:40:50.019 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-13T05:40:50.033 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-09-13T05:40:50.270 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package socat. 2024-09-13T05:40:50.297 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../096-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-09-13T05:40:50.336 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-09-13T05:40:50.356 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package libjq1:amd64. 2024-09-13T05:40:50.384 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../094-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-09-13T05:40:50.422 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-13T05:40:50.614 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package xmlstarlet. 2024-09-13T05:40:50.630 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../097-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-09-13T05:40:50.663 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-09-13T05:40:50.674 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package jq. 2024-09-13T05:40:50.700 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../095-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-09-13T05:40:50.741 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-09-13T05:40:50.961 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package socat. 2024-09-13T05:40:50.977 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../096-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-09-13T05:40:51.009 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package ceph-test. 2024-09-13T05:40:51.019 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-09-13T05:40:51.026 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../098-ceph-test_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:51.067 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking ceph-test (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:51.314 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package xmlstarlet. 2024-09-13T05:40:51.342 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../097-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-09-13T05:40:51.380 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-09-13T05:40:51.701 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package ceph-test. 2024-09-13T05:40:51.718 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../098-ceph-test_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:51.751 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking ceph-test (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:52.141 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package ceph-volume. 2024-09-13T05:40:52.169 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../099-ceph-volume_19.3.0-4911-g9d608eb1-1jammy_all.deb ... 2024-09-13T05:40:52.207 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking ceph-volume (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:52.503 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package libcephfs-dev. 2024-09-13T05:40:52.520 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../100-libcephfs-dev_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:52.561 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking libcephfs-dev (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:52.906 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package lua-socket:amd64. 2024-09-13T05:40:52.934 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../101-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-09-13T05:40:52.973 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-13T05:40:53.294 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package lua-sec:amd64. 2024-09-13T05:40:53.322 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../102-lua-sec_1.0.2-1_amd64.deb ... 2024-09-13T05:40:53.360 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-09-13T05:40:53.672 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package ceph-volume. 2024-09-13T05:40:53.700 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../099-ceph-volume_19.3.0-4911-g9d608eb1-1jammy_all.deb ... 2024-09-13T05:40:53.706 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package nvme-cli. 2024-09-13T05:40:53.735 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../103-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2024-09-13T05:40:53.738 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking ceph-volume (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:53.773 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2024-09-13T05:40:54.034 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package libcephfs-dev. 2024-09-13T05:40:54.050 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../100-libcephfs-dev_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:54.092 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking libcephfs-dev (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:54.187 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package pkg-config. 2024-09-13T05:40:54.215 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../104-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-09-13T05:40:54.253 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-09-13T05:40:54.263 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package ceph-volume. 2024-09-13T05:40:54.292 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../099-ceph-volume_19.3.0-4911-g9d608eb1-1jammy_all.deb ... 2024-09-13T05:40:54.330 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking ceph-volume (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:54.403 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package lua-socket:amd64. 2024-09-13T05:40:54.431 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../101-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-09-13T05:40:54.469 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-13T05:40:54.506 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-09-13T05:40:54.534 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../105-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-09-13T05:40:54.573 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-09-13T05:40:54.659 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package libcephfs-dev. 2024-09-13T05:40:54.685 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../100-libcephfs-dev_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:54.725 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking libcephfs-dev (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:54.774 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package lua-sec:amd64. 2024-09-13T05:40:54.802 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../102-lua-sec_1.0.2-1_amd64.deb ... 2024-09-13T05:40:54.832 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-09-13T05:40:54.984 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-iniconfig. 2024-09-13T05:40:55.012 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package lua-socket:amd64. 2024-09-13T05:40:55.013 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../106-python3-iniconfig_1.1.1-2_all.deb ... 2024-09-13T05:40:55.041 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../101-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-09-13T05:40:55.051 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-09-13T05:40:55.078 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-13T05:40:55.203 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package nvme-cli. 2024-09-13T05:40:55.231 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../103-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2024-09-13T05:40:55.269 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2024-09-13T05:40:55.362 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-pastescript. 2024-09-13T05:40:55.390 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../107-python3-pastescript_2.0.2-4_all.deb ... 2024-09-13T05:40:55.416 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package lua-sec:amd64. 2024-09-13T05:40:55.445 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../102-lua-sec_1.0.2-1_amd64.deb ... 2024-09-13T05:40:55.445 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-09-13T05:40:55.482 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-09-13T05:40:55.691 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package pkg-config. 2024-09-13T05:40:55.719 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../104-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-09-13T05:40:55.757 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-09-13T05:40:55.757 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-pluggy. 2024-09-13T05:40:55.786 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../108-python3-pluggy_0.13.0-7.1_all.deb ... 2024-09-13T05:40:55.811 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package nvme-cli. 2024-09-13T05:40:55.815 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-09-13T05:40:55.840 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../103-nvme-cli_1.16-3ubuntu0.3_amd64.deb ... 2024-09-13T05:40:55.878 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking nvme-cli (1.16-3ubuntu0.3) ... 2024-09-13T05:40:56.002 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-09-13T05:40:56.030 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../105-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-09-13T05:40:56.068 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-09-13T05:40:56.110 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-psutil. 2024-09-13T05:40:56.141 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../109-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-09-13T05:40:56.176 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-09-13T05:40:56.233 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package pkg-config. 2024-09-13T05:40:56.262 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../104-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-09-13T05:40:56.299 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-09-13T05:40:56.471 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-iniconfig. 2024-09-13T05:40:56.499 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../106-python3-iniconfig_1.1.1-2_all.deb ... 2024-09-13T05:40:56.530 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-py. 2024-09-13T05:40:56.537 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-09-13T05:40:56.558 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../110-python3-py_1.10.0-1_all.deb ... 2024-09-13T05:40:56.560 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-09-13T05:40:56.589 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../105-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-09-13T05:40:56.596 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-py (1.10.0-1) ... 2024-09-13T05:40:56.627 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-09-13T05:40:56.815 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-pastescript. 2024-09-13T05:40:56.843 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../107-python3-pastescript_2.0.2-4_all.deb ... 2024-09-13T05:40:56.882 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-09-13T05:40:56.891 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-pygments. 2024-09-13T05:40:56.920 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../111-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-09-13T05:40:56.958 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-09-13T05:40:57.055 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-iniconfig. 2024-09-13T05:40:57.084 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../106-python3-iniconfig_1.1.1-2_all.deb ... 2024-09-13T05:40:57.167 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-09-13T05:40:57.168 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-pluggy. 2024-09-13T05:40:57.184 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../108-python3-pluggy_0.13.0-7.1_all.deb ... 2024-09-13T05:40:57.227 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-09-13T05:40:57.421 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-pyinotify. 2024-09-13T05:40:57.449 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../112-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-09-13T05:40:57.466 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-pastescript. 2024-09-13T05:40:57.487 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-09-13T05:40:57.495 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../107-python3-pastescript_2.0.2-4_all.deb ... 2024-09-13T05:40:57.521 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-psutil. 2024-09-13T05:40:57.532 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-09-13T05:40:57.549 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../109-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-09-13T05:40:57.587 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-09-13T05:40:57.790 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-toml. 2024-09-13T05:40:57.806 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../113-python3-toml_0.10.2-1_all.deb ... 2024-09-13T05:40:57.836 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-pluggy. 2024-09-13T05:40:57.848 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-09-13T05:40:57.864 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../108-python3-pluggy_0.13.0-7.1_all.deb ... 2024-09-13T05:40:57.907 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-py. 2024-09-13T05:40:57.911 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-09-13T05:40:57.935 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../110-python3-py_1.10.0-1_all.deb ... 2024-09-13T05:40:57.973 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-py (1.10.0-1) ... 2024-09-13T05:40:58.109 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-pytest. 2024-09-13T05:40:58.126 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../114-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-09-13T05:40:58.167 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-09-13T05:40:58.197 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-psutil. 2024-09-13T05:40:58.226 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../109-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-09-13T05:40:58.263 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-09-13T05:40:58.294 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-pygments. 2024-09-13T05:40:58.321 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../111-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-09-13T05:40:58.368 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-09-13T05:40:58.538 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package python3-simplejson. 2024-09-13T05:40:58.566 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../115-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-09-13T05:40:58.600 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-py. 2024-09-13T05:40:58.604 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-09-13T05:40:58.629 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../110-python3-py_1.10.0-1_all.deb ... 2024-09-13T05:40:58.674 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-py (1.10.0-1) ... 2024-09-13T05:40:58.864 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-pyinotify. 2024-09-13T05:40:58.874 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-09-13T05:40:58.890 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../116-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-09-13T05:40:58.892 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../112-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-09-13T05:40:58.930 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-09-13T05:40:58.932 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-09-13T05:40:59.237 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-pygments. 2024-09-13T05:40:59.241 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-toml. 2024-09-13T05:40:59.265 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../111-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-09-13T05:40:59.269 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../113-python3-toml_0.10.2-1_all.deb ... 2024-09-13T05:40:59.303 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-09-13T05:40:59.308 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-09-13T05:40:59.586 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-pytest. 2024-09-13T05:40:59.614 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../114-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-09-13T05:40:59.644 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-09-13T05:40:59.678 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package radosgw. 2024-09-13T05:40:59.706 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../117-radosgw_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:40:59.707 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-pyinotify. 2024-09-13T05:40:59.724 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../112-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-09-13T05:40:59.744 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking radosgw (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:40:59.765 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-09-13T05:41:00.076 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-toml. 2024-09-13T05:41:00.104 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../113-python3-toml_0.10.2-1_all.deb ... 2024-09-13T05:41:00.142 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-09-13T05:41:00.214 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package python3-simplejson. 2024-09-13T05:41:00.242 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../115-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-09-13T05:41:00.280 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-09-13T05:41:00.445 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-pytest. 2024-09-13T05:41:00.474 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../114-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-09-13T05:41:00.512 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-09-13T05:41:00.550 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-09-13T05:41:00.578 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../116-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-09-13T05:41:00.616 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-09-13T05:41:00.639 INFO:teuthology.orchestra.run.smithi192.stdout:Selecting previously unselected package rbd-fuse. 2024-09-13T05:41:00.656 INFO:teuthology.orchestra.run.smithi192.stdout:Preparing to unpack .../118-rbd-fuse_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:41:00.689 INFO:teuthology.orchestra.run.smithi192.stdout:Unpacking rbd-fuse (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:00.857 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package python3-simplejson. 2024-09-13T05:41:00.886 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../115-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-09-13T05:41:00.923 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-09-13T05:41:00.977 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-09-13T05:41:01.201 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-09-13T05:41:01.211 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-13T05:41:01.218 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../116-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-09-13T05:41:01.259 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-09-13T05:41:01.312 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package radosgw. 2024-09-13T05:41:01.337 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2024-09-13T05:41:01.340 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../117-radosgw_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:41:01.378 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking radosgw (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:01.623 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-09-13T05:41:01.950 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-09-13T05:41:01.988 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package radosgw. 2024-09-13T05:41:02.017 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../117-radosgw_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:41:02.054 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking radosgw (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:02.231 INFO:teuthology.orchestra.run.smithi097.stdout:Selecting previously unselected package rbd-fuse. 2024-09-13T05:41:02.247 INFO:teuthology.orchestra.run.smithi097.stdout:Preparing to unpack .../118-rbd-fuse_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:41:02.306 INFO:teuthology.orchestra.run.smithi097.stdout:Unpacking rbd-fuse (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:02.360 INFO:teuthology.orchestra.run.smithi192.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-09-13T05:41:02.430 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up cephadm (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:02.584 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-09-13T05:41:02.844 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-13T05:41:02.922 INFO:teuthology.orchestra.run.smithi192.stdout:Adding system user cephadm....done 2024-09-13T05:41:02.970 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2024-09-13T05:41:03.033 INFO:teuthology.orchestra.run.smithi037.stdout:Selecting previously unselected package rbd-fuse. 2024-09-13T05:41:03.047 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-13T05:41:03.050 INFO:teuthology.orchestra.run.smithi037.stdout:Preparing to unpack .../118-rbd-fuse_19.3.0-4911-g9d608eb1-1jammy_amd64.deb ... 2024-09-13T05:41:03.090 INFO:teuthology.orchestra.run.smithi037.stdout:Unpacking rbd-fuse (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:03.220 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-09-13T05:41:03.340 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-09-13T05:41:03.388 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-09-13T05:41:03.564 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-09-13T05:41:03.583 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-09-13T05:41:03.692 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-09-13T05:41:03.746 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-09-13T05:41:03.872 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up nvme-cli (1.16-3ubuntu0.3) ... 2024-09-13T05:41:03.928 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-09-13T05:41:03.976 INFO:teuthology.orchestra.run.smithi097.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-09-13T05:41:04.038 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up cephadm (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:04.142 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-09-13T05:41:04.178 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-09-13T05:41:04.304 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-py (1.10.0-1) ... 2024-09-13T05:41:04.479 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-09-13T05:41:04.563 INFO:teuthology.orchestra.run.smithi097.stdout:Adding system user cephadm....done 2024-09-13T05:41:04.606 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-09-13T05:41:04.711 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-13T05:41:04.922 INFO:teuthology.orchestra.run.smithi037.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-09-13T05:41:04.991 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up cephadm (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:05.045 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-09-13T05:41:05.158 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-09-13T05:41:05.288 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-09-13T05:41:05.425 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-09-13T05:41:05.490 INFO:teuthology.orchestra.run.smithi037.stdout:Adding system user cephadm....done 2024-09-13T05:41:05.597 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-09-13T05:41:05.638 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-09-13T05:41:05.726 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-09-13T05:41:05.865 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-09-13T05:41:05.906 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-09-13T05:41:05.986 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-09-13T05:41:06.125 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-09-13T05:41:06.149 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-09-13T05:41:06.221 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-09-13T05:41:06.251 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-py (1.10.0-1) ... 2024-09-13T05:41:06.275 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-09-13T05:41:06.471 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-09-13T05:41:06.535 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-09-13T05:41:06.552 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-09-13T05:41:06.798 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-ceph-argparse (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:06.836 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-09-13T05:41:06.913 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-09-13T05:41:06.962 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-py (1.10.0-1) ... 2024-09-13T05:41:07.065 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-13T05:41:07.147 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-09-13T05:41:07.191 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up libnbd0 (1.10.5-1) ... 2024-09-13T05:41:07.273 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-09-13T05:41:07.317 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-13T05:41:07.398 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-09-13T05:41:07.443 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-09-13T05:41:07.561 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-09-13T05:41:07.649 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-09-13T05:41:07.666 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-09-13T05:41:07.803 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-09-13T05:41:07.900 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-09-13T05:41:07.926 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-09-13T05:41:08.159 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-09-13T05:41:08.183 INFO:teuthology.orchestra.run.smithi192.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-09-13T05:41:08.194 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-09-13T05:41:08.210 INFO:teuthology.orchestra.run.smithi192.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-09-13T05:41:08.273 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-13T05:41:08.399 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-09-13T05:41:08.428 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-09-13T05:41:08.536 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-ceph-argparse (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:08.704 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-09-13T05:41:08.759 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-13T05:41:08.796 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-13T05:41:08.885 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-09-13T05:41:08.897 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up libnbd0 (1.10.5-1) ... 2024-09-13T05:41:08.963 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-09-13T05:41:09.014 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-13T05:41:09.140 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-09-13T05:41:09.144 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-09-13T05:41:09.266 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-09-13T05:41:09.356 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-ceph-argparse (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:09.403 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-09-13T05:41:09.525 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-09-13T05:41:09.666 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-09-13T05:41:09.696 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up zip (3.0-12build2) ... 2024-09-13T05:41:09.792 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up libnbd0 (1.10.5-1) ... 2024-09-13T05:41:09.831 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-09-13T05:41:09.917 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-09-13T05:41:09.927 INFO:teuthology.orchestra.run.smithi097.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-09-13T05:41:09.958 INFO:teuthology.orchestra.run.smithi097.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-09-13T05:41:10.020 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-13T05:41:10.060 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-09-13T05:41:10.138 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-09-13T05:41:10.186 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-09-13T05:41:10.454 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-09-13T05:41:10.481 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-13T05:41:10.524 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-09-13T05:41:10.607 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-09-13T05:41:10.817 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-09-13T05:41:10.872 INFO:teuthology.orchestra.run.smithi037.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-09-13T05:41:10.892 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-09-13T05:41:10.902 INFO:teuthology.orchestra.run.smithi037.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-09-13T05:41:10.918 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-09-13T05:41:10.982 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-09-13T05:41:11.019 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-13T05:41:11.083 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-09-13T05:41:11.150 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-09-13T05:41:11.311 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-09-13T05:41:11.434 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-09-13T05:41:11.476 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up zip (3.0-12build2) ... 2024-09-13T05:41:11.560 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-09-13T05:41:11.603 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-09-13T05:41:11.688 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-09-13T05:41:11.836 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-09-13T05:41:11.939 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-09-13T05:41:12.112 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-09-13T05:41:12.229 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-09-13T05:41:12.315 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-13T05:41:12.422 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up zip (3.0-12build2) ... 2024-09-13T05:41:12.472 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-09-13T05:41:12.565 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-09-13T05:41:12.590 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-09-13T05:41:12.616 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-13T05:41:12.716 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-13T05:41:12.960 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-09-13T05:41:13.042 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-09-13T05:41:13.194 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-09-13T05:41:13.258 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-09-13T05:41:13.303 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-ceph-common (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:13.426 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-09-13T05:41:13.517 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-09-13T05:41:13.596 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-09-13T05:41:13.643 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-09-13T05:41:13.679 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-09-13T05:41:13.769 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-09-13T05:41:13.922 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-13T05:41:14.023 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-13T05:41:14.079 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-09-13T05:41:14.307 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-13T05:41:14.505 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-09-13T05:41:14.650 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-09-13T05:41:14.748 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-09-13T05:41:14.901 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-09-13T05:41:15.027 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-ceph-common (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:15.044 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-09-13T05:41:15.116 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-09-13T05:41:15.263 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T05:41:15.337 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-09-13T05:41:15.392 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.2) ... 2024-09-13T05:41:15.405 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-toml (0.10.2-1) ... 2024-09-13T05:41:15.630 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-13T05:41:15.673 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-13T05:41:15.735 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-09-13T05:41:15.799 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-09-13T05:41:15.917 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-13T05:41:16.003 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-09-13T05:41:16.129 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-ceph-common (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:16.210 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-09-13T05:41:16.439 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-idna (3.3-1ubuntu0.1) ... 2024-09-13T05:41:16.452 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-09-13T05:41:16.695 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T05:41:16.727 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-09-13T05:41:16.765 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-09-13T05:41:16.812 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-09-13T05:41:16.979 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T05:41:17.105 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-toml (0.10.2-1) ... 2024-09-13T05:41:17.114 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-09-13T05:41:17.347 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-13T05:41:17.365 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-09-13T05:41:17.473 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-09-13T05:41:17.599 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-13T05:41:17.624 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-09-13T05:41:17.884 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-09-13T05:41:17.892 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-09-13T05:41:17.987 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-09-13T05:41:18.135 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-09-13T05:41:18.143 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-09-13T05:41:18.231 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T05:41:18.340 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-toml (0.10.2-1) ... 2024-09-13T05:41:18.386 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-13T05:41:18.403 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T05:41:18.537 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-09-13T05:41:18.538 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-09-13T05:41:18.599 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-09-13T05:41:18.725 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-09-13T05:41:18.830 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-09-13T05:41:18.838 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-13T05:41:18.851 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-09-13T05:41:18.972 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-13T05:41:19.093 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-09-13T05:41:19.153 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-09-13T05:41:19.265 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-13T05:41:19.349 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-09-13T05:41:19.421 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-09-13T05:41:19.558 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-09-13T05:41:19.600 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-09-13T05:41:19.780 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T05:41:19.800 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-13T05:41:19.851 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-09-13T05:41:19.926 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-09-13T05:41:20.036 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-09-13T05:41:20.108 INFO:teuthology.orchestra.run.smithi192.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-09-13T05:41:20.120 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-13T05:41:20.131 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-09-13T05:41:20.261 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-09-13T05:41:20.371 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-13T05:41:20.449 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-09-13T05:41:20.497 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-09-13T05:41:20.538 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-13T05:41:20.664 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-13T05:41:20.700 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-09-13T05:41:20.881 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-09-13T05:41:20.964 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-13T05:41:20.967 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-09-13T05:41:21.141 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up lua-any (27ubuntu1) ... 2024-09-13T05:41:21.227 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-09-13T05:41:21.250 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-portend (3.0.0-1) ... 2024-09-13T05:41:21.266 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-09-13T05:41:21.478 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-09-13T05:41:21.493 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T05:41:21.525 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-13T05:41:21.602 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-13T05:41:21.651 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-09-13T05:41:21.729 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-09-13T05:41:21.777 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-09-13T05:41:21.855 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-09-13T05:41:21.866 INFO:teuthology.orchestra.run.smithi097.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-09-13T05:41:21.920 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-09-13T05:41:22.112 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-13T05:41:22.181 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-09-13T05:41:22.212 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-13T05:41:22.230 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-09-13T05:41:22.307 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-09-13T05:41:22.522 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-09-13T05:41:22.598 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-09-13T05:41:22.600 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-webob (1:1.8.6-1.1ubuntu0.1) ... 2024-09-13T05:41:22.648 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-rsa (4.8-1) ... 2024-09-13T05:41:22.858 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up lua-any (27ubuntu1) ... 2024-09-13T05:41:22.916 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-09-13T05:41:22.926 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-09-13T05:41:22.984 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-portend (3.0.0-1) ... 2024-09-13T05:41:23.194 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-09-13T05:41:23.243 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T05:41:23.268 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-13T05:41:23.303 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-09-13T05:41:23.369 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-13T05:41:23.404 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-09-13T05:41:23.476 INFO:teuthology.orchestra.run.smithi037.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-09-13T05:41:23.520 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-09-13T05:41:23.678 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-09-13T05:41:23.723 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-09-13T05:41:23.849 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-09-13T05:41:23.896 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-09-13T05:41:23.971 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-13T05:41:24.190 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-09-13T05:41:24.233 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-09-13T05:41:24.256 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-09-13T05:41:24.382 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-rsa (4.8-1) ... 2024-09-13T05:41:24.501 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up lua-any (27ubuntu1) ... 2024-09-13T05:41:24.525 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-13T05:41:24.626 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up librados2 (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:24.627 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-portend (3.0.0-1) ... 2024-09-13T05:41:24.658 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-09-13T05:41:24.735 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up libsqlite3-mod-ceph (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:24.862 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-09-13T05:41:24.895 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-09-13T05:41:25.011 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-13T05:41:25.021 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.2) ... 2024-09-13T05:41:25.198 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up libcephfs2 (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:25.304 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-09-13T05:41:25.324 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up libradosstriper1 (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:25.364 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-09-13T05:41:25.450 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-09-13T05:41:25.672 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-09-13T05:41:25.681 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-09-13T05:41:25.710 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up librbd1 (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:25.836 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up ceph-mgr-modules-core (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:25.941 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-09-13T05:41:25.962 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up ceph-fuse (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:25.965 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-09-13T05:41:26.050 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-rsa (4.8-1) ... 2024-09-13T05:41:26.155 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-13T05:41:26.155 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-13T05:41:26.301 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-13T05:41:26.318 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-09-13T05:41:26.427 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up librados2 (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:26.553 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up libsqlite3-mod-ceph (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:26.613 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up libcephfs-dev (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:26.688 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-09-13T05:41:26.696 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-09-13T05:41:26.722 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-rados (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:26.840 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up librgw2 (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:26.956 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-09-13T05:41:26.966 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-13T05:41:26.999 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up libcephfs2 (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:27.125 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up libradosstriper1 (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:27.251 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-09-13T05:41:27.316 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-09-13T05:41:27.536 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up librbd1 (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:27.625 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-09-13T05:41:27.687 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up ceph-mgr-modules-core (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:27.821 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up ceph-fuse (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:27.970 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-09-13T05:41:28.036 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-13T05:41:28.036 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-13T05:41:28.096 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up librados2 (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:28.102 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-rbd (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:28.222 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up libsqlite3-mod-ceph (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:28.229 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up rbd-fuse (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:28.348 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-09-13T05:41:28.354 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-rgw (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:28.489 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up python3-cephfs (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:28.497 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up libcephfs-dev (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:28.615 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-rados (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:28.631 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up ceph-common (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:28.642 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up libcephfs2 (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:28.741 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up librgw2 (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:28.768 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up libradosstriper1 (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:28.867 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-13T05:41:28.894 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-09-13T05:41:29.137 INFO:teuthology.orchestra.run.smithi192.stdout:Adding group ceph....done 2024-09-13T05:41:29.179 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up librbd1 (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:29.280 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up ceph-mgr-modules-core (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:29.381 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up ceph-fuse (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:29.492 INFO:teuthology.orchestra.run.smithi192.stdout:Adding system user ceph....done 2024-09-13T05:41:29.582 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-13T05:41:29.582 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-09-13T05:41:29.662 INFO:teuthology.orchestra.run.smithi192.stdout:Setting system user ceph properties....done 2024-09-13T05:41:29.675 INFO:teuthology.orchestra.run.smithi192.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-09-13T05:41:29.807 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-09-13T05:41:30.012 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-rbd (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:30.058 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up libcephfs-dev (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:30.112 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-09-13T05:41:30.147 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up rbd-fuse (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:30.161 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-rados (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:30.273 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-rgw (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:30.285 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up librgw2 (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:30.399 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up python3-cephfs (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:30.411 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-09-13T05:41:30.525 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up ceph-common (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:30.599 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up ceph-test (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:30.725 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up radosgw (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:31.067 INFO:teuthology.orchestra.run.smithi097.stdout:Adding group ceph....done 2024-09-13T05:41:31.190 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-13T05:41:31.191 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-13T05:41:31.494 INFO:teuthology.orchestra.run.smithi097.stdout:Adding system user ceph....done 2024-09-13T05:41:31.623 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-rbd (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:31.651 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up ceph-base (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:31.671 INFO:teuthology.orchestra.run.smithi097.stdout:Setting system user ceph properties....done 2024-09-13T05:41:31.683 INFO:teuthology.orchestra.run.smithi097.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-09-13T05:41:31.757 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up rbd-fuse (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:31.816 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-09-13T05:41:31.866 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-rgw (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:31.976 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up python3-cephfs (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:32.002 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-09-13T05:41:32.102 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up ceph-common (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:32.129 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-09-13T05:41:32.504 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up ceph-mds (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:32.609 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up ceph-test (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:32.647 INFO:teuthology.orchestra.run.smithi037.stdout:Adding group ceph....done 2024-09-13T05:41:32.724 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-13T05:41:32.724 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-13T05:41:32.821 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up radosgw (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:32.980 INFO:teuthology.orchestra.run.smithi037.stdout:Adding system user ceph....done 2024-09-13T05:41:33.141 INFO:teuthology.orchestra.run.smithi037.stdout:Setting system user ceph properties....done 2024-09-13T05:41:33.158 INFO:teuthology.orchestra.run.smithi037.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-09-13T05:41:33.214 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up ceph-mgr (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:33.303 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-09-13T05:41:33.427 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-13T05:41:33.427 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-13T05:41:33.429 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-13T05:41:33.430 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-13T05:41:33.604 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-09-13T05:41:33.882 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up ceph-osd (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:33.905 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up ceph-base (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:34.063 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up ceph-test (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:34.154 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-13T05:41:34.154 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-13T05:41:34.188 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up radosgw (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:34.256 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-09-13T05:41:34.649 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-13T05:41:34.649 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-09-13T05:41:34.650 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up ceph-mgr-k8sevents (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:34.715 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up ceph-mds (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:34.776 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up ceph-mgr-diskprediction-local (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:34.927 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up ceph-mon (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:34.943 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-13T05:41:34.943 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-13T05:41:35.082 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up ceph-base (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:35.138 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-13T05:41:35.138 INFO:teuthology.orchestra.run.smithi192.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-13T05:41:35.391 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up ceph-mgr (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:35.438 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-09-13T05:41:35.609 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-13T05:41:35.609 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-13T05:41:35.619 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up ceph-mgr-cephadm (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:35.892 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up ceph-mds (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:36.076 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up ceph-osd (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:36.112 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-13T05:41:36.112 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-09-13T05:41:36.143 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up ceph (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:36.240 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up ceph-mgr-dashboard (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:36.340 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-13T05:41:36.341 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-13T05:41:36.391 INFO:teuthology.orchestra.run.smithi192.stdout:Setting up ceph-volume (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:36.627 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up ceph-mgr (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:36.768 INFO:teuthology.orchestra.run.smithi192.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-09-13T05:41:36.848 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up ceph-mgr-k8sevents (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:36.863 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-13T05:41:36.863 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-09-13T05:41:36.877 INFO:teuthology.orchestra.run.smithi192.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-09-13T05:41:36.971 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up ceph-mgr-diskprediction-local (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:37.029 INFO:teuthology.orchestra.run.smithi192.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-09-13T05:41:37.122 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up ceph-mon (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:37.332 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-13T05:41:37.333 INFO:teuthology.orchestra.run.smithi097.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-13T05:41:37.353 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up ceph-osd (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:37.637 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-13T05:41:37.637 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-09-13T05:41:37.790 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up ceph-mgr-cephadm (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:37.941 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up ceph (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:38.067 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up ceph-mgr-dashboard (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:38.147 INFO:teuthology.orchestra.run.smithi192.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-09-13T05:41:38.156 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up ceph-mgr-k8sevents (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:38.209 INFO:teuthology.orchestra.run.smithi097.stdout:Setting up ceph-volume (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:38.264 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up ceph-mgr-diskprediction-local (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:38.399 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up ceph-mon (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:38.571 INFO:teuthology.orchestra.run.smithi097.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-09-13T05:41:38.603 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-13T05:41:38.603 INFO:teuthology.orchestra.run.smithi037.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-09-13T05:41:38.796 INFO:teuthology.orchestra.run.smithi097.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-09-13T05:41:38.831 INFO:teuthology.orchestra.run.smithi192.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-09-13T05:41:38.838 DEBUG:teuthology.parallel:result is None 2024-09-13T05:41:38.965 INFO:teuthology.orchestra.run.smithi097.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-09-13T05:41:39.100 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up ceph-mgr-cephadm (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:39.242 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up ceph (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:39.368 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up ceph-mgr-dashboard (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:39.544 INFO:teuthology.orchestra.run.smithi037.stdout:Setting up ceph-volume (19.3.0-4911-g9d608eb1-1jammy) ... 2024-09-13T05:41:39.724 INFO:teuthology.orchestra.run.smithi097.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-09-13T05:41:39.926 INFO:teuthology.orchestra.run.smithi037.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-09-13T05:41:40.140 INFO:teuthology.orchestra.run.smithi037.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-09-13T05:41:40.267 INFO:teuthology.orchestra.run.smithi037.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-09-13T05:41:40.369 INFO:teuthology.orchestra.run.smithi097.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-09-13T05:41:40.374 DEBUG:teuthology.parallel:result is None 2024-09-13T05:41:41.376 INFO:teuthology.orchestra.run.smithi037.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-09-13T05:41:42.028 INFO:teuthology.orchestra.run.smithi037.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-09-13T05:41:42.033 DEBUG:teuthology.parallel:result is None 2024-09-13T05:41:42.034 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 2024-09-13T05:41:42.187 DEBUG:teuthology.orchestra.run.smithi037:> dpkg-query -W -f '${Version}' ceph 2024-09-13T05:41:42.207 INFO:teuthology.orchestra.run.smithi037.stdout:19.3.0-4911-g9d608eb1-1jammy 2024-09-13T05:41:42.208 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-4911-g9d608eb1-1jammy 2024-09-13T05:41:42.208 INFO:teuthology.task.install:The correct ceph version 19.3.0-4911-g9d608eb1-1jammy is installed. 2024-09-13T05:41:42.210 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 2024-09-13T05:41:42.356 DEBUG:teuthology.orchestra.run.smithi097:> dpkg-query -W -f '${Version}' ceph 2024-09-13T05:41:42.375 INFO:teuthology.orchestra.run.smithi097.stdout:19.3.0-4911-g9d608eb1-1jammy 2024-09-13T05:41:42.375 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-4911-g9d608eb1-1jammy 2024-09-13T05:41:42.376 INFO:teuthology.task.install:The correct ceph version 19.3.0-4911-g9d608eb1-1jammy is installed. 2024-09-13T05:41:42.377 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 2024-09-13T05:41:42.535 DEBUG:teuthology.orchestra.run.smithi192:> dpkg-query -W -f '${Version}' ceph 2024-09-13T05:41:42.554 INFO:teuthology.orchestra.run.smithi192.stdout:19.3.0-4911-g9d608eb1-1jammy 2024-09-13T05:41:42.554 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-4911-g9d608eb1-1jammy 2024-09-13T05:41:42.554 INFO:teuthology.task.install:The correct ceph version 19.3.0-4911-g9d608eb1-1jammy is installed. 2024-09-13T05:41:42.556 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-09-13T05:41:42.556 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-09-13T05:41:42.556 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-13T05:41:42.572 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-09-13T05:41:42.572 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-13T05:41:42.587 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-09-13T05:41:42.587 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-13T05:41:42.608 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-09-13T05:41:42.608 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-09-13T05:41:42.608 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/usr/bin/daemon-helper 2024-09-13T05:41:42.627 DEBUG:teuthology.orchestra.run.smithi037:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-13T05:41:42.682 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-09-13T05:41:42.683 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/usr/bin/daemon-helper 2024-09-13T05:41:42.697 DEBUG:teuthology.orchestra.run.smithi097:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-13T05:41:42.753 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-09-13T05:41:42.753 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/usr/bin/daemon-helper 2024-09-13T05:41:42.767 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-13T05:41:42.824 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-09-13T05:41:42.824 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-09-13T05:41:42.824 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-13T05:41:42.838 DEBUG:teuthology.orchestra.run.smithi037:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-13T05:41:42.894 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-09-13T05:41:42.894 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-13T05:41:42.908 DEBUG:teuthology.orchestra.run.smithi097:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-13T05:41:42.961 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-09-13T05:41:42.962 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-13T05:41:42.975 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-13T05:41:43.032 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-09-13T05:41:43.032 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-09-13T05:41:43.032 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/usr/bin/stdin-killer 2024-09-13T05:41:43.046 DEBUG:teuthology.orchestra.run.smithi037:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-13T05:41:43.102 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-09-13T05:41:43.102 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/usr/bin/stdin-killer 2024-09-13T05:41:43.116 DEBUG:teuthology.orchestra.run.smithi097:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-13T05:41:43.169 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-09-13T05:41:43.169 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/usr/bin/stdin-killer 2024-09-13T05:41:43.184 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-13T05:41:43.240 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-13T05:41:43.345 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'mons down', 'mon down', 'out of quorum', 'CEPHADM_STRAY_DAEMON', 'CEPHADM_FAILED_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': '9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3'} 2024-09-13T05:41:43.345 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 2024-09-13T05:41:43.346 INFO:tasks.cephadm:Cluster fsid is db7ed238-7192-11ef-bceb-c7b262605968 2024-09-13T05:41:43.346 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-13T05:41:43.346 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.37', 'mon.b': '172.21.15.97', 'mon.c': '172.21.15.192'} 2024-09-13T05:41:43.346 INFO:tasks.cephadm:First mon is mon.a on smithi037 2024-09-13T05:41:43.347 INFO:tasks.cephadm:First mgr is a 2024-09-13T05:41:43.347 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-13T05:41:43.347 DEBUG:teuthology.orchestra.run.smithi037:> sudo hostname $(hostname -s) 2024-09-13T05:41:43.362 DEBUG:teuthology.orchestra.run.smithi097:> sudo hostname $(hostname -s) 2024-09-13T05:41:43.377 DEBUG:teuthology.orchestra.run.smithi192:> sudo hostname $(hostname -s) 2024-09-13T05:41:43.392 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-09-13T05:41:43.392 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 2024-09-13T05:41:43.547 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic/83020/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.3.0-4911-g9d608eb1', 'node_name': '172.21.2.12+braggi12', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.3.0-4911-g9d608eb1-1jammy'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-09-12 22:30:02.539717', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-guits-main-2024-09-12-1245', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-09-13T05:41:43.697 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-guits-main-2024-09-12-1245, sha1 9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 2024-09-13T05:41:43.699 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-09-13T05:41:43.699 INFO:tasks.cephadm:Downloading cephadm from url: https://2.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-09-13T05:41:43.699 DEBUG:teuthology.orchestra.run.smithi037:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-13T05:41:44.140 INFO:teuthology.orchestra.run.smithi037.stdout:-rw-rw-r-- 1 ubuntu ubuntu 811890 Sep 13 05:41 /home/ubuntu/cephtest/cephadm 2024-09-13T05:41:44.141 DEBUG:teuthology.orchestra.run.smithi097:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-13T05:41:44.575 INFO:teuthology.orchestra.run.smithi097.stdout:-rw-rw-r-- 1 ubuntu ubuntu 811890 Sep 13 05:41 /home/ubuntu/cephtest/cephadm 2024-09-13T05:41:44.575 DEBUG:teuthology.orchestra.run.smithi192:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-guits-main-2024-09-12-1245/9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-13T05:41:44.995 INFO:teuthology.orchestra.run.smithi192.stdout:-rw-rw-r-- 1 ubuntu ubuntu 811890 Sep 13 05:41 /home/ubuntu/cephtest/cephadm 2024-09-13T05:41:44.996 DEBUG:teuthology.orchestra.run.smithi037:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-13T05:41:45.003 DEBUG:teuthology.orchestra.run.smithi097:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-13T05:41:45.011 DEBUG:teuthology.orchestra.run.smithi192:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-13T05:41:45.030 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 on all hosts... 2024-09-13T05:41:45.030 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 pull 2024-09-13T05:41:45.047 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 pull 2024-09-13T05:41:45.054 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 pull 2024-09-13T05:41:45.235 INFO:teuthology.orchestra.run.smithi037.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3... 2024-09-13T05:41:45.238 INFO:teuthology.orchestra.run.smithi097.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3... 2024-09-13T05:41:45.245 INFO:teuthology.orchestra.run.smithi192.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3... 2024-09-13T05:43:26.514 INFO:teuthology.orchestra.run.smithi097.stdout:{ 2024-09-13T05:43:26.515 INFO:teuthology.orchestra.run.smithi097.stdout: "ceph_version": "ceph version 19.3.0-4911-g9d608eb1 (9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3) squid (dev)", 2024-09-13T05:43:26.515 INFO:teuthology.orchestra.run.smithi097.stdout: "image_id": "0ce38589d192f00a67c8f9b0cb5ac7ff2f64a4d81462c062375b6ecefcaf776f", 2024-09-13T05:43:26.515 INFO:teuthology.orchestra.run.smithi097.stdout: "repo_digests": [ 2024-09-13T05:43:26.515 INFO:teuthology.orchestra.run.smithi097.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:931e75f8a8ba7bd669ee47053a4500e7d74632603919af8ba169df149fde6cff" 2024-09-13T05:43:26.515 INFO:teuthology.orchestra.run.smithi097.stdout: ] 2024-09-13T05:43:26.515 INFO:teuthology.orchestra.run.smithi097.stdout:} 2024-09-13T05:44:12.449 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2024-09-13T05:44:12.450 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph_version": "ceph version 19.3.0-4911-g9d608eb1 (9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3) squid (dev)", 2024-09-13T05:44:12.450 INFO:teuthology.orchestra.run.smithi037.stdout: "image_id": "0ce38589d192f00a67c8f9b0cb5ac7ff2f64a4d81462c062375b6ecefcaf776f", 2024-09-13T05:44:12.450 INFO:teuthology.orchestra.run.smithi037.stdout: "repo_digests": [ 2024-09-13T05:44:12.450 INFO:teuthology.orchestra.run.smithi037.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:931e75f8a8ba7bd669ee47053a4500e7d74632603919af8ba169df149fde6cff" 2024-09-13T05:44:12.450 INFO:teuthology.orchestra.run.smithi037.stdout: ] 2024-09-13T05:44:12.450 INFO:teuthology.orchestra.run.smithi037.stdout:} 2024-09-13T05:44:20.941 INFO:teuthology.orchestra.run.smithi192.stdout:{ 2024-09-13T05:44:20.941 INFO:teuthology.orchestra.run.smithi192.stdout: "ceph_version": "ceph version 19.3.0-4911-g9d608eb1 (9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3) squid (dev)", 2024-09-13T05:44:20.941 INFO:teuthology.orchestra.run.smithi192.stdout: "image_id": "0ce38589d192f00a67c8f9b0cb5ac7ff2f64a4d81462c062375b6ecefcaf776f", 2024-09-13T05:44:20.941 INFO:teuthology.orchestra.run.smithi192.stdout: "repo_digests": [ 2024-09-13T05:44:20.941 INFO:teuthology.orchestra.run.smithi192.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:931e75f8a8ba7bd669ee47053a4500e7d74632603919af8ba169df149fde6cff" 2024-09-13T05:44:20.941 INFO:teuthology.orchestra.run.smithi192.stdout: ] 2024-09-13T05:44:20.941 INFO:teuthology.orchestra.run.smithi192.stdout:} 2024-09-13T05:44:20.990 DEBUG:teuthology.orchestra.run.smithi037:> sudo mkdir -p /etc/ceph 2024-09-13T05:44:21.004 DEBUG:teuthology.orchestra.run.smithi097:> sudo mkdir -p /etc/ceph 2024-09-13T05:44:21.019 DEBUG:teuthology.orchestra.run.smithi192:> sudo mkdir -p /etc/ceph 2024-09-13T05:44:21.033 DEBUG:teuthology.orchestra.run.smithi037:> sudo chmod 777 /etc/ceph 2024-09-13T05:44:21.059 DEBUG:teuthology.orchestra.run.smithi097:> sudo chmod 777 /etc/ceph 2024-09-13T05:44:21.074 DEBUG:teuthology.orchestra.run.smithi192:> sudo chmod 777 /etc/ceph 2024-09-13T05:44:21.087 INFO:tasks.cephadm:Writing seed config... 2024-09-13T05:44:21.088 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-09-13T05:44:21.088 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-13T05:44:21.088 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-13T05:44:21.088 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-09-13T05:44:21.089 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-13T05:44:21.089 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-13T05:44:21.089 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-13T05:44:21.089 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-13T05:44:21.089 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-13T05:44:21.089 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-09-13T05:44:21.090 DEBUG:teuthology.orchestra.run.smithi037:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-13T05:44:21.111 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 = db7ed238-7192-11ef-bceb-c7b262605968 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-09-13T05:44:21.112 DEBUG:teuthology.orchestra.run.smithi037:mon.a> sudo journalctl -f -n 0 -u ceph-db7ed238-7192-11ef-bceb-c7b262605968@mon.a.service 2024-09-13T05:44:21.158 DEBUG:teuthology.orchestra.run.smithi037:mgr.a> sudo journalctl -f -n 0 -u ceph-db7ed238-7192-11ef-bceb-c7b262605968@mgr.a.service 2024-09-13T05:44:21.204 INFO:tasks.cephadm:Bootstrapping... 2024-09-13T05:44:21.204 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 -v bootstrap --fsid db7ed238-7192-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.37 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-13T05:44:21.433 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2024-09-13T05:44:21.476 INFO:teuthology.orchestra.run.smithi037.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3', '-v', 'bootstrap', '--fsid', 'db7ed238-7192-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.37', '--skip-admin-label'] 2024-09-13T05:44:21.476 INFO:teuthology.orchestra.run.smithi037.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-13T05:44:21.478 INFO:teuthology.orchestra.run.smithi037.stdout:Verifying podman|docker is present... 2024-09-13T05:44:21.479 INFO:teuthology.orchestra.run.smithi037.stdout:Verifying lvm2 is present... 2024-09-13T05:44:21.479 INFO:teuthology.orchestra.run.smithi037.stdout:Verifying time synchronization is in place... 2024-09-13T05:44:21.479 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-13T05:44:21.479 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-13T05:44:21.479 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-13T05:44:21.479 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout inactive 2024-09-13T05:44:21.479 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-09-13T05:44:21.479 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-13T05:44:21.479 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-09-13T05:44:21.479 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout inactive 2024-09-13T05:44:21.479 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-09-13T05:44:21.479 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout masked 2024-09-13T05:44:21.480 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-09-13T05:44:21.480 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout inactive 2024-09-13T05:44:21.480 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-09-13T05:44:21.480 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-13T05:44:21.480 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-09-13T05:44:21.480 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout inactive 2024-09-13T05:44:21.480 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout enabled 2024-09-13T05:44:21.482 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout active 2024-09-13T05:44:21.482 INFO:teuthology.orchestra.run.smithi037.stdout:Unit ntp.service is enabled and running 2024-09-13T05:44:21.482 INFO:teuthology.orchestra.run.smithi037.stdout:Repeating the final host check... 2024-09-13T05:44:21.482 INFO:teuthology.orchestra.run.smithi037.stdout:docker (/usr/bin/docker) is present 2024-09-13T05:44:21.482 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl is present 2024-09-13T05:44:21.482 INFO:teuthology.orchestra.run.smithi037.stdout:lvcreate is present 2024-09-13T05:44:21.485 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-13T05:44:21.485 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-13T05:44:21.489 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-13T05:44:21.489 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout inactive 2024-09-13T05:44:21.493 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-09-13T05:44:21.493 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-09-13T05:44:21.497 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-09-13T05:44:21.497 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout inactive 2024-09-13T05:44:21.500 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-09-13T05:44:21.500 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout masked 2024-09-13T05:44:21.504 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-09-13T05:44:21.504 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout inactive 2024-09-13T05:44:21.507 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-09-13T05:44:21.507 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-09-13T05:44:21.511 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-09-13T05:44:21.511 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout inactive 2024-09-13T05:44:21.515 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout enabled 2024-09-13T05:44:21.518 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stdout active 2024-09-13T05:44:21.519 INFO:teuthology.orchestra.run.smithi037.stdout:Unit ntp.service is enabled and running 2024-09-13T05:44:21.519 INFO:teuthology.orchestra.run.smithi037.stdout:Host looks OK 2024-09-13T05:44:21.519 INFO:teuthology.orchestra.run.smithi037.stdout:Cluster fsid: db7ed238-7192-11ef-bceb-c7b262605968 2024-09-13T05:44:21.519 INFO:teuthology.orchestra.run.smithi037.stdout:Acquiring lock 139727603852976 on /run/cephadm/db7ed238-7192-11ef-bceb-c7b262605968.lock 2024-09-13T05:44:21.519 INFO:teuthology.orchestra.run.smithi037.stdout:Lock 139727603852976 acquired on /run/cephadm/db7ed238-7192-11ef-bceb-c7b262605968.lock 2024-09-13T05:44:21.519 INFO:teuthology.orchestra.run.smithi037.stdout:Verifying IP 172.21.15.37 port 3300 ... 2024-09-13T05:44:21.520 INFO:teuthology.orchestra.run.smithi037.stdout:Verifying IP 172.21.15.37 port 6789 ... 2024-09-13T05:44:21.520 INFO:teuthology.orchestra.run.smithi037.stdout:Base mon IP(s) is [172.21.15.37:3300, 172.21.15.37:6789], mon addrv is [v2:172.21.15.37:3300,v1:172.21.15.37:6789] 2024-09-13T05:44:21.522 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-09-13T05:44:21.522 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-09-13T05:44:21.522 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.37 2024-09-13T05:44:21.524 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-13T05:44:21.524 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-09-13T05:44:21.524 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1798sec hoplimit 64 pref medium 2024-09-13T05:44:21.526 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-13T05:44:21.526 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-13T05:44:21.526 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-13T05:44:21.526 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-09-13T05:44:21.526 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe88:7794/64 scope link 2024-09-13T05:44:21.526 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-13T05:44:21.527 INFO:teuthology.orchestra.run.smithi037.stdout:Mon IP `172.21.15.37` is in CIDR network `172.21.0.0/20` 2024-09-13T05:44:21.527 INFO:teuthology.orchestra.run.smithi037.stdout:Mon IP `172.21.15.37` is in CIDR network `172.21.0.0/20` 2024-09-13T05:44:21.527 INFO:teuthology.orchestra.run.smithi037.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-09-13T05:44:21.527 INFO:teuthology.orchestra.run.smithi037.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-13T05:44:21.528 INFO:teuthology.orchestra.run.smithi037.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3... 2024-09-13T05:44:21.856 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/docker: stdout 9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3: Pulling from ceph-ci/ceph 2024-09-13T05:44:21.856 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/docker: stdout Digest: sha256:931e75f8a8ba7bd669ee47053a4500e7d74632603919af8ba169df149fde6cff 2024-09-13T05:44:21.856 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 2024-09-13T05:44:21.856 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 2024-09-13T05:44:23.513 INFO:teuthology.orchestra.run.smithi037.stdout:ceph: stdout ceph version 19.3.0-4911-g9d608eb1 (9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3) squid (dev) 2024-09-13T05:44:23.513 INFO:teuthology.orchestra.run.smithi037.stdout:Ceph version: ceph version 19.3.0-4911-g9d608eb1 (9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3) squid (dev) 2024-09-13T05:44:23.514 INFO:teuthology.orchestra.run.smithi037.stdout:Extracting ceph user uid/gid from container image... 2024-09-13T05:44:24.936 INFO:teuthology.orchestra.run.smithi037.stdout:stat: stdout 167 167 2024-09-13T05:44:24.936 INFO:teuthology.orchestra.run.smithi037.stdout:Creating initial keys... 2024-09-13T05:44:26.550 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-authtool: stdout AQA50eNmvKedMhAA2oPwhkfH8RACbye+EQrc+Q== 2024-09-13T05:44:27.972 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-authtool: stdout AQA70eNmGgaVGRAA8pi5ErFwYLRmEvrw5Ta8Ng== 2024-09-13T05:44:29.461 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-authtool: stdout AQA80eNmXySTMRAA1lIJJKmnqSd0j9zpIIqy5w== 2024-09-13T05:44:29.462 INFO:teuthology.orchestra.run.smithi037.stdout:Creating initial monmap... 2024-09-13T05:44:30.926 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-13T05:44:30.926 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-09-13T05:44:30.926 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to db7ed238-7192-11ef-bceb-c7b262605968 2024-09-13T05:44:30.926 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-13T05:44:30.926 INFO:teuthology.orchestra.run.smithi037.stdout:monmaptool for a [v2:172.21.15.37:3300,v1:172.21.15.37:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-13T05:44:30.927 INFO:teuthology.orchestra.run.smithi037.stdout:setting min_mon_release = quincy 2024-09-13T05:44:30.927 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/monmaptool: set fsid to db7ed238-7192-11ef-bceb-c7b262605968 2024-09-13T05:44:30.927 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-13T05:44:30.927 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-09-13T05:44:30.927 INFO:teuthology.orchestra.run.smithi037.stdout:Creating mon... 2024-09-13T05:44:32.369 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.800+0000 7f674aed9c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-13T05:44:32.369 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.800+0000 7f674aed9c80 1 imported monmap: 2024-09-13T05:44:32.369 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-09-13T05:44:32.369 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr fsid db7ed238-7192-11ef-bceb-c7b262605968 2024-09-13T05:44:32.369 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-09-13T05:44:30.400814+0000 2024-09-13T05:44:32.369 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr created 2024-09-13T05:44:30.400814+0000 2024-09-13T05:44:32.369 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-09-13T05:44:32.369 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-09-13T05:44:32.369 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-09-13T05:44:32.369 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T05:44:32.370 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.800+0000 7f674aed9c80 0 /usr/bin/ceph-mon: set fsid to db7ed238-7192-11ef-bceb-c7b262605968 2024-09-13T05:44:32.370 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: RocksDB version: 7.9.2 2024-09-13T05:44:32.370 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T05:44:32.370 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Git sha 0 2024-09-13T05:44:32.370 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Compile date 2024-09-12 17:11:01 2024-09-13T05:44:32.370 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: DB SUMMARY 2024-09-13T05:44:32.370 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T05:44:32.370 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: DB Session ID: Y3MI12Z80BP2ZEXGYTKH 2024-09-13T05:44:32.370 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T05:44:32.370 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-09-13T05:44:32.370 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T05:44:32.370 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-09-13T05:44:32.371 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T05:44:32.371 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.error_if_exists: 0 2024-09-13T05:44:32.371 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.create_if_missing: 1 2024-09-13T05:44:32.371 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.paranoid_checks: 1 2024-09-13T05:44:32.371 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-13T05:44:32.371 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-13T05:44:32.371 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-13T05:44:32.371 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.env: 0x5634cf66c120 2024-09-13T05:44:32.371 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-13T05:44:32.371 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.info_log: 0x5634d0ac2bc0 2024-09-13T05:44:32.371 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-13T05:44:32.371 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.statistics: (nil) 2024-09-13T05:44:32.371 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.use_fsync: 0 2024-09-13T05:44:32.372 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.max_log_file_size: 0 2024-09-13T05:44:32.372 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-13T05:44:32.372 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-13T05:44:32.372 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-13T05:44:32.372 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-13T05:44:32.372 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.allow_fallocate: 1 2024-09-13T05:44:32.372 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-13T05:44:32.372 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-13T05:44:32.372 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.use_direct_reads: 0 2024-09-13T05:44:32.372 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-13T05:44:32.372 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-13T05:44:32.373 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.db_log_dir: 2024-09-13T05:44:32.373 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.wal_dir: 2024-09-13T05:44:32.373 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-13T05:44:32.373 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-13T05:44:32.373 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-13T05:44:32.373 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-13T05:44:32.373 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-13T05:44:32.373 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-13T05:44:32.373 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-13T05:44:32.373 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-13T05:44:32.373 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.write_buffer_manager: 0x5634d0abbcc0 2024-09-13T05:44:32.373 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-13T05:44:32.374 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-13T05:44:32.374 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-13T05:44:32.374 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-13T05:44:32.374 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-13T05:44:32.374 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-13T05:44:32.374 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-13T05:44:32.374 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-13T05:44:32.374 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.unordered_write: 0 2024-09-13T05:44:32.374 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-13T05:44:32.374 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-13T05:44:32.374 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-13T05:44:32.374 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-13T05:44:32.374 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.row_cache: None 2024-09-13T05:44:32.374 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.wal_filter: None 2024-09-13T05:44:32.375 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-13T05:44:32.375 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-13T05:44:32.375 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.two_write_queues: 0 2024-09-13T05:44:32.375 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-13T05:44:32.375 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.wal_compression: 0 2024-09-13T05:44:32.375 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.atomic_flush: 0 2024-09-13T05:44:32.375 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-13T05:44:32.375 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-13T05:44:32.375 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-13T05:44:32.375 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.log_readahead_size: 0 2024-09-13T05:44:32.375 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-13T05:44:32.375 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-13T05:44:32.375 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-13T05:44:32.376 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-13T05:44:32.376 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-13T05:44:32.376 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-13T05:44:32.376 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-13T05:44:32.376 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.max_background_jobs: 2 2024-09-13T05:44:32.376 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.max_background_compactions: -1 2024-09-13T05:44:32.376 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.max_subcompactions: 1 2024-09-13T05:44:32.376 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-13T05:44:32.376 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-13T05:44:32.376 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-13T05:44:32.376 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-13T05:44:32.376 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-13T05:44:32.377 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-13T05:44:32.377 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-13T05:44:32.377 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-13T05:44:32.377 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.max_open_files: -1 2024-09-13T05:44:32.377 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-13T05:44:32.377 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-13T05:44:32.377 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-13T05:44:32.377 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-13T05:44:32.377 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.max_background_flushes: -1 2024-09-13T05:44:32.377 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Compression algorithms supported: 2024-09-13T05:44:32.377 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: kZSTD supported: 0 2024-09-13T05:44:32.377 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: kXpressCompression supported: 0 2024-09-13T05:44:32.377 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: kBZip2Compression supported: 0 2024-09-13T05:44:32.377 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-13T05:44:32.378 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: kLZ4Compression supported: 1 2024-09-13T05:44:32.378 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: kZlibCompression supported: 1 2024-09-13T05:44:32.379 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-13T05:44:32.379 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: kSnappyCompression supported: 1 2024-09-13T05:44:32.379 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-13T05:44:32.379 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-13T05:44:32.379 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-09-13T05:44:32.379 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T05:44:32.380 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-09-13T05:44:32.380 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T05:44:32.380 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-13T05:44:32.380 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T05:44:32.380 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-13T05:44:32.380 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.merge_operator: 2024-09-13T05:44:32.380 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.compaction_filter: None 2024-09-13T05:44:32.380 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-13T05:44:32.380 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-13T05:44:32.380 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-13T05:44:32.380 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-13T05:44:32.381 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5634d0ac2820) 2024-09-13T05:44:32.381 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-09-13T05:44:32.381 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-09-13T05:44:32.381 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-13T05:44:32.381 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-09-13T05:44:32.381 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-09-13T05:44:32.381 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-09-13T05:44:32.381 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-09-13T05:44:32.381 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-09-13T05:44:32.381 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-09-13T05:44:32.381 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-09-13T05:44:32.381 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x5634d0aab610 2024-09-13T05:44:32.381 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-09-13T05:44:32.382 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-09-13T05:44:32.382 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-09-13T05:44:32.382 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-09-13T05:44:32.382 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-09-13T05:44:32.382 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-09-13T05:44:32.382 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-09-13T05:44:32.382 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-09-13T05:44:32.382 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-09-13T05:44:32.382 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-09-13T05:44:32.382 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-09-13T05:44:32.382 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-09-13T05:44:32.382 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-09-13T05:44:32.382 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-09-13T05:44:32.382 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-09-13T05:44:32.383 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-09-13T05:44:32.383 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-09-13T05:44:32.383 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-09-13T05:44:32.383 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-09-13T05:44:32.383 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-09-13T05:44:32.383 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-09-13T05:44:32.383 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-09-13T05:44:32.383 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-09-13T05:44:32.383 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-09-13T05:44:32.383 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-09-13T05:44:32.383 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-09-13T05:44:32.383 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T05:44:32.383 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-13T05:44:32.384 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-13T05:44:32.384 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.compression: NoCompression 2024-09-13T05:44:32.384 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-13T05:44:32.384 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-13T05:44:32.384 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-13T05:44:32.384 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.num_levels: 7 2024-09-13T05:44:32.384 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-13T05:44:32.384 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-13T05:44:32.384 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-13T05:44:32.384 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-13T05:44:32.384 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-13T05:44:32.384 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-13T05:44:32.384 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-13T05:44:32.385 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-13T05:44:32.385 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-13T05:44:32.385 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-13T05:44:32.385 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-13T05:44:32.385 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-13T05:44:32.385 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-13T05:44:32.385 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-13T05:44:32.385 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-13T05:44:32.385 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-13T05:44:32.385 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-13T05:44:32.385 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-13T05:44:32.385 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-13T05:44:32.386 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-13T05:44:32.386 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-13T05:44:32.386 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-13T05:44:32.386 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-13T05:44:32.386 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-13T05:44:32.386 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-13T05:44:32.386 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-13T05:44:32.386 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-13T05:44:32.386 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-13T05:44:32.386 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-13T05:44:32.386 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-13T05:44:32.386 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-13T05:44:32.386 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-13T05:44:32.386 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-13T05:44:32.387 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-13T05:44:32.387 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-13T05:44:32.387 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-13T05:44:32.387 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-13T05:44:32.387 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-13T05:44:32.387 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-13T05:44:32.387 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-13T05:44:32.387 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-13T05:44:32.387 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-13T05:44:32.387 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-13T05:44:32.387 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-13T05:44:32.388 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-13T05:44:32.388 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-13T05:44:32.388 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-13T05:44:32.388 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-13T05:44:32.388 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-13T05:44:32.388 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-13T05:44:32.388 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-13T05:44:32.388 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-13T05:44:32.388 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-13T05:44:32.388 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-13T05:44:32.388 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.inplace_update_support: 0 2024-09-13T05:44:32.388 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-13T05:44:32.388 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-13T05:44:32.389 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-13T05:44:32.389 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-13T05:44:32.389 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.bloom_locality: 0 2024-09-13T05:44:32.389 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.max_successive_merges: 0 2024-09-13T05:44:32.389 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-13T05:44:32.389 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-13T05:44:32.389 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-13T05:44:32.389 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-13T05:44:32.389 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.ttl: 2592000 2024-09-13T05:44:32.389 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-13T05:44:32.389 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-13T05:44:32.389 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-13T05:44:32.389 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.enable_blob_files: false 2024-09-13T05:44:32.390 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.min_blob_size: 0 2024-09-13T05:44:32.390 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-13T05:44:32.390 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-13T05:44:32.390 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-13T05:44:32.390 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-13T05:44:32.390 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-13T05:44:32.390 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-13T05:44:32.390 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-13T05:44:32.390 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-13T05:44:32.390 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 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-13T05:44:32.390 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T05:44:32.390 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-13T05:44:32.390 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T05:44:32.390 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: ed6a7ad2-66f8-4237-81e5-22106839bd9f 2024-09-13T05:44:32.391 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T05:44:32.391 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.804+0000 7f674aed9c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-09-13T05:44:32.391 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T05:44:32.391 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.808+0000 7f674aed9c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5634d0adae00 2024-09-13T05:44:32.391 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.808+0000 7f674aed9c80 4 rocksdb: DB pointer 0x5634d0bbc000 2024-09-13T05:44:32.391 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.808+0000 7f6742664640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-13T05:44:32.391 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.808+0000 7f6742664640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-13T05:44:32.391 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-09-13T05:44:32.391 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-13T05:44:32.391 INFO:teuthology.orchestra.run.smithi037.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-13T05:44:32.391 INFO:teuthology.orchestra.run.smithi037.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-13T05:44:32.391 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-13T05:44:32.392 INFO:teuthology.orchestra.run.smithi037.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-13T05:44:32.392 INFO:teuthology.orchestra.run.smithi037.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-13T05:44:32.392 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-13T05:44:32.392 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T05:44:32.392 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-13T05:44:32.392 INFO:teuthology.orchestra.run.smithi037.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-13T05:44:32.392 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-13T05:44:32.392 INFO:teuthology.orchestra.run.smithi037.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-13T05:44:32.392 INFO:teuthology.orchestra.run.smithi037.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-13T05:44:32.392 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T05:44:32.392 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-09-13T05:44:32.392 INFO:teuthology.orchestra.run.smithi037.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-13T05:44:32.393 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-13T05:44:32.393 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T05:44:32.393 INFO:teuthology.orchestra.run.smithi037.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-13T05:44:32.393 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T05:44:32.393 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-09-13T05:44:32.393 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-09-13T05:44:32.393 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-09-13T05:44:32.393 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-09-13T05:44:32.393 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-09-13T05:44:32.393 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-09-13T05:44:32.393 INFO:teuthology.orchestra.run.smithi037.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-13T05:44:32.393 INFO:teuthology.orchestra.run.smithi037.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-13T05:44:32.393 INFO:teuthology.orchestra.run.smithi037.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-13T05:44:32.394 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x5634d0aab610#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2024-09-13T05:44:32.394 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-09-13T05:44:32.394 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T05:44:32.394 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-09-13T05:44:32.394 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr 2024-09-13T05:44:32.394 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.808+0000 7f674aed9c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-09-13T05:44:32.394 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.808+0000 7f674aed9c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-09-13T05:44:32.394 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph-mon: stderr debug 2024-09-13T05:44:31.808+0000 7f674aed9c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-09-13T05:44:32.394 INFO:teuthology.orchestra.run.smithi037.stdout:create mon.a on 2024-09-13T05:44:32.608 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-09-13T05:44:32.802 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-09-13T05:44:33.039 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-db7ed238-7192-11ef-bceb-c7b262605968.target -> /etc/systemd/system/ceph-db7ed238-7192-11ef-bceb-c7b262605968.target. 2024-09-13T05:44:33.040 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-db7ed238-7192-11ef-bceb-c7b262605968.target -> /etc/systemd/system/ceph-db7ed238-7192-11ef-bceb-c7b262605968.target. 2024-09-13T05:44:33.335 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-db7ed238-7192-11ef-bceb-c7b262605968@mon.a 2024-09-13T05:44:33.335 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Failed to reset failed state of unit ceph-db7ed238-7192-11ef-bceb-c7b262605968@mon.a.service: Unit ceph-db7ed238-7192-11ef-bceb-c7b262605968@mon.a.service not loaded. 2024-09-13T05:44:33.573 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-db7ed238-7192-11ef-bceb-c7b262605968.target.wants/ceph-db7ed238-7192-11ef-bceb-c7b262605968@mon.a.service -> /etc/systemd/system/ceph-db7ed238-7192-11ef-bceb-c7b262605968@.service. 2024-09-13T05:44:33.582 INFO:teuthology.orchestra.run.smithi037.stdout:firewalld does not appear to be present 2024-09-13T05:44:33.582 INFO:teuthology.orchestra.run.smithi037.stdout:Not possible to enable service . firewalld.service is not available 2024-09-13T05:44:33.582 INFO:teuthology.orchestra.run.smithi037.stdout:Waiting for mon to start... 2024-09-13T05:44:33.582 INFO:teuthology.orchestra.run.smithi037.stdout:Waiting for mon... 2024-09-13T05:44:35.447 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:35 smithi037 bash[22225]: cluster 2024-09-13T05:44:35.212772+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-13T05:44:35.995 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout cluster: 2024-09-13T05:44:35.996 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout id: db7ed238-7192-11ef-bceb-c7b262605968 2024-09-13T05:44:35.996 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-13T05:44:35.996 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-09-13T05:44:35.996 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout services: 2024-09-13T05:44:35.996 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.199813s) 2024-09-13T05:44:35.996 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-13T05:44:35.996 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-13T05:44:35.996 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-09-13T05:44:35.996 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout data: 2024-09-13T05:44:35.996 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-13T05:44:35.996 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-13T05:44:35.996 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-13T05:44:35.996 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout pgs: 2024-09-13T05:44:35.997 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-09-13T05:44:35.997 INFO:teuthology.orchestra.run.smithi037.stdout:mon is available 2024-09-13T05:44:35.997 INFO:teuthology.orchestra.run.smithi037.stdout:Assimilating anything we can from ceph.conf... 2024-09-13T05:44:36.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:36 smithi037 bash[22225]: cluster 2024-09-13T05:44:35.236079+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-13T05:44:36.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:36 smithi037 bash[22225]: cluster 2024-09-13T05:44:35.236079+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-13T05:44:36.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:36 smithi037 bash[22225]: cluster 2024-09-13T05:44:35.236328+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-09-13T05:44:36.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:36 smithi037 bash[22225]: cluster 2024-09-13T05:44:35.236328+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-09-13T05:44:36.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:36 smithi037 bash[22225]: cluster 2024-09-13T05:44:35.236340+0000 mon.a (mon.0) 4 : cluster [DBG] fsid db7ed238-7192-11ef-bceb-c7b262605968 2024-09-13T05:44:36.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:36 smithi037 bash[22225]: cluster 2024-09-13T05:44:35.236340+0000 mon.a (mon.0) 4 : cluster [DBG] fsid db7ed238-7192-11ef-bceb-c7b262605968 2024-09-13T05:44:36.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:36 smithi037 bash[22225]: cluster 2024-09-13T05:44:35.236347+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-09-13T05:44:30.400814+0000 2024-09-13T05:44:36.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:36 smithi037 bash[22225]: cluster 2024-09-13T05:44:35.236347+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-09-13T05:44:30.400814+0000 2024-09-13T05:44:36.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:36 smithi037 bash[22225]: cluster 2024-09-13T05:44:35.236355+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-09-13T05:44:30.400814+0000 2024-09-13T05:44:36.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:36 smithi037 bash[22225]: cluster 2024-09-13T05:44:35.236355+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-09-13T05:44:30.400814+0000 2024-09-13T05:44:36.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:36 smithi037 bash[22225]: cluster 2024-09-13T05:44:35.236365+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-09-13T05:44:36.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:36 smithi037 bash[22225]: cluster 2024-09-13T05:44:35.236365+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-09-13T05:44:36.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:36 smithi037 bash[22225]: cluster 2024-09-13T05:44:35.236372+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-09-13T05:44:36.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:36 smithi037 bash[22225]: cluster 2024-09-13T05:44:35.236372+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-09-13T05:44:36.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:36 smithi037 bash[22225]: cluster 2024-09-13T05:44:35.236379+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-09-13T05:44:36.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:36 smithi037 bash[22225]: cluster 2024-09-13T05:44:35.236379+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-09-13T05:44:36.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:36 smithi037 bash[22225]: cluster 2024-09-13T05:44:35.238918+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-09-13T05:44:36.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:36 smithi037 bash[22225]: cluster 2024-09-13T05:44:35.238918+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-09-13T05:44:36.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:36 smithi037 bash[22225]: cluster 2024-09-13T05:44:35.241234+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-13T05:44:36.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:36 smithi037 bash[22225]: cluster 2024-09-13T05:44:35.241234+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-13T05:44:36.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:36 smithi037 bash[22225]: cluster 2024-09-13T05:44:35.241711+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-09-13T05:44:36.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:36 smithi037 bash[22225]: cluster 2024-09-13T05:44:35.241711+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-09-13T05:44:36.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:36 smithi037 bash[22225]: audit 2024-09-13T05:44:35.435833+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.37:0/2509397395' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-09-13T05:44:36.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:36 smithi037 bash[22225]: audit 2024-09-13T05:44:35.435833+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.37:0/2509397395' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-09-13T05:44:37.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:37 smithi037 bash[22225]: audit 2024-09-13T05:44:37.211803+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.37:0/2617209466' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-13T05:44:37.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:37 smithi037 bash[22225]: audit 2024-09-13T05:44:37.211803+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.37:0/2617209466' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-13T05:44:37.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:37 smithi037 bash[22225]: audit 2024-09-13T05:44:37.215774+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.37:0/2617209466' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-13T05:44:37.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:37 smithi037 bash[22225]: audit 2024-09-13T05:44:37.215774+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.37:0/2617209466' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-13T05:44:37.744 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-09-13T05:44:37.744 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout [global] 2024-09-13T05:44:37.744 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout fsid = db7ed238-7192-11ef-bceb-c7b262605968 2024-09-13T05:44:37.744 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-13T05:44:37.745 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.37:3300,v1:172.21.15.37:6789] 2024-09-13T05:44:37.745 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-13T05:44:37.745 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-13T05:44:37.745 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-13T05:44:37.745 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-13T05:44:37.745 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-09-13T05:44:37.745 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-13T05:44:37.745 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-09-13T05:44:37.745 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-13T05:44:37.745 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-09-13T05:44:37.745 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout [osd] 2024-09-13T05:44:37.745 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-13T05:44:37.745 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-13T05:44:37.746 INFO:teuthology.orchestra.run.smithi037.stdout:Generating new minimal ceph.conf... 2024-09-13T05:44:39.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:38 smithi037 bash[22225]: audit 2024-09-13T05:44:38.899168+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.37:0/1772626290' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:44:39.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:38 smithi037 bash[22225]: audit 2024-09-13T05:44:38.899168+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.37:0/1772626290' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:44:39.389 INFO:teuthology.orchestra.run.smithi037.stdout:Restarting the monitor... 2024-09-13T05:44:39.735 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:39 smithi037 systemd[1]: Stopping Ceph mon.a for db7ed238-7192-11ef-bceb-c7b262605968... 2024-09-13T05:44:39.735 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:39 smithi037 bash[22225]: debug 2024-09-13T05:44:39.528+0000 7fb7e2f68640 -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-13T05:44:39.735 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:39 smithi037 bash[22225]: debug 2024-09-13T05:44:39.528+0000 7fb7e2f68640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-13T05:44:40.078 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:39 smithi037 bash[22605]: ceph-db7ed238-7192-11ef-bceb-c7b262605968-mon-a 2024-09-13T05:44:40.144 INFO:teuthology.orchestra.run.smithi037.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-09-13T05:44:40.450 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:40 smithi037 bash[22666]: Error response from daemon: No such container: ceph-db7ed238-7192-11ef-bceb-c7b262605968-mon-a 2024-09-13T05:44:40.450 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:40 smithi037 systemd[1]: ceph-db7ed238-7192-11ef-bceb-c7b262605968@mon.a.service: Deactivated successfully. 2024-09-13T05:44:40.450 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:40 smithi037 systemd[1]: Stopped Ceph mon.a for db7ed238-7192-11ef-bceb-c7b262605968. 2024-09-13T05:44:40.450 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:40 smithi037 systemd[1]: Started Ceph mon.a for db7ed238-7192-11ef-bceb-c7b262605968. 2024-09-13T05:44:41.563 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.536+0000 7fe829f94c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-13T05:44:41.563 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.536+0000 7fe829f94c80 0 ceph version 19.3.0-4911-g9d608eb1 (9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3) squid (dev), process ceph-mon, pid 7 2024-09-13T05:44:41.563 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.536+0000 7fe829f94c80 0 pidfile_write: ignore empty --pid-file 2024-09-13T05:44:41.563 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.540+0000 7fe829f94c80 0 load: jerasure load: lrc 2024-09-13T05:44:41.563 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: RocksDB version: 7.9.2 2024-09-13T05:44:41.564 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Git sha 0 2024-09-13T05:44:41.564 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Compile date 2024-09-12 17:11:01 2024-09-13T05:44:41.564 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: DB SUMMARY 2024-09-13T05:44:41.564 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: DB Session ID: XFGM0FXVLN5RJHFAP6DV 2024-09-13T05:44:41.564 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: CURRENT file: CURRENT 2024-09-13T05:44:41.564 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: IDENTITY file: IDENTITY 2024-09-13T05:44:41.564 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-13T05:44:41.564 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-09-13T05:44:41.564 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88808 ; 2024-09-13T05:44:41.565 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.error_if_exists: 0 2024-09-13T05:44:41.565 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.create_if_missing: 0 2024-09-13T05:44:41.565 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.paranoid_checks: 1 2024-09-13T05:44:41.565 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-13T05:44:41.565 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-13T05:44:41.565 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-13T05:44:41.565 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.env: 0x5597fdad7120 2024-09-13T05:44:41.565 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-13T05:44:41.565 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.info_log: 0x5597ff5a7700 2024-09-13T05:44:41.565 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-13T05:44:41.565 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.statistics: (nil) 2024-09-13T05:44:41.565 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.use_fsync: 0 2024-09-13T05:44:41.565 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.max_log_file_size: 0 2024-09-13T05:44:41.566 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-13T05:44:41.566 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-13T05:44:41.566 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-13T05:44:41.566 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-13T05:44:41.566 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.allow_fallocate: 1 2024-09-13T05:44:41.566 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-13T05:44:41.566 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-13T05:44:41.566 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.use_direct_reads: 0 2024-09-13T05:44:41.566 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-13T05:44:41.566 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-13T05:44:41.566 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.db_log_dir: 2024-09-13T05:44:41.566 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.wal_dir: 2024-09-13T05:44:41.566 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-13T05:44:41.567 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-13T05:44:41.567 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-13T05:44:41.567 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-13T05:44:41.567 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-13T05:44:41.567 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-13T05:44:41.567 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-13T05:44:41.567 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-13T05:44:41.567 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.write_buffer_manager: 0x5597ff5abb80 2024-09-13T05:44:41.567 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-13T05:44:41.567 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-13T05:44:41.568 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-13T05:44:41.568 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-13T05:44:41.568 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-13T05:44:41.568 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-13T05:44:41.568 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-13T05:44:41.568 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-13T05:44:41.568 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.unordered_write: 0 2024-09-13T05:44:41.568 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-13T05:44:41.568 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-13T05:44:41.568 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-13T05:44:41.568 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-13T05:44:41.568 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.row_cache: None 2024-09-13T05:44:41.569 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.wal_filter: None 2024-09-13T05:44:41.569 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-13T05:44:41.569 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-13T05:44:41.569 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.two_write_queues: 0 2024-09-13T05:44:41.569 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-13T05:44:41.569 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.wal_compression: 0 2024-09-13T05:44:41.569 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.atomic_flush: 0 2024-09-13T05:44:41.569 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-13T05:44:41.569 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-13T05:44:41.569 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-13T05:44:41.569 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.log_readahead_size: 0 2024-09-13T05:44:41.569 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-13T05:44:41.569 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-13T05:44:41.570 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-13T05:44:41.570 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-13T05:44:41.570 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-13T05:44:41.570 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-13T05:44:41.570 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-13T05:44:41.570 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.max_background_jobs: 2 2024-09-13T05:44:41.570 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.max_background_compactions: -1 2024-09-13T05:44:41.570 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.max_subcompactions: 1 2024-09-13T05:44:41.570 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-13T05:44:41.570 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-13T05:44:41.570 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-13T05:44:41.570 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-13T05:44:41.570 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-13T05:44:41.571 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-13T05:44:41.571 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-13T05:44:41.571 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-13T05:44:41.571 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.max_open_files: -1 2024-09-13T05:44:41.571 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-13T05:44:41.571 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-13T05:44:41.571 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-13T05:44:41.571 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-13T05:44:41.571 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.max_background_flushes: -1 2024-09-13T05:44:41.571 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Compression algorithms supported: 2024-09-13T05:44:41.571 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: kZSTD supported: 0 2024-09-13T05:44:41.571 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: kXpressCompression supported: 0 2024-09-13T05:44:41.571 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: kBZip2Compression supported: 0 2024-09-13T05:44:41.571 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-13T05:44:41.571 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: kLZ4Compression supported: 1 2024-09-13T05:44:41.572 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: kZlibCompression supported: 1 2024-09-13T05:44:41.572 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-13T05:44:41.572 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: kSnappyCompression supported: 1 2024-09-13T05:44:41.572 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-13T05:44:41.572 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-13T05:44:41.572 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-09-13T05:44:41.573 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-13T05:44:41.573 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-13T05:44:41.573 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.merge_operator: 2024-09-13T05:44:41.573 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.compaction_filter: None 2024-09-13T05:44:41.573 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-13T05:44:41.574 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-13T05:44:41.574 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-13T05:44:41.574 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-13T05:44:41.574 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5597ff5a7320) 2024-09-13T05:44:41.574 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: cache_index_and_filter_blocks: 1 2024-09-13T05:44:41.574 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-13T05:44:41.574 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-13T05:44:41.574 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: pin_top_level_index_and_filter: 1 2024-09-13T05:44:41.574 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: index_type: 0 2024-09-13T05:44:41.574 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: data_block_index_type: 0 2024-09-13T05:44:41.574 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: index_shortening: 1 2024-09-13T05:44:41.574 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: data_block_hash_table_util_ratio: 0.750000 2024-09-13T05:44:41.574 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: checksum: 4 2024-09-13T05:44:41.574 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: no_block_cache: 0 2024-09-13T05:44:41.574 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: block_cache: 0x5597ff59d610 2024-09-13T05:44:41.575 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: block_cache_name: BinnedLRUCache 2024-09-13T05:44:41.575 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: block_cache_options: 2024-09-13T05:44:41.575 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: capacity : 536870912 2024-09-13T05:44:41.575 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: num_shard_bits : 4 2024-09-13T05:44:41.575 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: strict_capacity_limit : 0 2024-09-13T05:44:41.575 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: high_pri_pool_ratio: 0.000 2024-09-13T05:44:41.575 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: block_cache_compressed: (nil) 2024-09-13T05:44:41.575 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: persistent_cache: (nil) 2024-09-13T05:44:41.575 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: block_size: 4096 2024-09-13T05:44:41.575 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: block_size_deviation: 10 2024-09-13T05:44:41.575 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: block_restart_interval: 16 2024-09-13T05:44:41.575 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: index_block_restart_interval: 1 2024-09-13T05:44:41.575 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: metadata_block_size: 4096 2024-09-13T05:44:41.575 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: partition_filters: 0 2024-09-13T05:44:41.576 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: use_delta_encoding: 1 2024-09-13T05:44:41.576 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: filter_policy: bloomfilter 2024-09-13T05:44:41.576 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: whole_key_filtering: 1 2024-09-13T05:44:41.576 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: verify_compression: 0 2024-09-13T05:44:41.576 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: read_amp_bytes_per_bit: 0 2024-09-13T05:44:41.576 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: format_version: 5 2024-09-13T05:44:41.576 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: enable_index_compression: 1 2024-09-13T05:44:41.576 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: block_align: 0 2024-09-13T05:44:41.576 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: max_auto_readahead_size: 262144 2024-09-13T05:44:41.576 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: prepopulate_block_cache: 0 2024-09-13T05:44:41.576 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: initial_auto_readahead_size: 8192 2024-09-13T05:44:41.576 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: num_file_reads_for_auto_readahead: 2 2024-09-13T05:44:41.576 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-13T05:44:41.577 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-13T05:44:41.577 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.compression: NoCompression 2024-09-13T05:44:41.577 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-13T05:44:41.577 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-13T05:44:41.577 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-13T05:44:41.577 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.num_levels: 7 2024-09-13T05:44:41.577 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-13T05:44:41.577 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-13T05:44:41.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-13T05:44:41.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-13T05:44:41.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-13T05:44:41.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-13T05:44:41.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-13T05:44:41.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-13T05:44:41.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-13T05:44:41.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-13T05:44:41.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-13T05:44:41.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-13T05:44:41.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-13T05:44:41.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-13T05:44:41.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-13T05:44:41.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-13T05:44:41.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-13T05:44:41.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-13T05:44:41.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-13T05:44:41.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-13T05:44:41.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-13T05:44:41.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-13T05:44:41.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-13T05:44:41.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-13T05:44:41.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-13T05:44:41.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-13T05:44:41.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-13T05:44:41.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-13T05:44:41.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-13T05:44:41.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-13T05:44:41.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-13T05:44:41.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-13T05:44:41.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-13T05:44:41.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-13T05:44:41.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-13T05:44:41.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-13T05:44:41.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-13T05:44:41.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-13T05:44:41.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-13T05:44:41.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-13T05:44:41.581 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-13T05:44:41.581 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-13T05:44:41.581 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-13T05:44:41.581 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-13T05:44:41.581 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-13T05:44:41.581 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-13T05:44:41.581 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-13T05:44:41.581 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-13T05:44:41.581 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-13T05:44:41.582 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-13T05:44:41.582 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-13T05:44:41.582 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-13T05:44:41.582 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-13T05:44:41.582 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-13T05:44:41.582 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.inplace_update_support: 0 2024-09-13T05:44:41.582 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-13T05:44:41.582 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-13T05:44:41.582 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-13T05:44:41.582 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-13T05:44:41.582 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.bloom_locality: 0 2024-09-13T05:44:41.582 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.max_successive_merges: 0 2024-09-13T05:44:41.582 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-13T05:44:41.583 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-13T05:44:41.583 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-13T05:44:41.583 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-13T05:44:41.583 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.ttl: 2592000 2024-09-13T05:44:41.583 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-13T05:44:41.583 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-13T05:44:41.583 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-13T05:44:41.583 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.enable_blob_files: false 2024-09-13T05:44:41.583 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.min_blob_size: 0 2024-09-13T05:44:41.583 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-13T05:44:41.583 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-13T05:44:41.584 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-13T05:44:41.584 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-13T05:44:41.584 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-13T05:44:41.584 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-13T05:44:41.584 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-13T05:44:41.584 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-13T05:44:41.584 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 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-13T05:44:41.584 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-13T05:44:41.584 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: ed6a7ad2-66f8-4237-81e5-22106839bd9f 2024-09-13T05:44:41.584 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726206281551081, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-13T05:44:41.584 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.544+0000 7fe829f94c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-13T05:44:41.584 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.548+0000 7fe829f94c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726206281552442, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85553, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 259, "table_properties": {"data_size": 83700, "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": 10145, "raw_average_key_size": 46, "raw_value_size": 77840, "raw_average_value_size": 357, "num_data_blocks": 11, "num_entries": 218, "num_filter_entries": 218, "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": 1726206281, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "ed6a7ad2-66f8-4237-81e5-22106839bd9f", "db_session_id": "XFGM0FXVLN5RJHFAP6DV", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-13T05:44:41.585 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.548+0000 7fe829f94c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726206281552595, "job": 1, "event": "recovery_finished"} 2024-09-13T05:44:41.585 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.548+0000 7fe829f94c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-13T05:44:41.585 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.548+0000 7fe829f94c80 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-13T05:44:41.585 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.548+0000 7fe829f94c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5597ff5cae00 2024-09-13T05:44:41.585 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.548+0000 7fe829f94c80 4 rocksdb: DB pointer 0x5597ff6ce000 2024-09-13T05:44:41.585 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.548+0000 7fe829f94c80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] at bind addrs [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid db7ed238-7192-11ef-bceb-c7b262605968 2024-09-13T05:44:41.585 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.548+0000 7fe81fd5c640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-13T05:44:41.585 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.548+0000 7fe81fd5c640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-13T05:44:41.585 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: ** DB Stats ** 2024-09-13T05:44:41.585 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-13T05:44:41.585 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: 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-13T05:44:41.585 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-13T05:44:41.585 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-13T05:44:41.586 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: 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-13T05:44:41.586 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-13T05:44:41.586 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-13T05:44:41.586 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: ** Compaction Stats [default] ** 2024-09-13T05:44:41.586 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: 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-13T05:44:41.586 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-13T05:44:41.586 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: L0 2/0 85.41 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 87.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-13T05:44:41.586 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: Sum 2/0 85.41 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 87.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-13T05:44:41.586 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 87.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-13T05:44:41.586 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: ** Compaction Stats [default] ** 2024-09-13T05:44:41.586 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: 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-13T05:44:41.586 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-13T05:44:41.586 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 87.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-13T05:44:41.586 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-13T05:44:41.587 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-13T05:44:41.587 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-13T05:44:41.587 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-13T05:44:41.587 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: AddFile(Total Files): cumulative 0, interval 0 2024-09-13T05:44:41.587 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-13T05:44:41.587 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: AddFile(Keys): cumulative 0, interval 0 2024-09-13T05:44:41.587 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: Cumulative compaction: 0.00 GB write, 13.60 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-13T05:44:41.587 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: Interval compaction: 0.00 GB write, 13.60 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-13T05:44:41.587 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: 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-13T05:44:41.587 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: Block cache BinnedLRUCache@0x5597ff59d610#7 capacity: 512.00 MB usage: 26.80 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.1e-05 secs_since: 0 2024-09-13T05:44:41.587 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: Block cache entry stats(count,size,portion): DataBlock(3,25.61 KB,0.0048846%) FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-09-13T05:44:41.588 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: ** File Read Latency Histogram By Level [default] ** 2024-09-13T05:44:41.588 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.552+0000 7fe829f94c80 1 mon.a@-1(???) e1 preinit fsid db7ed238-7192-11ef-bceb-c7b262605968 2024-09-13T05:44:41.588 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.552+0000 7fe829f94c80 0 mon.a@-1(???).mds e1 new map 2024-09-13T05:44:41.588 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.552+0000 7fe829f94c80 0 mon.a@-1(???).mds e1 print_map 2024-09-13T05:44:41.588 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: e1 2024-09-13T05:44:41.588 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: btime 2024-09-13T05:44:35:236774+0000 2024-09-13T05:44:41.588 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-13T05:44:41.588 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: 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-13T05:44:41.588 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: legacy client fscid: -1 2024-09-13T05:44:41.588 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: 2024-09-13T05:44:41.588 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: No filesystems configured 2024-09-13T05:44:41.588 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.552+0000 7fe829f94c80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-13T05:44:41.589 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.552+0000 7fe829f94c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-13T05:44:41.589 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.552+0000 7fe829f94c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-13T05:44:41.589 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.552+0000 7fe829f94c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-13T05:44:41.589 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: debug 2024-09-13T05:44:41.552+0000 7fe829f94c80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-13T05:44:41.785 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: cluster 2024-09-13T05:44:41.576107+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-13T05:44:41.785 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: cluster 2024-09-13T05:44:41.576107+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-09-13T05:44:41.785 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: cluster 2024-09-13T05:44:41.576193+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-09-13T05:44:41.785 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: cluster 2024-09-13T05:44:41.576193+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-09-13T05:44:41.785 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: cluster 2024-09-13T05:44:41.576202+0000 mon.a (mon.0) 3 : cluster [DBG] fsid db7ed238-7192-11ef-bceb-c7b262605968 2024-09-13T05:44:41.785 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: cluster 2024-09-13T05:44:41.576202+0000 mon.a (mon.0) 3 : cluster [DBG] fsid db7ed238-7192-11ef-bceb-c7b262605968 2024-09-13T05:44:41.785 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: cluster 2024-09-13T05:44:41.576215+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-09-13T05:44:30.400814+0000 2024-09-13T05:44:41.785 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: cluster 2024-09-13T05:44:41.576215+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-09-13T05:44:30.400814+0000 2024-09-13T05:44:41.785 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: cluster 2024-09-13T05:44:41.576229+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-09-13T05:44:30.400814+0000 2024-09-13T05:44:41.785 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: cluster 2024-09-13T05:44:41.576229+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-09-13T05:44:30.400814+0000 2024-09-13T05:44:41.785 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: cluster 2024-09-13T05:44:41.576240+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-09-13T05:44:41.785 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: cluster 2024-09-13T05:44:41.576240+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-09-13T05:44:41.786 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: cluster 2024-09-13T05:44:41.576247+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-09-13T05:44:41.786 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: cluster 2024-09-13T05:44:41.576247+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-09-13T05:44:41.786 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: cluster 2024-09-13T05:44:41.576254+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-09-13T05:44:41.786 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: cluster 2024-09-13T05:44:41.576254+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-09-13T05:44:41.786 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: cluster 2024-09-13T05:44:41.576694+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-09-13T05:44:41.786 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: cluster 2024-09-13T05:44:41.576694+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-09-13T05:44:41.786 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: cluster 2024-09-13T05:44:41.576717+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-13T05:44:41.786 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: cluster 2024-09-13T05:44:41.576717+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-09-13T05:44:41.786 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: cluster 2024-09-13T05:44:41.577136+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-09-13T05:44:41.786 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:41 smithi037 bash[22708]: cluster 2024-09-13T05:44:41.577136+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-09-13T05:44:42.360 INFO:teuthology.orchestra.run.smithi037.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-13T05:44:42.386 INFO:teuthology.orchestra.run.smithi037.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-13T05:44:42.386 INFO:teuthology.orchestra.run.smithi037.stdout:Creating mgr... 2024-09-13T05:44:42.386 INFO:teuthology.orchestra.run.smithi037.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-13T05:44:42.386 INFO:teuthology.orchestra.run.smithi037.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-13T05:44:42.717 INFO:teuthology.orchestra.run.smithi037.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-db7ed238-7192-11ef-bceb-c7b262605968@mgr.a 2024-09-13T05:44:42.717 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Failed to reset failed state of unit ceph-db7ed238-7192-11ef-bceb-c7b262605968@mgr.a.service: Unit ceph-db7ed238-7192-11ef-bceb-c7b262605968@mgr.a.service not loaded. 2024-09-13T05:44:42.722 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:42 smithi037 systemd[1]: /etc/systemd/system/ceph-db7ed238-7192-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-13T05:44:42.907 INFO:teuthology.orchestra.run.smithi037.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-db7ed238-7192-11ef-bceb-c7b262605968.target.wants/ceph-db7ed238-7192-11ef-bceb-c7b262605968@mgr.a.service -> /etc/systemd/system/ceph-db7ed238-7192-11ef-bceb-c7b262605968@.service. 2024-09-13T05:44:42.915 INFO:teuthology.orchestra.run.smithi037.stdout:firewalld does not appear to be present 2024-09-13T05:44:42.915 INFO:teuthology.orchestra.run.smithi037.stdout:Not possible to enable service . firewalld.service is not available 2024-09-13T05:44:42.915 INFO:teuthology.orchestra.run.smithi037.stdout:firewalld does not appear to be present 2024-09-13T05:44:42.915 INFO:teuthology.orchestra.run.smithi037.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-09-13T05:44:42.916 INFO:teuthology.orchestra.run.smithi037.stdout:Waiting for mgr to start... 2024-09-13T05:44:42.916 INFO:teuthology.orchestra.run.smithi037.stdout:Waiting for mgr... 2024-09-13T05:44:43.056 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:44:42 smithi037 systemd[1]: Started Ceph mgr.a for db7ed238-7192-11ef-bceb-c7b262605968. 2024-09-13T05:44:43.056 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:42 smithi037 bash[22708]: audit 2024-09-13T05:44:41.773733+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.37:0/2066920023' entity='client.admin' 2024-09-13T05:44:43.057 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:42 smithi037 bash[22708]: audit 2024-09-13T05:44:41.773733+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.37:0/2066920023' entity='client.admin' 2024-09-13T05:44:43.057 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:42 smithi037 systemd[1]: /etc/systemd/system/ceph-db7ed238-7192-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-13T05:44:45.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:44 smithi037 bash[22708]: audit 2024-09-13T05:44:44.846639+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.37:0/762661962' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-13T05:44:45.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:44 smithi037 bash[22708]: audit 2024-09-13T05:44:44.846639+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.37:0/762661962' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-13T05:44:45.424 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-09-13T05:44:45.425 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout { 2024-09-13T05:44:45.425 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "fsid": "db7ed238-7192-11ef-bceb-c7b262605968", 2024-09-13T05:44:45.425 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "health": { 2024-09-13T05:44:45.425 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-13T05:44:45.425 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-13T05:44:45.425 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-13T05:44:45.425 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:44:45.425 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-13T05:44:45.425 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-13T05:44:45.425 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 0 2024-09-13T05:44:45.426 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-09-13T05:44:45.426 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-13T05:44:45.426 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "a" 2024-09-13T05:44:45.426 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-09-13T05:44:45.426 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2024-09-13T05:44:45.426 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-13T05:44:45.426 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T05:44:45.426 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-13T05:44:45.426 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-13T05:44:45.426 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:44:45.426 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-13T05:44:45.427 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T05:44:45.427 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-13T05:44:45.427 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-13T05:44:45.427 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-13T05:44:45.427 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-13T05:44:45.427 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-13T05:44:45.427 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-13T05:44:45.430 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:44:45.430 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-13T05:44:45.430 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-13T05:44:45.430 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-13T05:44:45.431 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-13T05:44:45.431 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-13T05:44:45.431 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-13T05:44:45.431 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-13T05:44:45.431 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-13T05:44:45.431 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-13T05:44:45.431 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:44:45.431 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-13T05:44:45.431 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T05:44:45.431 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "btime": "2024-09-13T05:44:35:236774+0000", 2024-09-13T05:44:45.431 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-13T05:44:45.431 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-13T05:44:45.431 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:44:45.431 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-13T05:44:45.432 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-13T05:44:45.432 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-13T05:44:45.432 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-13T05:44:45.432 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-13T05:44:45.432 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-13T05:44:45.432 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "restful" 2024-09-13T05:44:45.432 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-09-13T05:44:45.432 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-13T05:44:45.432 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:44:45.432 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-13T05:44:45.432 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T05:44:45.432 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "modified": "2024-09-13T05:44:35.237655+0000", 2024-09-13T05:44:45.432 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-13T05:44:45.433 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:44:45.433 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-13T05:44:45.433 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout } 2024-09-13T05:44:45.433 INFO:teuthology.orchestra.run.smithi037.stdout:mgr not available, waiting (1/15)... 2024-09-13T05:44:49.078 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:48 smithi037 bash[22708]: audit 2024-09-13T05:44:48.646924+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.37:0/4281305105' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-13T05:44:49.078 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:48 smithi037 bash[22708]: audit 2024-09-13T05:44:48.646924+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.37:0/4281305105' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-13T05:44:49.196 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-09-13T05:44:49.196 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout { 2024-09-13T05:44:49.196 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "fsid": "db7ed238-7192-11ef-bceb-c7b262605968", 2024-09-13T05:44:49.197 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "health": { 2024-09-13T05:44:49.197 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-13T05:44:49.197 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-13T05:44:49.197 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-13T05:44:49.197 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:44:49.197 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-13T05:44:49.197 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-13T05:44:49.197 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 0 2024-09-13T05:44:49.197 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-09-13T05:44:49.197 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-13T05:44:49.197 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "a" 2024-09-13T05:44:49.197 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-09-13T05:44:49.197 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum_age": 7, 2024-09-13T05:44:49.198 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-13T05:44:49.198 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T05:44:49.198 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-13T05:44:49.198 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-13T05:44:49.198 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:44:49.198 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-13T05:44:49.198 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T05:44:49.198 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-13T05:44:49.198 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-13T05:44:49.198 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-13T05:44:49.198 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-13T05:44:49.198 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-13T05:44:49.198 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-13T05:44:49.202 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:44:49.202 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-13T05:44:49.202 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-13T05:44:49.202 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-13T05:44:49.202 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-13T05:44:49.202 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-13T05:44:49.202 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-13T05:44:49.202 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-13T05:44:49.202 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-13T05:44:49.202 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-13T05:44:49.202 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:44:49.203 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-13T05:44:49.203 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T05:44:49.203 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "btime": "2024-09-13T05:44:35:236774+0000", 2024-09-13T05:44:49.203 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-13T05:44:49.203 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-13T05:44:49.203 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:44:49.203 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-13T05:44:49.203 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-13T05:44:49.203 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-13T05:44:49.203 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-13T05:44:49.203 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-13T05:44:49.203 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-13T05:44:49.203 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "restful" 2024-09-13T05:44:49.203 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-09-13T05:44:49.203 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-13T05:44:49.204 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:44:49.204 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-13T05:44:49.204 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T05:44:49.204 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "modified": "2024-09-13T05:44:35.237655+0000", 2024-09-13T05:44:49.204 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-13T05:44:49.204 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:44:49.204 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-13T05:44:49.204 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout } 2024-09-13T05:44:49.204 INFO:teuthology.orchestra.run.smithi037.stdout:mgr not available, waiting (2/15)... 2024-09-13T05:44:51.302 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:50 smithi037 bash[22708]: cluster 2024-09-13T05:44:50.894550+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon a 2024-09-13T05:44:51.302 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:50 smithi037 bash[22708]: cluster 2024-09-13T05:44:50.894550+0000 mon.a (mon.0) 15 : cluster [INF] Activating manager daemon a 2024-09-13T05:44:51.302 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:50 smithi037 bash[22708]: cluster 2024-09-13T05:44:50.903105+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00889997s) 2024-09-13T05:44:51.302 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:50 smithi037 bash[22708]: cluster 2024-09-13T05:44:50.903105+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00889997s) 2024-09-13T05:44:51.302 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:50 smithi037 bash[22708]: audit 2024-09-13T05:44:50.904014+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.37:0/2958814333' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-13T05:44:51.302 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:50 smithi037 bash[22708]: audit 2024-09-13T05:44:50.904014+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.37:0/2958814333' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-13T05:44:51.302 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:50 smithi037 bash[22708]: audit 2024-09-13T05:44:50.904211+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.37:0/2958814333' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-13T05:44:51.302 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:50 smithi037 bash[22708]: audit 2024-09-13T05:44:50.904211+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.37:0/2958814333' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-13T05:44:51.303 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:50 smithi037 bash[22708]: audit 2024-09-13T05:44:50.904377+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.37:0/2958814333' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-13T05:44:51.303 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:50 smithi037 bash[22708]: audit 2024-09-13T05:44:50.904377+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.37:0/2958814333' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-13T05:44:51.303 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:50 smithi037 bash[22708]: audit 2024-09-13T05:44:50.904540+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.37:0/2958814333' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T05:44:51.303 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:50 smithi037 bash[22708]: audit 2024-09-13T05:44:50.904540+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.37:0/2958814333' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T05:44:51.303 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:50 smithi037 bash[22708]: audit 2024-09-13T05:44:50.906483+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.37:0/2958814333' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-13T05:44:51.303 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:50 smithi037 bash[22708]: audit 2024-09-13T05:44:50.906483+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.37:0/2958814333' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-13T05:44:51.303 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:50 smithi037 bash[22708]: cluster 2024-09-13T05:44:50.933951+0000 mon.a (mon.0) 22 : cluster [INF] Manager daemon a is now available 2024-09-13T05:44:51.303 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:50 smithi037 bash[22708]: cluster 2024-09-13T05:44:50.933951+0000 mon.a (mon.0) 22 : cluster [INF] Manager daemon a is now available 2024-09-13T05:44:52.217 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:51 smithi037 bash[22708]: audit 2024-09-13T05:44:50.947197+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.37:0/2958814333' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-13T05:44:52.217 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:51 smithi037 bash[22708]: audit 2024-09-13T05:44:50.947197+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.37:0/2958814333' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-13T05:44:52.217 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:51 smithi037 bash[22708]: audit 2024-09-13T05:44:50.953398+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.37:0/2958814333' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-13T05:44:52.218 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:51 smithi037 bash[22708]: audit 2024-09-13T05:44:50.953398+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.37:0/2958814333' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-13T05:44:52.218 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:51 smithi037 bash[22708]: audit 2024-09-13T05:44:50.957891+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.37:0/2958814333' entity='mgr.a' 2024-09-13T05:44:52.218 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:51 smithi037 bash[22708]: audit 2024-09-13T05:44:50.957891+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.37:0/2958814333' entity='mgr.a' 2024-09-13T05:44:52.218 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:51 smithi037 bash[22708]: audit 2024-09-13T05:44:50.963067+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.37:0/2958814333' entity='mgr.a' 2024-09-13T05:44:52.218 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:51 smithi037 bash[22708]: audit 2024-09-13T05:44:50.963067+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.37:0/2958814333' entity='mgr.a' 2024-09-13T05:44:52.218 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:51 smithi037 bash[22708]: audit 2024-09-13T05:44:50.968213+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.37:0/2958814333' entity='mgr.a' 2024-09-13T05:44:52.218 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:51 smithi037 bash[22708]: audit 2024-09-13T05:44:50.968213+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.37:0/2958814333' entity='mgr.a' 2024-09-13T05:44:52.218 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:51 smithi037 bash[22708]: cluster 2024-09-13T05:44:51.909630+0000 mon.a (mon.0) 28 : cluster [DBG] mgrmap e3: a(active, since 1.01541s) 2024-09-13T05:44:52.218 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:51 smithi037 bash[22708]: cluster 2024-09-13T05:44:51.909630+0000 mon.a (mon.0) 28 : cluster [DBG] mgrmap e3: a(active, since 1.01541s) 2024-09-13T05:44:53.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:52 smithi037 bash[22708]: audit 2024-09-13T05:44:52.903965+0000 mon.a (mon.0) 29 : audit [DBG] from='client.? 172.21.15.37:0/437555727' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-13T05:44:53.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:52 smithi037 bash[22708]: audit 2024-09-13T05:44:52.903965+0000 mon.a (mon.0) 29 : audit [DBG] from='client.? 172.21.15.37:0/437555727' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-13T05:44:53.451 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-09-13T05:44:53.452 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout { 2024-09-13T05:44:53.452 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "fsid": "db7ed238-7192-11ef-bceb-c7b262605968", 2024-09-13T05:44:53.452 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "health": { 2024-09-13T05:44:53.452 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-13T05:44:53.452 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-13T05:44:53.452 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-13T05:44:53.452 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:44:53.452 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-13T05:44:53.452 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-13T05:44:53.452 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 0 2024-09-13T05:44:53.452 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-09-13T05:44:53.452 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-13T05:44:53.453 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "a" 2024-09-13T05:44:53.453 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-09-13T05:44:53.453 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "quorum_age": 11, 2024-09-13T05:44:53.453 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-13T05:44:53.453 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T05:44:53.453 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-13T05:44:53.453 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-13T05:44:53.453 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:44:53.453 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-13T05:44:53.453 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T05:44:53.453 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-13T05:44:53.453 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-13T05:44:53.454 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-13T05:44:53.454 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-13T05:44:53.454 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-13T05:44:53.454 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-13T05:44:53.454 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:44:53.454 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-13T05:44:53.454 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-13T05:44:53.454 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-13T05:44:53.454 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-13T05:44:53.454 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-13T05:44:53.454 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-13T05:44:53.454 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-13T05:44:53.454 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-13T05:44:53.454 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-13T05:44:53.455 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:44:53.455 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-13T05:44:53.455 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T05:44:53.455 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "btime": "2024-09-13T05:44:35:236774+0000", 2024-09-13T05:44:53.455 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-13T05:44:53.455 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-13T05:44:53.455 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:44:53.455 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-13T05:44:53.455 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-13T05:44:53.455 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-13T05:44:53.455 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-13T05:44:53.455 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-13T05:44:53.455 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-13T05:44:53.455 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "restful" 2024-09-13T05:44:53.455 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ], 2024-09-13T05:44:53.456 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-13T05:44:53.456 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:44:53.456 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-13T05:44:53.456 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-13T05:44:53.456 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "modified": "2024-09-13T05:44:35.237655+0000", 2024-09-13T05:44:53.456 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-13T05:44:53.456 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout }, 2024-09-13T05:44:53.456 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-13T05:44:53.456 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout } 2024-09-13T05:44:53.456 INFO:teuthology.orchestra.run.smithi037.stdout:mgr is available 2024-09-13T05:44:54.267 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:53 smithi037 bash[22708]: cluster 2024-09-13T05:44:52.955732+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: a(active, since 2s) 2024-09-13T05:44:54.267 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:53 smithi037 bash[22708]: cluster 2024-09-13T05:44:52.955732+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: a(active, since 2s) 2024-09-13T05:44:55.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:54 smithi037 bash[22708]: audit 2024-09-13T05:44:54.817502+0000 mon.a (mon.0) 31 : audit [INF] from='client.? 172.21.15.37:0/391792265' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-13T05:44:55.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:54 smithi037 bash[22708]: audit 2024-09-13T05:44:54.817502+0000 mon.a (mon.0) 31 : audit [INF] from='client.? 172.21.15.37:0/391792265' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-13T05:44:55.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:54 smithi037 bash[22708]: audit 2024-09-13T05:44:54.822487+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.37:0/391792265' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-13T05:44:55.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:54 smithi037 bash[22708]: audit 2024-09-13T05:44:54.822487+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.37:0/391792265' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-13T05:44:55.484 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-09-13T05:44:55.484 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout [global] 2024-09-13T05:44:55.484 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout fsid = db7ed238-7192-11ef-bceb-c7b262605968 2024-09-13T05:44:55.485 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-13T05:44:55.485 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.37:3300,v1:172.21.15.37:6789] 2024-09-13T05:44:55.485 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-13T05:44:55.485 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-13T05:44:55.485 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-13T05:44:55.485 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-13T05:44:55.485 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-09-13T05:44:55.485 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-13T05:44:55.485 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-13T05:44:55.485 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 2024-09-13T05:44:55.485 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout [osd] 2024-09-13T05:44:55.485 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-13T05:44:55.485 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-13T05:44:55.485 INFO:teuthology.orchestra.run.smithi037.stdout:Enabling cephadm module... 2024-09-13T05:44:57.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:57 smithi037 bash[22708]: audit 2024-09-13T05:44:56.977966+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.37:0/3846578525' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-09-13T05:44:57.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:57 smithi037 bash[22708]: audit 2024-09-13T05:44:56.977966+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.37:0/3846578525' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-09-13T05:44:57.328 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:44:57 smithi037 bash[22963]: ignoring --setuser ceph since I am not root 2024-09-13T05:44:57.328 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:44:57 smithi037 bash[22963]: ignoring --setgroup ceph since I am not root 2024-09-13T05:44:58.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:58 smithi037 bash[22708]: audit 2024-09-13T05:44:57.030000+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.37:0/3846578525' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-13T05:44:58.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:58 smithi037 bash[22708]: audit 2024-09-13T05:44:57.030000+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.37:0/3846578525' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-13T05:44:58.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:58 smithi037 bash[22708]: cluster 2024-09-13T05:44:57.036531+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e5: a(active, since 6s) 2024-09-13T05:44:58.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:58 smithi037 bash[22708]: cluster 2024-09-13T05:44:57.036531+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e5: a(active, since 6s) 2024-09-13T05:44:59.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:59 smithi037 bash[22708]: audit 2024-09-13T05:44:59.015817+0000 mon.a (mon.0) 36 : audit [DBG] from='client.? 172.21.15.37:0/2697745208' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-13T05:44:59.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:44:59 smithi037 bash[22708]: audit 2024-09-13T05:44:59.015817+0000 mon.a (mon.0) 36 : audit [DBG] from='client.? 172.21.15.37:0/2697745208' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-13T05:44:59.587 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout { 2024-09-13T05:44:59.587 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-13T05:44:59.587 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-13T05:44:59.587 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-13T05:44:59.587 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-13T05:44:59.587 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout } 2024-09-13T05:44:59.588 INFO:teuthology.orchestra.run.smithi037.stdout:Waiting for the mgr to restart... 2024-09-13T05:44:59.588 INFO:teuthology.orchestra.run.smithi037.stdout:Waiting for mgr epoch 5... 2024-09-13T05:45:03.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:03 smithi037 bash[22708]: cluster 2024-09-13T05:45:03.317652+0000 mon.a (mon.0) 37 : cluster [INF] Active manager daemon a restarted 2024-09-13T05:45:03.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:03 smithi037 bash[22708]: cluster 2024-09-13T05:45:03.317652+0000 mon.a (mon.0) 37 : cluster [INF] Active manager daemon a restarted 2024-09-13T05:45:03.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:03 smithi037 bash[22708]: cluster 2024-09-13T05:45:03.317905+0000 mon.a (mon.0) 38 : cluster [INF] Activating manager daemon a 2024-09-13T05:45:03.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:03 smithi037 bash[22708]: cluster 2024-09-13T05:45:03.317905+0000 mon.a (mon.0) 38 : cluster [INF] Activating manager daemon a 2024-09-13T05:45:03.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:03 smithi037 bash[22708]: cluster 2024-09-13T05:45:03.326141+0000 mon.a (mon.0) 39 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-13T05:45:03.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:03 smithi037 bash[22708]: cluster 2024-09-13T05:45:03.326141+0000 mon.a (mon.0) 39 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-09-13T05:45:03.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:03 smithi037 bash[22708]: cluster 2024-09-13T05:45:03.326374+0000 mon.a (mon.0) 40 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00855253s) 2024-09-13T05:45:03.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:03 smithi037 bash[22708]: cluster 2024-09-13T05:45:03.326374+0000 mon.a (mon.0) 40 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00855253s) 2024-09-13T05:45:03.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:03 smithi037 bash[22708]: audit 2024-09-13T05:45:03.327304+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14118 172.21.15.37:0/2990583718' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T05:45:03.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:03 smithi037 bash[22708]: audit 2024-09-13T05:45:03.327304+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14118 172.21.15.37:0/2990583718' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T05:45:03.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:03 smithi037 bash[22708]: audit 2024-09-13T05:45:03.329443+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14118 172.21.15.37:0/2990583718' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-13T05:45:03.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:03 smithi037 bash[22708]: audit 2024-09-13T05:45:03.329443+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14118 172.21.15.37:0/2990583718' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-13T05:45:03.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:03 smithi037 bash[22708]: audit 2024-09-13T05:45:03.330381+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.37:0/2990583718' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-13T05:45:03.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:03 smithi037 bash[22708]: audit 2024-09-13T05:45:03.330381+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14118 172.21.15.37:0/2990583718' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-13T05:45:03.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:03 smithi037 bash[22708]: audit 2024-09-13T05:45:03.330514+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.37:0/2990583718' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-13T05:45:03.830 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:03 smithi037 bash[22708]: audit 2024-09-13T05:45:03.330514+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14118 172.21.15.37:0/2990583718' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-13T05:45:03.830 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:03 smithi037 bash[22708]: audit 2024-09-13T05:45:03.330686+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.37:0/2990583718' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-13T05:45:03.830 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:03 smithi037 bash[22708]: audit 2024-09-13T05:45:03.330686+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14118 172.21.15.37:0/2990583718' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-13T05:45:03.830 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:03 smithi037 bash[22708]: cluster 2024-09-13T05:45:03.353979+0000 mon.a (mon.0) 46 : cluster [INF] Manager daemon a is now available 2024-09-13T05:45:03.830 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:03 smithi037 bash[22708]: cluster 2024-09-13T05:45:03.353979+0000 mon.a (mon.0) 46 : cluster [INF] Manager daemon a is now available 2024-09-13T05:45:04.926 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout { 2024-09-13T05:45:04.926 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-13T05:45:04.926 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-13T05:45:04.926 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout } 2024-09-13T05:45:04.927 INFO:teuthology.orchestra.run.smithi037.stdout:mgr epoch 5 is available 2024-09-13T05:45:04.927 INFO:teuthology.orchestra.run.smithi037.stdout:Verifying orchestrator module is enabled... 2024-09-13T05:45:05.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:05 smithi037 bash[22708]: audit 2024-09-13T05:45:04.149103+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.37:0/2990583718' entity='mgr.a' 2024-09-13T05:45:05.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:05 smithi037 bash[22708]: audit 2024-09-13T05:45:04.149103+0000 mon.a (mon.0) 47 : audit [INF] from='mgr.14118 172.21.15.37:0/2990583718' entity='mgr.a' 2024-09-13T05:45:05.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:05 smithi037 bash[22708]: audit 2024-09-13T05:45:04.154237+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.37:0/2990583718' entity='mgr.a' 2024-09-13T05:45:05.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:05 smithi037 bash[22708]: audit 2024-09-13T05:45:04.154237+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14118 172.21.15.37:0/2990583718' entity='mgr.a' 2024-09-13T05:45:05.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:05 smithi037 bash[22708]: cephadm 2024-09-13T05:45:04.155042+0000 mgr.a (mgr.14118) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-13T05:45:05.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:05 smithi037 bash[22708]: cephadm 2024-09-13T05:45:04.155042+0000 mgr.a (mgr.14118) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-09-13T05:45:05.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:05 smithi037 bash[22708]: audit 2024-09-13T05:45:04.159584+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.37:0/2990583718' entity='mgr.a' 2024-09-13T05:45:05.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:05 smithi037 bash[22708]: audit 2024-09-13T05:45:04.159584+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14118 172.21.15.37:0/2990583718' entity='mgr.a' 2024-09-13T05:45:05.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:05 smithi037 bash[22708]: audit 2024-09-13T05:45:04.166620+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14118 172.21.15.37:0/2990583718' entity='mgr.a' 2024-09-13T05:45:05.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:05 smithi037 bash[22708]: audit 2024-09-13T05:45:04.166620+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14118 172.21.15.37:0/2990583718' entity='mgr.a' 2024-09-13T05:45:05.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:05 smithi037 bash[22708]: audit 2024-09-13T05:45:04.171827+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14118 172.21.15.37:0/2990583718' entity='mgr.a' 2024-09-13T05:45:05.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:05 smithi037 bash[22708]: audit 2024-09-13T05:45:04.171827+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14118 172.21.15.37:0/2990583718' entity='mgr.a' 2024-09-13T05:45:05.330 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:05 smithi037 bash[22708]: audit 2024-09-13T05:45:04.175586+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14118 172.21.15.37:0/2990583718' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:45:05.330 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:05 smithi037 bash[22708]: audit 2024-09-13T05:45:04.175586+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14118 172.21.15.37:0/2990583718' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:45:05.330 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:05 smithi037 bash[22708]: audit 2024-09-13T05:45:04.178089+0000 mon.a (mon.0) 53 : audit [DBG] from='mgr.14118 172.21.15.37:0/2990583718' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:45:05.330 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:05 smithi037 bash[22708]: audit 2024-09-13T05:45:04.178089+0000 mon.a (mon.0) 53 : audit [DBG] from='mgr.14118 172.21.15.37:0/2990583718' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:45:05.330 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:05 smithi037 bash[22708]: audit 2024-09-13T05:45:04.187964+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.37:0/2990583718' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-13T05:45:05.330 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:05 smithi037 bash[22708]: audit 2024-09-13T05:45:04.187964+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14118 172.21.15.37:0/2990583718' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-13T05:45:05.330 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:05 smithi037 bash[22708]: audit 2024-09-13T05:45:04.190259+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14118 172.21.15.37:0/2990583718' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-13T05:45:05.330 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:05 smithi037 bash[22708]: audit 2024-09-13T05:45:04.190259+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14118 172.21.15.37:0/2990583718' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-13T05:45:05.330 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:05 smithi037 bash[22708]: audit 2024-09-13T05:45:04.328384+0000 mgr.a (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-13T05:45:05.330 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:05 smithi037 bash[22708]: audit 2024-09-13T05:45:04.328384+0000 mgr.a (mgr.14118) 2 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-13T05:45:05.330 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:05 smithi037 bash[22708]: cluster 2024-09-13T05:45:04.330783+0000 mon.a (mon.0) 56 : cluster [DBG] mgrmap e7: a(active, since 1.01295s) 2024-09-13T05:45:05.330 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:05 smithi037 bash[22708]: cluster 2024-09-13T05:45:04.330783+0000 mon.a (mon.0) 56 : cluster [DBG] mgrmap e7: a(active, since 1.01295s) 2024-09-13T05:45:05.330 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:05 smithi037 bash[22708]: audit 2024-09-13T05:45:04.343260+0000 mgr.a (mgr.14118) 3 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-13T05:45:05.331 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:05 smithi037 bash[22708]: audit 2024-09-13T05:45:04.343260+0000 mgr.a (mgr.14118) 3 : audit [DBG] from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-13T05:45:05.817 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:05 smithi037 bash[22963]: debug 2024-09-13T05:45:05.535+0000 7f4ad76af640 -1 log_channel(cephadm) log [ERR] : [13/Sep/2024:05:45:05] ENGINE Error in HTTPServer.serve 2024-09-13T05:45:05.817 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:05 smithi037 bash[22963]: Traceback (most recent call last): 2024-09-13T05:45:05.817 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:05 smithi037 bash[22963]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T05:45:05.817 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:05 smithi037 bash[22963]: self._connections.run(self.expiration_interval) 2024-09-13T05:45:05.817 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:05 smithi037 bash[22963]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T05:45:05.817 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:05 smithi037 bash[22963]: self._run(expiration_interval) 2024-09-13T05:45:05.817 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:05 smithi037 bash[22963]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T05:45:05.817 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:05 smithi037 bash[22963]: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T05:45:05.817 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:05 smithi037 bash[22963]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T05:45:05.817 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:05 smithi037 bash[22963]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T05:45:05.817 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:05 smithi037 bash[22963]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T05:45:05.818 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:05 smithi037 bash[22963]: s = self.context.wrap_socket( 2024-09-13T05:45:05.818 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:05 smithi037 bash[22963]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T05:45:05.818 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:05 smithi037 bash[22963]: return self.sslsocket_class._create( 2024-09-13T05:45:05.818 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:05 smithi037 bash[22963]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T05:45:05.818 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:05 smithi037 bash[22963]: self.do_handshake() 2024-09-13T05:45:05.818 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:05 smithi037 bash[22963]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T05:45:05.818 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:05 smithi037 bash[22963]: self._sslobj.do_handshake() 2024-09-13T05:45:05.818 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:05 smithi037 bash[22963]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T05:45:06.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:06 smithi037 bash[22708]: cephadm 2024-09-13T05:45:05.411383+0000 mgr.a (mgr.14118) 4 : cephadm [INF] [13/Sep/2024:05:45:05] ENGINE Bus STARTING 2024-09-13T05:45:06.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:06 smithi037 bash[22708]: cephadm 2024-09-13T05:45:05.411383+0000 mgr.a (mgr.14118) 4 : cephadm [INF] [13/Sep/2024:05:45:05] ENGINE Bus STARTING 2024-09-13T05:45:06.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:06 smithi037 bash[22708]: cephadm 2024-09-13T05:45:05.536015+0000 mgr.a (mgr.14118) 5 : cephadm [INF] [13/Sep/2024:05:45:05] ENGINE Serving on https://172.21.15.37:7150 2024-09-13T05:45:06.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:06 smithi037 bash[22708]: cephadm 2024-09-13T05:45:05.536015+0000 mgr.a (mgr.14118) 5 : cephadm [INF] [13/Sep/2024:05:45:05] ENGINE Serving on https://172.21.15.37:7150 2024-09-13T05:45:06.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:06 smithi037 bash[22708]: cephadm 2024-09-13T05:45:05.539484+0000 mgr.a (mgr.14118) 6 : cephadm [ERR] [13/Sep/2024:05:45:05] ENGINE Error in HTTPServer.serve 2024-09-13T05:45:06.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:06 smithi037 bash[22708]: Traceback (most recent call last): 2024-09-13T05:45:06.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:06 smithi037 bash[22708]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T05:45:06.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:06 smithi037 bash[22708]: self._connections.run(self.expiration_interval) 2024-09-13T05:45:06.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:06 smithi037 bash[22708]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T05:45:06.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:06 smithi037 bash[22708]: self._run(expiration_interval) 2024-09-13T05:45:06.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:06 smithi037 bash[22708]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T05:45:06.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:06 smithi037 bash[22708]: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T05:45:06.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:06 smithi037 bash[22708]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T05:45:06.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:06 smithi037 bash[22708]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T05:45:06.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:06 smithi037 bash[22708]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T05:45:06.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:06 smithi037 bash[22708]: s = self.context.wrap_socket( 2024-09-13T05:45:06.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:06 smithi037 bash[22708]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T05:45:06.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:06 smithi037 bash[22708]: return self.sslsocket_class._create( 2024-09-13T05:45:06.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:06 smithi037 bash[22708]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T05:45:06.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:06 smithi037 bash[22708]: self.do_handshake() 2024-09-13T05:45:06.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:06 smithi037 bash[22708]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T05:45:06.581 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:06 smithi037 bash[22708]: self._sslobj.do_handshake() 2024-09-13T05:45:06.581 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:06 smithi037 bash[22708]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T05:45:06.581 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:06 smithi037 bash[22708]: cephadm 2024-09-13T05:45:05.539484+0000 mgr.a (mgr.14118) 6 : cephadm [ERR] [13/Sep/2024:05:45:05] ENGINE Error in HTTPServer.serve 2024-09-13T05:45:06.581 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:06 smithi037 bash[22708]: Traceback (most recent call last): 2024-09-13T05:45:06.581 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:06 smithi037 bash[22708]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T05:45:06.581 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:06 smithi037 bash[22708]: self._connections.run(self.expiration_interval) 2024-09-13T05:45:06.581 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:06 smithi037 bash[22708]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T05:45:06.581 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:06 smithi037 bash[22708]: self._run(expiration_interval) 2024-09-13T05:45:06.581 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:06 smithi037 bash[22708]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T05:45:06.581 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:06 smithi037 bash[22708]: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T05:45:06.584 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:06 smithi037 bash[22708]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T05:45:06.584 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:06 smithi037 bash[22708]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T05:45:06.584 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:06 smithi037 bash[22708]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T05:45:06.584 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:06 smithi037 bash[22708]: s = self.context.wrap_socket( 2024-09-13T05:45:06.584 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:06 smithi037 bash[22708]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T05:45:06.584 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:06 smithi037 bash[22708]: return self.sslsocket_class._create( 2024-09-13T05:45:06.584 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:06 smithi037 bash[22708]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T05:45:06.584 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:06 smithi037 bash[22708]: self.do_handshake() 2024-09-13T05:45:06.584 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:06 smithi037 bash[22708]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T05:45:06.584 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:06 smithi037 bash[22708]: self._sslobj.do_handshake() 2024-09-13T05:45:06.585 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:06 smithi037 bash[22708]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T05:45:06.585 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:06 smithi037 bash[22708]: cephadm 2024-09-13T05:45:05.637170+0000 mgr.a (mgr.14118) 7 : cephadm [INF] [13/Sep/2024:05:45:05] ENGINE Serving on http://172.21.15.37:8765 2024-09-13T05:45:06.585 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:06 smithi037 bash[22708]: cephadm 2024-09-13T05:45:05.637170+0000 mgr.a (mgr.14118) 7 : cephadm [INF] [13/Sep/2024:05:45:05] ENGINE Serving on http://172.21.15.37:8765 2024-09-13T05:45:06.585 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:06 smithi037 bash[22708]: cephadm 2024-09-13T05:45:05.637319+0000 mgr.a (mgr.14118) 8 : cephadm [INF] [13/Sep/2024:05:45:05] ENGINE Bus STARTED 2024-09-13T05:45:06.585 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:06 smithi037 bash[22708]: cephadm 2024-09-13T05:45:05.637319+0000 mgr.a (mgr.14118) 8 : cephadm [INF] [13/Sep/2024:05:45:05] ENGINE Bus STARTED 2024-09-13T05:45:06.585 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:06 smithi037 bash[22708]: audit 2024-09-13T05:45:05.638251+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.14118 172.21.15.37:0/2990583718' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:45:06.585 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:06 smithi037 bash[22708]: audit 2024-09-13T05:45:05.638251+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.14118 172.21.15.37:0/2990583718' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:45:07.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:07 smithi037 bash[22708]: cluster 2024-09-13T05:45:06.152838+0000 mon.a (mon.0) 58 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-09-13T05:45:07.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:07 smithi037 bash[22708]: cluster 2024-09-13T05:45:06.152838+0000 mon.a (mon.0) 58 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-09-13T05:45:07.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:07 smithi037 bash[22708]: audit 2024-09-13T05:45:06.460712+0000 mon.a (mon.0) 59 : audit [INF] from='client.? 172.21.15.37:0/3761889351' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2024-09-13T05:45:07.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:07 smithi037 bash[22708]: audit 2024-09-13T05:45:06.460712+0000 mon.a (mon.0) 59 : audit [INF] from='client.? 172.21.15.37:0/3761889351' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2024-09-13T05:45:07.759 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2024-09-13T05:45:07.759 INFO:teuthology.orchestra.run.smithi037.stdout:Setting orchestrator backend to cephadm... 2024-09-13T05:45:08.565 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:08 smithi037 bash[22708]: audit 2024-09-13T05:45:07.160255+0000 mon.a (mon.0) 60 : audit [INF] from='client.? 172.21.15.37:0/3761889351' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2024-09-13T05:45:08.565 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:08 smithi037 bash[22708]: audit 2024-09-13T05:45:07.160255+0000 mon.a (mon.0) 60 : audit [INF] from='client.? 172.21.15.37:0/3761889351' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2024-09-13T05:45:08.565 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:08 smithi037 bash[22708]: cluster 2024-09-13T05:45:07.165514+0000 mon.a (mon.0) 61 : cluster [DBG] mgrmap e9: a(active, since 3s) 2024-09-13T05:45:08.565 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:08 smithi037 bash[22708]: cluster 2024-09-13T05:45:07.165514+0000 mon.a (mon.0) 61 : cluster [DBG] mgrmap e9: a(active, since 3s) 2024-09-13T05:45:10.524 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:10 smithi037 bash[22708]: audit 2024-09-13T05:45:09.143188+0000 mgr.a (mgr.14118) 9 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:45:10.524 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:10 smithi037 bash[22708]: audit 2024-09-13T05:45:09.143188+0000 mgr.a (mgr.14118) 9 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:45:10.524 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:10 smithi037 bash[22708]: audit 2024-09-13T05:45:09.151837+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.37:0/2990583718' entity='mgr.a' 2024-09-13T05:45:10.524 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:10 smithi037 bash[22708]: audit 2024-09-13T05:45:09.151837+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14118 172.21.15.37:0/2990583718' entity='mgr.a' 2024-09-13T05:45:10.525 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:10 smithi037 bash[22708]: audit 2024-09-13T05:45:09.169933+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.14118 172.21.15.37:0/2990583718' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:45:10.525 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:10 smithi037 bash[22708]: audit 2024-09-13T05:45:09.169933+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.14118 172.21.15.37:0/2990583718' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:45:11.612 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-13T05:45:11.613 INFO:teuthology.orchestra.run.smithi037.stdout:Generating ssh key... 2024-09-13T05:45:12.473 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:12 smithi037 bash[22708]: audit 2024-09-13T05:45:11.090599+0000 mgr.a (mgr.14118) 10 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:45:12.473 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:12 smithi037 bash[22708]: audit 2024-09-13T05:45:11.090599+0000 mgr.a (mgr.14118) 10 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:45:13.456 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:13 smithi037 bash[22708]: audit 2024-09-13T05:45:13.017465+0000 mgr.a (mgr.14118) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:45:13.456 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:13 smithi037 bash[22708]: audit 2024-09-13T05:45:13.017465+0000 mgr.a (mgr.14118) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:45:13.456 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:13 smithi037 bash[22708]: cephadm 2024-09-13T05:45:13.017716+0000 mgr.a (mgr.14118) 12 : cephadm [INF] Generating ssh key... 2024-09-13T05:45:13.456 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:13 smithi037 bash[22708]: cephadm 2024-09-13T05:45:13.017716+0000 mgr.a (mgr.14118) 12 : cephadm [INF] Generating ssh key... 2024-09-13T05:45:13.457 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:13 smithi037 bash[22963]: Generating public/private rsa key pair. 2024-09-13T05:45:13.457 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:13 smithi037 bash[22963]: Your identification has been saved in /tmp/tmps_zw97nz/key 2024-09-13T05:45:13.457 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:13 smithi037 bash[22963]: Your public key has been saved in /tmp/tmps_zw97nz/key.pub 2024-09-13T05:45:13.457 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:13 smithi037 bash[22963]: The key fingerprint is: 2024-09-13T05:45:13.457 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:13 smithi037 bash[22963]: SHA256:m7GivJIc0TvbYpGJGjMbCXjGzuFKzwrHyTuFFyHGVaE ceph-db7ed238-7192-11ef-bceb-c7b262605968 2024-09-13T05:45:13.457 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:13 smithi037 bash[22963]: The key's randomart image is: 2024-09-13T05:45:13.457 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:13 smithi037 bash[22963]: +---[RSA 3072]----+ 2024-09-13T05:45:13.457 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:13 smithi037 bash[22963]: | . ...o. | 2024-09-13T05:45:13.457 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:13 smithi037 bash[22963]: | + .. | 2024-09-13T05:45:13.457 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:13 smithi037 bash[22963]: |.o oE. | 2024-09-13T05:45:13.457 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:13 smithi037 bash[22963]: |o * o | 2024-09-13T05:45:13.457 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:13 smithi037 bash[22963]: |.B = = S | 2024-09-13T05:45:13.458 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:13 smithi037 bash[22963]: |*+B.O = | 2024-09-13T05:45:13.458 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:13 smithi037 bash[22963]: |oXB= =. + | 2024-09-13T05:45:13.458 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:13 smithi037 bash[22963]: |=.==+... | 2024-09-13T05:45:13.458 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:13 smithi037 bash[22963]: | .o++o | 2024-09-13T05:45:13.458 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:13 smithi037 bash[22963]: +----[SHA256]-----+ 2024-09-13T05:45:14.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:14 smithi037 bash[22708]: audit 2024-09-13T05:45:13.243719+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.37:0/2990583718' entity='mgr.a' 2024-09-13T05:45:14.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:14 smithi037 bash[22708]: audit 2024-09-13T05:45:13.243719+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14118 172.21.15.37:0/2990583718' entity='mgr.a' 2024-09-13T05:45:14.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:14 smithi037 bash[22708]: audit 2024-09-13T05:45:13.247962+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14118 172.21.15.37:0/2990583718' entity='mgr.a' 2024-09-13T05:45:14.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:14 smithi037 bash[22708]: audit 2024-09-13T05:45:13.247962+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14118 172.21.15.37:0/2990583718' entity='mgr.a' 2024-09-13T05:45:15.826 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDsuPC+uCUAM5w2dH1nqfj9R4xuc7eZ+YB60ltqDISb0tNABJVqyqLfb5TI+iSsprRdMwx6UkN2WzZQ4neex3mvCAhwU3OWd/Jzx4L4pHKx6PvC6EEyjhI2U6+CuDwg3B6vrvq59yO8p2jOHcj8BZdpX7ESLavG0s0jmGH3X515P8hfcgK18h3QW6AQXS1LZXqK8PgyudNN9663aGgP1rRLyIdshQFL8IndLrI2+0z9Jhw/Ga7d4tFMeOLEHXG69kxsW1s5/A0WRefdim9UsNVK7H5f14ztySAMwUxWBzrmFinut9ehK4ZJswYEdlS0CPqxW2Njy6MiJpdDXK0xpSGcDDDzySsDlHZ8/37GjxldGuuygtqN+xW87vE34N7wXq1dkBswfvvP6lqoqIGkS0SUVDrCJffkgvYevQVZQlE2qUZrIgVbTUk6V4LszqREQQ/6CN90/3WWELXBCU4yEA67ZwVYRp1j3jr3ffHiptCMwJ7Bu9txRHpUh8s7AkrZj3s= ceph-db7ed238-7192-11ef-bceb-c7b262605968 2024-09-13T05:45:15.826 INFO:teuthology.orchestra.run.smithi037.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-13T05:45:15.826 INFO:teuthology.orchestra.run.smithi037.stdout:Adding key to root@localhost authorized_keys... 2024-09-13T05:45:15.827 INFO:teuthology.orchestra.run.smithi037.stdout:Adding host smithi037... 2024-09-13T05:45:16.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:16 smithi037 bash[22708]: audit 2024-09-13T05:45:15.210785+0000 mgr.a (mgr.14118) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:45:16.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:16 smithi037 bash[22708]: audit 2024-09-13T05:45:15.210785+0000 mgr.a (mgr.14118) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:45:18.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:18 smithi037 bash[22708]: audit 2024-09-13T05:45:17.289629+0000 mgr.a (mgr.14118) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi037", "addr": "172.21.15.37", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:45:18.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:18 smithi037 bash[22708]: audit 2024-09-13T05:45:17.289629+0000 mgr.a (mgr.14118) 14 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi037", "addr": "172.21.15.37", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:45:19.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:19 smithi037 bash[22708]: cephadm 2024-09-13T05:45:18.568372+0000 mgr.a (mgr.14118) 15 : cephadm [INF] Deploying cephadm binary to smithi037 2024-09-13T05:45:19.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:19 smithi037 bash[22708]: cephadm 2024-09-13T05:45:18.568372+0000 mgr.a (mgr.14118) 15 : cephadm [INF] Deploying cephadm binary to smithi037 2024-09-13T05:45:23.015 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout Added host 'smithi037' with addr '172.21.15.37' 2024-09-13T05:45:23.015 INFO:teuthology.orchestra.run.smithi037.stdout:Deploying unmanaged mon service... 2024-09-13T05:45:23.492 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:23 smithi037 bash[22708]: audit 2024-09-13T05:45:22.209533+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14118 172.21.15.37:0/2990583718' entity='mgr.a' 2024-09-13T05:45:23.493 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:23 smithi037 bash[22708]: audit 2024-09-13T05:45:22.209533+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14118 172.21.15.37:0/2990583718' entity='mgr.a' 2024-09-13T05:45:23.493 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:23 smithi037 bash[22708]: cephadm 2024-09-13T05:45:22.210071+0000 mgr.a (mgr.14118) 16 : cephadm [INF] Added host smithi037 2024-09-13T05:45:23.493 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:23 smithi037 bash[22708]: cephadm 2024-09-13T05:45:22.210071+0000 mgr.a (mgr.14118) 16 : cephadm [INF] Added host smithi037 2024-09-13T05:45:23.493 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:23 smithi037 bash[22708]: audit 2024-09-13T05:45:22.210735+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.14118 172.21.15.37:0/2990583718' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:45:23.493 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:23 smithi037 bash[22708]: audit 2024-09-13T05:45:22.210735+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.14118 172.21.15.37:0/2990583718' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:45:24.587 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:24 smithi037 bash[22708]: cluster 2024-09-13T05:45:23.332045+0000 mgr.a (mgr.14118) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:45:24.587 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:24 smithi037 bash[22708]: cluster 2024-09-13T05:45:23.332045+0000 mgr.a (mgr.14118) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:45:25.962 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-13T05:45:25.962 INFO:teuthology.orchestra.run.smithi037.stdout:Deploying unmanaged mgr service... 2024-09-13T05:45:26.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:26 smithi037 bash[22708]: audit 2024-09-13T05:45:25.186752+0000 mgr.a (mgr.14118) 18 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:45:26.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:26 smithi037 bash[22708]: audit 2024-09-13T05:45:25.186752+0000 mgr.a (mgr.14118) 18 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:45:26.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:26 smithi037 bash[22708]: cephadm 2024-09-13T05:45:25.189623+0000 mgr.a (mgr.14118) 19 : cephadm [INF] Saving service mon spec with placement count:5 2024-09-13T05:45:26.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:26 smithi037 bash[22708]: cephadm 2024-09-13T05:45:25.189623+0000 mgr.a (mgr.14118) 19 : cephadm [INF] Saving service mon spec with placement count:5 2024-09-13T05:45:26.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:26 smithi037 bash[22708]: audit 2024-09-13T05:45:25.193332+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14118 172.21.15.37:0/2990583718' entity='mgr.a' 2024-09-13T05:45:26.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:26 smithi037 bash[22708]: audit 2024-09-13T05:45:25.193332+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14118 172.21.15.37:0/2990583718' entity='mgr.a' 2024-09-13T05:45:26.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:26 smithi037 bash[22708]: cluster 2024-09-13T05:45:25.332450+0000 mgr.a (mgr.14118) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:45:26.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:26 smithi037 bash[22708]: cluster 2024-09-13T05:45:25.332450+0000 mgr.a (mgr.14118) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:45:26.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:26 smithi037 bash[22708]: audit 2024-09-13T05:45:25.651782+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14118 172.21.15.37:0/2990583718' entity='mgr.a' 2024-09-13T05:45:26.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:26 smithi037 bash[22708]: audit 2024-09-13T05:45:25.651782+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14118 172.21.15.37:0/2990583718' entity='mgr.a' 2024-09-13T05:45:27.504 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:27 smithi037 bash[22708]: audit 2024-09-13T05:45:26.234916+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.14118 172.21.15.37:0/2990583718' entity='mgr.a' 2024-09-13T05:45:27.504 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:27 smithi037 bash[22708]: audit 2024-09-13T05:45:26.234916+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.14118 172.21.15.37:0/2990583718' entity='mgr.a' 2024-09-13T05:45:28.053 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-13T05:45:28.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:28 smithi037 bash[22708]: cluster 2024-09-13T05:45:27.332736+0000 mgr.a (mgr.14118) 21 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:45:28.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:28 smithi037 bash[22708]: cluster 2024-09-13T05:45:27.332736+0000 mgr.a (mgr.14118) 21 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:45:28.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:28 smithi037 bash[22708]: audit 2024-09-13T05:45:27.451745+0000 mgr.a (mgr.14118) 22 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:45:28.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:28 smithi037 bash[22708]: audit 2024-09-13T05:45:27.451745+0000 mgr.a (mgr.14118) 22 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:45:28.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:28 smithi037 bash[22708]: cephadm 2024-09-13T05:45:27.453937+0000 mgr.a (mgr.14118) 23 : cephadm [INF] Saving service mgr spec with placement count:2 2024-09-13T05:45:28.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:28 smithi037 bash[22708]: cephadm 2024-09-13T05:45:27.453937+0000 mgr.a (mgr.14118) 23 : cephadm [INF] Saving service mgr spec with placement count:2 2024-09-13T05:45:28.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:28 smithi037 bash[22708]: audit 2024-09-13T05:45:27.458921+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.14118 172.21.15.37:0/2990583718' entity='mgr.a' 2024-09-13T05:45:28.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:28 smithi037 bash[22708]: audit 2024-09-13T05:45:27.458921+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.14118 172.21.15.37:0/2990583718' entity='mgr.a' 2024-09-13T05:45:30.827 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:30 smithi037 bash[22708]: cluster 2024-09-13T05:45:29.333075+0000 mgr.a (mgr.14118) 24 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:45:30.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:30 smithi037 bash[22708]: cluster 2024-09-13T05:45:29.333075+0000 mgr.a (mgr.14118) 24 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:45:30.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:30 smithi037 bash[22708]: audit 2024-09-13T05:45:29.458053+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.37:0/412106642' entity='client.admin' 2024-09-13T05:45:30.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:30 smithi037 bash[22708]: audit 2024-09-13T05:45:29.458053+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.37:0/412106642' entity='client.admin' 2024-09-13T05:45:31.942 INFO:teuthology.orchestra.run.smithi037.stdout:Enabling the dashboard module... 2024-09-13T05:45:32.787 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:32 smithi037 bash[22708]: cluster 2024-09-13T05:45:31.333458+0000 mgr.a (mgr.14118) 25 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:45:32.787 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:32 smithi037 bash[22708]: cluster 2024-09-13T05:45:31.333458+0000 mgr.a (mgr.14118) 25 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:45:32.787 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:32 smithi037 bash[22708]: audit 2024-09-13T05:45:31.389035+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.37:0/2145179462' entity='client.admin' 2024-09-13T05:45:32.787 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:32 smithi037 bash[22708]: audit 2024-09-13T05:45:31.389035+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.37:0/2145179462' entity='client.admin' 2024-09-13T05:45:34.644 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:34 smithi037 bash[22963]: ignoring --setuser ceph since I am not root 2024-09-13T05:45:34.644 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:34 smithi037 bash[22963]: ignoring --setgroup ceph since I am not root 2024-09-13T05:45:34.644 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:34 smithi037 bash[22708]: cluster 2024-09-13T05:45:33.333834+0000 mgr.a (mgr.14118) 26 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:45:34.645 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:34 smithi037 bash[22708]: cluster 2024-09-13T05:45:33.333834+0000 mgr.a (mgr.14118) 26 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:45:34.645 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:34 smithi037 bash[22708]: audit 2024-09-13T05:45:33.441185+0000 mon.a (mon.0) 74 : audit [INF] from='client.? 172.21.15.37:0/388835866' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-09-13T05:45:34.645 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:34 smithi037 bash[22708]: audit 2024-09-13T05:45:33.441185+0000 mon.a (mon.0) 74 : audit [INF] from='client.? 172.21.15.37:0/388835866' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-09-13T05:45:35.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:35 smithi037 bash[22708]: audit 2024-09-13T05:45:34.397860+0000 mon.a (mon.0) 75 : audit [INF] from='client.? 172.21.15.37:0/388835866' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-13T05:45:35.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:35 smithi037 bash[22708]: audit 2024-09-13T05:45:34.397860+0000 mon.a (mon.0) 75 : audit [INF] from='client.? 172.21.15.37:0/388835866' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-13T05:45:35.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:35 smithi037 bash[22708]: cluster 2024-09-13T05:45:34.404335+0000 mon.a (mon.0) 76 : cluster [DBG] mgrmap e10: a(active, since 31s) 2024-09-13T05:45:35.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:35 smithi037 bash[22708]: cluster 2024-09-13T05:45:34.404335+0000 mon.a (mon.0) 76 : cluster [DBG] mgrmap e10: a(active, since 31s) 2024-09-13T05:45:37.077 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:36 smithi037 bash[22708]: audit 2024-09-13T05:45:36.689860+0000 mon.a (mon.0) 77 : audit [DBG] from='client.? 172.21.15.37:0/4106433394' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-13T05:45:37.078 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:36 smithi037 bash[22708]: audit 2024-09-13T05:45:36.689860+0000 mon.a (mon.0) 77 : audit [DBG] from='client.? 172.21.15.37:0/4106433394' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-13T05:45:37.229 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout { 2024-09-13T05:45:37.229 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "epoch": 10, 2024-09-13T05:45:37.229 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-13T05:45:37.229 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-13T05:45:37.229 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-13T05:45:37.229 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout } 2024-09-13T05:45:37.229 INFO:teuthology.orchestra.run.smithi037.stdout:Waiting for the mgr to restart... 2024-09-13T05:45:37.230 INFO:teuthology.orchestra.run.smithi037.stdout:Waiting for mgr epoch 10... 2024-09-13T05:45:41.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:40 smithi037 bash[22708]: cluster 2024-09-13T05:45:40.801910+0000 mon.a (mon.0) 78 : cluster [INF] Active manager daemon a restarted 2024-09-13T05:45:41.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:40 smithi037 bash[22708]: cluster 2024-09-13T05:45:40.801910+0000 mon.a (mon.0) 78 : cluster [INF] Active manager daemon a restarted 2024-09-13T05:45:41.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:40 smithi037 bash[22708]: cluster 2024-09-13T05:45:40.802500+0000 mon.a (mon.0) 79 : cluster [INF] Activating manager daemon a 2024-09-13T05:45:41.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:40 smithi037 bash[22708]: cluster 2024-09-13T05:45:40.802500+0000 mon.a (mon.0) 79 : cluster [INF] Activating manager daemon a 2024-09-13T05:45:41.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:40 smithi037 bash[22708]: cluster 2024-09-13T05:45:40.809840+0000 mon.a (mon.0) 80 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-13T05:45:41.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:40 smithi037 bash[22708]: cluster 2024-09-13T05:45:40.809840+0000 mon.a (mon.0) 80 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-09-13T05:45:41.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:40 smithi037 bash[22708]: cluster 2024-09-13T05:45:40.810106+0000 mon.a (mon.0) 81 : cluster [DBG] mgrmap e11: a(active, starting, since 0.00781853s) 2024-09-13T05:45:41.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:40 smithi037 bash[22708]: cluster 2024-09-13T05:45:40.810106+0000 mon.a (mon.0) 81 : cluster [DBG] mgrmap e11: a(active, starting, since 0.00781853s) 2024-09-13T05:45:41.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:40 smithi037 bash[22708]: audit 2024-09-13T05:45:40.812328+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T05:45:41.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:40 smithi037 bash[22708]: audit 2024-09-13T05:45:40.812328+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T05:45:41.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:40 smithi037 bash[22708]: audit 2024-09-13T05:45:40.814018+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-13T05:45:41.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:40 smithi037 bash[22708]: audit 2024-09-13T05:45:40.814018+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-13T05:45:41.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:40 smithi037 bash[22708]: audit 2024-09-13T05:45:40.815139+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-13T05:45:41.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:40 smithi037 bash[22708]: audit 2024-09-13T05:45:40.815139+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-13T05:45:41.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:40 smithi037 bash[22708]: audit 2024-09-13T05:45:40.815255+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-13T05:45:41.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:40 smithi037 bash[22708]: audit 2024-09-13T05:45:40.815255+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-13T05:45:41.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:40 smithi037 bash[22708]: audit 2024-09-13T05:45:40.815415+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-13T05:45:41.330 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:40 smithi037 bash[22708]: audit 2024-09-13T05:45:40.815415+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-13T05:45:41.330 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:40 smithi037 bash[22708]: cluster 2024-09-13T05:45:40.837693+0000 mon.a (mon.0) 87 : cluster [INF] Manager daemon a is now available 2024-09-13T05:45:41.330 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:40 smithi037 bash[22708]: cluster 2024-09-13T05:45:40.837693+0000 mon.a (mon.0) 87 : cluster [INF] Manager daemon a is now available 2024-09-13T05:45:42.424 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout { 2024-09-13T05:45:42.424 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 12, 2024-09-13T05:45:42.424 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-13T05:45:42.424 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout } 2024-09-13T05:45:42.425 INFO:teuthology.orchestra.run.smithi037.stdout:mgr epoch 10 is available 2024-09-13T05:45:42.425 INFO:teuthology.orchestra.run.smithi037.stdout:Using certmgr to generate dashboard self-signed certificate... 2024-09-13T05:45:42.510 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:42 smithi037 bash[22708]: audit 2024-09-13T05:45:41.257356+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:45:42.510 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:42 smithi037 bash[22708]: audit 2024-09-13T05:45:41.257356+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:45:42.510 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:42 smithi037 bash[22708]: audit 2024-09-13T05:45:41.263092+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:45:42.510 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:42 smithi037 bash[22708]: audit 2024-09-13T05:45:41.263092+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:45:42.510 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:42 smithi037 bash[22708]: audit 2024-09-13T05:45:41.277351+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-13T05:45:42.510 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:42 smithi037 bash[22708]: audit 2024-09-13T05:45:41.277351+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-13T05:45:42.510 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:42 smithi037 bash[22708]: audit 2024-09-13T05:45:41.279887+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-13T05:45:42.510 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:42 smithi037 bash[22708]: audit 2024-09-13T05:45:41.279887+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-13T05:45:42.510 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:42 smithi037 bash[22708]: cluster 2024-09-13T05:45:41.814209+0000 mon.a (mon.0) 92 : cluster [DBG] mgrmap e12: a(active, since 1.01192s) 2024-09-13T05:45:42.510 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:42 smithi037 bash[22708]: cluster 2024-09-13T05:45:41.814209+0000 mon.a (mon.0) 92 : cluster [DBG] mgrmap e12: a(active, since 1.01192s) 2024-09-13T05:45:42.511 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:42 smithi037 bash[22963]: debug 2024-09-13T05:45:42.483+0000 7efd9d190640 -1 log_channel(cephadm) log [ERR] : [13/Sep/2024:05:45:42] ENGINE Error in HTTPServer.serve 2024-09-13T05:45:42.511 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:42 smithi037 bash[22963]: Traceback (most recent call last): 2024-09-13T05:45:42.511 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:42 smithi037 bash[22963]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T05:45:42.511 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:42 smithi037 bash[22963]: self._connections.run(self.expiration_interval) 2024-09-13T05:45:42.511 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:42 smithi037 bash[22963]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T05:45:42.511 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:42 smithi037 bash[22963]: self._run(expiration_interval) 2024-09-13T05:45:42.511 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:42 smithi037 bash[22963]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T05:45:42.512 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:42 smithi037 bash[22963]: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T05:45:42.512 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:42 smithi037 bash[22963]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T05:45:42.512 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:42 smithi037 bash[22963]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T05:45:42.512 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:42 smithi037 bash[22963]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T05:45:42.512 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:42 smithi037 bash[22963]: s = self.context.wrap_socket( 2024-09-13T05:45:42.512 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:42 smithi037 bash[22963]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T05:45:42.512 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:42 smithi037 bash[22963]: return self.sslsocket_class._create( 2024-09-13T05:45:42.512 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:42 smithi037 bash[22963]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T05:45:42.512 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:42 smithi037 bash[22963]: self.do_handshake() 2024-09-13T05:45:42.512 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:42 smithi037 bash[22963]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T05:45:42.512 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:42 smithi037 bash[22963]: self._sslobj.do_handshake() 2024-09-13T05:45:42.512 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:42 smithi037 bash[22963]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T05:45:43.577 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:43 smithi037 bash[22708]: cephadm 2024-09-13T05:45:42.256291+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [13/Sep/2024:05:45:42] ENGINE Bus STARTING 2024-09-13T05:45:43.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:43 smithi037 bash[22708]: cephadm 2024-09-13T05:45:42.256291+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [13/Sep/2024:05:45:42] ENGINE Bus STARTING 2024-09-13T05:45:43.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:43 smithi037 bash[22708]: cephadm 2024-09-13T05:45:42.358151+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [13/Sep/2024:05:45:42] ENGINE Serving on http://172.21.15.37:8765 2024-09-13T05:45:43.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:43 smithi037 bash[22708]: cephadm 2024-09-13T05:45:42.358151+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [13/Sep/2024:05:45:42] ENGINE Serving on http://172.21.15.37:8765 2024-09-13T05:45:44.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:44 smithi037 bash[22708]: cephadm 2024-09-13T05:45:42.482652+0000 mgr.a (mgr.14152) 5 : cephadm [INF] [13/Sep/2024:05:45:42] ENGINE Serving on https://172.21.15.37:7150 2024-09-13T05:45:44.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:44 smithi037 bash[22708]: cephadm 2024-09-13T05:45:42.482652+0000 mgr.a (mgr.14152) 5 : cephadm [INF] [13/Sep/2024:05:45:42] ENGINE Serving on https://172.21.15.37:7150 2024-09-13T05:45:44.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:44 smithi037 bash[22708]: cephadm 2024-09-13T05:45:42.482793+0000 mgr.a (mgr.14152) 6 : cephadm [INF] [13/Sep/2024:05:45:42] ENGINE Bus STARTED 2024-09-13T05:45:44.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:44 smithi037 bash[22708]: cephadm 2024-09-13T05:45:42.482793+0000 mgr.a (mgr.14152) 6 : cephadm [INF] [13/Sep/2024:05:45:42] ENGINE Bus STARTED 2024-09-13T05:45:44.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:44 smithi037 bash[22708]: cephadm 2024-09-13T05:45:42.484549+0000 mgr.a (mgr.14152) 7 : cephadm [ERR] [13/Sep/2024:05:45:42] ENGINE Error in HTTPServer.serve 2024-09-13T05:45:44.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:44 smithi037 bash[22708]: Traceback (most recent call last): 2024-09-13T05:45:44.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:44 smithi037 bash[22708]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T05:45:44.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:44 smithi037 bash[22708]: self._connections.run(self.expiration_interval) 2024-09-13T05:45:44.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:44 smithi037 bash[22708]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T05:45:44.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:44 smithi037 bash[22708]: self._run(expiration_interval) 2024-09-13T05:45:44.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:44 smithi037 bash[22708]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T05:45:44.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:44 smithi037 bash[22708]: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T05:45:44.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:44 smithi037 bash[22708]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T05:45:44.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:44 smithi037 bash[22708]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T05:45:44.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:44 smithi037 bash[22708]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T05:45:44.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:44 smithi037 bash[22708]: s = self.context.wrap_socket( 2024-09-13T05:45:44.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:44 smithi037 bash[22708]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T05:45:44.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:44 smithi037 bash[22708]: return self.sslsocket_class._create( 2024-09-13T05:45:44.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:44 smithi037 bash[22708]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T05:45:44.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:44 smithi037 bash[22708]: self.do_handshake() 2024-09-13T05:45:44.581 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:44 smithi037 bash[22708]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T05:45:44.581 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:44 smithi037 bash[22708]: self._sslobj.do_handshake() 2024-09-13T05:45:44.581 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:44 smithi037 bash[22708]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T05:45:44.581 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:44 smithi037 bash[22708]: cephadm 2024-09-13T05:45:42.484549+0000 mgr.a (mgr.14152) 7 : cephadm [ERR] [13/Sep/2024:05:45:42] ENGINE Error in HTTPServer.serve 2024-09-13T05:45:44.581 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:44 smithi037 bash[22708]: Traceback (most recent call last): 2024-09-13T05:45:44.581 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:44 smithi037 bash[22708]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-13T05:45:44.581 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:44 smithi037 bash[22708]: self._connections.run(self.expiration_interval) 2024-09-13T05:45:44.581 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:44 smithi037 bash[22708]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-13T05:45:44.581 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:44 smithi037 bash[22708]: self._run(expiration_interval) 2024-09-13T05:45:44.581 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:44 smithi037 bash[22708]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-13T05:45:44.582 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:44 smithi037 bash[22708]: new_conn = self._from_server_socket(self.server.socket) 2024-09-13T05:45:44.582 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:44 smithi037 bash[22708]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-13T05:45:44.582 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:44 smithi037 bash[22708]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-13T05:45:44.582 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:44 smithi037 bash[22708]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-13T05:45:44.582 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:44 smithi037 bash[22708]: s = self.context.wrap_socket( 2024-09-13T05:45:44.582 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:44 smithi037 bash[22708]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-13T05:45:44.582 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:44 smithi037 bash[22708]: return self.sslsocket_class._create( 2024-09-13T05:45:44.582 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:44 smithi037 bash[22708]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-13T05:45:44.582 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:44 smithi037 bash[22708]: self.do_handshake() 2024-09-13T05:45:44.582 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:44 smithi037 bash[22708]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-13T05:45:44.582 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:44 smithi037 bash[22708]: self._sslobj.do_handshake() 2024-09-13T05:45:44.582 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:44 smithi037 bash[22708]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-13T05:45:44.583 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:44 smithi037 bash[22708]: cluster 2024-09-13T05:45:43.266386+0000 mon.a (mon.0) 93 : cluster [DBG] mgrmap e13: a(active, since 2s) 2024-09-13T05:45:44.583 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:44 smithi037 bash[22708]: cluster 2024-09-13T05:45:43.266386+0000 mon.a (mon.0) 93 : cluster [DBG] mgrmap e13: a(active, since 2s) 2024-09-13T05:45:45.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:45 smithi037 bash[22708]: audit 2024-09-13T05:45:43.912831+0000 mgr.a (mgr.14152) 8 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:45:45.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:45 smithi037 bash[22708]: audit 2024-09-13T05:45:43.912831+0000 mgr.a (mgr.14152) 8 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:45:46.325 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIE+zCCAuOgAwIBAgIUbTR5PFimJKuJAVczQkRqgu2U+T0wDQYJKoZIhvcNAQEL\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMzA1NDU0NVoXDTM0\nMDkxNDA1NDU0NVowFzEVMBMGA1UEAwwMMTcyLjIxLjE1LjM3MIICIjANBgkqhkiG\n9w0BAQEFAAOCAg8AMIICCgKCAgEAp27bmpQeObSywN/lAKuaqnxL+XalTsgpkTww\nYZkhnzly7jBofun6SWviUiH3hyMI4QrF60Gxz26sehsq+u+Y/76iztiEEaOeBJyL\npeYYdgkwXSCngDbfly4DJOx8dIQN0gtLv+8t16HdaN7qhcdKEYfgyKtA2OD/j9on\nJvDHb1+0MLWiQ5sxYXr86sglr4OosnY4TsJTulYo1CFpsKQTC35SahZbPKJ2ndn4\nF4+cv+EKrm2Oxq8/mVivA5Uw618eOyCYgzPqWunHCVRShv67gPAC1NkYJIyo8LMT\nJ+fgQYejUG++A1L0hQIY1EOAWikRtDWxZTfk3htUzmdFK2z7MBE2qySLy/vOcure\n4mwgFYb3kNDvhtacy9EnvDy/0Q8GavqvSjcqPT7pAfioo76BIfSlNPbaRc3t1e71\nuMVkortjXjCGpXGtGASlEFWQ+zTfsFu+IKVqalU2xkf0xZhu9sgB+cozOyiOtBzK\n/fbENjlcaoXdABMhasLRrQLOQcNAmqDEbD35RBhG1k+uQ6rIxGOxzkQHQnq8LaYV\nJoCgwXVQiJ1GIwYXtgkw4eRLEEYv5YuA9FeQlELtVUv0X3RS7wwTDoBjmiELgj6V\nFOvEfQWHkErX9rdVh3syIbtQUewL9TWvSfTj3P8UXF6PvYcYqQtpRMKUJY0WiOzg\ngzalOZMCAwEAAaM/MD0wLQYDVR0RBCYwJIIJc21pdGhpMDM3ghFkYXNoYm9hcmRf\nc2VydmVyc4cErBUPJTAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBCwUAA4ICAQAU\nuBzV3KlQdII1OE3mGy99e0UCZS+qlcnvi6Ob+bxFpjTltA+2mtJIgc52LRxyNa4q\nqCBkC0LrFsUbLuwFvDWdi/XIZ5Bex5W8L0f/qGShjitn59JtHnfGFkGsx+fWwvCG\nrHB+G/Hc9E7jgQUJVfCIG2Ygxlw6RfbMvta+JLzsKt60e7xRYNW/nfecvFI4TF+I\nB/XMXrB7r8cewrXm010ETdWzmeCExGKHpuKM5+sKSYahtUACjKDrvF5BfDqcADCc\nHgVCVs1vww4yCyjHqJoCY4KTp7fbFpwXelXuOsHP0HyXMmc4FMJuzCuWtgsfvxba\nK5ESibMuIK8vw/L5g8q7ZWxk58MyS55WtCiKvXLcYjW3LM6gZlTs0kWnivBt1VGy\nmfkS6fBnJvYrBmiV01nsSu8PeZInDEjDK07Tt1WFQJhkuYC1D11TnlOajf7uXgU2\nym2schWJJPiAMalWfVb9UzrCtNvWHgG/7l9IeEMzK0q+E/mIL8Tm28Yn7oKeuJyn\nzzLxALuYj9xomMcYoV6cFmelXSFbrziVieb9D6RDkr5OqTmb3zmphhLyS0WLfV/6\nWJEkF47WMHntJgp/qFtN6gXxUF2uMZSo2l97aqOAyncLYY1OBLYApyQIGnc6oEfT\ndxyiakOckj/JIg1JZvoaLjg+bDS2xm95A+s/u13SxQ==\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJKAIBAAKCAgEAp27bmpQeObSywN/lAKuaqnxL+XalTsgpkTwwYZkhnzly7jBo\nfun6SWviUiH3hyMI4QrF60Gxz26sehsq+u+Y/76iztiEEaOeBJyLpeYYdgkwXSCn\ngDbfly4DJOx8dIQN0gtLv+8t16HdaN7qhcdKEYfgyKtA2OD/j9onJvDHb1+0MLWi\nQ5sxYXr86sglr4OosnY4TsJTulYo1CFpsKQTC35SahZbPKJ2ndn4F4+cv+EKrm2O\nxq8/mVivA5Uw618eOyCYgzPqWunHCVRShv67gPAC1NkYJIyo8LMTJ+fgQYejUG++\nA1L0hQIY1EOAWikRtDWxZTfk3htUzmdFK2z7MBE2qySLy/vOcure4mwgFYb3kNDv\nhtacy9EnvDy/0Q8GavqvSjcqPT7pAfioo76BIfSlNPbaRc3t1e71uMVkortjXjCG\npXGtGASlEFWQ+zTfsFu+IKVqalU2xkf0xZhu9sgB+cozOyiOtBzK/fbENjlcaoXd\nABMhasLRrQLOQcNAmqDEbD35RBhG1k+uQ6rIxGOxzkQHQnq8LaYVJoCgwXVQiJ1G\nIwYXtgkw4eRLEEYv5YuA9FeQlELtVUv0X3RS7wwTDoBjmiELgj6VFOvEfQWHkErX\n9rdVh3syIbtQUewL9TWvSfTj3P8UXF6PvYcYqQtpRMKUJY0WiOzggzalOZMCAwEA\nAQKCAgAbjTolNAMhRc3gaozEJnjmCFwhfyzxS4N45b75tc7QOmOM3yRi4LJnSzx2\nfXu+SL1Dou0yAEvNMY4U7cw4d3LlgAOfJrEyNzVf1uQtTDFxmE4qv56F56xgCUSf\n2oEZqfKdl27t9OLF8q8nfFR6knJqyMGW49oLlkLCSN4Gd2VUu2/q+rM/4sAmeqw3\nH5ur8m4GfT5YyiYoVINAHQYc+Mg1gkz3g27yCbNGgxa4cdETy2lhjfUKVs46uAWH\nVmaID3fpt5HBOAAe2Qyqnq3nOZsLOvOMU55jF/kOMA7n6IKA5gaxdsx9aYouf6DW\n/7Xq9Yp3QsVKkv8IrtYEElRR3WDGok+0CwG9Iroo3vhCSelKBWvrvJ/Hy9wauEEw\nUILxoojoMcyXg5SDpjjc1NwewDs02Xtu0p6Diwlsz807VPxZ2EXOLNWtKh4QhbzM\nbhDs+qMkqbbX0unUxN5W6KAtUbsoTM5AZq1iWFiCLGy2A493/f1ooliYIGxtDG3Z\niASC0VSFxHgQuRNVCEprwoicU51MpyNFteiJWAxZmupgxl/NQrR5ITu4ELUBK910\ngKZNPmVHXluGAdGUKyiP1qYjmAZ7kZD0epAHCYhGY0ODf3crvBhM+uqFm8Znz4sN\nRDsb7wq6GCaocGkqIK7sF1E6E2jSyqay8RF3/B7+v+vRHmte2QKCAQEA0Uu45lHB\nX4/rg58MH/0CZHd038ttLMuWmOUCi0Ii+zuYn8/fEs3bxsl0WKtCvXAQ6Ga88VIj\njXSyrWLQp9BzCd/m1GPH1PsZsGMbeMz0bOEnQwxBnRLHEojCQxTgcDCFXEMkqrDM\nbsYUSXq5fziXSsyzVLwfR6NvaF8v3p40L9wEhbadtlbBqLqE2clhKuNy+8aqVY+1\nUXF9dEh4NyBO0rMTTYV+rfl/DoCVcbNjln050HHAS6RI522zuFO2yXtm1uPfID/1\nM5DCpjPgTvAfB3p2wfcUjgwohQ59fx6qlVjrtFeISktb4/kbZlPCAz2ArNT1Z+7K\n+aBHBijSBV4P3QKCAQEAzMusupaNsnTFrmO1C01mxWacUhlaS4YWL3zUqr5AjdM5\nOCQX64HhrWEl+Zo10O9E/IHAVavxYLXY/3RF/qXN1HrvAjg64lZpkSFkRs2v1LUE\n8RRlPOwuxtHJVM6JNKvgCJgOKNwJGeswx69Bz00/ZAw5H92JoMYqjltmhaXIQ5/r\n5UBfUjsIS8+7urXGmhiBxBZrKE+cJmEU4KOlGTJfsit8ycEaCypM5ISowT3YFDNi\nda7rsUjpuITWed9KRc+CotOF66DbSmAPjF7ccRaJUvIhpeHoVYSxyPoKgA9vaHSk\nZD7njQL3CmK+GoEvhqrgoSMo8YIDrjEKQtLrOgSQLwKCAQBcy4b6Tys+dHAGVoEo\nuaPS6YffJbGNF+L4fSkIl1UtMLo1uRN9odoco/s6yQv5M/O7JroFANcUg7Yo29QJ\nY4ltymDssCTMkFxOcVKf17dTguxGdOuuecHbvNjspxfvhgPK6VYbe/HX92jNP2V5\nO50Qo/uqyRHRUGw3yWRO/rPCuHkk09fPHV4VskTuzrOPMXMsoGOrNeE9b+UgpnTu\ndBuenZkkWNjWx/UGeApKdC/mbDUy7wxEPV25hlEVm8BCSr1I75VhFhpgN4Gl8QA1\n347SYQDAdQ0fAdMBU3Be6TjWqKswtVKPJiRiynLUhrRRfXZMqsr3vs8tqFt1Jqof\niRndAoIBAQC649fSQxg2Vegcl/McyFrUJCrdpTNInqnaVkHBO3OvuaWK/S0zB0kK\nrxA3syoPbHr5L/N0e0AAsJLBtLs3gtnOYQ2Cagwahx85iU54arZeF3/V/XXR3ftm\nBwaDNSPzBDKjxReO5BYOKBpQ8DfPVUBXLexnjwVMyesGFJT/u+WBCQz+HfufEC4m\n+QDph38hGuI5LvhFRjlKsOebhNtinhzEfHkZqPX6YHThScqy5pws+yOMH8AI/nAD\nqn4Lo+CkypT9wKiC+j2EpxspT1w+e4GAR2S7e+hJOpn/vWcdrHhPy7pFnT4z6hPF\nz4yKpX/YllH92xc/JhXzvd8OUmrFfGqTAoIBAGZsN/KmB9Jns8eFWs3NBZ4xht6K\nghd2OaWT/Q0OQ76KNCyJ3K1RA9h8jYcAo451EPg+nN9FEffBqsmFpp75gbIGfsYl\nVqRIaFOJhkSMgGCfsVfFPRl1in+liFP/j8beBfW/wjM60Rav/YGHz+LR2KATvISt\n6143ubge42Rz9za4soDQ+kT3DrWRVCg3L85XPv5KujMep9M+WG8XchJpUcFZksGq\nfSNEi36GkSwVgUHvJ8eSZo6bRw2hhFXYLL+agMnNqWtIyJraj85NTFjJK0yf4Kqa\nN35gUeXjcWrZGUW5iK3Wh0c9yN02hj2Ll3kGUgsqqq6iIE6Pay/uHit1mB4=\n-----END RSA PRIVATE KEY-----\n"} 2024-09-13T05:45:48.332 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout SSL certificate updated 2024-09-13T05:45:49.077 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:48 smithi037 bash[22708]: audit 2024-09-13T05:45:47.716207+0000 mgr.a (mgr.14152) 9 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:45:49.078 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:48 smithi037 bash[22708]: audit 2024-09-13T05:45:47.716207+0000 mgr.a (mgr.14152) 9 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:45:49.078 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:48 smithi037 bash[22708]: audit 2024-09-13T05:45:47.720388+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:45:49.078 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:48 smithi037 bash[22708]: audit 2024-09-13T05:45:47.720388+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:45:50.295 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2024-09-13T05:45:50.295 INFO:teuthology.orchestra.run.smithi037.stdout:Creating initial admin user... 2024-09-13T05:45:50.327 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:50 smithi037 bash[22708]: audit 2024-09-13T05:45:49.003960+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:45:50.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:50 smithi037 bash[22708]: audit 2024-09-13T05:45:49.003960+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:45:50.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:50 smithi037 bash[22708]: audit 2024-09-13T05:45:49.004631+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi037", "name": "osd_memory_target"} : dispatch 2024-09-13T05:45:50.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:50 smithi037 bash[22708]: audit 2024-09-13T05:45:49.004631+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi037", "name": "osd_memory_target"} : dispatch 2024-09-13T05:45:50.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:50 smithi037 bash[22708]: audit 2024-09-13T05:45:49.010697+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:45:50.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:50 smithi037 bash[22708]: audit 2024-09-13T05:45:49.010697+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:45:50.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:50 smithi037 bash[22708]: audit 2024-09-13T05:45:49.012062+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi037", "caps": []} : dispatch 2024-09-13T05:45:50.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:50 smithi037 bash[22708]: audit 2024-09-13T05:45:49.012062+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi037", "caps": []} : dispatch 2024-09-13T05:45:50.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:50 smithi037 bash[22708]: audit 2024-09-13T05:45:49.015271+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi037", "caps": []}]': finished 2024-09-13T05:45:50.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:50 smithi037 bash[22708]: audit 2024-09-13T05:45:49.015271+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi037", "caps": []}]': finished 2024-09-13T05:45:50.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:50 smithi037 bash[22708]: audit 2024-09-13T05:45:49.671741+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:45:50.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:50 smithi037 bash[22708]: audit 2024-09-13T05:45:49.671741+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:45:51.260 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:51 smithi037 bash[22708]: audit 2024-09-13T05:45:49.668193+0000 mgr.a (mgr.14152) 10 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:45:51.261 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:51 smithi037 bash[22708]: audit 2024-09-13T05:45:49.668193+0000 mgr.a (mgr.14152) 10 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:45:51.261 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:51 smithi037 bash[22708]: cephadm 2024-09-13T05:45:50.357015+0000 mgr.a (mgr.14152) 11 : cephadm [INF] Deploying daemon agent.smithi037 on smithi037 2024-09-13T05:45:51.261 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:51 smithi037 bash[22708]: cephadm 2024-09-13T05:45:50.357015+0000 mgr.a (mgr.14152) 11 : cephadm [INF] Deploying daemon agent.smithi037 on smithi037 2024-09-13T05:45:52.686 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$k4b1sKJnSivW7f7zD2ac0udfeuEVx6To5/kgKovSIqIy1krix8gcG", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726206352, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-13T05:45:52.686 INFO:teuthology.orchestra.run.smithi037.stdout:Fetching dashboard port number... 2024-09-13T05:45:53.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:53 smithi037 bash[22708]: audit 2024-09-13T05:45:51.817933+0000 mgr.a (mgr.14152) 12 : audit [DBG] from='client.14170 -' 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-13T05:45:53.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:53 smithi037 bash[22708]: audit 2024-09-13T05:45:51.817933+0000 mgr.a (mgr.14152) 12 : audit [DBG] from='client.14170 -' 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-13T05:45:53.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:53 smithi037 bash[22708]: audit 2024-09-13T05:45:52.130523+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:45:53.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:53 smithi037 bash[22708]: audit 2024-09-13T05:45:52.130523+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:45:54.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:54 smithi037 bash[22708]: cluster 2024-09-13T05:45:53.137497+0000 mon.a (mon.0) 102 : cluster [DBG] mgrmap e14: a(active, since 12s) 2024-09-13T05:45:54.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:54 smithi037 bash[22708]: cluster 2024-09-13T05:45:53.137497+0000 mon.a (mon.0) 102 : cluster [DBG] mgrmap e14: a(active, since 12s) 2024-09-13T05:45:54.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:54 smithi037 bash[22708]: audit 2024-09-13T05:45:54.131270+0000 mon.a (mon.0) 103 : audit [DBG] from='client.? 172.21.15.37:0/2600550453' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-09-13T05:45:54.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:54 smithi037 bash[22708]: audit 2024-09-13T05:45:54.131270+0000 mon.a (mon.0) 103 : audit [DBG] from='client.? 172.21.15.37:0/2600550453' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-09-13T05:45:54.670 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stdout 8443 2024-09-13T05:45:54.671 INFO:teuthology.orchestra.run.smithi037.stdout:firewalld does not appear to be present 2024-09-13T05:45:54.671 INFO:teuthology.orchestra.run.smithi037.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-13T05:45:54.673 INFO:teuthology.orchestra.run.smithi037.stdout:Ceph Dashboard is now available at: 2024-09-13T05:45:54.673 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-09-13T05:45:54.673 INFO:teuthology.orchestra.run.smithi037.stdout: URL: https://smithi037.front.sepia.ceph.com:8443/ 2024-09-13T05:45:54.673 INFO:teuthology.orchestra.run.smithi037.stdout: User: admin 2024-09-13T05:45:54.673 INFO:teuthology.orchestra.run.smithi037.stdout: Password: 4tcps01ree 2024-09-13T05:45:54.673 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-09-13T05:45:54.674 INFO:teuthology.orchestra.run.smithi037.stdout:Saving cluster configuration to /var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config directory 2024-09-13T05:45:56.902 INFO:teuthology.orchestra.run.smithi037.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-13T05:45:56.902 INFO:teuthology.orchestra.run.smithi037.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-13T05:45:56.902 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-09-13T05:45:56.903 INFO:teuthology.orchestra.run.smithi037.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid db7ed238-7192-11ef-bceb-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-13T05:45:56.903 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-09-13T05:45:56.903 INFO:teuthology.orchestra.run.smithi037.stdout:Or, if you are only running a single cluster on this host: 2024-09-13T05:45:56.903 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-09-13T05:45:56.903 INFO:teuthology.orchestra.run.smithi037.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-13T05:45:56.903 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-09-13T05:45:56.903 INFO:teuthology.orchestra.run.smithi037.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-13T05:45:56.903 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-09-13T05:45:56.903 INFO:teuthology.orchestra.run.smithi037.stdout: ceph telemetry on 2024-09-13T05:45:56.903 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-09-13T05:45:56.903 INFO:teuthology.orchestra.run.smithi037.stdout:For more information see: 2024-09-13T05:45:56.903 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-09-13T05:45:56.903 INFO:teuthology.orchestra.run.smithi037.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-09-13T05:45:56.903 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-09-13T05:45:56.904 INFO:teuthology.orchestra.run.smithi037.stdout:Bootstrap complete. 2024-09-13T05:45:56.967 INFO:tasks.cephadm:Fetching config... 2024-09-13T05:45:56.968 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-09-13T05:45:56.968 DEBUG:teuthology.orchestra.run.smithi037:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-13T05:45:56.974 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-13T05:45:56.974 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-09-13T05:45:56.974 DEBUG:teuthology.orchestra.run.smithi037:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-13T05:45:57.023 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-13T05:45:57.023 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-09-13T05:45:57.023 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/mon.a/keyring of=/dev/stdout 2024-09-13T05:45:57.079 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-13T05:45:57.079 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-09-13T05:45:57.079 DEBUG:teuthology.orchestra.run.smithi037:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-13T05:45:57.127 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-13T05:45:57.127 DEBUG:teuthology.orchestra.run.smithi037:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDsuPC+uCUAM5w2dH1nqfj9R4xuc7eZ+YB60ltqDISb0tNABJVqyqLfb5TI+iSsprRdMwx6UkN2WzZQ4neex3mvCAhwU3OWd/Jzx4L4pHKx6PvC6EEyjhI2U6+CuDwg3B6vrvq59yO8p2jOHcj8BZdpX7ESLavG0s0jmGH3X515P8hfcgK18h3QW6AQXS1LZXqK8PgyudNN9663aGgP1rRLyIdshQFL8IndLrI2+0z9Jhw/Ga7d4tFMeOLEHXG69kxsW1s5/A0WRefdim9UsNVK7H5f14ztySAMwUxWBzrmFinut9ehK4ZJswYEdlS0CPqxW2Njy6MiJpdDXK0xpSGcDDDzySsDlHZ8/37GjxldGuuygtqN+xW87vE34N7wXq1dkBswfvvP6lqoqIGkS0SUVDrCJffkgvYevQVZQlE2qUZrIgVbTUk6V4LszqREQQ/6CN90/3WWELXBCU4yEA67ZwVYRp1j3jr3ffHiptCMwJ7Bu9txRHpUh8s7AkrZj3s= ceph-db7ed238-7192-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-13T05:45:57.185 INFO:teuthology.orchestra.run.smithi037.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDsuPC+uCUAM5w2dH1nqfj9R4xuc7eZ+YB60ltqDISb0tNABJVqyqLfb5TI+iSsprRdMwx6UkN2WzZQ4neex3mvCAhwU3OWd/Jzx4L4pHKx6PvC6EEyjhI2U6+CuDwg3B6vrvq59yO8p2jOHcj8BZdpX7ESLavG0s0jmGH3X515P8hfcgK18h3QW6AQXS1LZXqK8PgyudNN9663aGgP1rRLyIdshQFL8IndLrI2+0z9Jhw/Ga7d4tFMeOLEHXG69kxsW1s5/A0WRefdim9UsNVK7H5f14ztySAMwUxWBzrmFinut9ehK4ZJswYEdlS0CPqxW2Njy6MiJpdDXK0xpSGcDDDzySsDlHZ8/37GjxldGuuygtqN+xW87vE34N7wXq1dkBswfvvP6lqoqIGkS0SUVDrCJffkgvYevQVZQlE2qUZrIgVbTUk6V4LszqREQQ/6CN90/3WWELXBCU4yEA67ZwVYRp1j3jr3ffHiptCMwJ7Bu9txRHpUh8s7AkrZj3s= ceph-db7ed238-7192-11ef-bceb-c7b262605968 2024-09-13T05:45:57.192 DEBUG:teuthology.orchestra.run.smithi097:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDsuPC+uCUAM5w2dH1nqfj9R4xuc7eZ+YB60ltqDISb0tNABJVqyqLfb5TI+iSsprRdMwx6UkN2WzZQ4neex3mvCAhwU3OWd/Jzx4L4pHKx6PvC6EEyjhI2U6+CuDwg3B6vrvq59yO8p2jOHcj8BZdpX7ESLavG0s0jmGH3X515P8hfcgK18h3QW6AQXS1LZXqK8PgyudNN9663aGgP1rRLyIdshQFL8IndLrI2+0z9Jhw/Ga7d4tFMeOLEHXG69kxsW1s5/A0WRefdim9UsNVK7H5f14ztySAMwUxWBzrmFinut9ehK4ZJswYEdlS0CPqxW2Njy6MiJpdDXK0xpSGcDDDzySsDlHZ8/37GjxldGuuygtqN+xW87vE34N7wXq1dkBswfvvP6lqoqIGkS0SUVDrCJffkgvYevQVZQlE2qUZrIgVbTUk6V4LszqREQQ/6CN90/3WWELXBCU4yEA67ZwVYRp1j3jr3ffHiptCMwJ7Bu9txRHpUh8s7AkrZj3s= ceph-db7ed238-7192-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-13T05:45:57.215 INFO:teuthology.orchestra.run.smithi097.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDsuPC+uCUAM5w2dH1nqfj9R4xuc7eZ+YB60ltqDISb0tNABJVqyqLfb5TI+iSsprRdMwx6UkN2WzZQ4neex3mvCAhwU3OWd/Jzx4L4pHKx6PvC6EEyjhI2U6+CuDwg3B6vrvq59yO8p2jOHcj8BZdpX7ESLavG0s0jmGH3X515P8hfcgK18h3QW6AQXS1LZXqK8PgyudNN9663aGgP1rRLyIdshQFL8IndLrI2+0z9Jhw/Ga7d4tFMeOLEHXG69kxsW1s5/A0WRefdim9UsNVK7H5f14ztySAMwUxWBzrmFinut9ehK4ZJswYEdlS0CPqxW2Njy6MiJpdDXK0xpSGcDDDzySsDlHZ8/37GjxldGuuygtqN+xW87vE34N7wXq1dkBswfvvP6lqoqIGkS0SUVDrCJffkgvYevQVZQlE2qUZrIgVbTUk6V4LszqREQQ/6CN90/3WWELXBCU4yEA67ZwVYRp1j3jr3ffHiptCMwJ7Bu9txRHpUh8s7AkrZj3s= ceph-db7ed238-7192-11ef-bceb-c7b262605968 2024-09-13T05:45:57.224 DEBUG:teuthology.orchestra.run.smithi192:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDsuPC+uCUAM5w2dH1nqfj9R4xuc7eZ+YB60ltqDISb0tNABJVqyqLfb5TI+iSsprRdMwx6UkN2WzZQ4neex3mvCAhwU3OWd/Jzx4L4pHKx6PvC6EEyjhI2U6+CuDwg3B6vrvq59yO8p2jOHcj8BZdpX7ESLavG0s0jmGH3X515P8hfcgK18h3QW6AQXS1LZXqK8PgyudNN9663aGgP1rRLyIdshQFL8IndLrI2+0z9Jhw/Ga7d4tFMeOLEHXG69kxsW1s5/A0WRefdim9UsNVK7H5f14ztySAMwUxWBzrmFinut9ehK4ZJswYEdlS0CPqxW2Njy6MiJpdDXK0xpSGcDDDzySsDlHZ8/37GjxldGuuygtqN+xW87vE34N7wXq1dkBswfvvP6lqoqIGkS0SUVDrCJffkgvYevQVZQlE2qUZrIgVbTUk6V4LszqREQQ/6CN90/3WWELXBCU4yEA67ZwVYRp1j3jr3ffHiptCMwJ7Bu9txRHpUh8s7AkrZj3s= ceph-db7ed238-7192-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-13T05:45:57.242 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:57 smithi037 systemd[1]: /etc/systemd/system/ceph-db7ed238-7192-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-13T05:45:57.242 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:57 smithi037 systemd[1]: /etc/systemd/system/ceph-db7ed238-7192-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-13T05:45:57.248 INFO:teuthology.orchestra.run.smithi192.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDsuPC+uCUAM5w2dH1nqfj9R4xuc7eZ+YB60ltqDISb0tNABJVqyqLfb5TI+iSsprRdMwx6UkN2WzZQ4neex3mvCAhwU3OWd/Jzx4L4pHKx6PvC6EEyjhI2U6+CuDwg3B6vrvq59yO8p2jOHcj8BZdpX7ESLavG0s0jmGH3X515P8hfcgK18h3QW6AQXS1LZXqK8PgyudNN9663aGgP1rRLyIdshQFL8IndLrI2+0z9Jhw/Ga7d4tFMeOLEHXG69kxsW1s5/A0WRefdim9UsNVK7H5f14ztySAMwUxWBzrmFinut9ehK4ZJswYEdlS0CPqxW2Njy6MiJpdDXK0xpSGcDDDzySsDlHZ8/37GjxldGuuygtqN+xW87vE34N7wXq1dkBswfvvP6lqoqIGkS0SUVDrCJffkgvYevQVZQlE2qUZrIgVbTUk6V4LszqREQQ/6CN90/3WWELXBCU4yEA67ZwVYRp1j3jr3ffHiptCMwJ7Bu9txRHpUh8s7AkrZj3s= ceph-db7ed238-7192-11ef-bceb-c7b262605968 2024-09-13T05:45:57.258 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid db7ed238-7192-11ef-bceb-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-13T05:45:57.577 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:45:57 smithi037 systemd[1]: /etc/systemd/system/ceph-db7ed238-7192-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-13T05:45:57.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:57 smithi037 bash[22708]: audit 2024-09-13T05:45:56.339876+0000 mon.a (mon.0) 104 : audit [INF] from='client.? 172.21.15.37:0/1005775689' entity='client.admin' 2024-09-13T05:45:57.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:57 smithi037 bash[22708]: audit 2024-09-13T05:45:56.339876+0000 mon.a (mon.0) 104 : audit [INF] from='client.? 172.21.15.37:0/1005775689' entity='client.admin' 2024-09-13T05:45:57.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:57 smithi037 systemd[1]: /etc/systemd/system/ceph-db7ed238-7192-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-13T05:45:58.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:58 smithi037 bash[22708]: audit 2024-09-13T05:45:57.488451+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:45:58.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:58 smithi037 bash[22708]: audit 2024-09-13T05:45:57.488451+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:45:58.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:58 smithi037 bash[22708]: audit 2024-09-13T05:45:57.490973+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:45:58.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:58 smithi037 bash[22708]: audit 2024-09-13T05:45:57.490973+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:45:58.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:58 smithi037 bash[22708]: audit 2024-09-13T05:45:57.493134+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:45:58.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:58 smithi037 bash[22708]: audit 2024-09-13T05:45:57.493134+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:45:58.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:58 smithi037 bash[22708]: audit 2024-09-13T05:45:57.501882+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:45:58.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:58 smithi037 bash[22708]: audit 2024-09-13T05:45:57.501882+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:45:58.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:58 smithi037 bash[22708]: audit 2024-09-13T05:45:57.505167+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:45:58.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:58 smithi037 bash[22708]: audit 2024-09-13T05:45:57.505167+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:45:58.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:58 smithi037 bash[22708]: audit 2024-09-13T05:45:57.506978+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:45:58.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:58 smithi037 bash[22708]: audit 2024-09-13T05:45:57.506978+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:45:58.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:58 smithi037 bash[22708]: audit 2024-09-13T05:45:57.508726+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:45:58.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:58 smithi037 bash[22708]: audit 2024-09-13T05:45:57.508726+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:45:58.830 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:58 smithi037 bash[22708]: audit 2024-09-13T05:45:57.511897+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:45:58.830 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:58 smithi037 bash[22708]: audit 2024-09-13T05:45:57.511897+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:45:58.830 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:58 smithi037 bash[22708]: audit 2024-09-13T05:45:57.516689+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:45:58.830 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:58 smithi037 bash[22708]: audit 2024-09-13T05:45:57.516689+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:45:58.830 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:58 smithi037 bash[22708]: audit 2024-09-13T05:45:57.525573+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:45:58.830 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:58 smithi037 bash[22708]: audit 2024-09-13T05:45:57.525573+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:45:58.830 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:58 smithi037 bash[22708]: audit 2024-09-13T05:45:57.532049+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:45:58.830 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:58 smithi037 bash[22708]: audit 2024-09-13T05:45:57.532049+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:45:58.830 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:58 smithi037 bash[22708]: audit 2024-09-13T05:45:58.041798+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:45:58.830 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:45:58 smithi037 bash[22708]: audit 2024-09-13T05:45:58.041798+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:01.976 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T05:46:02.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:02 smithi037 bash[22708]: cluster 2024-09-13T05:46:00.816936+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:02.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:02 smithi037 bash[22708]: cluster 2024-09-13T05:46:00.816936+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:02.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:02 smithi037 bash[22708]: audit 2024-09-13T05:46:01.280554+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:02.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:02 smithi037 bash[22708]: audit 2024-09-13T05:46:01.280554+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:03.577 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:03 smithi037 bash[22708]: audit 2024-09-13T05:46:02.410824+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:03.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:03 smithi037 bash[22708]: audit 2024-09-13T05:46:02.410824+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:03.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:03 smithi037 bash[22708]: audit 2024-09-13T05:46:02.420426+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:03.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:03 smithi037 bash[22708]: audit 2024-09-13T05:46:02.420426+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:04.186 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-13T05:46:04.186 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid db7ed238-7192-11ef-bceb-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-13T05:46:04.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:04 smithi037 bash[22708]: cluster 2024-09-13T05:46:02.817403+0000 mgr.a (mgr.14152) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:04.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:04 smithi037 bash[22708]: cluster 2024-09-13T05:46:02.817403+0000 mgr.a (mgr.14152) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:04.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:04 smithi037 bash[22708]: audit 2024-09-13T05:46:03.589796+0000 mon.a (mon.0) 120 : audit [INF] from='client.? 172.21.15.37:0/378078391' entity='client.admin' 2024-09-13T05:46:04.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:04 smithi037 bash[22708]: audit 2024-09-13T05:46:03.589796+0000 mon.a (mon.0) 120 : audit [INF] from='client.? 172.21.15.37:0/378078391' entity='client.admin' 2024-09-13T05:46:04.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:04 smithi037 bash[22708]: audit 2024-09-13T05:46:03.606594+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:46:04.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:04 smithi037 bash[22708]: audit 2024-09-13T05:46:03.606594+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:46:04.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:04 smithi037 bash[22708]: audit 2024-09-13T05:46:03.614485+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:04.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:04 smithi037 bash[22708]: audit 2024-09-13T05:46:03.614485+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:06.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:06 smithi037 bash[22708]: cluster 2024-09-13T05:46:04.817866+0000 mgr.a (mgr.14152) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:06.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:06 smithi037 bash[22708]: cluster 2024-09-13T05:46:04.817866+0000 mgr.a (mgr.14152) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:08.014 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T05:46:08.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:08 smithi037 bash[22708]: cluster 2024-09-13T05:46:06.818296+0000 mgr.a (mgr.14152) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:08.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:08 smithi037 bash[22708]: cluster 2024-09-13T05:46:06.818296+0000 mgr.a (mgr.14152) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:10.570 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:10 smithi037 bash[22708]: cluster 2024-09-13T05:46:08.818774+0000 mgr.a (mgr.14152) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:10.571 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:10 smithi037 bash[22708]: cluster 2024-09-13T05:46:08.818774+0000 mgr.a (mgr.14152) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:10.571 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:10 smithi037 bash[22708]: audit 2024-09-13T05:46:09.681494+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:10.571 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:10 smithi037 bash[22708]: audit 2024-09-13T05:46:09.681494+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:10.571 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:10 smithi037 bash[22708]: audit 2024-09-13T05:46:09.682722+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:46:10.571 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:10 smithi037 bash[22708]: audit 2024-09-13T05:46:09.682722+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:46:10.571 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:10 smithi037 bash[22708]: audit 2024-09-13T05:46:09.685466+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:46:10.571 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:10 smithi037 bash[22708]: audit 2024-09-13T05:46:09.685466+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:46:10.571 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:10 smithi037 bash[22708]: audit 2024-09-13T05:46:09.686369+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:46:10.571 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:10 smithi037 bash[22708]: audit 2024-09-13T05:46:09.686369+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:46:10.571 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:10 smithi037 bash[22708]: audit 2024-09-13T05:46:09.926849+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:10.571 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:10 smithi037 bash[22708]: audit 2024-09-13T05:46:09.926849+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:10.571 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:10 smithi037 bash[22708]: audit 2024-09-13T05:46:09.929891+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:10.571 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:10 smithi037 bash[22708]: audit 2024-09-13T05:46:09.929891+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:10.572 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi097 2024-09-13T05:46:10.573 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-09-13T05:46:10.573 DEBUG:teuthology.orchestra.run.smithi097:> dd of=/etc/ceph/ceph.conf 2024-09-13T05:46:10.579 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-09-13T05:46:10.579 DEBUG:teuthology.orchestra.run.smithi097:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-13T05:46:10.627 INFO:tasks.cephadm:Adding host smithi097 to orchestrator... 2024-09-13T05:46:10.627 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid db7ed238-7192-11ef-bceb-c7b262605968 -- ceph orch host add smithi097 2024-09-13T05:46:11.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:11 smithi037 bash[22708]: audit 2024-09-13T05:46:09.676346+0000 mgr.a (mgr.14152) 18 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:46:11.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:11 smithi037 bash[22708]: audit 2024-09-13T05:46:09.676346+0000 mgr.a (mgr.14152) 18 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:46:11.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:11 smithi037 bash[22708]: cephadm 2024-09-13T05:46:09.687403+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-09-13T05:46:11.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:11 smithi037 bash[22708]: cephadm 2024-09-13T05:46:09.687403+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-09-13T05:46:11.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:11 smithi037 bash[22708]: cephadm 2024-09-13T05:46:09.743800+0000 mgr.a (mgr.14152) 20 : cephadm [INF] Updating smithi037:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:46:11.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:11 smithi037 bash[22708]: cephadm 2024-09-13T05:46:09.743800+0000 mgr.a (mgr.14152) 20 : cephadm [INF] Updating smithi037:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:46:11.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:11 smithi037 bash[22708]: cephadm 2024-09-13T05:46:09.804769+0000 mgr.a (mgr.14152) 21 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.client.admin.keyring 2024-09-13T05:46:11.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:11 smithi037 bash[22708]: cephadm 2024-09-13T05:46:09.804769+0000 mgr.a (mgr.14152) 21 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.client.admin.keyring 2024-09-13T05:46:11.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:11 smithi037 bash[22708]: cephadm 2024-09-13T05:46:09.863421+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Updating smithi037:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T05:46:11.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:11 smithi037 bash[22708]: cephadm 2024-09-13T05:46:09.863421+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Updating smithi037:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T05:46:12.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:12 smithi037 bash[22708]: cluster 2024-09-13T05:46:10.819196+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:12.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:12 smithi037 bash[22708]: cluster 2024-09-13T05:46:10.819196+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:12.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:12 smithi037 bash[22708]: audit 2024-09-13T05:46:12.222803+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:12.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:12 smithi037 bash[22708]: audit 2024-09-13T05:46:12.222803+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:12.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:12 smithi037 bash[22708]: audit 2024-09-13T05:46:12.230438+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:12.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:12 smithi037 bash[22708]: audit 2024-09-13T05:46:12.230438+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:14.827 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:14 smithi037 bash[22708]: cluster 2024-09-13T05:46:12.819655+0000 mgr.a (mgr.14152) 24 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:14.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:14 smithi037 bash[22708]: cluster 2024-09-13T05:46:12.819655+0000 mgr.a (mgr.14152) 24 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:15.535 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T05:46:16.827 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:16 smithi037 bash[22708]: cluster 2024-09-13T05:46:14.820091+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:16.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:16 smithi037 bash[22708]: cluster 2024-09-13T05:46:14.820091+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:18.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:18 smithi037 bash[22708]: cluster 2024-09-13T05:46:16.820440+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:18.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:18 smithi037 bash[22708]: cluster 2024-09-13T05:46:16.820440+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:18.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:18 smithi037 bash[22708]: audit 2024-09-13T05:46:16.899009+0000 mgr.a (mgr.14152) 27 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi097", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:46:18.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:18 smithi037 bash[22708]: audit 2024-09-13T05:46:16.899009+0000 mgr.a (mgr.14152) 27 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi097", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:46:19.811 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:19 smithi037 bash[22708]: cephadm 2024-09-13T05:46:18.189371+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Deploying cephadm binary to smithi097 2024-09-13T05:46:19.811 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:19 smithi037 bash[22708]: cephadm 2024-09-13T05:46:18.189371+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Deploying cephadm binary to smithi097 2024-09-13T05:46:20.715 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:20 smithi037 bash[22708]: cluster 2024-09-13T05:46:18.820847+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:20.715 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:20 smithi037 bash[22708]: cluster 2024-09-13T05:46:18.820847+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:21.869 INFO:teuthology.orchestra.run.smithi037.stdout:Added host 'smithi097' with addr '172.21.15.97' 2024-09-13T05:46:22.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:21 smithi037 bash[22708]: cluster 2024-09-13T05:46:20.821098+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:22.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:21 smithi037 bash[22708]: cluster 2024-09-13T05:46:20.821098+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:22.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:21 smithi037 bash[22708]: audit 2024-09-13T05:46:20.910425+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:22.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:21 smithi037 bash[22708]: audit 2024-09-13T05:46:20.910425+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:22.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:21 smithi037 bash[22708]: audit 2024-09-13T05:46:20.913442+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:22.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:21 smithi037 bash[22708]: audit 2024-09-13T05:46:20.913442+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:22.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:21 smithi037 bash[22708]: audit 2024-09-13T05:46:20.917678+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:22.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:21 smithi037 bash[22708]: audit 2024-09-13T05:46:20.917678+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:22.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:21 smithi037 bash[22708]: audit 2024-09-13T05:46:21.868107+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:22.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:21 smithi037 bash[22708]: audit 2024-09-13T05:46:21.868107+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:22.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:21 smithi037 bash[22708]: audit 2024-09-13T05:46:21.869766+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:46:22.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:21 smithi037 bash[22708]: audit 2024-09-13T05:46:21.869766+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:46:22.463 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid db7ed238-7192-11ef-bceb-c7b262605968 -- ceph orch host ls --format=json 2024-09-13T05:46:23.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:23 smithi037 bash[22708]: cephadm 2024-09-13T05:46:21.868973+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Added host smithi097 2024-09-13T05:46:23.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:23 smithi037 bash[22708]: cephadm 2024-09-13T05:46:21.868973+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Added host smithi097 2024-09-13T05:46:23.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:23 smithi037 bash[22708]: audit 2024-09-13T05:46:22.412864+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:23.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:23 smithi037 bash[22708]: audit 2024-09-13T05:46:22.412864+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:24.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:24 smithi037 bash[22708]: cluster 2024-09-13T05:46:22.821479+0000 mgr.a (mgr.14152) 32 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:24.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:24 smithi037 bash[22708]: cluster 2024-09-13T05:46:22.821479+0000 mgr.a (mgr.14152) 32 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:24.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:24 smithi037 bash[22708]: audit 2024-09-13T05:46:23.961147+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:24.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:24 smithi037 bash[22708]: audit 2024-09-13T05:46:23.961147+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:24.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:24 smithi037 bash[22708]: audit 2024-09-13T05:46:23.969263+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:24.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:24 smithi037 bash[22708]: audit 2024-09-13T05:46:23.969263+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:24.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:24 smithi037 bash[22708]: audit 2024-09-13T05:46:23.970714+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi097", "name": "osd_memory_target"} : dispatch 2024-09-13T05:46:24.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:24 smithi037 bash[22708]: audit 2024-09-13T05:46:23.970714+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi097", "name": "osd_memory_target"} : dispatch 2024-09-13T05:46:24.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:24 smithi037 bash[22708]: audit 2024-09-13T05:46:23.972800+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:46:24.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:24 smithi037 bash[22708]: audit 2024-09-13T05:46:23.972800+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:46:24.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:24 smithi037 bash[22708]: audit 2024-09-13T05:46:23.974630+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:46:24.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:24 smithi037 bash[22708]: audit 2024-09-13T05:46:23.974630+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:46:24.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:24 smithi037 bash[22708]: audit 2024-09-13T05:46:24.390157+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:24.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:24 smithi037 bash[22708]: audit 2024-09-13T05:46:24.390157+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:24.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:24 smithi037 bash[22708]: audit 2024-09-13T05:46:24.398741+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:24.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:24 smithi037 bash[22708]: audit 2024-09-13T05:46:24.398741+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:24.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:24 smithi037 bash[22708]: audit 2024-09-13T05:46:24.401699+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi097", "caps": []} : dispatch 2024-09-13T05:46:24.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:24 smithi037 bash[22708]: audit 2024-09-13T05:46:24.401699+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi097", "caps": []} : dispatch 2024-09-13T05:46:24.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:24 smithi037 bash[22708]: audit 2024-09-13T05:46:24.405458+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi097", "caps": []}]': finished 2024-09-13T05:46:24.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:24 smithi037 bash[22708]: audit 2024-09-13T05:46:24.405458+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi097", "caps": []}]': finished 2024-09-13T05:46:25.827 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:25 smithi037 bash[22708]: cephadm 2024-09-13T05:46:23.977103+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-09-13T05:46:25.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:25 smithi037 bash[22708]: cephadm 2024-09-13T05:46:23.977103+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-09-13T05:46:25.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:25 smithi037 bash[22708]: cephadm 2024-09-13T05:46:24.094320+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi097:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:46:25.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:25 smithi037 bash[22708]: cephadm 2024-09-13T05:46:24.094320+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi097:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:46:25.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:25 smithi037 bash[22708]: cephadm 2024-09-13T05:46:24.197595+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.client.admin.keyring 2024-09-13T05:46:25.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:25 smithi037 bash[22708]: cephadm 2024-09-13T05:46:24.197595+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.client.admin.keyring 2024-09-13T05:46:25.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:25 smithi037 bash[22708]: cephadm 2024-09-13T05:46:24.291053+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi097:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T05:46:25.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:25 smithi037 bash[22708]: cephadm 2024-09-13T05:46:24.291053+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi097:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T05:46:26.827 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:26 smithi037 bash[22708]: cluster 2024-09-13T05:46:24.821867+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:26.827 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:26 smithi037 bash[22708]: cluster 2024-09-13T05:46:24.821867+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:27.197 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T05:46:27.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:27 smithi037 bash[22708]: cephadm 2024-09-13T05:46:25.812760+0000 mgr.a (mgr.14152) 38 : cephadm [INF] Deploying daemon agent.smithi097 on smithi097 2024-09-13T05:46:27.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:27 smithi037 bash[22708]: cephadm 2024-09-13T05:46:25.812760+0000 mgr.a (mgr.14152) 38 : cephadm [INF] Deploying daemon agent.smithi097 on smithi097 2024-09-13T05:46:27.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:27 smithi037 bash[22708]: audit 2024-09-13T05:46:26.744210+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:27.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:27 smithi037 bash[22708]: audit 2024-09-13T05:46:26.744210+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:27.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:27 smithi037 bash[22708]: audit 2024-09-13T05:46:26.749638+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:27.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:27 smithi037 bash[22708]: audit 2024-09-13T05:46:26.749638+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:27.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:27 smithi037 bash[22708]: audit 2024-09-13T05:46:26.755446+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:27.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:27 smithi037 bash[22708]: audit 2024-09-13T05:46:26.755446+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:27.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:27 smithi037 bash[22708]: audit 2024-09-13T05:46:26.778830+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:46:27.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:27 smithi037 bash[22708]: audit 2024-09-13T05:46:26.778830+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:46:27.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:27 smithi037 bash[22708]: audit 2024-09-13T05:46:26.782860+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:46:27.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:27 smithi037 bash[22708]: audit 2024-09-13T05:46:26.782860+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:46:27.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:27 smithi037 bash[22708]: audit 2024-09-13T05:46:26.784392+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:46:27.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:27 smithi037 bash[22708]: audit 2024-09-13T05:46:26.784392+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:46:27.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:27 smithi037 bash[22708]: audit 2024-09-13T05:46:26.792511+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:27.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:27 smithi037 bash[22708]: audit 2024-09-13T05:46:26.792511+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:27.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:27 smithi037 bash[22708]: audit 2024-09-13T05:46:26.819188+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:46:27.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:27 smithi037 bash[22708]: audit 2024-09-13T05:46:26.819188+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:46:27.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:27 smithi037 bash[22708]: audit 2024-09-13T05:46:26.822869+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:46:27.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:27 smithi037 bash[22708]: audit 2024-09-13T05:46:26.822869+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:46:27.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:27 smithi037 bash[22708]: audit 2024-09-13T05:46:26.824633+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:46:27.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:27 smithi037 bash[22708]: audit 2024-09-13T05:46:26.824633+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:46:27.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:27 smithi037 bash[22708]: audit 2024-09-13T05:46:26.833260+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:27.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:27 smithi037 bash[22708]: audit 2024-09-13T05:46:26.833260+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:27.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:27 smithi037 bash[22708]: audit 2024-09-13T05:46:27.309658+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:27.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:27 smithi037 bash[22708]: audit 2024-09-13T05:46:27.309658+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:28.775 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-09-13T05:46:28.775 INFO:teuthology.orchestra.run.smithi037.stdout:[{"addr": "172.21.15.37", "hostname": "smithi037", "labels": [], "status": ""}, {"addr": "172.21.15.97", "hostname": "smithi097", "labels": [], "status": ""}] 2024-09-13T05:46:28.787 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:28 smithi037 bash[22708]: cluster 2024-09-13T05:46:26.822194+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:28.787 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:28 smithi037 bash[22708]: cluster 2024-09-13T05:46:26.822194+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:28.787 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:28 smithi037 bash[22708]: audit 2024-09-13T05:46:28.368160+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:28.787 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:28 smithi037 bash[22708]: audit 2024-09-13T05:46:28.368160+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:28.787 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:28 smithi037 bash[22708]: audit 2024-09-13T05:46:28.376464+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:28.788 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:28 smithi037 bash[22708]: audit 2024-09-13T05:46:28.376464+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:29.394 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi192 2024-09-13T05:46:29.394 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-09-13T05:46:29.394 DEBUG:teuthology.orchestra.run.smithi192:> dd of=/etc/ceph/ceph.conf 2024-09-13T05:46:29.401 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-09-13T05:46:29.401 DEBUG:teuthology.orchestra.run.smithi192:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-13T05:46:29.451 INFO:tasks.cephadm:Adding host smithi192 to orchestrator... 2024-09-13T05:46:29.451 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid db7ed238-7192-11ef-bceb-c7b262605968 -- ceph orch host add smithi192 2024-09-13T05:46:30.827 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:30 smithi037 bash[22708]: audit 2024-09-13T05:46:28.773992+0000 mgr.a (mgr.14152) 40 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T05:46:30.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:30 smithi037 bash[22708]: audit 2024-09-13T05:46:28.773992+0000 mgr.a (mgr.14152) 40 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T05:46:30.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:30 smithi037 bash[22708]: cluster 2024-09-13T05:46:28.822427+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:30.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:30 smithi037 bash[22708]: cluster 2024-09-13T05:46:28.822427+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:32.577 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:32 smithi037 bash[22708]: cluster 2024-09-13T05:46:30.822801+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:32.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:32 smithi037 bash[22708]: cluster 2024-09-13T05:46:30.822801+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:32.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:32 smithi037 bash[22708]: audit 2024-09-13T05:46:31.288969+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:32.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:32 smithi037 bash[22708]: audit 2024-09-13T05:46:31.288969+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:34.176 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T05:46:34.577 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:34 smithi037 bash[22708]: cluster 2024-09-13T05:46:32.823221+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:34.577 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:34 smithi037 bash[22708]: cluster 2024-09-13T05:46:32.823221+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:36.577 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:36 smithi037 bash[22708]: cluster 2024-09-13T05:46:34.823676+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:36.577 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:36 smithi037 bash[22708]: cluster 2024-09-13T05:46:34.823676+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:37.577 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:37 smithi037 bash[22708]: audit 2024-09-13T05:46:36.120341+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi192", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:46:37.577 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:37 smithi037 bash[22708]: audit 2024-09-13T05:46:36.120341+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi192", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:46:38.577 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:38 smithi037 bash[22708]: cluster 2024-09-13T05:46:36.823941+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:38.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:38 smithi037 bash[22708]: cluster 2024-09-13T05:46:36.823941+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:38.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:38 smithi037 bash[22708]: cephadm 2024-09-13T05:46:37.401510+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Deploying cephadm binary to smithi192 2024-09-13T05:46:38.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:38 smithi037 bash[22708]: cephadm 2024-09-13T05:46:37.401510+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Deploying cephadm binary to smithi192 2024-09-13T05:46:40.577 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:40 smithi037 bash[22708]: cluster 2024-09-13T05:46:38.824301+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:40.577 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:40 smithi037 bash[22708]: cluster 2024-09-13T05:46:38.824301+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:41.069 INFO:teuthology.orchestra.run.smithi037.stdout:Added host 'smithi192' with addr '172.21.15.192' 2024-09-13T05:46:41.700 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid db7ed238-7192-11ef-bceb-c7b262605968 -- ceph orch host ls --format=json 2024-09-13T05:46:42.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:42 smithi037 bash[22708]: cluster 2024-09-13T05:46:40.824656+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:42.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:42 smithi037 bash[22708]: cluster 2024-09-13T05:46:40.824656+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:42.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:42 smithi037 bash[22708]: audit 2024-09-13T05:46:41.068405+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:42.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:42 smithi037 bash[22708]: audit 2024-09-13T05:46:41.068405+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:42.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:42 smithi037 bash[22708]: cephadm 2024-09-13T05:46:41.069027+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Added host smithi192 2024-09-13T05:46:42.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:42 smithi037 bash[22708]: cephadm 2024-09-13T05:46:41.069027+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Added host smithi192 2024-09-13T05:46:42.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:42 smithi037 bash[22708]: audit 2024-09-13T05:46:41.069784+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:46:42.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:42 smithi037 bash[22708]: audit 2024-09-13T05:46:41.069784+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:46:42.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:42 smithi037 bash[22708]: audit 2024-09-13T05:46:41.108359+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:42.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:42 smithi037 bash[22708]: audit 2024-09-13T05:46:41.108359+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:42.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:42 smithi037 bash[22708]: audit 2024-09-13T05:46:41.113541+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:42.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:42 smithi037 bash[22708]: audit 2024-09-13T05:46:41.113541+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:42.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:42 smithi037 bash[22708]: audit 2024-09-13T05:46:41.119849+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:42.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:42 smithi037 bash[22708]: audit 2024-09-13T05:46:41.119849+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:42.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:42 smithi037 bash[22708]: audit 2024-09-13T05:46:41.273411+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:42.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:42 smithi037 bash[22708]: audit 2024-09-13T05:46:41.273411+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:42.330 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:42 smithi037 bash[22708]: audit 2024-09-13T05:46:41.283420+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:42.330 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:42 smithi037 bash[22708]: audit 2024-09-13T05:46:41.283420+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:42.330 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:42 smithi037 bash[22708]: audit 2024-09-13T05:46:41.558131+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:42.330 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:42 smithi037 bash[22708]: audit 2024-09-13T05:46:41.558131+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:44.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:44 smithi037 bash[22708]: cluster 2024-09-13T05:46:42.825078+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:44.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:44 smithi037 bash[22708]: cluster 2024-09-13T05:46:42.825078+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:44.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:44 smithi037 bash[22708]: audit 2024-09-13T05:46:43.071394+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:44.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:44 smithi037 bash[22708]: audit 2024-09-13T05:46:43.071394+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:44.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:44 smithi037 bash[22708]: audit 2024-09-13T05:46:43.080602+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:44.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:44 smithi037 bash[22708]: audit 2024-09-13T05:46:43.080602+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:44.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:44 smithi037 bash[22708]: audit 2024-09-13T05:46:43.082109+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi192", "name": "osd_memory_target"} : dispatch 2024-09-13T05:46:44.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:44 smithi037 bash[22708]: audit 2024-09-13T05:46:43.082109+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi192", "name": "osd_memory_target"} : dispatch 2024-09-13T05:46:44.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:44 smithi037 bash[22708]: audit 2024-09-13T05:46:43.084455+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:46:44.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:44 smithi037 bash[22708]: audit 2024-09-13T05:46:43.084455+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:46:44.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:44 smithi037 bash[22708]: audit 2024-09-13T05:46:43.086347+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:46:44.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:44 smithi037 bash[22708]: audit 2024-09-13T05:46:43.086347+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:46:44.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:44 smithi037 bash[22708]: cephadm 2024-09-13T05:46:43.088945+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.conf 2024-09-13T05:46:44.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:44 smithi037 bash[22708]: cephadm 2024-09-13T05:46:43.088945+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.conf 2024-09-13T05:46:44.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:44 smithi037 bash[22708]: cephadm 2024-09-13T05:46:43.208164+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi192:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:46:44.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:44 smithi037 bash[22708]: cephadm 2024-09-13T05:46:43.208164+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi192:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:46:44.330 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:44 smithi037 bash[22708]: cephadm 2024-09-13T05:46:43.314982+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2024-09-13T05:46:44.330 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:44 smithi037 bash[22708]: cephadm 2024-09-13T05:46:43.314982+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2024-09-13T05:46:44.330 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:44 smithi037 bash[22708]: cephadm 2024-09-13T05:46:43.411454+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi192:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T05:46:44.330 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:44 smithi037 bash[22708]: cephadm 2024-09-13T05:46:43.411454+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi192:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T05:46:44.330 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:44 smithi037 bash[22708]: audit 2024-09-13T05:46:43.510221+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:44.330 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:44 smithi037 bash[22708]: audit 2024-09-13T05:46:43.510221+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:44.330 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:44 smithi037 bash[22708]: audit 2024-09-13T05:46:43.516841+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:44.330 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:44 smithi037 bash[22708]: audit 2024-09-13T05:46:43.516841+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:44.330 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:44 smithi037 bash[22708]: audit 2024-09-13T05:46:43.519859+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi192", "caps": []} : dispatch 2024-09-13T05:46:44.330 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:44 smithi037 bash[22708]: audit 2024-09-13T05:46:43.519859+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi192", "caps": []} : dispatch 2024-09-13T05:46:44.330 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:44 smithi037 bash[22708]: audit 2024-09-13T05:46:43.521688+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi192", "caps": []}]': finished 2024-09-13T05:46:44.330 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:44 smithi037 bash[22708]: audit 2024-09-13T05:46:43.521688+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi192", "caps": []}]': finished 2024-09-13T05:46:45.327 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:45 smithi037 bash[22708]: cephadm 2024-09-13T05:46:44.198687+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi192 on smithi192 2024-09-13T05:46:45.327 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:45 smithi037 bash[22708]: cephadm 2024-09-13T05:46:44.198687+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi192 on smithi192 2024-09-13T05:46:46.437 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T05:46:46.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:46 smithi037 bash[22708]: cluster 2024-09-13T05:46:44.825512+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:46.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:46 smithi037 bash[22708]: cluster 2024-09-13T05:46:44.825512+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:46.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:46 smithi037 bash[22708]: audit 2024-09-13T05:46:45.434389+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:46.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:46 smithi037 bash[22708]: audit 2024-09-13T05:46:45.434389+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:46.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:46 smithi037 bash[22708]: audit 2024-09-13T05:46:45.440773+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:46.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:46 smithi037 bash[22708]: audit 2024-09-13T05:46:45.440773+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:46.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:46 smithi037 bash[22708]: audit 2024-09-13T05:46:45.446574+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:46.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:46 smithi037 bash[22708]: audit 2024-09-13T05:46:45.446574+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:46.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:46 smithi037 bash[22708]: audit 2024-09-13T05:46:45.496056+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:46:46.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:46 smithi037 bash[22708]: audit 2024-09-13T05:46:45.496056+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:46:46.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:46 smithi037 bash[22708]: audit 2024-09-13T05:46:45.500395+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:46:46.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:46 smithi037 bash[22708]: audit 2024-09-13T05:46:45.500395+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:46:46.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:46 smithi037 bash[22708]: audit 2024-09-13T05:46:45.501970+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:46:46.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:46 smithi037 bash[22708]: audit 2024-09-13T05:46:45.501970+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:46:46.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:46 smithi037 bash[22708]: audit 2024-09-13T05:46:45.509964+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:46.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:46 smithi037 bash[22708]: audit 2024-09-13T05:46:45.509964+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:46.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:46 smithi037 bash[22708]: audit 2024-09-13T05:46:45.563696+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:46:46.830 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:46 smithi037 bash[22708]: audit 2024-09-13T05:46:45.563696+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:46:46.830 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:46 smithi037 bash[22708]: audit 2024-09-13T05:46:45.568475+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:46:46.830 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:46 smithi037 bash[22708]: audit 2024-09-13T05:46:45.568475+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:46:46.830 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:46 smithi037 bash[22708]: audit 2024-09-13T05:46:45.570126+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:46:46.830 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:46 smithi037 bash[22708]: audit 2024-09-13T05:46:45.570126+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:46:46.830 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:46 smithi037 bash[22708]: audit 2024-09-13T05:46:45.578675+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:46.830 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:46 smithi037 bash[22708]: audit 2024-09-13T05:46:45.578675+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:46.830 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:46 smithi037 bash[22708]: audit 2024-09-13T05:46:45.975960+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:46.830 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:46 smithi037 bash[22708]: audit 2024-09-13T05:46:45.975960+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:46.830 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:46 smithi037 bash[22708]: audit 2024-09-13T05:46:46.297422+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:46.830 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:46 smithi037 bash[22708]: audit 2024-09-13T05:46:46.297422+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:47.831 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-09-13T05:46:47.831 INFO:teuthology.orchestra.run.smithi037.stdout:[{"addr": "172.21.15.37", "hostname": "smithi037", "labels": [], "status": ""}, {"addr": "172.21.15.97", "hostname": "smithi097", "labels": [], "status": ""}, {"addr": "172.21.15.192", "hostname": "smithi192", "labels": [], "status": ""}] 2024-09-13T05:46:48.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:48 smithi037 bash[22708]: cluster 2024-09-13T05:46:46.825986+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:48.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:48 smithi037 bash[22708]: cluster 2024-09-13T05:46:46.825986+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:48.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:48 smithi037 bash[22708]: audit 2024-09-13T05:46:47.037340+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:48.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:48 smithi037 bash[22708]: audit 2024-09-13T05:46:47.037340+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:48.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:48 smithi037 bash[22708]: audit 2024-09-13T05:46:47.047363+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:48.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:48 smithi037 bash[22708]: audit 2024-09-13T05:46:47.047363+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:48.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:48 smithi037 bash[22708]: audit 2024-09-13T05:46:47.913226+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:48.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:48 smithi037 bash[22708]: audit 2024-09-13T05:46:47.913226+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:48.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:48 smithi037 bash[22708]: audit 2024-09-13T05:46:47.918188+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:48.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:48 smithi037 bash[22708]: audit 2024-09-13T05:46:47.918188+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:48.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:48 smithi037 bash[22708]: audit 2024-09-13T05:46:47.923839+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:48.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:48 smithi037 bash[22708]: audit 2024-09-13T05:46:47.923839+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:46:48.481 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-13T05:46:48.482 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid db7ed238-7192-11ef-bceb-c7b262605968 -- ceph osd crush tunables default 2024-09-13T05:46:49.327 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:49 smithi037 bash[22708]: audit 2024-09-13T05:46:47.830399+0000 mgr.a (mgr.14152) 59 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T05:46:49.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:49 smithi037 bash[22708]: audit 2024-09-13T05:46:47.830399+0000 mgr.a (mgr.14152) 59 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T05:46:50.327 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:50 smithi037 bash[22708]: cluster 2024-09-13T05:46:48.826493+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:50.327 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:50 smithi037 bash[22708]: cluster 2024-09-13T05:46:48.826493+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:52.327 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:52 smithi037 bash[22708]: cluster 2024-09-13T05:46:50.826928+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:52.327 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:52 smithi037 bash[22708]: cluster 2024-09-13T05:46:50.826928+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:53.222 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T05:46:54.185 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:54 smithi037 bash[22708]: cluster 2024-09-13T05:46:52.827318+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:54.185 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:54 smithi037 bash[22708]: cluster 2024-09-13T05:46:52.827318+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:55.055 INFO:teuthology.orchestra.run.smithi037.stderr:adjusted tunables profile to default 2024-09-13T05:46:55.313 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:55 smithi037 bash[22708]: audit 2024-09-13T05:46:54.955959+0000 mon.a (mon.0) 196 : audit [INF] from='client.? 172.21.15.37:0/915073016' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-13T05:46:55.313 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:55 smithi037 bash[22708]: audit 2024-09-13T05:46:54.955959+0000 mon.a (mon.0) 196 : audit [INF] from='client.? 172.21.15.37:0/915073016' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-13T05:46:55.780 INFO:tasks.cephadm:Adding mon.a on smithi037 2024-09-13T05:46:55.780 INFO:tasks.cephadm:Adding mon.b on smithi097 2024-09-13T05:46:55.780 INFO:tasks.cephadm:Adding mon.c on smithi192 2024-09-13T05:46:55.781 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid db7ed238-7192-11ef-bceb-c7b262605968 -- ceph orch apply mon '3;smithi037:172.21.15.37=a;smithi097:172.21.15.97=b;smithi192:172.21.15.192=c' 2024-09-13T05:46:56.327 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:56 smithi037 bash[22708]: cluster 2024-09-13T05:46:54.827659+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:56.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:56 smithi037 bash[22708]: cluster 2024-09-13T05:46:54.827659+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:56.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:56 smithi037 bash[22708]: audit 2024-09-13T05:46:55.055375+0000 mon.a (mon.0) 197 : audit [INF] from='client.? 172.21.15.37:0/915073016' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-13T05:46:56.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:56 smithi037 bash[22708]: audit 2024-09-13T05:46:55.055375+0000 mon.a (mon.0) 197 : audit [INF] from='client.? 172.21.15.37:0/915073016' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-13T05:46:56.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:56 smithi037 bash[22708]: cluster 2024-09-13T05:46:55.059789+0000 mon.a (mon.0) 198 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-13T05:46:56.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:56 smithi037 bash[22708]: cluster 2024-09-13T05:46:55.059789+0000 mon.a (mon.0) 198 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-13T05:46:56.996 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:46:58.327 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:58 smithi037 bash[22708]: cluster 2024-09-13T05:46:56.827997+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:58.327 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:58 smithi037 bash[22708]: cluster 2024-09-13T05:46:56.827997+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:46:58.793 INFO:teuthology.orchestra.run.smithi192.stdout:Scheduled mon update... 2024-09-13T05:46:59.579 DEBUG:teuthology.orchestra.run.smithi097:mon.b> sudo journalctl -f -n 0 -u ceph-db7ed238-7192-11ef-bceb-c7b262605968@mon.b.service 2024-09-13T05:46:59.582 DEBUG:teuthology.orchestra.run.smithi192:mon.c> sudo journalctl -f -n 0 -u ceph-db7ed238-7192-11ef-bceb-c7b262605968@mon.c.service 2024-09-13T05:46:59.584 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-13T05:46:59.584 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid db7ed238-7192-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-13T05:47:00.078 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:59 smithi037 bash[22708]: audit 2024-09-13T05:46:58.782231+0000 mgr.a (mgr.14152) 65 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi037:172.21.15.37=a;smithi097:172.21.15.97=b;smithi192:172.21.15.192=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:47:00.078 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:59 smithi037 bash[22708]: audit 2024-09-13T05:46:58.782231+0000 mgr.a (mgr.14152) 65 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi037:172.21.15.37=a;smithi097:172.21.15.97=b;smithi192:172.21.15.192=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:47:00.078 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:59 smithi037 bash[22708]: cephadm 2024-09-13T05:46:58.787358+0000 mgr.a (mgr.14152) 66 : cephadm [INF] Saving service mon spec with placement smithi037:172.21.15.37=a;smithi097:172.21.15.97=b;smithi192:172.21.15.192=c;count:3 2024-09-13T05:47:00.078 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:59 smithi037 bash[22708]: cephadm 2024-09-13T05:46:58.787358+0000 mgr.a (mgr.14152) 66 : cephadm [INF] Saving service mon spec with placement smithi037:172.21.15.37=a;smithi097:172.21.15.97=b;smithi192:172.21.15.192=c;count:3 2024-09-13T05:47:00.079 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:59 smithi037 bash[22708]: audit 2024-09-13T05:46:58.792821+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:00.079 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:59 smithi037 bash[22708]: audit 2024-09-13T05:46:58.792821+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:00.079 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:59 smithi037 bash[22708]: audit 2024-09-13T05:46:58.794390+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:00.079 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:59 smithi037 bash[22708]: audit 2024-09-13T05:46:58.794390+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:00.079 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:59 smithi037 bash[22708]: audit 2024-09-13T05:46:58.799754+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:00.079 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:59 smithi037 bash[22708]: audit 2024-09-13T05:46:58.799754+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:00.079 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:59 smithi037 bash[22708]: audit 2024-09-13T05:46:58.801637+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:00.079 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:59 smithi037 bash[22708]: audit 2024-09-13T05:46:58.801637+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:00.079 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:59 smithi037 bash[22708]: audit 2024-09-13T05:46:58.810501+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:00.079 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:59 smithi037 bash[22708]: audit 2024-09-13T05:46:58.810501+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:00.079 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:59 smithi037 bash[22708]: audit 2024-09-13T05:46:58.815084+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T05:47:00.079 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:59 smithi037 bash[22708]: audit 2024-09-13T05:46:58.815084+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T05:47:00.079 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:59 smithi037 bash[22708]: audit 2024-09-13T05:46:58.816937+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:00.080 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:59 smithi037 bash[22708]: audit 2024-09-13T05:46:58.816937+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:00.080 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:59 smithi037 bash[22708]: cephadm 2024-09-13T05:46:58.819018+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Deploying daemon mon.c on smithi192 2024-09-13T05:47:00.080 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:59 smithi037 bash[22708]: cephadm 2024-09-13T05:46:58.819018+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Deploying daemon mon.c on smithi192 2024-09-13T05:47:00.080 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:59 smithi037 bash[22708]: cluster 2024-09-13T05:46:58.828346+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:00.080 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:46:59 smithi037 bash[22708]: cluster 2024-09-13T05:46:58.828346+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:01.545 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:47:02.577 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:02 smithi037 bash[22708]: cluster 2024-09-13T05:47:00.828778+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:02.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:02 smithi037 bash[22708]: cluster 2024-09-13T05:47:00.828778+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:02.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:02 smithi037 bash[22708]: audit 2024-09-13T05:47:01.248605+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:02.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:02 smithi037 bash[22708]: audit 2024-09-13T05:47:01.248605+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:02.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:02 smithi037 bash[22708]: audit 2024-09-13T05:47:01.254151+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:02.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:02 smithi037 bash[22708]: audit 2024-09-13T05:47:01.254151+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:02.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:02 smithi037 bash[22708]: audit 2024-09-13T05:47:01.331499+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:02.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:02 smithi037 bash[22708]: audit 2024-09-13T05:47:01.331499+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:02.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:02 smithi037 bash[22708]: audit 2024-09-13T05:47:01.340457+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:02.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:02 smithi037 bash[22708]: audit 2024-09-13T05:47:01.340457+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:02.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:02 smithi037 bash[22708]: audit 2024-09-13T05:47:01.350830+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:02.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:02 smithi037 bash[22708]: audit 2024-09-13T05:47:01.350830+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:03.079 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-13T05:47:03.080 INFO:teuthology.orchestra.run.smithi192.stdout:{"epoch":1,"fsid":"db7ed238-7192-11ef-bceb-c7b262605968","modified":"2024-09-13T05:44:30.400814Z","created":"2024-09-13T05:44:30.400814Z","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.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-13T05:47:03.080 INFO:teuthology.orchestra.run.smithi192.stderr:dumped monmap epoch 1 2024-09-13T05:47:03.577 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:03 smithi037 bash[22708]: audit 2024-09-13T05:47:03.079630+0000 mon.a (mon.0) 211 : audit [DBG] from='client.? 172.21.15.192:0/1296526860' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-13T05:47:03.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:03 smithi037 bash[22708]: audit 2024-09-13T05:47:03.079630+0000 mon.a (mon.0) 211 : audit [DBG] from='client.? 172.21.15.192:0/1296526860' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-13T05:47:04.577 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:04 smithi037 bash[22708]: cluster 2024-09-13T05:47:02.829180+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:04.577 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:04 smithi037 bash[22708]: cluster 2024-09-13T05:47:02.829180+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:05.056 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-13T05:47:05.056 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid db7ed238-7192-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-13T05:47:06.287 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/mon.c/config 2024-09-13T05:47:06.442 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:06 smithi192 systemd[1]: Started Ceph mon.c for db7ed238-7192-11ef-bceb-c7b262605968. 2024-09-13T05:47:06.577 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:06 smithi037 bash[22708]: cluster 2024-09-13T05:47:04.829591+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:06.577 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:06 smithi037 bash[22708]: cluster 2024-09-13T05:47:04.829591+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:07.577 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:07 smithi037 bash[22708]: audit 2024-09-13T05:47:06.278154+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:07.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:07 smithi037 bash[22708]: audit 2024-09-13T05:47:06.278154+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:07.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:07 smithi037 bash[22708]: audit 2024-09-13T05:47:06.286356+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:07.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:07 smithi037 bash[22708]: audit 2024-09-13T05:47:06.286356+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:07.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:07 smithi037 bash[22708]: audit 2024-09-13T05:47:06.295074+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:07.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:07 smithi037 bash[22708]: audit 2024-09-13T05:47:06.295074+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:07.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:07 smithi037 bash[22708]: audit 2024-09-13T05:47:06.296488+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T05:47:07.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:07 smithi037 bash[22708]: audit 2024-09-13T05:47:06.296488+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T05:47:07.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:07 smithi037 bash[22708]: audit 2024-09-13T05:47:06.298300+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:07.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:07 smithi037 bash[22708]: audit 2024-09-13T05:47:06.298300+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:07.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:07 smithi037 bash[22708]: cephadm 2024-09-13T05:47:06.300275+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Deploying daemon mon.b on smithi097 2024-09-13T05:47:07.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:07 smithi037 bash[22708]: cephadm 2024-09-13T05:47:06.300275+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Deploying daemon mon.b on smithi097 2024-09-13T05:47:08.435 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-13T05:47:08.435 INFO:teuthology.orchestra.run.smithi192.stdout:{"epoch":1,"fsid":"db7ed238-7192-11ef-bceb-c7b262605968","modified":"2024-09-13T05:44:30.400814Z","created":"2024-09-13T05:44:30.400814Z","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.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-13T05:47:08.435 INFO:teuthology.orchestra.run.smithi192.stderr:dumped monmap epoch 1 2024-09-13T05:47:08.487 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.466+0000 7fb591c94c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-09-13T05:47:08.487 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.466+0000 7fb591c94c80 0 ceph version 19.3.0-4911-g9d608eb1 (9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3) squid (dev), process ceph-mon, pid 7 2024-09-13T05:47:08.487 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.466+0000 7fb591c94c80 0 pidfile_write: ignore empty --pid-file 2024-09-13T05:47:08.487 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.466+0000 7fb591c94c80 0 load: jerasure load: lrc 2024-09-13T05:47:08.487 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: RocksDB version: 7.9.2 2024-09-13T05:47:08.487 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Git sha 0 2024-09-13T05:47:08.487 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Compile date 2024-09-12 17:11:01 2024-09-13T05:47:08.488 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: DB SUMMARY 2024-09-13T05:47:08.488 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: DB Session ID: 3HCBUM43RSFDO37YO0NB 2024-09-13T05:47:08.488 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: CURRENT file: CURRENT 2024-09-13T05:47:08.488 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: IDENTITY file: IDENTITY 2024-09-13T05:47:08.488 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-09-13T05:47:08.488 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-09-13T05:47:08.488 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-09-13T05:47:08.488 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.error_if_exists: 0 2024-09-13T05:47:08.488 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.create_if_missing: 0 2024-09-13T05:47:08.488 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.paranoid_checks: 1 2024-09-13T05:47:08.488 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-09-13T05:47:08.489 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-13T05:47:08.489 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-13T05:47:08.489 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.env: 0x55f04c197120 2024-09-13T05:47:08.489 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.fs: PosixFileSystem 2024-09-13T05:47:08.489 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.info_log: 0x55f04df03700 2024-09-13T05:47:08.489 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-09-13T05:47:08.489 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.statistics: (nil) 2024-09-13T05:47:08.489 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.use_fsync: 0 2024-09-13T05:47:08.489 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.max_log_file_size: 0 2024-09-13T05:47:08.489 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-13T05:47:08.489 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-09-13T05:47:08.489 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-09-13T05:47:08.489 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-09-13T05:47:08.490 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.allow_fallocate: 1 2024-09-13T05:47:08.490 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-09-13T05:47:08.490 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-09-13T05:47:08.490 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.use_direct_reads: 0 2024-09-13T05:47:08.490 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-13T05:47:08.490 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.create_missing_column_families: 0 2024-09-13T05:47:08.490 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.db_log_dir: 2024-09-13T05:47:08.490 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.wal_dir: 2024-09-13T05:47:08.490 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-09-13T05:47:08.490 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-09-13T05:47:08.490 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-09-13T05:47:08.490 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-13T05:47:08.490 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-13T05:47:08.491 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-09-13T05:47:08.491 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.advise_random_on_open: 1 2024-09-13T05:47:08.491 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-09-13T05:47:08.491 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.write_buffer_manager: 0x55f04df07b80 2024-09-13T05:47:08.491 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-13T05:47:08.491 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-13T05:47:08.491 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-09-13T05:47:08.491 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.rate_limiter: (nil) 2024-09-13T05:47:08.491 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-13T05:47:08.492 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-09-13T05:47:08.492 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-09-13T05:47:08.492 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-09-13T05:47:08.492 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.unordered_write: 0 2024-09-13T05:47:08.492 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-13T05:47:08.492 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-13T05:47:08.492 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-13T05:47:08.492 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-13T05:47:08.492 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.row_cache: None 2024-09-13T05:47:08.492 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.wal_filter: None 2024-09-13T05:47:08.492 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-13T05:47:08.493 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-09-13T05:47:08.493 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.two_write_queues: 0 2024-09-13T05:47:08.493 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.manual_wal_flush: 0 2024-09-13T05:47:08.493 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.wal_compression: 0 2024-09-13T05:47:08.493 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.atomic_flush: 0 2024-09-13T05:47:08.493 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-13T05:47:08.493 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-09-13T05:47:08.493 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-09-13T05:47:08.493 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.log_readahead_size: 0 2024-09-13T05:47:08.493 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-13T05:47:08.493 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-09-13T05:47:08.493 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-13T05:47:08.493 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-13T05:47:08.494 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-09-13T05:47:08.494 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-09-13T05:47:08.494 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-09-13T05:47:08.494 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.max_background_jobs: 2 2024-09-13T05:47:08.494 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.max_background_compactions: -1 2024-09-13T05:47:08.494 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.max_subcompactions: 1 2024-09-13T05:47:08.494 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-13T05:47:08.494 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-13T05:47:08.494 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-09-13T05:47:08.494 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.max_total_wal_size: 0 2024-09-13T05:47:08.494 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-13T05:47:08.494 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-09-13T05:47:08.495 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-09-13T05:47:08.495 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-13T05:47:08.495 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.max_open_files: -1 2024-09-13T05:47:08.495 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.bytes_per_sync: 0 2024-09-13T05:47:08.495 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-09-13T05:47:08.495 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-09-13T05:47:08.495 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-09-13T05:47:08.495 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.max_background_flushes: -1 2024-09-13T05:47:08.495 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Compression algorithms supported: 2024-09-13T05:47:08.495 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: kZSTD supported: 0 2024-09-13T05:47:08.495 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: kXpressCompression supported: 0 2024-09-13T05:47:08.495 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: kBZip2Compression supported: 0 2024-09-13T05:47:08.495 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-13T05:47:08.495 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: kLZ4Compression supported: 1 2024-09-13T05:47:08.496 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: kZlibCompression supported: 1 2024-09-13T05:47:08.496 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-09-13T05:47:08.496 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: kSnappyCompression supported: 1 2024-09-13T05:47:08.496 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-09-13T05:47:08.496 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-09-13T05:47:08.496 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-09-13T05:47:08.496 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-13T05:47:08.496 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-13T05:47:08.496 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.merge_operator: 2024-09-13T05:47:08.496 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.compaction_filter: None 2024-09-13T05:47:08.496 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.compaction_filter_factory: None 2024-09-13T05:47:08.496 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-09-13T05:47:08.497 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-09-13T05:47:08.497 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-09-13T05:47:08.497 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f04df03320) 2024-09-13T05:47:08.497 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cache_index_and_filter_blocks: 1 2024-09-13T05:47:08.497 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-13T05:47:08.497 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-13T05:47:08.497 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: pin_top_level_index_and_filter: 1 2024-09-13T05:47:08.497 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: index_type: 0 2024-09-13T05:47:08.497 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: data_block_index_type: 0 2024-09-13T05:47:08.497 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: index_shortening: 1 2024-09-13T05:47:08.497 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: data_block_hash_table_util_ratio: 0.750000 2024-09-13T05:47:08.498 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: checksum: 4 2024-09-13T05:47:08.498 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: no_block_cache: 0 2024-09-13T05:47:08.498 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: block_cache: 0x55f04def9610 2024-09-13T05:47:08.498 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: block_cache_name: BinnedLRUCache 2024-09-13T05:47:08.498 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: block_cache_options: 2024-09-13T05:47:08.498 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: capacity : 536870912 2024-09-13T05:47:08.498 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: num_shard_bits : 4 2024-09-13T05:47:08.498 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: strict_capacity_limit : 0 2024-09-13T05:47:08.498 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: high_pri_pool_ratio: 0.000 2024-09-13T05:47:08.498 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: block_cache_compressed: (nil) 2024-09-13T05:47:08.498 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: persistent_cache: (nil) 2024-09-13T05:47:08.499 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: block_size: 4096 2024-09-13T05:47:08.499 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: block_size_deviation: 10 2024-09-13T05:47:08.499 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: block_restart_interval: 16 2024-09-13T05:47:08.499 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: index_block_restart_interval: 1 2024-09-13T05:47:08.499 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: metadata_block_size: 4096 2024-09-13T05:47:08.499 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: partition_filters: 0 2024-09-13T05:47:08.499 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: use_delta_encoding: 1 2024-09-13T05:47:08.499 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: filter_policy: bloomfilter 2024-09-13T05:47:08.499 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: whole_key_filtering: 1 2024-09-13T05:47:08.499 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: verify_compression: 0 2024-09-13T05:47:08.499 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: read_amp_bytes_per_bit: 0 2024-09-13T05:47:08.500 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: format_version: 5 2024-09-13T05:47:08.500 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: enable_index_compression: 1 2024-09-13T05:47:08.500 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: block_align: 0 2024-09-13T05:47:08.500 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: max_auto_readahead_size: 262144 2024-09-13T05:47:08.500 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: prepopulate_block_cache: 0 2024-09-13T05:47:08.500 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: initial_auto_readahead_size: 8192 2024-09-13T05:47:08.500 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: num_file_reads_for_auto_readahead: 2 2024-09-13T05:47:08.500 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-09-13T05:47:08.500 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-09-13T05:47:08.500 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.compression: NoCompression 2024-09-13T05:47:08.500 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-09-13T05:47:08.500 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-09-13T05:47:08.500 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-13T05:47:08.500 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.num_levels: 7 2024-09-13T05:47:08.501 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-13T05:47:08.501 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-13T05:47:08.501 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-13T05:47:08.501 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-13T05:47:08.501 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-13T05:47:08.501 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-13T05:47:08.501 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-13T05:47:08.501 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-13T05:47:08.501 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-13T05:47:08.501 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-13T05:47:08.501 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-13T05:47:08.501 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-13T05:47:08.502 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-09-13T05:47:08.502 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.compression_opts.level: 32767 2024-09-13T05:47:08.502 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-09-13T05:47:08.502 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-13T05:47:08.502 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-13T05:47:08.502 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-13T05:47:08.502 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-13T05:47:08.502 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.compression_opts.enabled: false 2024-09-13T05:47:08.502 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-13T05:47:08.502 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-13T05:47:08.502 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-13T05:47:08.502 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-13T05:47:08.503 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-09-13T05:47:08.503 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-09-13T05:47:08.503 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-13T05:47:08.503 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-13T05:47:08.503 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-13T05:47:08.503 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-13T05:47:08.503 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-13T05:47:08.503 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-13T05:47:08.503 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-13T05:47:08.503 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-13T05:47:08.503 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-13T05:47:08.503 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-13T05:47:08.504 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-13T05:47:08.504 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-13T05:47:08.504 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-13T05:47:08.504 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.arena_block_size: 1048576 2024-09-13T05:47:08.504 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-13T05:47:08.504 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-13T05:47:08.504 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-09-13T05:47:08.504 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-13T05:47:08.505 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-13T05:47:08.505 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-13T05:47:08.505 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-13T05:47:08.505 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-13T05:47:08.506 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-13T05:47:08.506 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-13T05:47:08.506 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-13T05:47:08.506 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-13T05:47:08.506 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-13T05:47:08.506 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-13T05:47:08.506 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.inplace_update_support: 0 2024-09-13T05:47:08.507 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-09-13T05:47:08.507 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-13T05:47:08.507 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-13T05:47:08.507 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-09-13T05:47:08.507 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.bloom_locality: 0 2024-09-13T05:47:08.507 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.max_successive_merges: 0 2024-09-13T05:47:08.507 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-09-13T05:47:08.507 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-09-13T05:47:08.507 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.force_consistency_checks: 1 2024-09-13T05:47:08.507 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-09-13T05:47:08.507 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.ttl: 2592000 2024-09-13T05:47:08.507 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-09-13T05:47:08.507 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-13T05:47:08.507 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-13T05:47:08.508 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.enable_blob_files: false 2024-09-13T05:47:08.508 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.min_blob_size: 0 2024-09-13T05:47:08.508 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.blob_file_size: 268435456 2024-09-13T05:47:08.508 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-09-13T05:47:08.508 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-09-13T05:47:08.508 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-13T05:47:08.508 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-13T05:47:08.508 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-13T05:47:08.508 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-13T05:47:08.508 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-13T05:47:08.508 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-13T05:47:08.509 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-13T05:47:08.509 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 480637f1-a563-4feb-97a6-b3566be0f095 2024-09-13T05:47:08.509 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726206428476562, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-13T05:47:08.509 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-09-13T05:47:08.509 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726206428476946, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1648, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1726206428, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "480637f1-a563-4feb-97a6-b3566be0f095", "db_session_id": "3HCBUM43RSFDO37YO0NB", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-09-13T05:47:08.509 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726206428477051, "job": 1, "event": "recovery_finished"} 2024-09-13T05:47:08.509 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-09-13T05:47:08.509 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-13T05:47:08.509 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55f04df26e00 2024-09-13T05:47:08.509 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.470+0000 7fb591c94c80 4 rocksdb: DB pointer 0x55f04e02a000 2024-09-13T05:47:08.509 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.474+0000 7fb587a5c640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-13T05:47:08.509 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.474+0000 7fb587a5c640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-13T05:47:08.510 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: ** DB Stats ** 2024-09-13T05:47:08.510 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-13T05:47:08.510 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: 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-13T05:47:08.510 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-13T05:47:08.510 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-13T05:47:08.510 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: 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-13T05:47:08.510 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-13T05:47:08.510 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-13T05:47:08.510 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: ** Compaction Stats [default] ** 2024-09-13T05:47:08.510 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: 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-13T05:47:08.510 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-13T05:47:08.510 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-13T05:47:08.510 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-13T05:47:08.511 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-13T05:47:08.511 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: ** Compaction Stats [default] ** 2024-09-13T05:47:08.511 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: 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-13T05:47:08.511 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-13T05:47:08.511 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-13T05:47:08.511 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-13T05:47:08.511 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-13T05:47:08.511 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-13T05:47:08.511 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-13T05:47:08.511 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: AddFile(Total Files): cumulative 0, interval 0 2024-09-13T05:47:08.511 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-13T05:47:08.511 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: AddFile(Keys): cumulative 0, interval 0 2024-09-13T05:47:08.511 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: Cumulative compaction: 0.00 GB write, 0.57 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-13T05:47:08.512 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: Interval compaction: 0.00 GB write, 0.57 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-13T05:47:08.512 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: 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-13T05:47:08.512 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: Block cache BinnedLRUCache@0x55f04def9610#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-09-13T05:47:08.512 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-09-13T05:47:08.512 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: ** File Read Latency Histogram By Level [default] ** 2024-09-13T05:47:08.512 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.474+0000 7fb591c94c80 0 mon.c does not exist in monmap, will attempt to join an existing cluster 2024-09-13T05:47:08.512 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.474+0000 7fb591c94c80 0 using public_addr v2:172.21.15.192:0/0 -> [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] 2024-09-13T05:47:08.512 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.474+0000 7fb591c94c80 0 starting mon.c rank -1 at public addrs [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] at bind addrs [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid db7ed238-7192-11ef-bceb-c7b262605968 2024-09-13T05:47:08.512 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.474+0000 7fb591c94c80 1 mon.c@-1(???) e0 preinit fsid db7ed238-7192-11ef-bceb-c7b262605968 2024-09-13T05:47:08.577 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:08 smithi037 bash[22708]: cluster 2024-09-13T05:47:06.829996+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.577 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:08 smithi037 bash[22708]: cluster 2024-09-13T05:47:06.829996+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:08 smithi037 bash[22708]: audit 2024-09-13T05:47:08.068079+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:08 smithi037 bash[22708]: audit 2024-09-13T05:47:08.068079+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:08 smithi037 bash[22708]: audit 2024-09-13T05:47:08.076048+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:08 smithi037 bash[22708]: audit 2024-09-13T05:47:08.076048+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:08 smithi037 bash[22708]: audit 2024-09-13T05:47:08.083801+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:08 smithi037 bash[22708]: audit 2024-09-13T05:47:08.083801+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.693 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.502+0000 7fb58aa62640 0 mon.c@-1(synchronizing).mds e1 new map 2024-09-13T05:47:08.693 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.502+0000 7fb58aa62640 0 mon.c@-1(synchronizing).mds e1 print_map 2024-09-13T05:47:08.693 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: e1 2024-09-13T05:47:08.693 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: btime 2024-09-13T05:44:35:236774+0000 2024-09-13T05:47:08.694 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-13T05:47:08.694 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: 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-13T05:47:08.694 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: legacy client fscid: -1 2024-09-13T05:47:08.694 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: 2024-09-13T05:47:08.694 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: No filesystems configured 2024-09-13T05:47:08.694 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.502+0000 7fb58aa62640 1 mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-13T05:47:08.694 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.502+0000 7fb58aa62640 1 mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-09-13T05:47:08.694 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.506+0000 7fb58aa62640 1 mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-13T05:47:08.694 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.506+0000 7fb58aa62640 1 mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-13T05:47:08.694 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.506+0000 7fb58aa62640 1 mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-13T05:47:08.694 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.506+0000 7fb58aa62640 1 mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-13T05:47:08.694 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.506+0000 7fb58aa62640 0 mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-13T05:47:08.695 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.506+0000 7fb58aa62640 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-13T05:47:08.695 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.506+0000 7fb58aa62640 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-13T05:47:08.695 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.506+0000 7fb58aa62640 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-13T05:47:08.695 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:00.816936+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.695 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:00.816936+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.695 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:01.280554+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.695 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:01.280554+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.695 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:02.410824+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.695 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:02.410824+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.695 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:02.420426+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.695 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:02.420426+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.696 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:02.817403+0000 mgr.a (mgr.14152) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.696 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:02.817403+0000 mgr.a (mgr.14152) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.696 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:03.589796+0000 mon.a (mon.0) 120 : audit [INF] from='client.? 172.21.15.37:0/378078391' entity='client.admin' 2024-09-13T05:47:08.697 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:03.589796+0000 mon.a (mon.0) 120 : audit [INF] from='client.? 172.21.15.37:0/378078391' entity='client.admin' 2024-09-13T05:47:08.697 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:03.606594+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:08.697 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:03.606594+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:08.697 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:03.614485+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.697 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:03.614485+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.697 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:04.817866+0000 mgr.a (mgr.14152) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.697 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:04.817866+0000 mgr.a (mgr.14152) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.697 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:06.818296+0000 mgr.a (mgr.14152) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.697 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:06.818296+0000 mgr.a (mgr.14152) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.698 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:08.818774+0000 mgr.a (mgr.14152) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.698 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:08.818774+0000 mgr.a (mgr.14152) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.698 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:09.681494+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.698 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:09.681494+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.698 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:09.682722+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:08.698 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:09.682722+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:08.698 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:09.685466+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:08.698 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:09.685466+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:08.698 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:09.686369+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:08.698 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:09.686369+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:08.698 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:09.926849+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.698 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:09.926849+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.698 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:09.929891+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.699 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:09.929891+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.699 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:09.676346+0000 mgr.a (mgr.14152) 18 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:47:08.699 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:09.676346+0000 mgr.a (mgr.14152) 18 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:47:08.699 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cephadm 2024-09-13T05:46:09.687403+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-09-13T05:47:08.699 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cephadm 2024-09-13T05:46:09.687403+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-09-13T05:47:08.699 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cephadm 2024-09-13T05:46:09.743800+0000 mgr.a (mgr.14152) 20 : cephadm [INF] Updating smithi037:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:47:08.699 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cephadm 2024-09-13T05:46:09.743800+0000 mgr.a (mgr.14152) 20 : cephadm [INF] Updating smithi037:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:47:08.699 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cephadm 2024-09-13T05:46:09.804769+0000 mgr.a (mgr.14152) 21 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.client.admin.keyring 2024-09-13T05:47:08.699 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cephadm 2024-09-13T05:46:09.804769+0000 mgr.a (mgr.14152) 21 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.client.admin.keyring 2024-09-13T05:47:08.699 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cephadm 2024-09-13T05:46:09.863421+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Updating smithi037:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T05:47:08.699 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cephadm 2024-09-13T05:46:09.863421+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Updating smithi037:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T05:47:08.699 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:10.819196+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.700 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:10.819196+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.700 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:12.222803+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.700 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:12.222803+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.700 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:12.230438+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.700 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:12.230438+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.700 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:12.819655+0000 mgr.a (mgr.14152) 24 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.700 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:12.819655+0000 mgr.a (mgr.14152) 24 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.700 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:14.820091+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.700 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:14.820091+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.700 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:16.820440+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.700 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:16.820440+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.700 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:16.899009+0000 mgr.a (mgr.14152) 27 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi097", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:47:08.700 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:16.899009+0000 mgr.a (mgr.14152) 27 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi097", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:47:08.701 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cephadm 2024-09-13T05:46:18.189371+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Deploying cephadm binary to smithi097 2024-09-13T05:47:08.701 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cephadm 2024-09-13T05:46:18.189371+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Deploying cephadm binary to smithi097 2024-09-13T05:47:08.701 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:18.820847+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.701 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:18.820847+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.701 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:20.821098+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.701 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:20.821098+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.701 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:20.910425+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.701 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:20.910425+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.701 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:20.913442+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.701 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:20.913442+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.701 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:20.917678+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.701 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:20.917678+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.701 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:21.868107+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.701 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:21.868107+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.702 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:21.869766+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:08.702 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:21.869766+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:08.702 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cephadm 2024-09-13T05:46:21.868973+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Added host smithi097 2024-09-13T05:47:08.702 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cephadm 2024-09-13T05:46:21.868973+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Added host smithi097 2024-09-13T05:47:08.702 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:22.412864+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.702 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:22.412864+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.702 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:22.821479+0000 mgr.a (mgr.14152) 32 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.702 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:22.821479+0000 mgr.a (mgr.14152) 32 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.702 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:23.961147+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.702 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:23.961147+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.702 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:23.969263+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.702 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:23.969263+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.702 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:23.970714+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi097", "name": "osd_memory_target"} : dispatch 2024-09-13T05:47:08.703 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:23.970714+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi097", "name": "osd_memory_target"} : dispatch 2024-09-13T05:47:08.703 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:23.972800+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:08.703 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:23.972800+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:08.703 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:23.974630+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:08.703 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:23.974630+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:08.703 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:24.390157+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.703 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:24.390157+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.703 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:24.398741+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.703 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:24.398741+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.703 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:24.401699+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi097", "caps": []} : dispatch 2024-09-13T05:47:08.703 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:24.401699+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi097", "caps": []} : dispatch 2024-09-13T05:47:08.703 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:24.405458+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi097", "caps": []}]': finished 2024-09-13T05:47:08.703 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:24.405458+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi097", "caps": []}]': finished 2024-09-13T05:47:08.704 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cephadm 2024-09-13T05:46:23.977103+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-09-13T05:47:08.704 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cephadm 2024-09-13T05:46:23.977103+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-09-13T05:47:08.704 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cephadm 2024-09-13T05:46:24.094320+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi097:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:47:08.704 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cephadm 2024-09-13T05:46:24.094320+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi097:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:47:08.704 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cephadm 2024-09-13T05:46:24.197595+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.client.admin.keyring 2024-09-13T05:47:08.704 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cephadm 2024-09-13T05:46:24.197595+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.client.admin.keyring 2024-09-13T05:47:08.704 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cephadm 2024-09-13T05:46:24.291053+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi097:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T05:47:08.704 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cephadm 2024-09-13T05:46:24.291053+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi097:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T05:47:08.704 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:24.821867+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.704 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:24.821867+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.704 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cephadm 2024-09-13T05:46:25.812760+0000 mgr.a (mgr.14152) 38 : cephadm [INF] Deploying daemon agent.smithi097 on smithi097 2024-09-13T05:47:08.704 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cephadm 2024-09-13T05:46:25.812760+0000 mgr.a (mgr.14152) 38 : cephadm [INF] Deploying daemon agent.smithi097 on smithi097 2024-09-13T05:47:08.704 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:26.744210+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.705 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:26.744210+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.705 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:26.749638+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.705 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:26.749638+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.705 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:26.755446+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.705 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:26.755446+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.705 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:26.778830+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:08.707 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:26.778830+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:08.707 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:26.782860+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:08.707 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:26.782860+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:08.707 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:26.784392+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:08.707 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:26.784392+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:08.707 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:26.792511+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.707 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:26.792511+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.707 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:26.819188+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:08.707 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:26.819188+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:08.707 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:26.822869+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:08.707 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:26.822869+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:08.708 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:26.824633+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:08.708 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:26.824633+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:08.708 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:26.833260+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.708 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:26.833260+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.708 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:27.309658+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.708 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:27.309658+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.708 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:26.822194+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.708 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:26.822194+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.708 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:28.368160+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.708 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:28.368160+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.708 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:28.376464+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.708 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:28.376464+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.708 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:28.773992+0000 mgr.a (mgr.14152) 40 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T05:47:08.709 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:28.773992+0000 mgr.a (mgr.14152) 40 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T05:47:08.709 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:28.822427+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.709 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:28.822427+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.709 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:30.822801+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.709 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:30.822801+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.709 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:31.288969+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.709 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:31.288969+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.709 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:32.823221+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.709 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:32.823221+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.709 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:34.823676+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.709 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:34.823676+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.709 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:36.120341+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi192", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:47:08.709 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:36.120341+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi192", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:47:08.710 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:36.823941+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.710 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:36.823941+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.710 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cephadm 2024-09-13T05:46:37.401510+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Deploying cephadm binary to smithi192 2024-09-13T05:47:08.710 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cephadm 2024-09-13T05:46:37.401510+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Deploying cephadm binary to smithi192 2024-09-13T05:47:08.710 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:38.824301+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.710 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:38.824301+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.710 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:40.824656+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.710 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:40.824656+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.710 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:41.068405+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.710 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:41.068405+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.710 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cephadm 2024-09-13T05:46:41.069027+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Added host smithi192 2024-09-13T05:47:08.710 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cephadm 2024-09-13T05:46:41.069027+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Added host smithi192 2024-09-13T05:47:08.710 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:41.069784+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:08.711 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:41.069784+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:08.711 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:41.108359+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.711 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:41.108359+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.711 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:41.113541+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.711 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:41.113541+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.711 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:41.119849+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.711 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:41.119849+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.711 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:41.273411+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.711 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:41.273411+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.711 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:41.283420+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.711 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:41.283420+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.711 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:41.558131+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.711 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:41.558131+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.712 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:42.825078+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.712 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:42.825078+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.712 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:43.071394+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.712 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:43.071394+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.712 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:43.080602+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.712 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:43.080602+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.712 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:43.082109+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi192", "name": "osd_memory_target"} : dispatch 2024-09-13T05:47:08.712 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:43.082109+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi192", "name": "osd_memory_target"} : dispatch 2024-09-13T05:47:08.712 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:43.084455+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:08.712 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:43.084455+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:08.712 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:43.086347+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:08.712 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:43.086347+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:08.712 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cephadm 2024-09-13T05:46:43.088945+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.conf 2024-09-13T05:47:08.713 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cephadm 2024-09-13T05:46:43.088945+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.conf 2024-09-13T05:47:08.713 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cephadm 2024-09-13T05:46:43.208164+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi192:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:47:08.713 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cephadm 2024-09-13T05:46:43.208164+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi192:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:47:08.713 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cephadm 2024-09-13T05:46:43.314982+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2024-09-13T05:47:08.713 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cephadm 2024-09-13T05:46:43.314982+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2024-09-13T05:47:08.713 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cephadm 2024-09-13T05:46:43.411454+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi192:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T05:47:08.713 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cephadm 2024-09-13T05:46:43.411454+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi192:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T05:47:08.713 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:43.510221+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.713 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:43.510221+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.713 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:43.516841+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.713 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:43.516841+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.713 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:43.519859+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi192", "caps": []} : dispatch 2024-09-13T05:47:08.713 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:43.519859+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi192", "caps": []} : dispatch 2024-09-13T05:47:08.714 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:43.521688+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi192", "caps": []}]': finished 2024-09-13T05:47:08.714 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:43.521688+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi192", "caps": []}]': finished 2024-09-13T05:47:08.714 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cephadm 2024-09-13T05:46:44.198687+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi192 on smithi192 2024-09-13T05:47:08.714 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cephadm 2024-09-13T05:46:44.198687+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi192 on smithi192 2024-09-13T05:47:08.714 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:44.825512+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.714 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:44.825512+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.714 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:45.434389+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.714 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:45.434389+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.714 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:45.440773+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.714 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:45.440773+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.714 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:45.446574+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.714 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:45.446574+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.714 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:45.496056+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:08.714 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:45.496056+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:08.715 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:45.500395+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:08.715 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:45.500395+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:08.715 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:45.501970+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:08.715 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:45.501970+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:08.715 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:45.509964+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.715 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:45.509964+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.715 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:45.563696+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:08.715 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:45.563696+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:08.715 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:45.568475+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:08.715 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:45.568475+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:08.715 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:45.570126+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:08.715 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:45.570126+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:08.715 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:45.578675+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.716 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:45.578675+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.716 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:45.975960+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.716 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:45.975960+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.716 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:46.297422+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.716 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:46.297422+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.716 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:46.825986+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.716 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:46.825986+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.716 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:47.037340+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.716 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:47.037340+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.716 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:47.047363+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.716 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:47.047363+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.716 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:47.913226+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.716 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:47.913226+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.716 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:47.918188+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.717 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:47.918188+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.717 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:47.923839+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.717 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:47.923839+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.717 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:47.830399+0000 mgr.a (mgr.14152) 59 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T05:47:08.717 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:47.830399+0000 mgr.a (mgr.14152) 59 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T05:47:08.717 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:48.826493+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.717 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:48.826493+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.717 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:50.826928+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.717 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:50.826928+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.717 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:52.827318+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.717 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:52.827318+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.717 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:54.955959+0000 mon.a (mon.0) 196 : audit [INF] from='client.? 172.21.15.37:0/915073016' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-13T05:47:08.717 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:54.955959+0000 mon.a (mon.0) 196 : audit [INF] from='client.? 172.21.15.37:0/915073016' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-13T05:47:08.718 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:54.827659+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.718 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:54.827659+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.718 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:55.055375+0000 mon.a (mon.0) 197 : audit [INF] from='client.? 172.21.15.37:0/915073016' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-13T05:47:08.718 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:55.055375+0000 mon.a (mon.0) 197 : audit [INF] from='client.? 172.21.15.37:0/915073016' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-13T05:47:08.718 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:55.059789+0000 mon.a (mon.0) 198 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-13T05:47:08.718 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:55.059789+0000 mon.a (mon.0) 198 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-13T05:47:08.718 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:56.827997+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.718 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:56.827997+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.718 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:58.782231+0000 mgr.a (mgr.14152) 65 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi037:172.21.15.37=a;smithi097:172.21.15.97=b;smithi192:172.21.15.192=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:47:08.720 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:58.782231+0000 mgr.a (mgr.14152) 65 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi037:172.21.15.37=a;smithi097:172.21.15.97=b;smithi192:172.21.15.192=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:47:08.720 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cephadm 2024-09-13T05:46:58.787358+0000 mgr.a (mgr.14152) 66 : cephadm [INF] Saving service mon spec with placement smithi037:172.21.15.37=a;smithi097:172.21.15.97=b;smithi192:172.21.15.192=c;count:3 2024-09-13T05:47:08.720 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cephadm 2024-09-13T05:46:58.787358+0000 mgr.a (mgr.14152) 66 : cephadm [INF] Saving service mon spec with placement smithi037:172.21.15.37=a;smithi097:172.21.15.97=b;smithi192:172.21.15.192=c;count:3 2024-09-13T05:47:08.720 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:58.792821+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.720 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:58.792821+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.720 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:58.794390+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:08.720 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:58.794390+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:08.721 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:58.799754+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:08.721 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:58.799754+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:08.721 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:58.801637+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:08.721 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:58.801637+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:08.721 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:58.810501+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.721 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:58.810501+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.721 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:58.815084+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T05:47:08.721 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:58.815084+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T05:47:08.721 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:58.816937+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:08.721 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:46:58.816937+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:08.721 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cephadm 2024-09-13T05:46:58.819018+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Deploying daemon mon.c on smithi192 2024-09-13T05:47:08.722 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cephadm 2024-09-13T05:46:58.819018+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Deploying daemon mon.c on smithi192 2024-09-13T05:47:08.722 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:58.828346+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.722 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:46:58.828346+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.722 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:47:00.828778+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.722 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:47:00.828778+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.722 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:47:01.248605+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.722 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:47:01.248605+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.722 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:47:01.254151+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.722 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:47:01.254151+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.722 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:47:01.331499+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.722 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:47:01.331499+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.722 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:47:01.340457+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.723 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:47:01.340457+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.723 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:47:01.350830+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.723 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:47:01.350830+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.723 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:47:03.079630+0000 mon.a (mon.0) 211 : audit [DBG] from='client.? 172.21.15.192:0/1296526860' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-13T05:47:08.723 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:47:03.079630+0000 mon.a (mon.0) 211 : audit [DBG] from='client.? 172.21.15.192:0/1296526860' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-13T05:47:08.723 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:47:02.829180+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.723 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:47:02.829180+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.723 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:47:04.829591+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.723 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:47:04.829591+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.723 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:47:06.278154+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.723 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:47:06.278154+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.723 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:47:06.286356+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.723 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:47:06.286356+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.724 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:47:06.295074+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.724 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:47:06.295074+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.724 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:47:06.296488+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T05:47:08.724 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:47:06.296488+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T05:47:08.724 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:47:06.298300+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:08.724 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:47:06.298300+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:08.724 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cephadm 2024-09-13T05:47:06.300275+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Deploying daemon mon.b on smithi097 2024-09-13T05:47:08.724 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cephadm 2024-09-13T05:47:06.300275+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Deploying daemon mon.b on smithi097 2024-09-13T05:47:08.724 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:47:06.829996+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.724 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: cluster 2024-09-13T05:47:06.829996+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:08.724 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:47:08.068079+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.724 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:47:08.068079+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.724 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:47:08.076048+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.725 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:47:08.076048+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.725 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:47:08.083801+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.725 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: audit 2024-09-13T05:47:08.083801+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:08.725 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:08 smithi192 bash[23291]: debug 2024-09-13T05:47:08.514+0000 7fb58aa62640 1 mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-09-13T05:47:10.569 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-13T05:47:10.570 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid db7ed238-7192-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-13T05:47:12.159 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: debug 2024-09-13T05:47:12.145+0000 7f4ac1130c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-13T05:47:12.159 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: debug 2024-09-13T05:47:12.145+0000 7f4ac1130c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-13T05:47:12.159 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: debug 2024-09-13T05:47:12.145+0000 7f4ac1130c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-13T05:47:12.159 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: debug 2024-09-13T05:47:12.145+0000 7f4ac1130c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-09-13T05:47:12.159 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: debug 2024-09-13T05:47:12.145+0000 7f4ac1130c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-13T05:47:12.159 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: debug 2024-09-13T05:47:12.145+0000 7f4ac1130c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-13T05:47:12.159 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: debug 2024-09-13T05:47:12.145+0000 7f4ac1130c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-13T05:47:12.159 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: debug 2024-09-13T05:47:12.145+0000 7f4ac1130c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 5ba0e2c3-6860-4eac-9655-ac06f524605b 2024-09-13T05:47:12.487 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: debug 2024-09-13T05:47:12.145+0000 7f4ac1130c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726206432150072, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-13T05:47:12.487 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: debug 2024-09-13T05:47:12.145+0000 7f4ac1130c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-09-13T05:47:12.487 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: debug 2024-09-13T05:47:12.145+0000 7f4ac1130c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726206432150580, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1648, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1726206432, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "5ba0e2c3-6860-4eac-9655-ac06f524605b", "db_session_id": "5Y5SM8WVOBFMNYN0Q4KI", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-09-13T05:47:12.487 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: debug 2024-09-13T05:47:12.145+0000 7f4ac1130c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1726206432150728, "job": 1, "event": "recovery_finished"} 2024-09-13T05:47:12.487 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: debug 2024-09-13T05:47:12.145+0000 7f4ac1130c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-09-13T05:47:12.487 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: debug 2024-09-13T05:47:12.149+0000 7f4ac1130c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-13T05:47:12.487 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: debug 2024-09-13T05:47:12.149+0000 7f4ac1130c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55fac04d2e00 2024-09-13T05:47:12.487 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: debug 2024-09-13T05:47:12.149+0000 7f4ac1130c80 4 rocksdb: DB pointer 0x55fac05d6000 2024-09-13T05:47:12.487 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: debug 2024-09-13T05:47:12.149+0000 7f4ab6ef8640 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-13T05:47:12.487 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: debug 2024-09-13T05:47:12.149+0000 7f4ab6ef8640 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-13T05:47:12.488 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: ** DB Stats ** 2024-09-13T05:47:12.488 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-13T05:47:12.488 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: 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-13T05:47:12.488 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-13T05:47:12.488 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-13T05:47:12.488 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: 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-13T05:47:12.488 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-13T05:47:12.488 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-13T05:47:12.488 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: ** Compaction Stats [default] ** 2024-09-13T05:47:12.489 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: 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-13T05:47:12.489 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-13T05:47:12.489 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-13T05:47:12.489 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-13T05:47:12.489 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-13T05:47:12.490 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: ** Compaction Stats [default] ** 2024-09-13T05:47:12.490 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: 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-13T05:47:12.490 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-13T05:47:12.490 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.1 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-13T05:47:12.490 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-13T05:47:12.490 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: Uptime(secs): 0.0 total, 0.0 interval 2024-09-13T05:47:12.490 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: Flush(GB): cumulative 0.000, interval 0.000 2024-09-13T05:47:12.490 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-13T05:47:12.490 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: AddFile(Total Files): cumulative 0, interval 0 2024-09-13T05:47:12.490 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: AddFile(L0 Files): cumulative 0, interval 0 2024-09-13T05:47:12.490 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: AddFile(Keys): cumulative 0, interval 0 2024-09-13T05:47:12.490 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: Cumulative compaction: 0.00 GB write, 0.47 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-13T05:47:12.491 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: Interval compaction: 0.00 GB write, 0.47 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-13T05:47:12.491 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: 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-13T05:47:12.491 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: Block cache BinnedLRUCache@0x55fac04a5610#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-09-13T05:47:12.491 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-09-13T05:47:12.491 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: ** File Read Latency Histogram By Level [default] ** 2024-09-13T05:47:12.491 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: debug 2024-09-13T05:47:12.149+0000 7f4ac1130c80 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2024-09-13T05:47:12.491 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: debug 2024-09-13T05:47:12.149+0000 7f4ac1130c80 0 using public_addr v2:172.21.15.97:0/0 -> [v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0] 2024-09-13T05:47:12.491 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: debug 2024-09-13T05:47:12.149+0000 7f4ac1130c80 0 starting mon.b rank -1 at public addrs [v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0] at bind addrs [v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid db7ed238-7192-11ef-bceb-c7b262605968 2024-09-13T05:47:12.491 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: debug 2024-09-13T05:47:12.149+0000 7f4ac1130c80 1 mon.b@-1(???) e0 preinit fsid db7ed238-7192-11ef-bceb-c7b262605968 2024-09-13T05:47:12.491 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: debug 2024-09-13T05:47:12.173+0000 7f4ab9efe640 0 mon.b@-1(synchronizing).mds e1 new map 2024-09-13T05:47:12.491 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: debug 2024-09-13T05:47:12.173+0000 7f4ab9efe640 0 mon.b@-1(synchronizing).mds e1 print_map 2024-09-13T05:47:12.492 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: e1 2024-09-13T05:47:12.492 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: btime 2024-09-13T05:44:35:236774+0000 2024-09-13T05:47:12.492 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: enable_multiple, ever_enabled_multiple: 1,1 2024-09-13T05:47:12.492 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: 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-13T05:47:12.492 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: legacy client fscid: -1 2024-09-13T05:47:12.492 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: 2024-09-13T05:47:12.492 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: No filesystems configured 2024-09-13T05:47:12.492 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: debug 2024-09-13T05:47:12.173+0000 7f4ab9efe640 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-13T05:47:12.492 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: debug 2024-09-13T05:47:12.173+0000 7f4ab9efe640 1 mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-09-13T05:47:12.492 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: debug 2024-09-13T05:47:12.173+0000 7f4ab9efe640 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-13T05:47:12.492 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: debug 2024-09-13T05:47:12.173+0000 7f4ab9efe640 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-13T05:47:12.492 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: debug 2024-09-13T05:47:12.173+0000 7f4ab9efe640 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-13T05:47:12.492 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: debug 2024-09-13T05:47:12.173+0000 7f4ab9efe640 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-13T05:47:12.493 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: debug 2024-09-13T05:47:12.177+0000 7f4ab9efe640 0 mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-13T05:47:12.493 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: debug 2024-09-13T05:47:12.177+0000 7f4ab9efe640 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-13T05:47:12.493 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: debug 2024-09-13T05:47:12.177+0000 7f4ab9efe640 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-13T05:47:12.493 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: debug 2024-09-13T05:47:12.177+0000 7f4ab9efe640 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-13T05:47:12.493 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:00.816936+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.493 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:00.816936+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.493 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:01.280554+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.493 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:01.280554+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.493 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:02.410824+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.494 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:02.410824+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.494 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:02.420426+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.494 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:02.420426+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.494 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:02.817403+0000 mgr.a (mgr.14152) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.494 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:02.817403+0000 mgr.a (mgr.14152) 14 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.494 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:03.589796+0000 mon.a (mon.0) 120 : audit [INF] from='client.? 172.21.15.37:0/378078391' entity='client.admin' 2024-09-13T05:47:12.494 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:03.589796+0000 mon.a (mon.0) 120 : audit [INF] from='client.? 172.21.15.37:0/378078391' entity='client.admin' 2024-09-13T05:47:12.494 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:03.606594+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:12.495 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:03.606594+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:12.495 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:03.614485+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.495 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:03.614485+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.495 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:04.817866+0000 mgr.a (mgr.14152) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.495 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:04.817866+0000 mgr.a (mgr.14152) 15 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.495 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:06.818296+0000 mgr.a (mgr.14152) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.495 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:06.818296+0000 mgr.a (mgr.14152) 16 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.495 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:08.818774+0000 mgr.a (mgr.14152) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.495 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:08.818774+0000 mgr.a (mgr.14152) 17 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.495 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:09.681494+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.495 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:09.681494+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.495 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:09.682722+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:12.495 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:09.682722+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:12.496 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:09.685466+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:12.496 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:09.685466+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:12.496 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:09.686369+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:12.496 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:09.686369+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:12.496 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:09.926849+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.496 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:09.926849+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.496 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:09.929891+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.496 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:09.929891+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.496 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:09.676346+0000 mgr.a (mgr.14152) 18 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:47:12.496 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:09.676346+0000 mgr.a (mgr.14152) 18 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:47:12.496 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cephadm 2024-09-13T05:46:09.687403+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-09-13T05:47:12.496 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cephadm 2024-09-13T05:46:09.687403+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-09-13T05:47:12.497 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cephadm 2024-09-13T05:46:09.743800+0000 mgr.a (mgr.14152) 20 : cephadm [INF] Updating smithi037:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:47:12.497 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cephadm 2024-09-13T05:46:09.743800+0000 mgr.a (mgr.14152) 20 : cephadm [INF] Updating smithi037:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:47:12.497 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cephadm 2024-09-13T05:46:09.804769+0000 mgr.a (mgr.14152) 21 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.client.admin.keyring 2024-09-13T05:47:12.497 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cephadm 2024-09-13T05:46:09.804769+0000 mgr.a (mgr.14152) 21 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.client.admin.keyring 2024-09-13T05:47:12.497 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cephadm 2024-09-13T05:46:09.863421+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Updating smithi037:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T05:47:12.497 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cephadm 2024-09-13T05:46:09.863421+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Updating smithi037:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T05:47:12.497 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:10.819196+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.497 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:10.819196+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.497 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:12.222803+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.497 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:12.222803+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.497 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:12.230438+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.500 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:12.230438+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.500 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:12.819655+0000 mgr.a (mgr.14152) 24 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.500 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:12.819655+0000 mgr.a (mgr.14152) 24 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.500 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:14.820091+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.500 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:14.820091+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.500 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:16.820440+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.501 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:16.820440+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.501 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:16.899009+0000 mgr.a (mgr.14152) 27 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi097", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:47:12.501 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:16.899009+0000 mgr.a (mgr.14152) 27 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi097", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:47:12.501 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cephadm 2024-09-13T05:46:18.189371+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Deploying cephadm binary to smithi097 2024-09-13T05:47:12.501 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cephadm 2024-09-13T05:46:18.189371+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Deploying cephadm binary to smithi097 2024-09-13T05:47:12.501 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:18.820847+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.501 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:18.820847+0000 mgr.a (mgr.14152) 29 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.501 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:20.821098+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.501 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:20.821098+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.501 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:20.910425+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.501 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:20.910425+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.502 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:20.913442+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.502 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:20.913442+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.502 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:20.917678+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.502 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:20.917678+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.502 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:21.868107+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.502 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:21.868107+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.502 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:21.869766+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:12.502 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:21.869766+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:12.502 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cephadm 2024-09-13T05:46:21.868973+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Added host smithi097 2024-09-13T05:47:12.502 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cephadm 2024-09-13T05:46:21.868973+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Added host smithi097 2024-09-13T05:47:12.502 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:22.412864+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.503 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:22.412864+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.503 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:22.821479+0000 mgr.a (mgr.14152) 32 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.503 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:22.821479+0000 mgr.a (mgr.14152) 32 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.503 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:23.961147+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.503 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:23.961147+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.503 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:23.969263+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.503 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:23.969263+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.503 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:23.970714+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi097", "name": "osd_memory_target"} : dispatch 2024-09-13T05:47:12.503 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:23.970714+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi097", "name": "osd_memory_target"} : dispatch 2024-09-13T05:47:12.503 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:23.972800+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:12.503 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:23.972800+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:12.503 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:23.974630+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:12.503 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:23.974630+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:12.504 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:24.390157+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.504 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:24.390157+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.504 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:24.398741+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.504 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:24.398741+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.504 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:24.401699+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi097", "caps": []} : dispatch 2024-09-13T05:47:12.504 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:24.401699+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi097", "caps": []} : dispatch 2024-09-13T05:47:12.504 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:24.405458+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi097", "caps": []}]': finished 2024-09-13T05:47:12.504 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:24.405458+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi097", "caps": []}]': finished 2024-09-13T05:47:12.504 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cephadm 2024-09-13T05:46:23.977103+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-09-13T05:47:12.504 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cephadm 2024-09-13T05:46:23.977103+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-09-13T05:47:12.504 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cephadm 2024-09-13T05:46:24.094320+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi097:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:47:12.504 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cephadm 2024-09-13T05:46:24.094320+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi097:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:47:12.505 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cephadm 2024-09-13T05:46:24.197595+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.client.admin.keyring 2024-09-13T05:47:12.505 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cephadm 2024-09-13T05:46:24.197595+0000 mgr.a (mgr.14152) 35 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.client.admin.keyring 2024-09-13T05:47:12.505 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cephadm 2024-09-13T05:46:24.291053+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi097:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T05:47:12.505 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cephadm 2024-09-13T05:46:24.291053+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Updating smithi097:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T05:47:12.505 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:24.821867+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.505 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:24.821867+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.505 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cephadm 2024-09-13T05:46:25.812760+0000 mgr.a (mgr.14152) 38 : cephadm [INF] Deploying daemon agent.smithi097 on smithi097 2024-09-13T05:47:12.505 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cephadm 2024-09-13T05:46:25.812760+0000 mgr.a (mgr.14152) 38 : cephadm [INF] Deploying daemon agent.smithi097 on smithi097 2024-09-13T05:47:12.505 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:26.744210+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.505 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:26.744210+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.505 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:26.749638+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.505 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:26.749638+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.505 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:26.755446+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.505 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:26.755446+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.506 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:26.778830+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:12.506 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:26.778830+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:12.506 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:26.782860+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:12.506 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:26.782860+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:12.506 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:26.784392+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:12.506 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:26.784392+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:12.506 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:26.792511+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.506 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:26.792511+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.506 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:26.819188+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:12.506 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:26.819188+0000 mon.a (mon.0) 153 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:12.506 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:26.822869+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:12.507 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:26.822869+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:12.507 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:26.824633+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:12.507 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:26.824633+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:12.507 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:26.833260+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.507 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:26.833260+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.507 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:27.309658+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.507 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:27.309658+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.507 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:26.822194+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.507 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:26.822194+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.507 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:28.368160+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.507 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:28.368160+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.507 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:28.376464+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.507 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:28.376464+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.508 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:28.773992+0000 mgr.a (mgr.14152) 40 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T05:47:12.508 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:28.773992+0000 mgr.a (mgr.14152) 40 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T05:47:12.508 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:28.822427+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.508 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:28.822427+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.508 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:30.822801+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.508 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:30.822801+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.508 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:31.288969+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.508 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:31.288969+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.508 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:32.823221+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.508 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:32.823221+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.508 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:34.823676+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.508 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:34.823676+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.508 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:36.120341+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi192", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:47:12.509 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:36.120341+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi192", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:47:12.509 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:36.823941+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.509 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:36.823941+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.509 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cephadm 2024-09-13T05:46:37.401510+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Deploying cephadm binary to smithi192 2024-09-13T05:47:12.509 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cephadm 2024-09-13T05:46:37.401510+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Deploying cephadm binary to smithi192 2024-09-13T05:47:12.512 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:38.824301+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.512 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:38.824301+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.512 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:40.824656+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.512 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:40.824656+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.512 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:41.068405+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.512 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:41.068405+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.513 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cephadm 2024-09-13T05:46:41.069027+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Added host smithi192 2024-09-13T05:47:12.513 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cephadm 2024-09-13T05:46:41.069027+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Added host smithi192 2024-09-13T05:47:12.513 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:41.069784+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:12.513 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:41.069784+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:12.513 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:41.108359+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.513 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:41.108359+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.513 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:41.113541+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.513 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:41.113541+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.513 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:41.119849+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.513 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:41.119849+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.513 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:41.273411+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.513 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:41.273411+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.513 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:41.283420+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.514 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:41.283420+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.514 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:41.558131+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.514 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:41.558131+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.514 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:42.825078+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.514 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:42.825078+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.514 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:43.071394+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.514 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:43.071394+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.514 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:43.080602+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.514 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:43.080602+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.514 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:43.082109+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi192", "name": "osd_memory_target"} : dispatch 2024-09-13T05:47:12.514 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:43.082109+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi192", "name": "osd_memory_target"} : dispatch 2024-09-13T05:47:12.514 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:43.084455+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:12.514 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:43.084455+0000 mon.a (mon.0) 172 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:12.514 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:43.086347+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:12.515 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:43.086347+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:12.515 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cephadm 2024-09-13T05:46:43.088945+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.conf 2024-09-13T05:47:12.515 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cephadm 2024-09-13T05:46:43.088945+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.conf 2024-09-13T05:47:12.515 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cephadm 2024-09-13T05:46:43.208164+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi192:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:47:12.515 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cephadm 2024-09-13T05:46:43.208164+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi192:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:47:12.515 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cephadm 2024-09-13T05:46:43.314982+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2024-09-13T05:47:12.515 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cephadm 2024-09-13T05:46:43.314982+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.client.admin.keyring 2024-09-13T05:47:12.515 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cephadm 2024-09-13T05:46:43.411454+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi192:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T05:47:12.515 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cephadm 2024-09-13T05:46:43.411454+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi192:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-13T05:47:12.515 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:43.510221+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.515 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:43.510221+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.515 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:43.516841+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.515 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:43.516841+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.516 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:43.519859+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi192", "caps": []} : dispatch 2024-09-13T05:47:12.516 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:43.519859+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.smithi192", "caps": []} : dispatch 2024-09-13T05:47:12.516 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:43.521688+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi192", "caps": []}]': finished 2024-09-13T05:47:12.516 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:43.521688+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi192", "caps": []}]': finished 2024-09-13T05:47:12.516 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cephadm 2024-09-13T05:46:44.198687+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi192 on smithi192 2024-09-13T05:47:12.516 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cephadm 2024-09-13T05:46:44.198687+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi192 on smithi192 2024-09-13T05:47:12.516 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:44.825512+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.516 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:44.825512+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.516 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:45.434389+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.516 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:45.434389+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.516 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:45.440773+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.516 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:45.440773+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.516 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:45.446574+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.517 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:45.446574+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.517 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:45.496056+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:12.517 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:45.496056+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:12.517 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:45.500395+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:12.517 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:45.500395+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:12.517 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:45.501970+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:12.517 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:45.501970+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:12.517 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:45.509964+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.517 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:45.509964+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.517 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:45.563696+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:12.517 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:45.563696+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:12.517 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:45.568475+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:12.518 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:45.568475+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:12.518 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:45.570126+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:12.518 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:45.570126+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:12.518 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:45.578675+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.518 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:45.578675+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.518 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:45.975960+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.518 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:45.975960+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.518 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:46.297422+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.518 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:46.297422+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.518 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:46.825986+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.518 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:46.825986+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.518 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:47.037340+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.518 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:47.037340+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.519 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:47.047363+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.519 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:47.047363+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.519 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:47.913226+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.519 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:47.913226+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.519 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:47.918188+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.519 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:47.918188+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.519 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:47.923839+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.519 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:47.923839+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.519 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:47.830399+0000 mgr.a (mgr.14152) 59 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T05:47:12.519 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:47.830399+0000 mgr.a (mgr.14152) 59 : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-13T05:47:12.519 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:48.826493+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.519 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:48.826493+0000 mgr.a (mgr.14152) 60 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.519 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:50.826928+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.520 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:50.826928+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.520 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:52.827318+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.520 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:52.827318+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.520 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:54.955959+0000 mon.a (mon.0) 196 : audit [INF] from='client.? 172.21.15.37:0/915073016' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-13T05:47:12.520 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:54.955959+0000 mon.a (mon.0) 196 : audit [INF] from='client.? 172.21.15.37:0/915073016' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-13T05:47:12.520 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:54.827659+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.520 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:54.827659+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.520 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:55.055375+0000 mon.a (mon.0) 197 : audit [INF] from='client.? 172.21.15.37:0/915073016' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-13T05:47:12.520 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:55.055375+0000 mon.a (mon.0) 197 : audit [INF] from='client.? 172.21.15.37:0/915073016' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-13T05:47:12.521 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:55.059789+0000 mon.a (mon.0) 198 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-13T05:47:12.521 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:55.059789+0000 mon.a (mon.0) 198 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-13T05:47:12.521 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:56.827997+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.521 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:56.827997+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.521 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:58.782231+0000 mgr.a (mgr.14152) 65 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi037:172.21.15.37=a;smithi097:172.21.15.97=b;smithi192:172.21.15.192=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:47:12.521 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:58.782231+0000 mgr.a (mgr.14152) 65 : audit [DBG] from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi037:172.21.15.37=a;smithi097:172.21.15.97=b;smithi192:172.21.15.192=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:47:12.521 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cephadm 2024-09-13T05:46:58.787358+0000 mgr.a (mgr.14152) 66 : cephadm [INF] Saving service mon spec with placement smithi037:172.21.15.37=a;smithi097:172.21.15.97=b;smithi192:172.21.15.192=c;count:3 2024-09-13T05:47:12.521 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cephadm 2024-09-13T05:46:58.787358+0000 mgr.a (mgr.14152) 66 : cephadm [INF] Saving service mon spec with placement smithi037:172.21.15.37=a;smithi097:172.21.15.97=b;smithi192:172.21.15.192=c;count:3 2024-09-13T05:47:12.521 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:58.792821+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.521 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:58.792821+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.521 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:58.794390+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:12.521 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:58.794390+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:12.522 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:58.799754+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:12.522 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:58.799754+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:12.522 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:58.801637+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:12.522 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:58.801637+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:12.522 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:58.810501+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.522 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:58.810501+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.522 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:58.815084+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T05:47:12.522 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:58.815084+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T05:47:12.522 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:58.816937+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:12.522 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:46:58.816937+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:12.522 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cephadm 2024-09-13T05:46:58.819018+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Deploying daemon mon.c on smithi192 2024-09-13T05:47:12.522 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cephadm 2024-09-13T05:46:58.819018+0000 mgr.a (mgr.14152) 67 : cephadm [INF] Deploying daemon mon.c on smithi192 2024-09-13T05:47:12.522 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:58.828346+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.523 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:46:58.828346+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.523 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:47:00.828778+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.523 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:47:00.828778+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.523 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:47:01.248605+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.523 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:47:01.248605+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.523 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:47:01.254151+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.523 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:47:01.254151+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.523 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:47:01.331499+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.523 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:47:01.331499+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.523 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:47:01.340457+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.523 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:47:01.340457+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.523 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:47:01.350830+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.523 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:47:01.350830+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.524 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:47:03.079630+0000 mon.a (mon.0) 211 : audit [DBG] from='client.? 172.21.15.192:0/1296526860' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-13T05:47:12.524 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:47:03.079630+0000 mon.a (mon.0) 211 : audit [DBG] from='client.? 172.21.15.192:0/1296526860' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-13T05:47:12.524 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:47:02.829180+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.524 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:47:02.829180+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.524 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:47:04.829591+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.524 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:47:04.829591+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.524 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:47:06.278154+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.524 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:47:06.278154+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.524 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:47:06.286356+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.524 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:47:06.286356+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.524 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:47:06.295074+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.524 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:47:06.295074+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.525 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:47:06.296488+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T05:47:12.525 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:47:06.296488+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T05:47:12.525 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:47:06.298300+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:12.525 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:47:06.298300+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:12.525 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cephadm 2024-09-13T05:47:06.300275+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Deploying daemon mon.b on smithi097 2024-09-13T05:47:12.525 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cephadm 2024-09-13T05:47:06.300275+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Deploying daemon mon.b on smithi097 2024-09-13T05:47:12.525 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:47:06.829996+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.525 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: cluster 2024-09-13T05:47:06.829996+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:12.525 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:47:08.068079+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.525 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:47:08.068079+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.525 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:47:08.076048+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.525 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:47:08.076048+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.525 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:47:08.083801+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.525 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: audit 2024-09-13T05:47:08.083801+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:12.526 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:12 smithi097 bash[23486]: debug 2024-09-13T05:47:12.185+0000 7f4ab9efe640 1 mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-09-13T05:47:13.943 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: audit 2024-09-13T05:47:08.530826+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T05:47:13.943 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: audit 2024-09-13T05:47:08.530826+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T05:47:13.943 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: cluster 2024-09-13T05:47:08.531171+0000 mon.a (mon.0) 223 : cluster [INF] mon.a calling monitor election 2024-09-13T05:47:13.943 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: cluster 2024-09-13T05:47:08.531171+0000 mon.a (mon.0) 223 : cluster [INF] mon.a calling monitor election 2024-09-13T05:47:13.943 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: audit 2024-09-13T05:47:08.556939+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T05:47:13.943 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: audit 2024-09-13T05:47:08.556939+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T05:47:13.944 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: cluster 2024-09-13T05:47:08.830432+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:13.944 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: cluster 2024-09-13T05:47:08.830432+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:13.944 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: audit 2024-09-13T05:47:09.525747+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T05:47:13.944 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: audit 2024-09-13T05:47:09.525747+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T05:47:13.944 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: audit 2024-09-13T05:47:10.525656+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T05:47:13.944 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: audit 2024-09-13T05:47:10.525656+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T05:47:13.944 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: cluster 2024-09-13T05:47:10.527452+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-13T05:47:13.944 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: cluster 2024-09-13T05:47:10.527452+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-13T05:47:13.945 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: cluster 2024-09-13T05:47:10.830899+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:13.945 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: cluster 2024-09-13T05:47:10.830899+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:13.945 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: audit 2024-09-13T05:47:11.526271+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T05:47:13.945 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: audit 2024-09-13T05:47:11.526271+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T05:47:13.945 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: audit 2024-09-13T05:47:12.192692+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:13.945 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: audit 2024-09-13T05:47:12.192692+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:13.945 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: audit 2024-09-13T05:47:12.526504+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T05:47:13.946 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: audit 2024-09-13T05:47:12.526504+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T05:47:13.946 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: cluster 2024-09-13T05:47:12.831302+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:13.946 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: cluster 2024-09-13T05:47:12.831302+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:13.946 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: audit 2024-09-13T05:47:13.193134+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:13.946 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: audit 2024-09-13T05:47:13.193134+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:13.946 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: audit 2024-09-13T05:47:13.526019+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T05:47:13.946 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: audit 2024-09-13T05:47:13.526019+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T05:47:13.947 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: cluster 2024-09-13T05:47:13.579974+0000 mon.a (mon.0) 232 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-13T05:47:13.947 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: cluster 2024-09-13T05:47:13.579974+0000 mon.a (mon.0) 232 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-13T05:47:13.947 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: cluster 2024-09-13T05:47:13.589142+0000 mon.a (mon.0) 233 : cluster [DBG] monmap epoch 2 2024-09-13T05:47:13.947 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: cluster 2024-09-13T05:47:13.589142+0000 mon.a (mon.0) 233 : cluster [DBG] monmap epoch 2 2024-09-13T05:47:13.947 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: cluster 2024-09-13T05:47:13.589154+0000 mon.a (mon.0) 234 : cluster [DBG] fsid db7ed238-7192-11ef-bceb-c7b262605968 2024-09-13T05:47:13.947 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: cluster 2024-09-13T05:47:13.589154+0000 mon.a (mon.0) 234 : cluster [DBG] fsid db7ed238-7192-11ef-bceb-c7b262605968 2024-09-13T05:47:13.947 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: cluster 2024-09-13T05:47:13.589161+0000 mon.a (mon.0) 235 : cluster [DBG] last_changed 2024-09-13T05:47:08.525238+0000 2024-09-13T05:47:13.947 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: cluster 2024-09-13T05:47:13.589161+0000 mon.a (mon.0) 235 : cluster [DBG] last_changed 2024-09-13T05:47:08.525238+0000 2024-09-13T05:47:13.947 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: cluster 2024-09-13T05:47:13.589167+0000 mon.a (mon.0) 236 : cluster [DBG] created 2024-09-13T05:44:30.400814+0000 2024-09-13T05:47:13.947 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: cluster 2024-09-13T05:47:13.589167+0000 mon.a (mon.0) 236 : cluster [DBG] created 2024-09-13T05:44:30.400814+0000 2024-09-13T05:47:13.948 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: cluster 2024-09-13T05:47:13.589173+0000 mon.a (mon.0) 237 : cluster [DBG] min_mon_release 19 (squid) 2024-09-13T05:47:13.948 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: cluster 2024-09-13T05:47:13.589173+0000 mon.a (mon.0) 237 : cluster [DBG] min_mon_release 19 (squid) 2024-09-13T05:47:13.948 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: cluster 2024-09-13T05:47:13.589179+0000 mon.a (mon.0) 238 : cluster [DBG] election_strategy: 1 2024-09-13T05:47:13.948 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: cluster 2024-09-13T05:47:13.589179+0000 mon.a (mon.0) 238 : cluster [DBG] election_strategy: 1 2024-09-13T05:47:13.948 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: cluster 2024-09-13T05:47:13.589184+0000 mon.a (mon.0) 239 : cluster [DBG] 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-09-13T05:47:13.948 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: cluster 2024-09-13T05:47:13.589184+0000 mon.a (mon.0) 239 : cluster [DBG] 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-09-13T05:47:13.948 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: cluster 2024-09-13T05:47:13.589193+0000 mon.a (mon.0) 240 : cluster [DBG] 1: [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] mon.c 2024-09-13T05:47:13.949 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: cluster 2024-09-13T05:47:13.589193+0000 mon.a (mon.0) 240 : cluster [DBG] 1: [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] mon.c 2024-09-13T05:47:13.949 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: cluster 2024-09-13T05:47:13.608038+0000 mon.a (mon.0) 241 : cluster [DBG] fsmap 2024-09-13T05:47:13.949 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: cluster 2024-09-13T05:47:13.608038+0000 mon.a (mon.0) 241 : cluster [DBG] fsmap 2024-09-13T05:47:13.949 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: cluster 2024-09-13T05:47:13.608064+0000 mon.a (mon.0) 242 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-13T05:47:13.949 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: cluster 2024-09-13T05:47:13.608064+0000 mon.a (mon.0) 242 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-13T05:47:13.949 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: cluster 2024-09-13T05:47:13.608236+0000 mon.a (mon.0) 243 : cluster [DBG] mgrmap e14: a(active, since 92s) 2024-09-13T05:47:13.949 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: cluster 2024-09-13T05:47:13.608236+0000 mon.a (mon.0) 243 : cluster [DBG] mgrmap e14: a(active, since 92s) 2024-09-13T05:47:13.949 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: cluster 2024-09-13T05:47:13.608346+0000 mon.a (mon.0) 244 : cluster [INF] overall HEALTH_OK 2024-09-13T05:47:13.949 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: cluster 2024-09-13T05:47:13.608346+0000 mon.a (mon.0) 244 : cluster [INF] overall HEALTH_OK 2024-09-13T05:47:13.949 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: audit 2024-09-13T05:47:13.613600+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:13.949 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: audit 2024-09-13T05:47:13.613600+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:13.949 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: audit 2024-09-13T05:47:13.620692+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:13.950 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: audit 2024-09-13T05:47:13.620692+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:13.950 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: audit 2024-09-13T05:47:13.625480+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:13.950 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: audit 2024-09-13T05:47:13.625480+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:13.950 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: audit 2024-09-13T05:47:13.632143+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:13.950 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: audit 2024-09-13T05:47:13.632143+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:13.950 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: audit 2024-09-13T05:47:13.637397+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:13.950 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: audit 2024-09-13T05:47:13.637397+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:13.950 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: audit 2024-09-13T05:47:13.643636+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:13.950 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:13 smithi192 bash[23291]: audit 2024-09-13T05:47:13.643636+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:14.048 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: audit 2024-09-13T05:47:08.530826+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T05:47:14.049 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: audit 2024-09-13T05:47:08.530826+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T05:47:14.049 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: cluster 2024-09-13T05:47:08.531171+0000 mon.a (mon.0) 223 : cluster [INF] mon.a calling monitor election 2024-09-13T05:47:14.049 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: cluster 2024-09-13T05:47:08.531171+0000 mon.a (mon.0) 223 : cluster [INF] mon.a calling monitor election 2024-09-13T05:47:14.049 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: audit 2024-09-13T05:47:08.556939+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T05:47:14.049 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: audit 2024-09-13T05:47:08.556939+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T05:47:14.049 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: cluster 2024-09-13T05:47:08.830432+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:14.049 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: cluster 2024-09-13T05:47:08.830432+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:14.049 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: audit 2024-09-13T05:47:09.525747+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T05:47:14.049 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: audit 2024-09-13T05:47:09.525747+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T05:47:14.049 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: audit 2024-09-13T05:47:10.525656+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T05:47:14.049 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: audit 2024-09-13T05:47:10.525656+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T05:47:14.049 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: cluster 2024-09-13T05:47:10.527452+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-13T05:47:14.050 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: cluster 2024-09-13T05:47:10.527452+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-13T05:47:14.050 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: cluster 2024-09-13T05:47:10.830899+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:14.050 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: cluster 2024-09-13T05:47:10.830899+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:14.050 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: audit 2024-09-13T05:47:11.526271+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T05:47:14.050 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: audit 2024-09-13T05:47:11.526271+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T05:47:14.050 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: audit 2024-09-13T05:47:12.192692+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:14.050 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: audit 2024-09-13T05:47:12.192692+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:14.050 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: audit 2024-09-13T05:47:12.526504+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T05:47:14.050 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: audit 2024-09-13T05:47:12.526504+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T05:47:14.050 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: cluster 2024-09-13T05:47:12.831302+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:14.050 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: cluster 2024-09-13T05:47:12.831302+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:14.050 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: audit 2024-09-13T05:47:13.193134+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:14.051 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: audit 2024-09-13T05:47:13.193134+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:14.051 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: audit 2024-09-13T05:47:13.526019+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T05:47:14.051 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: audit 2024-09-13T05:47:13.526019+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T05:47:14.051 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: cluster 2024-09-13T05:47:13.579974+0000 mon.a (mon.0) 232 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-13T05:47:14.051 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: cluster 2024-09-13T05:47:13.579974+0000 mon.a (mon.0) 232 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-13T05:47:14.051 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: cluster 2024-09-13T05:47:13.589142+0000 mon.a (mon.0) 233 : cluster [DBG] monmap epoch 2 2024-09-13T05:47:14.051 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: cluster 2024-09-13T05:47:13.589142+0000 mon.a (mon.0) 233 : cluster [DBG] monmap epoch 2 2024-09-13T05:47:14.051 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: cluster 2024-09-13T05:47:13.589154+0000 mon.a (mon.0) 234 : cluster [DBG] fsid db7ed238-7192-11ef-bceb-c7b262605968 2024-09-13T05:47:14.051 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: cluster 2024-09-13T05:47:13.589154+0000 mon.a (mon.0) 234 : cluster [DBG] fsid db7ed238-7192-11ef-bceb-c7b262605968 2024-09-13T05:47:14.051 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: cluster 2024-09-13T05:47:13.589161+0000 mon.a (mon.0) 235 : cluster [DBG] last_changed 2024-09-13T05:47:08.525238+0000 2024-09-13T05:47:14.051 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: cluster 2024-09-13T05:47:13.589161+0000 mon.a (mon.0) 235 : cluster [DBG] last_changed 2024-09-13T05:47:08.525238+0000 2024-09-13T05:47:14.051 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: cluster 2024-09-13T05:47:13.589167+0000 mon.a (mon.0) 236 : cluster [DBG] created 2024-09-13T05:44:30.400814+0000 2024-09-13T05:47:14.051 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: cluster 2024-09-13T05:47:13.589167+0000 mon.a (mon.0) 236 : cluster [DBG] created 2024-09-13T05:44:30.400814+0000 2024-09-13T05:47:14.052 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: cluster 2024-09-13T05:47:13.589173+0000 mon.a (mon.0) 237 : cluster [DBG] min_mon_release 19 (squid) 2024-09-13T05:47:14.052 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: cluster 2024-09-13T05:47:13.589173+0000 mon.a (mon.0) 237 : cluster [DBG] min_mon_release 19 (squid) 2024-09-13T05:47:14.052 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: cluster 2024-09-13T05:47:13.589179+0000 mon.a (mon.0) 238 : cluster [DBG] election_strategy: 1 2024-09-13T05:47:14.052 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: cluster 2024-09-13T05:47:13.589179+0000 mon.a (mon.0) 238 : cluster [DBG] election_strategy: 1 2024-09-13T05:47:14.052 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: cluster 2024-09-13T05:47:13.589184+0000 mon.a (mon.0) 239 : cluster [DBG] 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-09-13T05:47:14.052 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: cluster 2024-09-13T05:47:13.589184+0000 mon.a (mon.0) 239 : cluster [DBG] 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-09-13T05:47:14.052 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: cluster 2024-09-13T05:47:13.589193+0000 mon.a (mon.0) 240 : cluster [DBG] 1: [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] mon.c 2024-09-13T05:47:14.052 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: cluster 2024-09-13T05:47:13.589193+0000 mon.a (mon.0) 240 : cluster [DBG] 1: [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] mon.c 2024-09-13T05:47:14.052 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: cluster 2024-09-13T05:47:13.608038+0000 mon.a (mon.0) 241 : cluster [DBG] fsmap 2024-09-13T05:47:14.053 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: cluster 2024-09-13T05:47:13.608038+0000 mon.a (mon.0) 241 : cluster [DBG] fsmap 2024-09-13T05:47:14.053 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: cluster 2024-09-13T05:47:13.608064+0000 mon.a (mon.0) 242 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-13T05:47:14.053 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: cluster 2024-09-13T05:47:13.608064+0000 mon.a (mon.0) 242 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-13T05:47:14.053 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: cluster 2024-09-13T05:47:13.608236+0000 mon.a (mon.0) 243 : cluster [DBG] mgrmap e14: a(active, since 92s) 2024-09-13T05:47:14.053 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: cluster 2024-09-13T05:47:13.608236+0000 mon.a (mon.0) 243 : cluster [DBG] mgrmap e14: a(active, since 92s) 2024-09-13T05:47:14.053 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: cluster 2024-09-13T05:47:13.608346+0000 mon.a (mon.0) 244 : cluster [INF] overall HEALTH_OK 2024-09-13T05:47:14.053 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: cluster 2024-09-13T05:47:13.608346+0000 mon.a (mon.0) 244 : cluster [INF] overall HEALTH_OK 2024-09-13T05:47:14.053 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: audit 2024-09-13T05:47:13.613600+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:14.053 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: audit 2024-09-13T05:47:13.613600+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:14.053 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: audit 2024-09-13T05:47:13.620692+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:14.054 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: audit 2024-09-13T05:47:13.620692+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:14.054 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: audit 2024-09-13T05:47:13.625480+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:14.054 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: audit 2024-09-13T05:47:13.625480+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:14.054 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: audit 2024-09-13T05:47:13.632143+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:14.054 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: audit 2024-09-13T05:47:13.632143+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:14.054 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: audit 2024-09-13T05:47:13.637397+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:14.054 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: audit 2024-09-13T05:47:13.637397+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:14.054 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: audit 2024-09-13T05:47:13.643636+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:14.054 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:13 smithi037 bash[22708]: audit 2024-09-13T05:47:13.643636+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:14.277 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/mon.c/config 2024-09-13T05:47:14.486 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: audit 2024-09-13T05:47:08.530826+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T05:47:14.487 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: audit 2024-09-13T05:47:08.530826+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T05:47:14.487 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: cluster 2024-09-13T05:47:08.531171+0000 mon.a (mon.0) 223 : cluster [INF] mon.a calling monitor election 2024-09-13T05:47:14.487 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: cluster 2024-09-13T05:47:08.531171+0000 mon.a (mon.0) 223 : cluster [INF] mon.a calling monitor election 2024-09-13T05:47:14.487 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: audit 2024-09-13T05:47:08.556939+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T05:47:14.487 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: audit 2024-09-13T05:47:08.556939+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T05:47:14.487 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: cluster 2024-09-13T05:47:08.830432+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:14.487 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: cluster 2024-09-13T05:47:08.830432+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:14.487 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: audit 2024-09-13T05:47:09.525747+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T05:47:14.487 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: audit 2024-09-13T05:47:09.525747+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T05:47:14.487 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: audit 2024-09-13T05:47:10.525656+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T05:47:14.487 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: audit 2024-09-13T05:47:10.525656+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T05:47:14.488 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: cluster 2024-09-13T05:47:10.527452+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-13T05:47:14.488 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: cluster 2024-09-13T05:47:10.527452+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-09-13T05:47:14.488 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: cluster 2024-09-13T05:47:10.830899+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:14.488 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: cluster 2024-09-13T05:47:10.830899+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:14.488 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: audit 2024-09-13T05:47:11.526271+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T05:47:14.488 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: audit 2024-09-13T05:47:11.526271+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T05:47:14.488 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: audit 2024-09-13T05:47:12.192692+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:14.488 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: audit 2024-09-13T05:47:12.192692+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:14.489 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: audit 2024-09-13T05:47:12.526504+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T05:47:14.489 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: audit 2024-09-13T05:47:12.526504+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T05:47:14.489 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: cluster 2024-09-13T05:47:12.831302+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:14.489 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: cluster 2024-09-13T05:47:12.831302+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:14.489 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: audit 2024-09-13T05:47:13.193134+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:14.489 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: audit 2024-09-13T05:47:13.193134+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:14.489 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: audit 2024-09-13T05:47:13.526019+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T05:47:14.489 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: audit 2024-09-13T05:47:13.526019+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T05:47:14.489 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: cluster 2024-09-13T05:47:13.579974+0000 mon.a (mon.0) 232 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-13T05:47:14.489 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: cluster 2024-09-13T05:47:13.579974+0000 mon.a (mon.0) 232 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-13T05:47:14.489 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: cluster 2024-09-13T05:47:13.589142+0000 mon.a (mon.0) 233 : cluster [DBG] monmap epoch 2 2024-09-13T05:47:14.489 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: cluster 2024-09-13T05:47:13.589142+0000 mon.a (mon.0) 233 : cluster [DBG] monmap epoch 2 2024-09-13T05:47:14.490 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: cluster 2024-09-13T05:47:13.589154+0000 mon.a (mon.0) 234 : cluster [DBG] fsid db7ed238-7192-11ef-bceb-c7b262605968 2024-09-13T05:47:14.490 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: cluster 2024-09-13T05:47:13.589154+0000 mon.a (mon.0) 234 : cluster [DBG] fsid db7ed238-7192-11ef-bceb-c7b262605968 2024-09-13T05:47:14.490 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: cluster 2024-09-13T05:47:13.589161+0000 mon.a (mon.0) 235 : cluster [DBG] last_changed 2024-09-13T05:47:08.525238+0000 2024-09-13T05:47:14.490 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: cluster 2024-09-13T05:47:13.589161+0000 mon.a (mon.0) 235 : cluster [DBG] last_changed 2024-09-13T05:47:08.525238+0000 2024-09-13T05:47:14.490 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: cluster 2024-09-13T05:47:13.589167+0000 mon.a (mon.0) 236 : cluster [DBG] created 2024-09-13T05:44:30.400814+0000 2024-09-13T05:47:14.490 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: cluster 2024-09-13T05:47:13.589167+0000 mon.a (mon.0) 236 : cluster [DBG] created 2024-09-13T05:44:30.400814+0000 2024-09-13T05:47:14.490 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: cluster 2024-09-13T05:47:13.589173+0000 mon.a (mon.0) 237 : cluster [DBG] min_mon_release 19 (squid) 2024-09-13T05:47:14.490 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: cluster 2024-09-13T05:47:13.589173+0000 mon.a (mon.0) 237 : cluster [DBG] min_mon_release 19 (squid) 2024-09-13T05:47:14.490 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: cluster 2024-09-13T05:47:13.589179+0000 mon.a (mon.0) 238 : cluster [DBG] election_strategy: 1 2024-09-13T05:47:14.490 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: cluster 2024-09-13T05:47:13.589179+0000 mon.a (mon.0) 238 : cluster [DBG] election_strategy: 1 2024-09-13T05:47:14.490 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: cluster 2024-09-13T05:47:13.589184+0000 mon.a (mon.0) 239 : cluster [DBG] 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-09-13T05:47:14.491 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: cluster 2024-09-13T05:47:13.589184+0000 mon.a (mon.0) 239 : cluster [DBG] 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-09-13T05:47:14.491 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: cluster 2024-09-13T05:47:13.589193+0000 mon.a (mon.0) 240 : cluster [DBG] 1: [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] mon.c 2024-09-13T05:47:14.491 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: cluster 2024-09-13T05:47:13.589193+0000 mon.a (mon.0) 240 : cluster [DBG] 1: [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] mon.c 2024-09-13T05:47:14.491 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: cluster 2024-09-13T05:47:13.608038+0000 mon.a (mon.0) 241 : cluster [DBG] fsmap 2024-09-13T05:47:14.491 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: cluster 2024-09-13T05:47:13.608038+0000 mon.a (mon.0) 241 : cluster [DBG] fsmap 2024-09-13T05:47:14.491 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: cluster 2024-09-13T05:47:13.608064+0000 mon.a (mon.0) 242 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-13T05:47:14.491 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: cluster 2024-09-13T05:47:13.608064+0000 mon.a (mon.0) 242 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-13T05:47:14.491 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: cluster 2024-09-13T05:47:13.608236+0000 mon.a (mon.0) 243 : cluster [DBG] mgrmap e14: a(active, since 92s) 2024-09-13T05:47:14.491 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: cluster 2024-09-13T05:47:13.608236+0000 mon.a (mon.0) 243 : cluster [DBG] mgrmap e14: a(active, since 92s) 2024-09-13T05:47:14.491 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: cluster 2024-09-13T05:47:13.608346+0000 mon.a (mon.0) 244 : cluster [INF] overall HEALTH_OK 2024-09-13T05:47:14.491 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: cluster 2024-09-13T05:47:13.608346+0000 mon.a (mon.0) 244 : cluster [INF] overall HEALTH_OK 2024-09-13T05:47:14.491 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: audit 2024-09-13T05:47:13.613600+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:14.491 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: audit 2024-09-13T05:47:13.613600+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:14.492 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: audit 2024-09-13T05:47:13.620692+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:14.492 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: audit 2024-09-13T05:47:13.620692+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:14.492 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: audit 2024-09-13T05:47:13.625480+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:14.492 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: audit 2024-09-13T05:47:13.625480+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:14.492 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: audit 2024-09-13T05:47:13.632143+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:14.492 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: audit 2024-09-13T05:47:13.632143+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:14.492 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: audit 2024-09-13T05:47:13.637397+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:14.492 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: audit 2024-09-13T05:47:13.637397+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:14.492 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: audit 2024-09-13T05:47:13.643636+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:14.492 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:14 smithi097 bash[23486]: audit 2024-09-13T05:47:13.643636+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:14.827 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:47:14 smithi037 bash[22963]: debug 2024-09-13T05:47:14.522+0000 7efdd63c2640 -1 mgr.server handle_report got status from non-daemon mon.c 2024-09-13T05:47:19.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cephadm 2024-09-13T05:47:13.698989+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-09-13T05:47:19.578 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cephadm 2024-09-13T05:47:13.698989+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-09-13T05:47:19.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cephadm 2024-09-13T05:47:13.699334+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-09-13T05:47:19.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cephadm 2024-09-13T05:47:13.699334+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-09-13T05:47:19.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cephadm 2024-09-13T05:47:13.699820+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.conf 2024-09-13T05:47:19.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cephadm 2024-09-13T05:47:13.699820+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.conf 2024-09-13T05:47:19.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cephadm 2024-09-13T05:47:13.809428+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi037:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:47:19.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cephadm 2024-09-13T05:47:13.809428+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi037:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:47:19.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cephadm 2024-09-13T05:47:13.821454+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi192:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:47:19.579 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cephadm 2024-09-13T05:47:13.821454+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi192:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:47:19.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cephadm 2024-09-13T05:47:13.821734+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi097:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:47:19.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cephadm 2024-09-13T05:47:13.821734+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi097:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:47:19.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cephadm 2024-09-13T05:47:13.967452+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T05:47:19.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cephadm 2024-09-13T05:47:13.967452+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T05:47:19.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cephadm 2024-09-13T05:47:13.992219+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-13T05:47:19.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cephadm 2024-09-13T05:47:13.992219+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-13T05:47:19.580 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cephadm 2024-09-13T05:47:13.994663+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring daemon mon.a on smithi037 2024-09-13T05:47:19.581 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cephadm 2024-09-13T05:47:13.994663+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring daemon mon.a on smithi037 2024-09-13T05:47:19.581 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: audit 2024-09-13T05:47:14.210315+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T05:47:19.581 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: audit 2024-09-13T05:47:14.210315+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T05:47:19.585 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cluster 2024-09-13T05:47:14.210673+0000 mon.a (mon.0) 267 : cluster [INF] mon.a calling monitor election 2024-09-13T05:47:19.585 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cluster 2024-09-13T05:47:14.210673+0000 mon.a (mon.0) 267 : cluster [INF] mon.a calling monitor election 2024-09-13T05:47:19.585 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cluster 2024-09-13T05:47:14.212501+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-13T05:47:19.586 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cluster 2024-09-13T05:47:14.212501+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-13T05:47:19.586 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: audit 2024-09-13T05:47:14.212660+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:19.586 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: audit 2024-09-13T05:47:14.212660+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:19.586 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: audit 2024-09-13T05:47:14.213001+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T05:47:19.586 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: audit 2024-09-13T05:47:14.213001+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T05:47:19.586 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cluster 2024-09-13T05:47:14.831670+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:19.587 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cluster 2024-09-13T05:47:14.831670+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:19.587 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: audit 2024-09-13T05:47:15.193517+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:19.587 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: audit 2024-09-13T05:47:15.193517+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:19.587 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: audit 2024-09-13T05:47:16.193637+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:19.587 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: audit 2024-09-13T05:47:16.193637+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:19.587 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cluster 2024-09-13T05:47:16.209507+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-13T05:47:19.587 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cluster 2024-09-13T05:47:16.209507+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-13T05:47:19.587 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cluster 2024-09-13T05:47:16.832020+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:19.588 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cluster 2024-09-13T05:47:16.832020+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:19.588 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: audit 2024-09-13T05:47:17.193221+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:19.588 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: audit 2024-09-13T05:47:17.193221+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:19.588 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: audit 2024-09-13T05:47:18.194199+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:19.588 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: audit 2024-09-13T05:47:18.194199+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:19.588 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: audit 2024-09-13T05:47:19.193980+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:19.588 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: audit 2024-09-13T05:47:19.193980+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:19.588 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cluster 2024-09-13T05:47:19.233316+0000 mon.a (mon.0) 275 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-13T05:47:19.588 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cluster 2024-09-13T05:47:19.233316+0000 mon.a (mon.0) 275 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-13T05:47:19.588 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cluster 2024-09-13T05:47:19.239407+0000 mon.a (mon.0) 276 : cluster [DBG] monmap epoch 3 2024-09-13T05:47:19.588 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cluster 2024-09-13T05:47:19.239407+0000 mon.a (mon.0) 276 : cluster [DBG] monmap epoch 3 2024-09-13T05:47:19.589 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cluster 2024-09-13T05:47:19.239440+0000 mon.a (mon.0) 277 : cluster [DBG] fsid db7ed238-7192-11ef-bceb-c7b262605968 2024-09-13T05:47:19.589 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cluster 2024-09-13T05:47:19.239440+0000 mon.a (mon.0) 277 : cluster [DBG] fsid db7ed238-7192-11ef-bceb-c7b262605968 2024-09-13T05:47:19.589 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cluster 2024-09-13T05:47:19.239460+0000 mon.a (mon.0) 278 : cluster [DBG] last_changed 2024-09-13T05:47:14.205767+0000 2024-09-13T05:47:19.589 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cluster 2024-09-13T05:47:19.239460+0000 mon.a (mon.0) 278 : cluster [DBG] last_changed 2024-09-13T05:47:14.205767+0000 2024-09-13T05:47:19.589 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cluster 2024-09-13T05:47:19.239478+0000 mon.a (mon.0) 279 : cluster [DBG] created 2024-09-13T05:44:30.400814+0000 2024-09-13T05:47:19.589 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cluster 2024-09-13T05:47:19.239478+0000 mon.a (mon.0) 279 : cluster [DBG] created 2024-09-13T05:44:30.400814+0000 2024-09-13T05:47:19.589 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cluster 2024-09-13T05:47:19.239499+0000 mon.a (mon.0) 280 : cluster [DBG] min_mon_release 19 (squid) 2024-09-13T05:47:19.589 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cluster 2024-09-13T05:47:19.239499+0000 mon.a (mon.0) 280 : cluster [DBG] min_mon_release 19 (squid) 2024-09-13T05:47:19.589 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cluster 2024-09-13T05:47:19.239521+0000 mon.a (mon.0) 281 : cluster [DBG] election_strategy: 1 2024-09-13T05:47:19.589 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cluster 2024-09-13T05:47:19.239521+0000 mon.a (mon.0) 281 : cluster [DBG] election_strategy: 1 2024-09-13T05:47:19.590 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cluster 2024-09-13T05:47:19.239542+0000 mon.a (mon.0) 282 : cluster [DBG] 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-09-13T05:47:19.590 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cluster 2024-09-13T05:47:19.239542+0000 mon.a (mon.0) 282 : cluster [DBG] 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-09-13T05:47:19.590 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cluster 2024-09-13T05:47:19.239566+0000 mon.a (mon.0) 283 : cluster [DBG] 1: [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] mon.c 2024-09-13T05:47:19.590 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cluster 2024-09-13T05:47:19.239566+0000 mon.a (mon.0) 283 : cluster [DBG] 1: [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] mon.c 2024-09-13T05:47:19.590 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cluster 2024-09-13T05:47:19.239590+0000 mon.a (mon.0) 284 : cluster [DBG] 2: [v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0] mon.b 2024-09-13T05:47:19.590 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cluster 2024-09-13T05:47:19.239590+0000 mon.a (mon.0) 284 : cluster [DBG] 2: [v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0] mon.b 2024-09-13T05:47:19.590 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cluster 2024-09-13T05:47:19.260541+0000 mon.a (mon.0) 285 : cluster [DBG] fsmap 2024-09-13T05:47:19.590 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cluster 2024-09-13T05:47:19.260541+0000 mon.a (mon.0) 285 : cluster [DBG] fsmap 2024-09-13T05:47:19.590 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cluster 2024-09-13T05:47:19.260598+0000 mon.a (mon.0) 286 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-13T05:47:19.591 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cluster 2024-09-13T05:47:19.260598+0000 mon.a (mon.0) 286 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-13T05:47:19.591 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cluster 2024-09-13T05:47:19.260905+0000 mon.a (mon.0) 287 : cluster [DBG] mgrmap e14: a(active, since 98s) 2024-09-13T05:47:19.591 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cluster 2024-09-13T05:47:19.260905+0000 mon.a (mon.0) 287 : cluster [DBG] mgrmap e14: a(active, since 98s) 2024-09-13T05:47:19.591 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cluster 2024-09-13T05:47:19.261161+0000 mon.a (mon.0) 288 : cluster [INF] overall HEALTH_OK 2024-09-13T05:47:19.591 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: cluster 2024-09-13T05:47:19.261161+0000 mon.a (mon.0) 288 : cluster [INF] overall HEALTH_OK 2024-09-13T05:47:19.591 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: audit 2024-09-13T05:47:19.268204+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:19.591 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: audit 2024-09-13T05:47:19.268204+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:19.591 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: audit 2024-09-13T05:47:19.274164+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:19.591 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: audit 2024-09-13T05:47:19.274164+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:19.591 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: audit 2024-09-13T05:47:19.280089+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:19.591 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: audit 2024-09-13T05:47:19.280089+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:19.591 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: audit 2024-09-13T05:47:19.286020+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:19.592 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: audit 2024-09-13T05:47:19.286020+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:19.592 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: audit 2024-09-13T05:47:19.292119+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:19.592 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: audit 2024-09-13T05:47:19.292119+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:19.592 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: audit 2024-09-13T05:47:19.298534+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:19.592 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: audit 2024-09-13T05:47:19.298534+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:19.592 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: audit 2024-09-13T05:47:19.299193+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T05:47:19.592 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: audit 2024-09-13T05:47:19.299193+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T05:47:19.592 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: audit 2024-09-13T05:47:19.303462+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T05:47:19.592 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: audit 2024-09-13T05:47:19.303462+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T05:47:19.592 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: audit 2024-09-13T05:47:19.308395+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:19.593 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: audit 2024-09-13T05:47:19.308395+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:19.593 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: audit 2024-09-13T05:47:19.309038+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:19.593 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:19 smithi037 bash[22708]: audit 2024-09-13T05:47:19.309038+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:19.693 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cephadm 2024-09-13T05:47:13.698989+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-09-13T05:47:19.693 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cephadm 2024-09-13T05:47:13.698989+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-09-13T05:47:19.693 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cephadm 2024-09-13T05:47:13.699334+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-09-13T05:47:19.693 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cephadm 2024-09-13T05:47:13.699334+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-09-13T05:47:19.693 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cephadm 2024-09-13T05:47:13.699820+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.conf 2024-09-13T05:47:19.693 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cephadm 2024-09-13T05:47:13.699820+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.conf 2024-09-13T05:47:19.693 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cephadm 2024-09-13T05:47:13.809428+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi037:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:47:19.693 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cephadm 2024-09-13T05:47:13.809428+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi037:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:47:19.693 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cephadm 2024-09-13T05:47:13.821454+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi192:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:47:19.694 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cephadm 2024-09-13T05:47:13.821454+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi192:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:47:19.694 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cephadm 2024-09-13T05:47:13.821734+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi097:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:47:19.694 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cephadm 2024-09-13T05:47:13.821734+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi097:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:47:19.694 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cephadm 2024-09-13T05:47:13.967452+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T05:47:19.694 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cephadm 2024-09-13T05:47:13.967452+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T05:47:19.694 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cephadm 2024-09-13T05:47:13.992219+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-13T05:47:19.694 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cephadm 2024-09-13T05:47:13.992219+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-13T05:47:19.694 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cephadm 2024-09-13T05:47:13.994663+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring daemon mon.a on smithi037 2024-09-13T05:47:19.694 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cephadm 2024-09-13T05:47:13.994663+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring daemon mon.a on smithi037 2024-09-13T05:47:19.694 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: audit 2024-09-13T05:47:14.210315+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T05:47:19.694 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: audit 2024-09-13T05:47:14.210315+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T05:47:19.694 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cluster 2024-09-13T05:47:14.210673+0000 mon.a (mon.0) 267 : cluster [INF] mon.a calling monitor election 2024-09-13T05:47:19.694 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cluster 2024-09-13T05:47:14.210673+0000 mon.a (mon.0) 267 : cluster [INF] mon.a calling monitor election 2024-09-13T05:47:19.695 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cluster 2024-09-13T05:47:14.212501+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-13T05:47:19.695 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cluster 2024-09-13T05:47:14.212501+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-13T05:47:19.695 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: audit 2024-09-13T05:47:14.212660+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:19.695 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: audit 2024-09-13T05:47:14.212660+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:19.695 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: audit 2024-09-13T05:47:14.213001+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T05:47:19.696 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: audit 2024-09-13T05:47:14.213001+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T05:47:19.696 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cluster 2024-09-13T05:47:14.831670+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:19.696 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cluster 2024-09-13T05:47:14.831670+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:19.696 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: audit 2024-09-13T05:47:15.193517+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:19.696 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: audit 2024-09-13T05:47:15.193517+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:19.696 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: audit 2024-09-13T05:47:16.193637+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:19.696 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: audit 2024-09-13T05:47:16.193637+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:19.696 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cluster 2024-09-13T05:47:16.209507+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-13T05:47:19.696 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cluster 2024-09-13T05:47:16.209507+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-13T05:47:19.696 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cluster 2024-09-13T05:47:16.832020+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:19.696 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cluster 2024-09-13T05:47:16.832020+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:19.696 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: audit 2024-09-13T05:47:17.193221+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:19.696 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: audit 2024-09-13T05:47:17.193221+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:19.697 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: audit 2024-09-13T05:47:18.194199+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:19.697 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: audit 2024-09-13T05:47:18.194199+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:19.697 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: audit 2024-09-13T05:47:19.193980+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:19.697 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: audit 2024-09-13T05:47:19.193980+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:19.697 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cluster 2024-09-13T05:47:19.233316+0000 mon.a (mon.0) 275 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-13T05:47:19.697 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cluster 2024-09-13T05:47:19.233316+0000 mon.a (mon.0) 275 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-13T05:47:19.697 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cluster 2024-09-13T05:47:19.239407+0000 mon.a (mon.0) 276 : cluster [DBG] monmap epoch 3 2024-09-13T05:47:19.697 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cluster 2024-09-13T05:47:19.239407+0000 mon.a (mon.0) 276 : cluster [DBG] monmap epoch 3 2024-09-13T05:47:19.697 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cluster 2024-09-13T05:47:19.239440+0000 mon.a (mon.0) 277 : cluster [DBG] fsid db7ed238-7192-11ef-bceb-c7b262605968 2024-09-13T05:47:19.697 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cluster 2024-09-13T05:47:19.239440+0000 mon.a (mon.0) 277 : cluster [DBG] fsid db7ed238-7192-11ef-bceb-c7b262605968 2024-09-13T05:47:19.697 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cluster 2024-09-13T05:47:19.239460+0000 mon.a (mon.0) 278 : cluster [DBG] last_changed 2024-09-13T05:47:14.205767+0000 2024-09-13T05:47:19.697 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cluster 2024-09-13T05:47:19.239460+0000 mon.a (mon.0) 278 : cluster [DBG] last_changed 2024-09-13T05:47:14.205767+0000 2024-09-13T05:47:19.697 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cluster 2024-09-13T05:47:19.239478+0000 mon.a (mon.0) 279 : cluster [DBG] created 2024-09-13T05:44:30.400814+0000 2024-09-13T05:47:19.698 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cluster 2024-09-13T05:47:19.239478+0000 mon.a (mon.0) 279 : cluster [DBG] created 2024-09-13T05:44:30.400814+0000 2024-09-13T05:47:19.698 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cluster 2024-09-13T05:47:19.239499+0000 mon.a (mon.0) 280 : cluster [DBG] min_mon_release 19 (squid) 2024-09-13T05:47:19.698 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cluster 2024-09-13T05:47:19.239499+0000 mon.a (mon.0) 280 : cluster [DBG] min_mon_release 19 (squid) 2024-09-13T05:47:19.698 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cluster 2024-09-13T05:47:19.239521+0000 mon.a (mon.0) 281 : cluster [DBG] election_strategy: 1 2024-09-13T05:47:19.698 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cluster 2024-09-13T05:47:19.239521+0000 mon.a (mon.0) 281 : cluster [DBG] election_strategy: 1 2024-09-13T05:47:19.698 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cluster 2024-09-13T05:47:19.239542+0000 mon.a (mon.0) 282 : cluster [DBG] 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-09-13T05:47:19.698 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cluster 2024-09-13T05:47:19.239542+0000 mon.a (mon.0) 282 : cluster [DBG] 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-09-13T05:47:19.698 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cluster 2024-09-13T05:47:19.239566+0000 mon.a (mon.0) 283 : cluster [DBG] 1: [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] mon.c 2024-09-13T05:47:19.698 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cluster 2024-09-13T05:47:19.239566+0000 mon.a (mon.0) 283 : cluster [DBG] 1: [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] mon.c 2024-09-13T05:47:19.698 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cluster 2024-09-13T05:47:19.239590+0000 mon.a (mon.0) 284 : cluster [DBG] 2: [v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0] mon.b 2024-09-13T05:47:19.698 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cluster 2024-09-13T05:47:19.239590+0000 mon.a (mon.0) 284 : cluster [DBG] 2: [v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0] mon.b 2024-09-13T05:47:19.698 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cluster 2024-09-13T05:47:19.260541+0000 mon.a (mon.0) 285 : cluster [DBG] fsmap 2024-09-13T05:47:19.699 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cluster 2024-09-13T05:47:19.260541+0000 mon.a (mon.0) 285 : cluster [DBG] fsmap 2024-09-13T05:47:19.699 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cluster 2024-09-13T05:47:19.260598+0000 mon.a (mon.0) 286 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-13T05:47:19.699 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cluster 2024-09-13T05:47:19.260598+0000 mon.a (mon.0) 286 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-13T05:47:19.699 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cluster 2024-09-13T05:47:19.260905+0000 mon.a (mon.0) 287 : cluster [DBG] mgrmap e14: a(active, since 98s) 2024-09-13T05:47:19.699 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cluster 2024-09-13T05:47:19.260905+0000 mon.a (mon.0) 287 : cluster [DBG] mgrmap e14: a(active, since 98s) 2024-09-13T05:47:19.699 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cluster 2024-09-13T05:47:19.261161+0000 mon.a (mon.0) 288 : cluster [INF] overall HEALTH_OK 2024-09-13T05:47:19.699 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: cluster 2024-09-13T05:47:19.261161+0000 mon.a (mon.0) 288 : cluster [INF] overall HEALTH_OK 2024-09-13T05:47:19.699 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: audit 2024-09-13T05:47:19.268204+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:19.699 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: audit 2024-09-13T05:47:19.268204+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:19.699 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: audit 2024-09-13T05:47:19.274164+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:19.699 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: audit 2024-09-13T05:47:19.274164+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:19.699 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: audit 2024-09-13T05:47:19.280089+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:19.699 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: audit 2024-09-13T05:47:19.280089+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:19.700 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: audit 2024-09-13T05:47:19.286020+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:19.700 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: audit 2024-09-13T05:47:19.286020+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:19.700 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: audit 2024-09-13T05:47:19.292119+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:19.700 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: audit 2024-09-13T05:47:19.292119+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:19.700 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: audit 2024-09-13T05:47:19.298534+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:19.700 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: audit 2024-09-13T05:47:19.298534+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:19.700 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: audit 2024-09-13T05:47:19.299193+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T05:47:19.700 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: audit 2024-09-13T05:47:19.299193+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T05:47:19.700 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: audit 2024-09-13T05:47:19.303462+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T05:47:19.700 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: audit 2024-09-13T05:47:19.303462+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T05:47:19.700 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: audit 2024-09-13T05:47:19.308395+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:19.700 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: audit 2024-09-13T05:47:19.308395+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:19.700 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: audit 2024-09-13T05:47:19.309038+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:19.701 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:19 smithi192 bash[23291]: audit 2024-09-13T05:47:19.309038+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:19.736 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cephadm 2024-09-13T05:47:13.698989+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-09-13T05:47:19.737 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cephadm 2024-09-13T05:47:13.698989+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-09-13T05:47:19.737 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cephadm 2024-09-13T05:47:13.699334+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-09-13T05:47:19.737 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cephadm 2024-09-13T05:47:13.699334+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-09-13T05:47:19.737 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cephadm 2024-09-13T05:47:13.699820+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.conf 2024-09-13T05:47:19.738 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cephadm 2024-09-13T05:47:13.699820+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.conf 2024-09-13T05:47:19.738 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cephadm 2024-09-13T05:47:13.809428+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi037:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:47:19.738 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cephadm 2024-09-13T05:47:13.809428+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi037:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:47:19.738 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cephadm 2024-09-13T05:47:13.821454+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi192:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:47:19.738 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cephadm 2024-09-13T05:47:13.821454+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi192:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:47:19.738 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cephadm 2024-09-13T05:47:13.821734+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi097:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:47:19.739 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cephadm 2024-09-13T05:47:13.821734+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi097:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:47:19.739 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cephadm 2024-09-13T05:47:13.967452+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T05:47:19.739 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cephadm 2024-09-13T05:47:13.967452+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T05:47:19.739 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cephadm 2024-09-13T05:47:13.992219+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-13T05:47:19.740 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cephadm 2024-09-13T05:47:13.992219+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-09-13T05:47:19.740 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cephadm 2024-09-13T05:47:13.994663+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring daemon mon.a on smithi037 2024-09-13T05:47:19.740 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cephadm 2024-09-13T05:47:13.994663+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring daemon mon.a on smithi037 2024-09-13T05:47:19.741 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: audit 2024-09-13T05:47:14.210315+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T05:47:19.741 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: audit 2024-09-13T05:47:14.210315+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-13T05:47:19.741 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cluster 2024-09-13T05:47:14.210673+0000 mon.a (mon.0) 267 : cluster [INF] mon.a calling monitor election 2024-09-13T05:47:19.741 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cluster 2024-09-13T05:47:14.210673+0000 mon.a (mon.0) 267 : cluster [INF] mon.a calling monitor election 2024-09-13T05:47:19.741 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cluster 2024-09-13T05:47:14.212501+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-13T05:47:19.742 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cluster 2024-09-13T05:47:14.212501+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-09-13T05:47:19.742 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: audit 2024-09-13T05:47:14.212660+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:19.742 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: audit 2024-09-13T05:47:14.212660+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:19.742 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: audit 2024-09-13T05:47:14.213001+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T05:47:19.742 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: audit 2024-09-13T05:47:14.213001+0000 mon.a (mon.0) 269 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-13T05:47:19.742 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cluster 2024-09-13T05:47:14.831670+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:19.743 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cluster 2024-09-13T05:47:14.831670+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:19.743 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: audit 2024-09-13T05:47:15.193517+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:19.743 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: audit 2024-09-13T05:47:15.193517+0000 mon.a (mon.0) 270 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:19.743 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: audit 2024-09-13T05:47:16.193637+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:19.743 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: audit 2024-09-13T05:47:16.193637+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:19.743 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cluster 2024-09-13T05:47:16.209507+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-13T05:47:19.743 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cluster 2024-09-13T05:47:16.209507+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-09-13T05:47:19.744 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cluster 2024-09-13T05:47:16.832020+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:19.744 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cluster 2024-09-13T05:47:16.832020+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:19.744 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: audit 2024-09-13T05:47:17.193221+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:19.744 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: audit 2024-09-13T05:47:17.193221+0000 mon.a (mon.0) 272 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:19.744 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: audit 2024-09-13T05:47:18.194199+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:19.745 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: audit 2024-09-13T05:47:18.194199+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:19.745 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: audit 2024-09-13T05:47:19.193980+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:19.746 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: audit 2024-09-13T05:47:19.193980+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:19.746 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cluster 2024-09-13T05:47:19.233316+0000 mon.a (mon.0) 275 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-13T05:47:19.746 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cluster 2024-09-13T05:47:19.233316+0000 mon.a (mon.0) 275 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-13T05:47:19.746 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cluster 2024-09-13T05:47:19.239407+0000 mon.a (mon.0) 276 : cluster [DBG] monmap epoch 3 2024-09-13T05:47:19.746 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cluster 2024-09-13T05:47:19.239407+0000 mon.a (mon.0) 276 : cluster [DBG] monmap epoch 3 2024-09-13T05:47:19.746 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cluster 2024-09-13T05:47:19.239440+0000 mon.a (mon.0) 277 : cluster [DBG] fsid db7ed238-7192-11ef-bceb-c7b262605968 2024-09-13T05:47:19.746 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cluster 2024-09-13T05:47:19.239440+0000 mon.a (mon.0) 277 : cluster [DBG] fsid db7ed238-7192-11ef-bceb-c7b262605968 2024-09-13T05:47:19.747 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cluster 2024-09-13T05:47:19.239460+0000 mon.a (mon.0) 278 : cluster [DBG] last_changed 2024-09-13T05:47:14.205767+0000 2024-09-13T05:47:19.747 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cluster 2024-09-13T05:47:19.239460+0000 mon.a (mon.0) 278 : cluster [DBG] last_changed 2024-09-13T05:47:14.205767+0000 2024-09-13T05:47:19.747 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cluster 2024-09-13T05:47:19.239478+0000 mon.a (mon.0) 279 : cluster [DBG] created 2024-09-13T05:44:30.400814+0000 2024-09-13T05:47:19.747 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cluster 2024-09-13T05:47:19.239478+0000 mon.a (mon.0) 279 : cluster [DBG] created 2024-09-13T05:44:30.400814+0000 2024-09-13T05:47:19.747 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cluster 2024-09-13T05:47:19.239499+0000 mon.a (mon.0) 280 : cluster [DBG] min_mon_release 19 (squid) 2024-09-13T05:47:19.747 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cluster 2024-09-13T05:47:19.239499+0000 mon.a (mon.0) 280 : cluster [DBG] min_mon_release 19 (squid) 2024-09-13T05:47:19.747 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cluster 2024-09-13T05:47:19.239521+0000 mon.a (mon.0) 281 : cluster [DBG] election_strategy: 1 2024-09-13T05:47:19.747 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cluster 2024-09-13T05:47:19.239521+0000 mon.a (mon.0) 281 : cluster [DBG] election_strategy: 1 2024-09-13T05:47:19.748 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cluster 2024-09-13T05:47:19.239542+0000 mon.a (mon.0) 282 : cluster [DBG] 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-09-13T05:47:19.748 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cluster 2024-09-13T05:47:19.239542+0000 mon.a (mon.0) 282 : cluster [DBG] 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-09-13T05:47:19.748 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cluster 2024-09-13T05:47:19.239566+0000 mon.a (mon.0) 283 : cluster [DBG] 1: [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] mon.c 2024-09-13T05:47:19.748 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cluster 2024-09-13T05:47:19.239566+0000 mon.a (mon.0) 283 : cluster [DBG] 1: [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] mon.c 2024-09-13T05:47:19.748 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cluster 2024-09-13T05:47:19.239590+0000 mon.a (mon.0) 284 : cluster [DBG] 2: [v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0] mon.b 2024-09-13T05:47:19.748 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cluster 2024-09-13T05:47:19.239590+0000 mon.a (mon.0) 284 : cluster [DBG] 2: [v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0] mon.b 2024-09-13T05:47:19.748 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cluster 2024-09-13T05:47:19.260541+0000 mon.a (mon.0) 285 : cluster [DBG] fsmap 2024-09-13T05:47:19.748 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cluster 2024-09-13T05:47:19.260541+0000 mon.a (mon.0) 285 : cluster [DBG] fsmap 2024-09-13T05:47:19.749 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cluster 2024-09-13T05:47:19.260598+0000 mon.a (mon.0) 286 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-13T05:47:19.749 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cluster 2024-09-13T05:47:19.260598+0000 mon.a (mon.0) 286 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-09-13T05:47:19.749 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cluster 2024-09-13T05:47:19.260905+0000 mon.a (mon.0) 287 : cluster [DBG] mgrmap e14: a(active, since 98s) 2024-09-13T05:47:19.749 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cluster 2024-09-13T05:47:19.260905+0000 mon.a (mon.0) 287 : cluster [DBG] mgrmap e14: a(active, since 98s) 2024-09-13T05:47:19.749 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cluster 2024-09-13T05:47:19.261161+0000 mon.a (mon.0) 288 : cluster [INF] overall HEALTH_OK 2024-09-13T05:47:19.749 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: cluster 2024-09-13T05:47:19.261161+0000 mon.a (mon.0) 288 : cluster [INF] overall HEALTH_OK 2024-09-13T05:47:19.749 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: audit 2024-09-13T05:47:19.268204+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:19.749 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: audit 2024-09-13T05:47:19.268204+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:19.749 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: audit 2024-09-13T05:47:19.274164+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:19.749 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: audit 2024-09-13T05:47:19.274164+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:19.749 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: audit 2024-09-13T05:47:19.280089+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:19.749 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: audit 2024-09-13T05:47:19.280089+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:19.750 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: audit 2024-09-13T05:47:19.286020+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:19.750 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: audit 2024-09-13T05:47:19.286020+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:19.750 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: audit 2024-09-13T05:47:19.292119+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:19.750 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: audit 2024-09-13T05:47:19.292119+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:19.750 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: audit 2024-09-13T05:47:19.298534+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:19.750 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: audit 2024-09-13T05:47:19.298534+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:19.750 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: audit 2024-09-13T05:47:19.299193+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T05:47:19.750 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: audit 2024-09-13T05:47:19.299193+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T05:47:19.750 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: audit 2024-09-13T05:47:19.303462+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T05:47:19.750 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: audit 2024-09-13T05:47:19.303462+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T05:47:19.750 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: audit 2024-09-13T05:47:19.308395+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:19.750 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: audit 2024-09-13T05:47:19.308395+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:19.750 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: audit 2024-09-13T05:47:19.309038+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:19.751 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:19 smithi097 bash[23486]: audit 2024-09-13T05:47:19.309038+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:19.834 INFO:teuthology.orchestra.run.smithi192.stdout: 2024-09-13T05:47:19.834 INFO:teuthology.orchestra.run.smithi192.stdout:{"epoch":3,"fsid":"db7ed238-7192-11ef-bceb-c7b262605968","modified":"2024-09-13T05:47:14.205767Z","created":"2024-09-13T05:44:30.400814Z","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.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.192:3300","nonce":0},{"type":"v1","addr":"172.21.15.192:6789","nonce":0}]},"addr":"172.21.15.192:6789/0","public_addr":"172.21.15.192:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.97:3300","nonce":0},{"type":"v1","addr":"172.21.15.97:6789","nonce":0}]},"addr":"172.21.15.97:6789/0","public_addr":"172.21.15.97:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-09-13T05:47:19.834 INFO:teuthology.orchestra.run.smithi192.stderr:dumped monmap epoch 3 2024-09-13T05:47:20.471 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-13T05:47:20.471 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid db7ed238-7192-11ef-bceb-c7b262605968 -- ceph config generate-minimal-conf 2024-09-13T05:47:20.594 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:20 smithi097 bash[23486]: cluster 2024-09-13T05:47:18.832352+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:20.594 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:20 smithi097 bash[23486]: cluster 2024-09-13T05:47:18.832352+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:20.594 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:20 smithi097 bash[23486]: cephadm 2024-09-13T05:47:19.295660+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-13T05:47:20.594 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:20 smithi097 bash[23486]: cephadm 2024-09-13T05:47:19.295660+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-13T05:47:20.594 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:20 smithi097 bash[23486]: cephadm 2024-09-13T05:47:19.311380+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.b on smithi097 2024-09-13T05:47:20.594 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:20 smithi097 bash[23486]: cephadm 2024-09-13T05:47:19.311380+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.b on smithi097 2024-09-13T05:47:20.595 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:20 smithi097 bash[23486]: audit 2024-09-13T05:47:19.473868+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:20.595 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:20 smithi097 bash[23486]: audit 2024-09-13T05:47:19.473868+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:20.595 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:20 smithi097 bash[23486]: audit 2024-09-13T05:47:19.482772+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:20.595 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:20 smithi097 bash[23486]: audit 2024-09-13T05:47:19.482772+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:20.595 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:20 smithi097 bash[23486]: audit 2024-09-13T05:47:19.493268+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:20.595 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:20 smithi097 bash[23486]: audit 2024-09-13T05:47:19.493268+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:20.595 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:20 smithi097 bash[23486]: audit 2024-09-13T05:47:19.833918+0000 mon.a (mon.0) 302 : audit [DBG] from='client.? 172.21.15.192:0/2106347067' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-13T05:47:20.595 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:20 smithi097 bash[23486]: audit 2024-09-13T05:47:19.833918+0000 mon.a (mon.0) 302 : audit [DBG] from='client.? 172.21.15.192:0/2106347067' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-13T05:47:20.595 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:20 smithi097 bash[23486]: audit 2024-09-13T05:47:20.194087+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:20.595 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:20 smithi097 bash[23486]: audit 2024-09-13T05:47:20.194087+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:20.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:20 smithi037 bash[22708]: cluster 2024-09-13T05:47:18.832352+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:20.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:20 smithi037 bash[22708]: cluster 2024-09-13T05:47:18.832352+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:20.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:20 smithi037 bash[22708]: cephadm 2024-09-13T05:47:19.295660+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-13T05:47:20.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:20 smithi037 bash[22708]: cephadm 2024-09-13T05:47:19.295660+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-13T05:47:20.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:20 smithi037 bash[22708]: cephadm 2024-09-13T05:47:19.311380+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.b on smithi097 2024-09-13T05:47:20.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:20 smithi037 bash[22708]: cephadm 2024-09-13T05:47:19.311380+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.b on smithi097 2024-09-13T05:47:20.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:20 smithi037 bash[22708]: audit 2024-09-13T05:47:19.473868+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:20.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:20 smithi037 bash[22708]: audit 2024-09-13T05:47:19.473868+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:20.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:20 smithi037 bash[22708]: audit 2024-09-13T05:47:19.482772+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:20.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:20 smithi037 bash[22708]: audit 2024-09-13T05:47:19.482772+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:20.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:20 smithi037 bash[22708]: audit 2024-09-13T05:47:19.493268+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:20.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:20 smithi037 bash[22708]: audit 2024-09-13T05:47:19.493268+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:20.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:20 smithi037 bash[22708]: audit 2024-09-13T05:47:19.833918+0000 mon.a (mon.0) 302 : audit [DBG] from='client.? 172.21.15.192:0/2106347067' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-13T05:47:20.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:20 smithi037 bash[22708]: audit 2024-09-13T05:47:19.833918+0000 mon.a (mon.0) 302 : audit [DBG] from='client.? 172.21.15.192:0/2106347067' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-13T05:47:20.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:20 smithi037 bash[22708]: audit 2024-09-13T05:47:20.194087+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:20.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:20 smithi037 bash[22708]: audit 2024-09-13T05:47:20.194087+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:20.943 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:20 smithi192 bash[23291]: cluster 2024-09-13T05:47:18.832352+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:20.943 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:20 smithi192 bash[23291]: cluster 2024-09-13T05:47:18.832352+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:20.943 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:20 smithi192 bash[23291]: cephadm 2024-09-13T05:47:19.295660+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-13T05:47:20.943 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:20 smithi192 bash[23291]: cephadm 2024-09-13T05:47:19.295660+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-09-13T05:47:20.943 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:20 smithi192 bash[23291]: cephadm 2024-09-13T05:47:19.311380+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.b on smithi097 2024-09-13T05:47:20.943 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:20 smithi192 bash[23291]: cephadm 2024-09-13T05:47:19.311380+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring daemon mon.b on smithi097 2024-09-13T05:47:20.943 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:20 smithi192 bash[23291]: audit 2024-09-13T05:47:19.473868+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:20.943 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:20 smithi192 bash[23291]: audit 2024-09-13T05:47:19.473868+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:20.943 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:20 smithi192 bash[23291]: audit 2024-09-13T05:47:19.482772+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:20.943 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:20 smithi192 bash[23291]: audit 2024-09-13T05:47:19.482772+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:20.944 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:20 smithi192 bash[23291]: audit 2024-09-13T05:47:19.493268+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:20.944 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:20 smithi192 bash[23291]: audit 2024-09-13T05:47:19.493268+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:20.944 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:20 smithi192 bash[23291]: audit 2024-09-13T05:47:19.833918+0000 mon.a (mon.0) 302 : audit [DBG] from='client.? 172.21.15.192:0/2106347067' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-13T05:47:20.944 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:20 smithi192 bash[23291]: audit 2024-09-13T05:47:19.833918+0000 mon.a (mon.0) 302 : audit [DBG] from='client.? 172.21.15.192:0/2106347067' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-13T05:47:20.944 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:20 smithi192 bash[23291]: audit 2024-09-13T05:47:20.194087+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:20.944 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:20 smithi192 bash[23291]: audit 2024-09-13T05:47:20.194087+0000 mon.a (mon.0) 303 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-13T05:47:21.943 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:21 smithi192 bash[23291]: audit 2024-09-13T05:47:20.577016+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:21.943 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:21 smithi192 bash[23291]: audit 2024-09-13T05:47:20.577016+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:21.943 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:21 smithi192 bash[23291]: audit 2024-09-13T05:47:20.584327+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:21.943 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:21 smithi192 bash[23291]: audit 2024-09-13T05:47:20.584327+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:21.943 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:21 smithi192 bash[23291]: audit 2024-09-13T05:47:20.592445+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:21.943 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:21 smithi192 bash[23291]: audit 2024-09-13T05:47:20.592445+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:21.943 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:21 smithi192 bash[23291]: cluster 2024-09-13T05:47:20.832715+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:21.943 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:21 smithi192 bash[23291]: cluster 2024-09-13T05:47:20.832715+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:21.943 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:21 smithi192 bash[23291]: audit 2024-09-13T05:47:21.558529+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:21.943 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:21 smithi192 bash[23291]: audit 2024-09-13T05:47:21.558529+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:21.943 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:21 smithi192 bash[23291]: audit 2024-09-13T05:47:21.565739+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:21.944 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:21 smithi192 bash[23291]: audit 2024-09-13T05:47:21.565739+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:21.986 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:21 smithi097 bash[23486]: audit 2024-09-13T05:47:20.577016+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:21.986 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:21 smithi097 bash[23486]: audit 2024-09-13T05:47:20.577016+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:21.986 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:21 smithi097 bash[23486]: audit 2024-09-13T05:47:20.584327+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:21.987 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:21 smithi097 bash[23486]: audit 2024-09-13T05:47:20.584327+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:21.987 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:21 smithi097 bash[23486]: audit 2024-09-13T05:47:20.592445+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:21.987 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:21 smithi097 bash[23486]: audit 2024-09-13T05:47:20.592445+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:21.987 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:21 smithi097 bash[23486]: cluster 2024-09-13T05:47:20.832715+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:21.987 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:21 smithi097 bash[23486]: cluster 2024-09-13T05:47:20.832715+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:21.987 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:21 smithi097 bash[23486]: audit 2024-09-13T05:47:21.558529+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:21.987 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:21 smithi097 bash[23486]: audit 2024-09-13T05:47:21.558529+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:21.987 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:21 smithi097 bash[23486]: audit 2024-09-13T05:47:21.565739+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:21.987 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:21 smithi097 bash[23486]: audit 2024-09-13T05:47:21.565739+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:22.077 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:21 smithi037 bash[22708]: audit 2024-09-13T05:47:20.577016+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:22.077 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:21 smithi037 bash[22708]: audit 2024-09-13T05:47:20.577016+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:22.078 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:21 smithi037 bash[22708]: audit 2024-09-13T05:47:20.584327+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:22.078 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:21 smithi037 bash[22708]: audit 2024-09-13T05:47:20.584327+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:22.078 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:21 smithi037 bash[22708]: audit 2024-09-13T05:47:20.592445+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:22.078 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:21 smithi037 bash[22708]: audit 2024-09-13T05:47:20.592445+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:22.078 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:21 smithi037 bash[22708]: cluster 2024-09-13T05:47:20.832715+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:22.078 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:21 smithi037 bash[22708]: cluster 2024-09-13T05:47:20.832715+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:22.078 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:21 smithi037 bash[22708]: audit 2024-09-13T05:47:21.558529+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:22.078 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:21 smithi037 bash[22708]: audit 2024-09-13T05:47:21.558529+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:22.078 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:21 smithi037 bash[22708]: audit 2024-09-13T05:47:21.565739+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:22.078 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:21 smithi037 bash[22708]: audit 2024-09-13T05:47:21.565739+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:22.943 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:22 smithi192 bash[23291]: audit 2024-09-13T05:47:21.578797+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:22.943 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:22 smithi192 bash[23291]: audit 2024-09-13T05:47:21.578797+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:22.943 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:22 smithi192 bash[23291]: audit 2024-09-13T05:47:21.593471+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:22.943 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:22 smithi192 bash[23291]: audit 2024-09-13T05:47:21.593471+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:22.943 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:22 smithi192 bash[23291]: audit 2024-09-13T05:47:21.604089+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:22.943 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:22 smithi192 bash[23291]: audit 2024-09-13T05:47:21.604089+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:22.943 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:22 smithi192 bash[23291]: cephadm 2024-09-13T05:47:21.605968+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-13T05:47:22.943 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:22 smithi192 bash[23291]: cephadm 2024-09-13T05:47:21.605968+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-13T05:47:22.943 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:22 smithi192 bash[23291]: audit 2024-09-13T05:47:21.606516+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T05:47:22.943 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:22 smithi192 bash[23291]: audit 2024-09-13T05:47:21.606516+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T05:47:22.943 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:22 smithi192 bash[23291]: audit 2024-09-13T05:47:21.608145+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T05:47:22.944 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:22 smithi192 bash[23291]: audit 2024-09-13T05:47:21.608145+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T05:47:22.944 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:22 smithi192 bash[23291]: audit 2024-09-13T05:47:21.609921+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:22.944 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:22 smithi192 bash[23291]: audit 2024-09-13T05:47:21.609921+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:22.944 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:22 smithi192 bash[23291]: cephadm 2024-09-13T05:47:21.611825+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring daemon mon.c on smithi192 2024-09-13T05:47:22.944 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:22 smithi192 bash[23291]: cephadm 2024-09-13T05:47:21.611825+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring daemon mon.c on smithi192 2024-09-13T05:47:22.986 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:22 smithi097 bash[23486]: audit 2024-09-13T05:47:21.578797+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:22.986 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:22 smithi097 bash[23486]: audit 2024-09-13T05:47:21.578797+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:22.986 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:22 smithi097 bash[23486]: audit 2024-09-13T05:47:21.593471+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:22.986 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:22 smithi097 bash[23486]: audit 2024-09-13T05:47:21.593471+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:22.986 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:22 smithi097 bash[23486]: audit 2024-09-13T05:47:21.604089+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:22.987 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:22 smithi097 bash[23486]: audit 2024-09-13T05:47:21.604089+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:22.987 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:22 smithi097 bash[23486]: cephadm 2024-09-13T05:47:21.605968+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-13T05:47:22.987 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:22 smithi097 bash[23486]: cephadm 2024-09-13T05:47:21.605968+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-13T05:47:22.987 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:22 smithi097 bash[23486]: audit 2024-09-13T05:47:21.606516+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T05:47:22.987 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:22 smithi097 bash[23486]: audit 2024-09-13T05:47:21.606516+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T05:47:22.987 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:22 smithi097 bash[23486]: audit 2024-09-13T05:47:21.608145+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T05:47:22.987 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:22 smithi097 bash[23486]: audit 2024-09-13T05:47:21.608145+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T05:47:22.987 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:22 smithi097 bash[23486]: audit 2024-09-13T05:47:21.609921+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:22.987 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:22 smithi097 bash[23486]: audit 2024-09-13T05:47:21.609921+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:22.987 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:22 smithi097 bash[23486]: cephadm 2024-09-13T05:47:21.611825+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring daemon mon.c on smithi192 2024-09-13T05:47:22.987 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:22 smithi097 bash[23486]: cephadm 2024-09-13T05:47:21.611825+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring daemon mon.c on smithi192 2024-09-13T05:47:23.078 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:22 smithi037 bash[22708]: audit 2024-09-13T05:47:21.578797+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:23.078 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:22 smithi037 bash[22708]: audit 2024-09-13T05:47:21.578797+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:23.078 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:22 smithi037 bash[22708]: audit 2024-09-13T05:47:21.593471+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:23.078 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:22 smithi037 bash[22708]: audit 2024-09-13T05:47:21.593471+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:23.078 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:22 smithi037 bash[22708]: audit 2024-09-13T05:47:21.604089+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:23.078 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:22 smithi037 bash[22708]: audit 2024-09-13T05:47:21.604089+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:23.078 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:22 smithi037 bash[22708]: cephadm 2024-09-13T05:47:21.605968+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-13T05:47:23.078 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:22 smithi037 bash[22708]: cephadm 2024-09-13T05:47:21.605968+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-09-13T05:47:23.078 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:22 smithi037 bash[22708]: audit 2024-09-13T05:47:21.606516+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T05:47:23.078 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:22 smithi037 bash[22708]: audit 2024-09-13T05:47:21.606516+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T05:47:23.078 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:22 smithi037 bash[22708]: audit 2024-09-13T05:47:21.608145+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T05:47:23.079 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:22 smithi037 bash[22708]: audit 2024-09-13T05:47:21.608145+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T05:47:23.079 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:22 smithi037 bash[22708]: audit 2024-09-13T05:47:21.609921+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:23.079 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:22 smithi037 bash[22708]: audit 2024-09-13T05:47:21.609921+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:23.079 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:22 smithi037 bash[22708]: cephadm 2024-09-13T05:47:21.611825+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring daemon mon.c on smithi192 2024-09-13T05:47:23.079 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:22 smithi037 bash[22708]: cephadm 2024-09-13T05:47:21.611825+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring daemon mon.c on smithi192 2024-09-13T05:47:23.942 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:23 smithi192 bash[23291]: cluster 2024-09-13T05:47:22.833099+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:23.942 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:23 smithi192 bash[23291]: cluster 2024-09-13T05:47:22.833099+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:23.986 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:23 smithi097 bash[23486]: cluster 2024-09-13T05:47:22.833099+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:23.986 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:23 smithi097 bash[23486]: cluster 2024-09-13T05:47:22.833099+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:24.077 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:23 smithi037 bash[22708]: cluster 2024-09-13T05:47:22.833099+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:24.077 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:23 smithi037 bash[22708]: cluster 2024-09-13T05:47:22.833099+0000 mgr.a (mgr.14152) 94 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:24.503 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T05:47:25.113 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:24 smithi037 bash[22708]: audit 2024-09-13T05:47:23.860240+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.114 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:24 smithi037 bash[22708]: audit 2024-09-13T05:47:23.860240+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.114 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:24 smithi037 bash[22708]: audit 2024-09-13T05:47:23.868802+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.114 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:24 smithi037 bash[22708]: audit 2024-09-13T05:47:23.868802+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.114 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:24 smithi037 bash[22708]: audit 2024-09-13T05:47:23.871439+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:25.114 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:24 smithi037 bash[22708]: audit 2024-09-13T05:47:23.871439+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:25.114 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:24 smithi037 bash[22708]: audit 2024-09-13T05:47:23.876085+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:25.114 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:24 smithi037 bash[22708]: audit 2024-09-13T05:47:23.876085+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:25.114 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:24 smithi037 bash[22708]: audit 2024-09-13T05:47:23.877856+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:25.114 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:24 smithi037 bash[22708]: audit 2024-09-13T05:47:23.877856+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:25.114 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:24 smithi037 bash[22708]: cephadm 2024-09-13T05:47:23.880384+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-09-13T05:47:25.114 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:24 smithi037 bash[22708]: cephadm 2024-09-13T05:47:23.880384+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-09-13T05:47:25.114 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:24 smithi037 bash[22708]: cephadm 2024-09-13T05:47:23.881020+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-09-13T05:47:25.115 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:24 smithi037 bash[22708]: cephadm 2024-09-13T05:47:23.881020+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-09-13T05:47:25.115 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:24 smithi037 bash[22708]: cephadm 2024-09-13T05:47:23.882244+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.conf 2024-09-13T05:47:25.115 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:24 smithi037 bash[22708]: cephadm 2024-09-13T05:47:23.882244+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.conf 2024-09-13T05:47:25.115 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:24 smithi037 bash[22708]: cephadm 2024-09-13T05:47:24.058686+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi097:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:47:25.115 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:24 smithi037 bash[22708]: cephadm 2024-09-13T05:47:24.058686+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi097:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:47:25.115 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:24 smithi037 bash[22708]: cephadm 2024-09-13T05:47:24.059049+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi037:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:47:25.115 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:24 smithi037 bash[22708]: cephadm 2024-09-13T05:47:24.059049+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi037:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:47:25.115 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:24 smithi037 bash[22708]: cephadm 2024-09-13T05:47:24.059590+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi192:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:47:25.116 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:24 smithi037 bash[22708]: cephadm 2024-09-13T05:47:24.059590+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi192:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:47:25.116 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:24 smithi037 bash[22708]: audit 2024-09-13T05:47:24.186719+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.116 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:24 smithi037 bash[22708]: audit 2024-09-13T05:47:24.186719+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.116 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:24 smithi037 bash[22708]: audit 2024-09-13T05:47:24.192236+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.116 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:24 smithi037 bash[22708]: audit 2024-09-13T05:47:24.192236+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.116 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:24 smithi037 bash[22708]: audit 2024-09-13T05:47:24.198866+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.116 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:24 smithi037 bash[22708]: audit 2024-09-13T05:47:24.198866+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.116 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:24 smithi037 bash[22708]: audit 2024-09-13T05:47:24.206175+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.116 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:24 smithi037 bash[22708]: audit 2024-09-13T05:47:24.206175+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.116 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:24 smithi037 bash[22708]: audit 2024-09-13T05:47:24.213358+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.116 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:24 smithi037 bash[22708]: audit 2024-09-13T05:47:24.213358+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.117 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:24 smithi037 bash[22708]: audit 2024-09-13T05:47:24.220345+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.117 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:24 smithi037 bash[22708]: audit 2024-09-13T05:47:24.220345+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.117 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:24 smithi037 bash[22708]: audit 2024-09-13T05:47:24.228647+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.117 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:24 smithi037 bash[22708]: audit 2024-09-13T05:47:24.228647+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.117 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:24 smithi037 bash[22708]: cephadm 2024-09-13T05:47:24.260321+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-13T05:47:25.117 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:24 smithi037 bash[22708]: cephadm 2024-09-13T05:47:24.260321+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-13T05:47:25.117 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:24 smithi037 bash[22708]: audit 2024-09-13T05:47:24.260738+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T05:47:25.117 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:24 smithi037 bash[22708]: audit 2024-09-13T05:47:24.260738+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T05:47:25.117 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:24 smithi037 bash[22708]: audit 2024-09-13T05:47:24.261994+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T05:47:25.117 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:24 smithi037 bash[22708]: audit 2024-09-13T05:47:24.261994+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T05:47:25.117 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:24 smithi037 bash[22708]: audit 2024-09-13T05:47:24.263195+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:25.117 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:24 smithi037 bash[22708]: audit 2024-09-13T05:47:24.263195+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:25.117 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:24 smithi037 bash[22708]: cephadm 2024-09-13T05:47:24.264296+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Reconfiguring daemon mon.a on smithi037 2024-09-13T05:47:25.118 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:24 smithi037 bash[22708]: cephadm 2024-09-13T05:47:24.264296+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Reconfiguring daemon mon.a on smithi037 2024-09-13T05:47:25.193 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:24 smithi192 bash[23291]: audit 2024-09-13T05:47:23.860240+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.193 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:24 smithi192 bash[23291]: audit 2024-09-13T05:47:23.860240+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.193 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:24 smithi192 bash[23291]: audit 2024-09-13T05:47:23.868802+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.193 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:24 smithi192 bash[23291]: audit 2024-09-13T05:47:23.868802+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.193 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:24 smithi192 bash[23291]: audit 2024-09-13T05:47:23.871439+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:25.193 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:24 smithi192 bash[23291]: audit 2024-09-13T05:47:23.871439+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:25.193 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:24 smithi192 bash[23291]: audit 2024-09-13T05:47:23.876085+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:25.194 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:24 smithi192 bash[23291]: audit 2024-09-13T05:47:23.876085+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:25.194 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:24 smithi192 bash[23291]: audit 2024-09-13T05:47:23.877856+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:25.194 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:24 smithi192 bash[23291]: audit 2024-09-13T05:47:23.877856+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:25.194 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:24 smithi192 bash[23291]: cephadm 2024-09-13T05:47:23.880384+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-09-13T05:47:25.194 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:24 smithi192 bash[23291]: cephadm 2024-09-13T05:47:23.880384+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-09-13T05:47:25.194 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:24 smithi192 bash[23291]: cephadm 2024-09-13T05:47:23.881020+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-09-13T05:47:25.194 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:24 smithi192 bash[23291]: cephadm 2024-09-13T05:47:23.881020+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-09-13T05:47:25.194 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:24 smithi192 bash[23291]: cephadm 2024-09-13T05:47:23.882244+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.conf 2024-09-13T05:47:25.194 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:24 smithi192 bash[23291]: cephadm 2024-09-13T05:47:23.882244+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.conf 2024-09-13T05:47:25.194 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:24 smithi192 bash[23291]: cephadm 2024-09-13T05:47:24.058686+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi097:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:47:25.194 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:24 smithi192 bash[23291]: cephadm 2024-09-13T05:47:24.058686+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi097:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:47:25.194 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:24 smithi192 bash[23291]: cephadm 2024-09-13T05:47:24.059049+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi037:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:47:25.194 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:24 smithi192 bash[23291]: cephadm 2024-09-13T05:47:24.059049+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi037:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:47:25.194 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:24 smithi192 bash[23291]: cephadm 2024-09-13T05:47:24.059590+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi192:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:47:25.195 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:24 smithi192 bash[23291]: cephadm 2024-09-13T05:47:24.059590+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi192:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:47:25.195 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:24 smithi192 bash[23291]: audit 2024-09-13T05:47:24.186719+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.195 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:24 smithi192 bash[23291]: audit 2024-09-13T05:47:24.186719+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.195 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:24 smithi192 bash[23291]: audit 2024-09-13T05:47:24.192236+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.195 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:24 smithi192 bash[23291]: audit 2024-09-13T05:47:24.192236+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.195 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:24 smithi192 bash[23291]: audit 2024-09-13T05:47:24.198866+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.196 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:24 smithi192 bash[23291]: audit 2024-09-13T05:47:24.198866+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.196 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:24 smithi192 bash[23291]: audit 2024-09-13T05:47:24.206175+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.196 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:24 smithi192 bash[23291]: audit 2024-09-13T05:47:24.206175+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.196 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:24 smithi192 bash[23291]: audit 2024-09-13T05:47:24.213358+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.196 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:24 smithi192 bash[23291]: audit 2024-09-13T05:47:24.213358+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.196 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:24 smithi192 bash[23291]: audit 2024-09-13T05:47:24.220345+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.196 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:24 smithi192 bash[23291]: audit 2024-09-13T05:47:24.220345+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.196 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:24 smithi192 bash[23291]: audit 2024-09-13T05:47:24.228647+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.196 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:24 smithi192 bash[23291]: audit 2024-09-13T05:47:24.228647+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.196 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:24 smithi192 bash[23291]: cephadm 2024-09-13T05:47:24.260321+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-13T05:47:25.196 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:24 smithi192 bash[23291]: cephadm 2024-09-13T05:47:24.260321+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-13T05:47:25.196 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:24 smithi192 bash[23291]: audit 2024-09-13T05:47:24.260738+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T05:47:25.197 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:24 smithi192 bash[23291]: audit 2024-09-13T05:47:24.260738+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T05:47:25.197 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:24 smithi192 bash[23291]: audit 2024-09-13T05:47:24.261994+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T05:47:25.197 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:24 smithi192 bash[23291]: audit 2024-09-13T05:47:24.261994+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T05:47:25.197 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:24 smithi192 bash[23291]: audit 2024-09-13T05:47:24.263195+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:25.197 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:24 smithi192 bash[23291]: audit 2024-09-13T05:47:24.263195+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:25.197 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:24 smithi192 bash[23291]: cephadm 2024-09-13T05:47:24.264296+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Reconfiguring daemon mon.a on smithi037 2024-09-13T05:47:25.197 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:24 smithi192 bash[23291]: cephadm 2024-09-13T05:47:24.264296+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Reconfiguring daemon mon.a on smithi037 2024-09-13T05:47:25.236 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:24 smithi097 bash[23486]: audit 2024-09-13T05:47:23.860240+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.237 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:24 smithi097 bash[23486]: audit 2024-09-13T05:47:23.860240+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.237 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:24 smithi097 bash[23486]: audit 2024-09-13T05:47:23.868802+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.237 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:24 smithi097 bash[23486]: audit 2024-09-13T05:47:23.868802+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.237 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:24 smithi097 bash[23486]: audit 2024-09-13T05:47:23.871439+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:25.237 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:24 smithi097 bash[23486]: audit 2024-09-13T05:47:23.871439+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:25.237 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:24 smithi097 bash[23486]: audit 2024-09-13T05:47:23.876085+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:25.237 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:24 smithi097 bash[23486]: audit 2024-09-13T05:47:23.876085+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:25.237 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:24 smithi097 bash[23486]: audit 2024-09-13T05:47:23.877856+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:25.238 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:24 smithi097 bash[23486]: audit 2024-09-13T05:47:23.877856+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:25.238 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:24 smithi097 bash[23486]: cephadm 2024-09-13T05:47:23.880384+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-09-13T05:47:25.238 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:24 smithi097 bash[23486]: cephadm 2024-09-13T05:47:23.880384+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Updating smithi037:/etc/ceph/ceph.conf 2024-09-13T05:47:25.238 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:24 smithi097 bash[23486]: cephadm 2024-09-13T05:47:23.881020+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-09-13T05:47:25.238 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:24 smithi097 bash[23486]: cephadm 2024-09-13T05:47:23.881020+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi097:/etc/ceph/ceph.conf 2024-09-13T05:47:25.238 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:24 smithi097 bash[23486]: cephadm 2024-09-13T05:47:23.882244+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.conf 2024-09-13T05:47:25.238 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:24 smithi097 bash[23486]: cephadm 2024-09-13T05:47:23.882244+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi192:/etc/ceph/ceph.conf 2024-09-13T05:47:25.238 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:24 smithi097 bash[23486]: cephadm 2024-09-13T05:47:24.058686+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi097:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:47:25.238 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:24 smithi097 bash[23486]: cephadm 2024-09-13T05:47:24.058686+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi097:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:47:25.238 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:24 smithi097 bash[23486]: cephadm 2024-09-13T05:47:24.059049+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi037:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:47:25.238 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:24 smithi097 bash[23486]: cephadm 2024-09-13T05:47:24.059049+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi037:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:47:25.238 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:24 smithi097 bash[23486]: cephadm 2024-09-13T05:47:24.059590+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi192:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:47:25.239 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:24 smithi097 bash[23486]: cephadm 2024-09-13T05:47:24.059590+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi192:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-13T05:47:25.239 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:24 smithi097 bash[23486]: audit 2024-09-13T05:47:24.186719+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.239 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:24 smithi097 bash[23486]: audit 2024-09-13T05:47:24.186719+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.239 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:24 smithi097 bash[23486]: audit 2024-09-13T05:47:24.192236+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.240 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:24 smithi097 bash[23486]: audit 2024-09-13T05:47:24.192236+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.240 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:24 smithi097 bash[23486]: audit 2024-09-13T05:47:24.198866+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.240 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:24 smithi097 bash[23486]: audit 2024-09-13T05:47:24.198866+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.240 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:24 smithi097 bash[23486]: audit 2024-09-13T05:47:24.206175+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.240 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:24 smithi097 bash[23486]: audit 2024-09-13T05:47:24.206175+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.240 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:24 smithi097 bash[23486]: audit 2024-09-13T05:47:24.213358+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.240 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:24 smithi097 bash[23486]: audit 2024-09-13T05:47:24.213358+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.240 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:24 smithi097 bash[23486]: audit 2024-09-13T05:47:24.220345+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.240 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:24 smithi097 bash[23486]: audit 2024-09-13T05:47:24.220345+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.240 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:24 smithi097 bash[23486]: audit 2024-09-13T05:47:24.228647+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.241 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:24 smithi097 bash[23486]: audit 2024-09-13T05:47:24.228647+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:25.241 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:24 smithi097 bash[23486]: cephadm 2024-09-13T05:47:24.260321+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-13T05:47:25.241 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:24 smithi097 bash[23486]: cephadm 2024-09-13T05:47:24.260321+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-09-13T05:47:25.241 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:24 smithi097 bash[23486]: audit 2024-09-13T05:47:24.260738+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T05:47:25.241 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:24 smithi097 bash[23486]: audit 2024-09-13T05:47:24.260738+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-13T05:47:25.241 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:24 smithi097 bash[23486]: audit 2024-09-13T05:47:24.261994+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T05:47:25.241 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:24 smithi097 bash[23486]: audit 2024-09-13T05:47:24.261994+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-13T05:47:25.241 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:24 smithi097 bash[23486]: audit 2024-09-13T05:47:24.263195+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:25.241 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:24 smithi097 bash[23486]: audit 2024-09-13T05:47:24.263195+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:25.241 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:24 smithi097 bash[23486]: cephadm 2024-09-13T05:47:24.264296+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Reconfiguring daemon mon.a on smithi037 2024-09-13T05:47:25.241 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:24 smithi097 bash[23486]: cephadm 2024-09-13T05:47:24.264296+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Reconfiguring daemon mon.a on smithi037 2024-09-13T05:47:26.486 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:26 smithi097 bash[23486]: cluster 2024-09-13T05:47:24.833489+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:26.486 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:26 smithi097 bash[23486]: cluster 2024-09-13T05:47:24.833489+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:26.528 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:26 smithi037 bash[22708]: cluster 2024-09-13T05:47:24.833489+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:26.528 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:26 smithi037 bash[22708]: cluster 2024-09-13T05:47:24.833489+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:26.646 INFO:teuthology.orchestra.run.smithi037.stdout:# minimal ceph.conf for db7ed238-7192-11ef-bceb-c7b262605968 2024-09-13T05:47:26.646 INFO:teuthology.orchestra.run.smithi037.stdout:[global] 2024-09-13T05:47:26.646 INFO:teuthology.orchestra.run.smithi037.stdout: fsid = db7ed238-7192-11ef-bceb-c7b262605968 2024-09-13T05:47:26.646 INFO:teuthology.orchestra.run.smithi037.stdout: mon_host = [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] [v2:172.21.15.97:3300/0,v1:172.21.15.97:6789/0] [v2:172.21.15.192:3300/0,v1:172.21.15.192:6789/0] 2024-09-13T05:47:26.693 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:26 smithi192 bash[23291]: cluster 2024-09-13T05:47:24.833489+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:26.693 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:26 smithi192 bash[23291]: cluster 2024-09-13T05:47:24.833489+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:27.423 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-13T05:47:27.423 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-09-13T05:47:27.423 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/ceph/ceph.conf 2024-09-13T05:47:27.437 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-09-13T05:47:27.437 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-13T05:47:27.488 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:27 smithi037 bash[22708]: audit 2024-09-13T05:47:26.645591+0000 mon.a (mon.0) 330 : audit [DBG] from='client.? 172.21.15.37:0/2716015429' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:27.488 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:27 smithi037 bash[22708]: audit 2024-09-13T05:47:26.645591+0000 mon.a (mon.0) 330 : audit [DBG] from='client.? 172.21.15.37:0/2716015429' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:27.491 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-09-13T05:47:27.491 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/etc/ceph/ceph.conf 2024-09-13T05:47:27.502 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:27 smithi097 bash[23486]: audit 2024-09-13T05:47:26.645591+0000 mon.a (mon.0) 330 : audit [DBG] from='client.? 172.21.15.37:0/2716015429' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:27.503 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:27 smithi097 bash[23486]: audit 2024-09-13T05:47:26.645591+0000 mon.a (mon.0) 330 : audit [DBG] from='client.? 172.21.15.37:0/2716015429' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:27.506 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-09-13T05:47:27.506 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-13T05:47:27.566 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-09-13T05:47:27.566 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/ceph/ceph.conf 2024-09-13T05:47:27.578 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:27 smithi192 bash[23291]: audit 2024-09-13T05:47:26.645591+0000 mon.a (mon.0) 330 : audit [DBG] from='client.? 172.21.15.37:0/2716015429' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:27.578 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:27 smithi192 bash[23291]: audit 2024-09-13T05:47:26.645591+0000 mon.a (mon.0) 330 : audit [DBG] from='client.? 172.21.15.37:0/2716015429' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:27.582 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-09-13T05:47:27.582 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-13T05:47:27.638 INFO:tasks.cephadm:Adding mgr.a on smithi037 2024-09-13T05:47:27.638 INFO:tasks.cephadm:Adding mgr.b on smithi097 2024-09-13T05:47:27.638 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid db7ed238-7192-11ef-bceb-c7b262605968 -- ceph orch apply mgr '2;smithi037=a;smithi097=b' 2024-09-13T05:47:28.692 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:28 smithi192 bash[23291]: cluster 2024-09-13T05:47:26.833915+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:28.692 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:28 smithi192 bash[23291]: cluster 2024-09-13T05:47:26.833915+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:28.693 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:28 smithi192 bash[23291]: audit 2024-09-13T05:47:27.356324+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:28.693 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:28 smithi192 bash[23291]: audit 2024-09-13T05:47:27.356324+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:28.693 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:28 smithi192 bash[23291]: audit 2024-09-13T05:47:27.364508+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:28.693 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:28 smithi192 bash[23291]: audit 2024-09-13T05:47:27.364508+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:28.736 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:28 smithi097 bash[23486]: cluster 2024-09-13T05:47:26.833915+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:28.736 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:28 smithi097 bash[23486]: cluster 2024-09-13T05:47:26.833915+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:28.736 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:28 smithi097 bash[23486]: audit 2024-09-13T05:47:27.356324+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:28.736 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:28 smithi097 bash[23486]: audit 2024-09-13T05:47:27.356324+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:28.736 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:28 smithi097 bash[23486]: audit 2024-09-13T05:47:27.364508+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:28.736 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:28 smithi097 bash[23486]: audit 2024-09-13T05:47:27.364508+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:28.827 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:28 smithi037 bash[22708]: cluster 2024-09-13T05:47:26.833915+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:28.827 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:28 smithi037 bash[22708]: cluster 2024-09-13T05:47:26.833915+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:28.827 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:28 smithi037 bash[22708]: audit 2024-09-13T05:47:27.356324+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:28.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:28 smithi037 bash[22708]: audit 2024-09-13T05:47:27.356324+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:28.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:28 smithi037 bash[22708]: audit 2024-09-13T05:47:27.364508+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:28.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:28 smithi037 bash[22708]: audit 2024-09-13T05:47:27.364508+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:30.693 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:30 smithi192 bash[23291]: cluster 2024-09-13T05:47:28.834350+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:30.693 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:30 smithi192 bash[23291]: cluster 2024-09-13T05:47:28.834350+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:30.736 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:30 smithi097 bash[23486]: cluster 2024-09-13T05:47:28.834350+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:30.736 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:30 smithi097 bash[23486]: cluster 2024-09-13T05:47:28.834350+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:30.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:30 smithi037 bash[22708]: cluster 2024-09-13T05:47:28.834350+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:30.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:30 smithi037 bash[22708]: cluster 2024-09-13T05:47:28.834350+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:31.399 INFO:teuthology.orchestra.run.smithi192.stderr:Inferring config /var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/mon.c/config 2024-09-13T05:47:32.426 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:32 smithi192 bash[23291]: cluster 2024-09-13T05:47:30.834755+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:32.426 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:32 smithi192 bash[23291]: cluster 2024-09-13T05:47:30.834755+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:32.736 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:32 smithi097 bash[23486]: cluster 2024-09-13T05:47:30.834755+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:32.736 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:32 smithi097 bash[23486]: cluster 2024-09-13T05:47:30.834755+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:32.747 INFO:teuthology.orchestra.run.smithi192.stdout:Scheduled mgr update... 2024-09-13T05:47:32.827 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:32 smithi037 bash[22708]: cluster 2024-09-13T05:47:30.834755+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:32.827 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:32 smithi037 bash[22708]: cluster 2024-09-13T05:47:30.834755+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:33.580 DEBUG:teuthology.orchestra.run.smithi097:mgr.b> sudo journalctl -f -n 0 -u ceph-db7ed238-7192-11ef-bceb-c7b262605968@mgr.b.service 2024-09-13T05:47:33.583 DEBUG:tasks.cephadm:set 0 configs 2024-09-13T05:47:33.583 INFO:tasks.cephadm:Deploying OSDs... 2024-09-13T05:47:33.583 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-09-13T05:47:33.583 DEBUG:teuthology.orchestra.run.smithi037:> dd if=/scratch_devs of=/dev/stdout 2024-09-13T05:47:33.589 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-13T05:47:33.589 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/vg_nvme/lv_1 2024-09-13T05:47:33.639 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-13T05:47:33.639 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T05:47:33.639 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 5h/5d Inode: 880 Links: 1 2024-09-13T05:47:33.639 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T05:47:33.639 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2024-09-13 05:36:05.304452533 +0000 2024-09-13T05:47:33.639 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2024-09-13 05:36:05.024455033 +0000 2024-09-13T05:47:33.640 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2024-09-13 05:36:05.024455033 +0000 2024-09-13T05:47:33.640 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: - 2024-09-13T05:47:33.640 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-13T05:47:33.691 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2024-09-13T05:47:33.691 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2024-09-13T05:47:33.691 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.000305691 s, 1.7 MB/s 2024-09-13T05:47:33.692 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-13T05:47:33.740 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/vg_nvme/lv_2 2024-09-13T05:47:33.791 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-13T05:47:33.791 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T05:47:33.791 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 5h/5d Inode: 895 Links: 1 2024-09-13T05:47:33.791 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T05:47:33.791 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2024-09-13 05:36:05.736448674 +0000 2024-09-13T05:47:33.791 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2024-09-13 05:36:05.516450639 +0000 2024-09-13T05:47:33.791 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2024-09-13 05:36:05.516450639 +0000 2024-09-13T05:47:33.792 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: - 2024-09-13T05:47:33.792 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-13T05:47:33.843 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2024-09-13T05:47:33.843 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2024-09-13T05:47:33.843 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.000305196 s, 1.7 MB/s 2024-09-13T05:47:33.844 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-13T05:47:33.896 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/vg_nvme/lv_3 2024-09-13T05:47:33.943 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:33 smithi192 bash[23291]: audit 2024-09-13T05:47:32.737584+0000 mgr.a (mgr.14152) 107 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi037=a;smithi097=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:47:33.943 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:33 smithi192 bash[23291]: audit 2024-09-13T05:47:32.737584+0000 mgr.a (mgr.14152) 107 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi037=a;smithi097=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:47:33.943 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:33 smithi192 bash[23291]: cephadm 2024-09-13T05:47:32.740150+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Saving service mgr spec with placement smithi037=a;smithi097=b;count:2 2024-09-13T05:47:33.943 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:33 smithi192 bash[23291]: cephadm 2024-09-13T05:47:32.740150+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Saving service mgr spec with placement smithi037=a;smithi097=b;count:2 2024-09-13T05:47:33.943 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:33 smithi192 bash[23291]: audit 2024-09-13T05:47:32.747118+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:33.943 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:33 smithi192 bash[23291]: audit 2024-09-13T05:47:32.747118+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:33.943 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:33 smithi192 bash[23291]: audit 2024-09-13T05:47:32.748830+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:33.944 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:33 smithi192 bash[23291]: audit 2024-09-13T05:47:32.748830+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:33.944 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:33 smithi192 bash[23291]: audit 2024-09-13T05:47:32.753596+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:33.944 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:33 smithi192 bash[23291]: audit 2024-09-13T05:47:32.753596+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:33.944 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:33 smithi192 bash[23291]: audit 2024-09-13T05:47:32.755379+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:33.944 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:33 smithi192 bash[23291]: audit 2024-09-13T05:47:32.755379+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:33.944 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:33 smithi192 bash[23291]: audit 2024-09-13T05:47:32.764794+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:33.944 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:33 smithi192 bash[23291]: audit 2024-09-13T05:47:32.764794+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:33.944 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:33 smithi192 bash[23291]: audit 2024-09-13T05:47:32.769003+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-13T05:47:33.944 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:33 smithi192 bash[23291]: audit 2024-09-13T05:47:32.769003+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-13T05:47:33.944 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:33 smithi192 bash[23291]: audit 2024-09-13T05:47:32.771943+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-13T05:47:33.944 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:33 smithi192 bash[23291]: audit 2024-09-13T05:47:32.771943+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-13T05:47:33.945 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:33 smithi192 bash[23291]: audit 2024-09-13T05:47:32.776404+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-13T05:47:33.945 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:33 smithi192 bash[23291]: audit 2024-09-13T05:47:32.776404+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-13T05:47:33.945 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:33 smithi192 bash[23291]: audit 2024-09-13T05:47:32.778360+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:33.945 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:33 smithi192 bash[23291]: audit 2024-09-13T05:47:32.778360+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:33.945 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:33 smithi192 bash[23291]: cephadm 2024-09-13T05:47:32.780295+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Deploying daemon mgr.b on smithi097 2024-09-13T05:47:33.945 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:33 smithi192 bash[23291]: cephadm 2024-09-13T05:47:32.780295+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Deploying daemon mgr.b on smithi097 2024-09-13T05:47:33.945 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:33 smithi192 bash[23291]: cluster 2024-09-13T05:47:32.835197+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:33.945 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:33 smithi192 bash[23291]: cluster 2024-09-13T05:47:32.835197+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:33.946 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-13T05:47:33.946 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T05:47:33.946 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 5h/5d Inode: 915 Links: 1 2024-09-13T05:47:33.946 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T05:47:33.946 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2024-09-13 05:36:06.204444494 +0000 2024-09-13T05:47:33.946 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2024-09-13 05:36:05.940446852 +0000 2024-09-13T05:47:33.946 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2024-09-13 05:36:05.940446852 +0000 2024-09-13T05:47:33.947 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: - 2024-09-13T05:47:33.947 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-13T05:47:33.986 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:33 smithi097 bash[23486]: audit 2024-09-13T05:47:32.737584+0000 mgr.a (mgr.14152) 107 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi037=a;smithi097=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:47:33.987 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:33 smithi097 bash[23486]: audit 2024-09-13T05:47:32.737584+0000 mgr.a (mgr.14152) 107 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi037=a;smithi097=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:47:33.987 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:33 smithi097 bash[23486]: cephadm 2024-09-13T05:47:32.740150+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Saving service mgr spec with placement smithi037=a;smithi097=b;count:2 2024-09-13T05:47:33.987 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:33 smithi097 bash[23486]: cephadm 2024-09-13T05:47:32.740150+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Saving service mgr spec with placement smithi037=a;smithi097=b;count:2 2024-09-13T05:47:33.987 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:33 smithi097 bash[23486]: audit 2024-09-13T05:47:32.747118+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:33.987 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:33 smithi097 bash[23486]: audit 2024-09-13T05:47:32.747118+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:33.987 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:33 smithi097 bash[23486]: audit 2024-09-13T05:47:32.748830+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:33.987 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:33 smithi097 bash[23486]: audit 2024-09-13T05:47:32.748830+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:33.987 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:33 smithi097 bash[23486]: audit 2024-09-13T05:47:32.753596+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:33.987 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:33 smithi097 bash[23486]: audit 2024-09-13T05:47:32.753596+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:33.987 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:33 smithi097 bash[23486]: audit 2024-09-13T05:47:32.755379+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:33.987 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:33 smithi097 bash[23486]: audit 2024-09-13T05:47:32.755379+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:33.987 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:33 smithi097 bash[23486]: audit 2024-09-13T05:47:32.764794+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:33.988 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:33 smithi097 bash[23486]: audit 2024-09-13T05:47:32.764794+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:33.988 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:33 smithi097 bash[23486]: audit 2024-09-13T05:47:32.769003+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-13T05:47:33.988 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:33 smithi097 bash[23486]: audit 2024-09-13T05:47:32.769003+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-13T05:47:33.988 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:33 smithi097 bash[23486]: audit 2024-09-13T05:47:32.771943+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-13T05:47:33.988 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:33 smithi097 bash[23486]: audit 2024-09-13T05:47:32.771943+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-13T05:47:33.988 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:33 smithi097 bash[23486]: audit 2024-09-13T05:47:32.776404+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-13T05:47:33.988 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:33 smithi097 bash[23486]: audit 2024-09-13T05:47:32.776404+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-13T05:47:33.988 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:33 smithi097 bash[23486]: audit 2024-09-13T05:47:32.778360+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:33.988 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:33 smithi097 bash[23486]: audit 2024-09-13T05:47:32.778360+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:33.988 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:33 smithi097 bash[23486]: cephadm 2024-09-13T05:47:32.780295+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Deploying daemon mgr.b on smithi097 2024-09-13T05:47:33.988 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:33 smithi097 bash[23486]: cephadm 2024-09-13T05:47:32.780295+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Deploying daemon mgr.b on smithi097 2024-09-13T05:47:33.988 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:33 smithi097 bash[23486]: cluster 2024-09-13T05:47:32.835197+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:33.989 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:33 smithi097 bash[23486]: cluster 2024-09-13T05:47:32.835197+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:34.004 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:33 smithi037 bash[22708]: audit 2024-09-13T05:47:32.737584+0000 mgr.a (mgr.14152) 107 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi037=a;smithi097=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:47:34.005 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:33 smithi037 bash[22708]: audit 2024-09-13T05:47:32.737584+0000 mgr.a (mgr.14152) 107 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi037=a;smithi097=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-13T05:47:34.005 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:33 smithi037 bash[22708]: cephadm 2024-09-13T05:47:32.740150+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Saving service mgr spec with placement smithi037=a;smithi097=b;count:2 2024-09-13T05:47:34.005 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:33 smithi037 bash[22708]: cephadm 2024-09-13T05:47:32.740150+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Saving service mgr spec with placement smithi037=a;smithi097=b;count:2 2024-09-13T05:47:34.005 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:33 smithi037 bash[22708]: audit 2024-09-13T05:47:32.747118+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:34.005 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:33 smithi037 bash[22708]: audit 2024-09-13T05:47:32.747118+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:34.005 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:33 smithi037 bash[22708]: audit 2024-09-13T05:47:32.748830+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:34.005 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:33 smithi037 bash[22708]: audit 2024-09-13T05:47:32.748830+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:34.006 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:33 smithi037 bash[22708]: audit 2024-09-13T05:47:32.753596+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:34.006 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:33 smithi037 bash[22708]: audit 2024-09-13T05:47:32.753596+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:34.006 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:33 smithi037 bash[22708]: audit 2024-09-13T05:47:32.755379+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:34.006 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:33 smithi037 bash[22708]: audit 2024-09-13T05:47:32.755379+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:34.006 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:33 smithi037 bash[22708]: audit 2024-09-13T05:47:32.764794+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:34.006 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:33 smithi037 bash[22708]: audit 2024-09-13T05:47:32.764794+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:34.006 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:33 smithi037 bash[22708]: audit 2024-09-13T05:47:32.769003+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-13T05:47:34.006 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:33 smithi037 bash[22708]: audit 2024-09-13T05:47:32.769003+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-13T05:47:34.006 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:33 smithi037 bash[22708]: audit 2024-09-13T05:47:32.771943+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-13T05:47:34.006 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:33 smithi037 bash[22708]: audit 2024-09-13T05:47:32.771943+0000 mon.a (mon.0) 339 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-13T05:47:34.006 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:33 smithi037 bash[22708]: audit 2024-09-13T05:47:32.776404+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-13T05:47:34.006 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:33 smithi037 bash[22708]: audit 2024-09-13T05:47:32.776404+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-13T05:47:34.006 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:33 smithi037 bash[22708]: audit 2024-09-13T05:47:32.778360+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:34.007 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:33 smithi037 bash[22708]: audit 2024-09-13T05:47:32.778360+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:34.007 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:33 smithi037 bash[22708]: cephadm 2024-09-13T05:47:32.780295+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Deploying daemon mgr.b on smithi097 2024-09-13T05:47:34.007 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:33 smithi037 bash[22708]: cephadm 2024-09-13T05:47:32.780295+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Deploying daemon mgr.b on smithi097 2024-09-13T05:47:34.007 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:33 smithi037 bash[22708]: cluster 2024-09-13T05:47:32.835197+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:34.007 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:33 smithi037 bash[22708]: cluster 2024-09-13T05:47:32.835197+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:34.008 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2024-09-13T05:47:34.008 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2024-09-13T05:47:34.008 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.00031643 s, 1.6 MB/s 2024-09-13T05:47:34.008 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-13T05:47:34.056 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/vg_nvme/lv_4 2024-09-13T05:47:34.103 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-13T05:47:34.103 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T05:47:34.103 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 5h/5d Inode: 927 Links: 1 2024-09-13T05:47:34.103 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T05:47:34.103 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2024-09-13 05:36:06.444442350 +0000 2024-09-13T05:47:34.103 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2024-09-13 05:36:06.440442386 +0000 2024-09-13T05:47:34.103 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2024-09-13 05:36:06.440442386 +0000 2024-09-13T05:47:34.103 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: - 2024-09-13T05:47:34.103 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-13T05:47:34.159 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2024-09-13T05:47:34.159 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2024-09-13T05:47:34.159 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.00021358 s, 2.4 MB/s 2024-09-13T05:47:34.160 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-13T05:47:34.210 DEBUG:teuthology.orchestra.run.smithi097:> set -ex 2024-09-13T05:47:34.210 DEBUG:teuthology.orchestra.run.smithi097:> dd if=/scratch_devs of=/dev/stdout 2024-09-13T05:47:34.216 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-13T05:47:34.216 DEBUG:teuthology.orchestra.run.smithi097:> stat /dev/vg_nvme/lv_1 2024-09-13T05:47:34.262 INFO:teuthology.orchestra.run.smithi097.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-13T05:47:34.262 INFO:teuthology.orchestra.run.smithi097.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T05:47:34.262 INFO:teuthology.orchestra.run.smithi097.stdout:Device: 5h/5d Inode: 865 Links: 1 2024-09-13T05:47:34.262 INFO:teuthology.orchestra.run.smithi097.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T05:47:34.262 INFO:teuthology.orchestra.run.smithi097.stdout:Access: 2024-09-13 05:36:00.023374096 +0000 2024-09-13T05:47:34.262 INFO:teuthology.orchestra.run.smithi097.stdout:Modify: 2024-09-13 05:35:59.783376239 +0000 2024-09-13T05:47:34.262 INFO:teuthology.orchestra.run.smithi097.stdout:Change: 2024-09-13 05:35:59.783376239 +0000 2024-09-13T05:47:34.263 INFO:teuthology.orchestra.run.smithi097.stdout: Birth: - 2024-09-13T05:47:34.263 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-13T05:47:34.317 INFO:teuthology.orchestra.run.smithi097.stderr:1+0 records in 2024-09-13T05:47:34.317 INFO:teuthology.orchestra.run.smithi097.stderr:1+0 records out 2024-09-13T05:47:34.317 INFO:teuthology.orchestra.run.smithi097.stderr:512 bytes copied, 0.000442116 s, 1.2 MB/s 2024-09-13T05:47:34.318 DEBUG:teuthology.orchestra.run.smithi097:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-13T05:47:34.367 DEBUG:teuthology.orchestra.run.smithi097:> stat /dev/vg_nvme/lv_2 2024-09-13T05:47:34.414 INFO:teuthology.orchestra.run.smithi097.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-13T05:47:34.414 INFO:teuthology.orchestra.run.smithi097.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T05:47:34.414 INFO:teuthology.orchestra.run.smithi097.stdout:Device: 5h/5d Inode: 879 Links: 1 2024-09-13T05:47:34.414 INFO:teuthology.orchestra.run.smithi097.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T05:47:34.414 INFO:teuthology.orchestra.run.smithi097.stdout:Access: 2024-09-13 05:36:00.523369629 +0000 2024-09-13T05:47:34.414 INFO:teuthology.orchestra.run.smithi097.stdout:Modify: 2024-09-13 05:36:00.259371988 +0000 2024-09-13T05:47:34.414 INFO:teuthology.orchestra.run.smithi097.stdout:Change: 2024-09-13 05:36:00.259371988 +0000 2024-09-13T05:47:34.415 INFO:teuthology.orchestra.run.smithi097.stdout: Birth: - 2024-09-13T05:47:34.415 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-13T05:47:34.470 INFO:teuthology.orchestra.run.smithi097.stderr:1+0 records in 2024-09-13T05:47:34.471 INFO:teuthology.orchestra.run.smithi097.stderr:1+0 records out 2024-09-13T05:47:34.471 INFO:teuthology.orchestra.run.smithi097.stderr:512 bytes copied, 0.00040962 s, 1.2 MB/s 2024-09-13T05:47:34.471 DEBUG:teuthology.orchestra.run.smithi097:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-13T05:47:34.518 DEBUG:teuthology.orchestra.run.smithi097:> stat /dev/vg_nvme/lv_3 2024-09-13T05:47:34.570 INFO:teuthology.orchestra.run.smithi097.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-13T05:47:34.570 INFO:teuthology.orchestra.run.smithi097.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T05:47:34.570 INFO:teuthology.orchestra.run.smithi097.stdout:Device: 5h/5d Inode: 900 Links: 1 2024-09-13T05:47:34.570 INFO:teuthology.orchestra.run.smithi097.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T05:47:34.570 INFO:teuthology.orchestra.run.smithi097.stdout:Access: 2024-09-13 05:36:01.043364985 +0000 2024-09-13T05:47:34.570 INFO:teuthology.orchestra.run.smithi097.stdout:Modify: 2024-09-13 05:36:00.767367450 +0000 2024-09-13T05:47:34.571 INFO:teuthology.orchestra.run.smithi097.stdout:Change: 2024-09-13 05:36:00.767367450 +0000 2024-09-13T05:47:34.571 INFO:teuthology.orchestra.run.smithi097.stdout: Birth: - 2024-09-13T05:47:34.571 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-13T05:47:34.621 INFO:teuthology.orchestra.run.smithi097.stderr:1+0 records in 2024-09-13T05:47:34.622 INFO:teuthology.orchestra.run.smithi097.stderr:1+0 records out 2024-09-13T05:47:34.622 INFO:teuthology.orchestra.run.smithi097.stderr:512 bytes copied, 0.000263395 s, 1.9 MB/s 2024-09-13T05:47:34.623 DEBUG:teuthology.orchestra.run.smithi097:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-13T05:47:34.674 DEBUG:teuthology.orchestra.run.smithi097:> stat /dev/vg_nvme/lv_4 2024-09-13T05:47:34.721 INFO:teuthology.orchestra.run.smithi097.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-13T05:47:34.722 INFO:teuthology.orchestra.run.smithi097.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T05:47:34.722 INFO:teuthology.orchestra.run.smithi097.stdout:Device: 5h/5d Inode: 918 Links: 1 2024-09-13T05:47:34.722 INFO:teuthology.orchestra.run.smithi097.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T05:47:34.722 INFO:teuthology.orchestra.run.smithi097.stdout:Access: 2024-09-13 05:36:01.563360339 +0000 2024-09-13T05:47:34.722 INFO:teuthology.orchestra.run.smithi097.stdout:Modify: 2024-09-13 05:36:01.311362591 +0000 2024-09-13T05:47:34.722 INFO:teuthology.orchestra.run.smithi097.stdout:Change: 2024-09-13 05:36:01.311362591 +0000 2024-09-13T05:47:34.722 INFO:teuthology.orchestra.run.smithi097.stdout: Birth: - 2024-09-13T05:47:34.722 DEBUG:teuthology.orchestra.run.smithi097:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-13T05:47:34.777 INFO:teuthology.orchestra.run.smithi097.stderr:1+0 records in 2024-09-13T05:47:34.777 INFO:teuthology.orchestra.run.smithi097.stderr:1+0 records out 2024-09-13T05:47:34.777 INFO:teuthology.orchestra.run.smithi097.stderr:512 bytes copied, 0.000333165 s, 1.5 MB/s 2024-09-13T05:47:34.778 DEBUG:teuthology.orchestra.run.smithi097:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-13T05:47:34.827 DEBUG:teuthology.orchestra.run.smithi192:> set -ex 2024-09-13T05:47:34.827 DEBUG:teuthology.orchestra.run.smithi192:> dd if=/scratch_devs of=/dev/stdout 2024-09-13T05:47:34.833 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-13T05:47:34.833 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/vg_nvme/lv_1 2024-09-13T05:47:34.882 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-13T05:47:34.882 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T05:47:34.882 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 5h/5d Inode: 887 Links: 1 2024-09-13T05:47:34.882 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T05:47:34.882 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2024-09-13 05:36:01.355591292 +0000 2024-09-13T05:47:34.883 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2024-09-13 05:36:01.107593507 +0000 2024-09-13T05:47:34.883 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2024-09-13 05:36:01.107593507 +0000 2024-09-13T05:47:34.883 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: - 2024-09-13T05:47:34.883 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-13T05:47:34.937 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2024-09-13T05:47:34.937 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2024-09-13T05:47:34.937 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.000353583 s, 1.4 MB/s 2024-09-13T05:47:34.938 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-13T05:47:34.987 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/vg_nvme/lv_2 2024-09-13T05:47:35.033 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-13T05:47:35.034 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T05:47:35.034 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 5h/5d Inode: 900 Links: 1 2024-09-13T05:47:35.034 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T05:47:35.034 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2024-09-13 05:36:01.787587433 +0000 2024-09-13T05:47:35.034 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2024-09-13 05:36:01.555589504 +0000 2024-09-13T05:47:35.034 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2024-09-13 05:36:01.555589504 +0000 2024-09-13T05:47:35.034 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: - 2024-09-13T05:47:35.034 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-13T05:47:35.088 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2024-09-13T05:47:35.088 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2024-09-13T05:47:35.088 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.000450572 s, 1.1 MB/s 2024-09-13T05:47:35.089 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-13T05:47:35.139 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/vg_nvme/lv_3 2024-09-13T05:47:35.186 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-13T05:47:35.186 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T05:47:35.186 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 5h/5d Inode: 922 Links: 1 2024-09-13T05:47:35.186 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T05:47:35.186 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2024-09-13 05:36:02.275583075 +0000 2024-09-13T05:47:35.187 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2024-09-13 05:36:02.003585504 +0000 2024-09-13T05:47:35.187 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2024-09-13 05:36:02.003585504 +0000 2024-09-13T05:47:35.187 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: - 2024-09-13T05:47:35.187 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-13T05:47:35.241 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2024-09-13T05:47:35.241 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2024-09-13T05:47:35.241 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.000387433 s, 1.3 MB/s 2024-09-13T05:47:35.242 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-13T05:47:35.291 DEBUG:teuthology.orchestra.run.smithi192:> stat /dev/vg_nvme/lv_4 2024-09-13T05:47:35.341 INFO:teuthology.orchestra.run.smithi192.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-13T05:47:35.341 INFO:teuthology.orchestra.run.smithi192.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-13T05:47:35.341 INFO:teuthology.orchestra.run.smithi192.stdout:Device: 5h/5d Inode: 941 Links: 1 2024-09-13T05:47:35.341 INFO:teuthology.orchestra.run.smithi192.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-13T05:47:35.341 INFO:teuthology.orchestra.run.smithi192.stdout:Access: 2024-09-13 05:36:02.747578858 +0000 2024-09-13T05:47:35.341 INFO:teuthology.orchestra.run.smithi192.stdout:Modify: 2024-09-13 05:36:02.507581001 +0000 2024-09-13T05:47:35.341 INFO:teuthology.orchestra.run.smithi192.stdout:Change: 2024-09-13 05:36:02.507581001 +0000 2024-09-13T05:47:35.341 INFO:teuthology.orchestra.run.smithi192.stdout: Birth: - 2024-09-13T05:47:35.342 DEBUG:teuthology.orchestra.run.smithi192:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-13T05:47:35.394 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records in 2024-09-13T05:47:35.394 INFO:teuthology.orchestra.run.smithi192.stderr:1+0 records out 2024-09-13T05:47:35.394 INFO:teuthology.orchestra.run.smithi192.stderr:512 bytes copied, 0.000232478 s, 2.2 MB/s 2024-09-13T05:47:35.395 DEBUG:teuthology.orchestra.run.smithi192:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-13T05:47:35.443 INFO:tasks.cephadm:Deploying osd.0 on smithi037 with /dev/vg_nvme/lv_4... 2024-09-13T05:47:35.443 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid db7ed238-7192-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-13T05:47:35.486 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:35 smithi097 systemd[1]: /etc/systemd/system/ceph-db7ed238-7192-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-13T05:47:35.486 INFO:journalctl@ceph.mgr.b.smithi097.stdout:Sep 13 05:47:35 smithi097 systemd[1]: /etc/systemd/system/ceph-db7ed238-7192-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-13T05:47:35.486 INFO:journalctl@ceph.mgr.b.smithi097.stdout:Sep 13 05:47:35 smithi097 systemd[1]: /etc/systemd/system/ceph-db7ed238-7192-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-13T05:47:35.486 INFO:journalctl@ceph.mgr.b.smithi097.stdout:Sep 13 05:47:35 smithi097 systemd[1]: /etc/systemd/system/ceph-db7ed238-7192-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-13T05:47:35.892 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:35 smithi097 systemd[1]: /etc/systemd/system/ceph-db7ed238-7192-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-13T05:47:35.892 INFO:journalctl@ceph.mgr.b.smithi097.stdout:Sep 13 05:47:35 smithi097 systemd[1]: /etc/systemd/system/ceph-db7ed238-7192-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-13T05:47:35.893 INFO:journalctl@ceph.mgr.b.smithi097.stdout:Sep 13 05:47:35 smithi097 systemd[1]: Started Ceph mgr.b for db7ed238-7192-11ef-bceb-c7b262605968. 2024-09-13T05:47:36.193 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:35 smithi192 bash[23291]: cluster 2024-09-13T05:47:34.835646+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:36.193 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:35 smithi192 bash[23291]: cluster 2024-09-13T05:47:34.835646+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:36.193 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:35 smithi192 bash[23291]: audit 2024-09-13T05:47:35.676456+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:36.193 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:35 smithi192 bash[23291]: audit 2024-09-13T05:47:35.676456+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:36.193 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:35 smithi192 bash[23291]: audit 2024-09-13T05:47:35.680995+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:36.194 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:35 smithi192 bash[23291]: audit 2024-09-13T05:47:35.680995+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:36.194 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:35 smithi192 bash[23291]: audit 2024-09-13T05:47:35.687932+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:36.194 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:35 smithi192 bash[23291]: audit 2024-09-13T05:47:35.687932+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:36.194 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:35 smithi192 bash[23291]: audit 2024-09-13T05:47:35.692494+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:36.194 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:35 smithi192 bash[23291]: audit 2024-09-13T05:47:35.692494+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:36.194 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:35 smithi192 bash[23291]: audit 2024-09-13T05:47:35.728010+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:36.194 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:35 smithi192 bash[23291]: audit 2024-09-13T05:47:35.728010+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:36.194 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:35 smithi192 bash[23291]: audit 2024-09-13T05:47:35.730980+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:36.194 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:35 smithi192 bash[23291]: audit 2024-09-13T05:47:35.730980+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:36.194 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:35 smithi192 bash[23291]: audit 2024-09-13T05:47:35.731952+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:36.194 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:35 smithi192 bash[23291]: audit 2024-09-13T05:47:35.731952+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:36.194 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:35 smithi192 bash[23291]: audit 2024-09-13T05:47:35.738843+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:36.195 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:35 smithi192 bash[23291]: audit 2024-09-13T05:47:35.738843+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:36.195 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:35 smithi192 bash[23291]: audit 2024-09-13T05:47:35.776473+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-13T05:47:36.195 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:35 smithi192 bash[23291]: audit 2024-09-13T05:47:35.776473+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-13T05:47:36.195 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:35 smithi192 bash[23291]: audit 2024-09-13T05:47:35.777948+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-13T05:47:36.195 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:35 smithi192 bash[23291]: audit 2024-09-13T05:47:35.777948+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-13T05:47:36.195 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:35 smithi192 bash[23291]: audit 2024-09-13T05:47:35.779101+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:36.195 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:35 smithi192 bash[23291]: audit 2024-09-13T05:47:35.779101+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:36.237 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:35 smithi097 bash[23486]: cluster 2024-09-13T05:47:34.835646+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:36.237 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:35 smithi097 bash[23486]: cluster 2024-09-13T05:47:34.835646+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:36.237 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:35 smithi097 bash[23486]: audit 2024-09-13T05:47:35.676456+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:36.237 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:35 smithi097 bash[23486]: audit 2024-09-13T05:47:35.676456+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:36.237 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:35 smithi097 bash[23486]: audit 2024-09-13T05:47:35.680995+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:36.237 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:35 smithi097 bash[23486]: audit 2024-09-13T05:47:35.680995+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:36.237 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:35 smithi097 bash[23486]: audit 2024-09-13T05:47:35.687932+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:36.237 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:35 smithi097 bash[23486]: audit 2024-09-13T05:47:35.687932+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:36.237 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:35 smithi097 bash[23486]: audit 2024-09-13T05:47:35.692494+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:36.237 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:35 smithi097 bash[23486]: audit 2024-09-13T05:47:35.692494+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:36.237 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:35 smithi097 bash[23486]: audit 2024-09-13T05:47:35.728010+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:36.238 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:35 smithi097 bash[23486]: audit 2024-09-13T05:47:35.728010+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:36.238 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:35 smithi097 bash[23486]: audit 2024-09-13T05:47:35.730980+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:36.238 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:35 smithi097 bash[23486]: audit 2024-09-13T05:47:35.730980+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:36.238 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:35 smithi097 bash[23486]: audit 2024-09-13T05:47:35.731952+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:36.238 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:35 smithi097 bash[23486]: audit 2024-09-13T05:47:35.731952+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:36.238 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:35 smithi097 bash[23486]: audit 2024-09-13T05:47:35.738843+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:36.238 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:35 smithi097 bash[23486]: audit 2024-09-13T05:47:35.738843+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:36.238 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:35 smithi097 bash[23486]: audit 2024-09-13T05:47:35.776473+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-13T05:47:36.238 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:35 smithi097 bash[23486]: audit 2024-09-13T05:47:35.776473+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-13T05:47:36.238 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:35 smithi097 bash[23486]: audit 2024-09-13T05:47:35.777948+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-13T05:47:36.238 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:35 smithi097 bash[23486]: audit 2024-09-13T05:47:35.777948+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-13T05:47:36.238 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:35 smithi097 bash[23486]: audit 2024-09-13T05:47:35.779101+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:36.238 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:35 smithi097 bash[23486]: audit 2024-09-13T05:47:35.779101+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:36.327 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:35 smithi037 bash[22708]: cluster 2024-09-13T05:47:34.835646+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:36.327 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:35 smithi037 bash[22708]: cluster 2024-09-13T05:47:34.835646+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:36.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:35 smithi037 bash[22708]: audit 2024-09-13T05:47:35.676456+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:36.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:35 smithi037 bash[22708]: audit 2024-09-13T05:47:35.676456+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:36.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:35 smithi037 bash[22708]: audit 2024-09-13T05:47:35.680995+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:36.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:35 smithi037 bash[22708]: audit 2024-09-13T05:47:35.680995+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:36.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:35 smithi037 bash[22708]: audit 2024-09-13T05:47:35.687932+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:36.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:35 smithi037 bash[22708]: audit 2024-09-13T05:47:35.687932+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:36.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:35 smithi037 bash[22708]: audit 2024-09-13T05:47:35.692494+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:36.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:35 smithi037 bash[22708]: audit 2024-09-13T05:47:35.692494+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:36.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:35 smithi037 bash[22708]: audit 2024-09-13T05:47:35.728010+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:36.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:35 smithi037 bash[22708]: audit 2024-09-13T05:47:35.728010+0000 mon.a (mon.0) 346 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:36.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:35 smithi037 bash[22708]: audit 2024-09-13T05:47:35.730980+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:36.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:35 smithi037 bash[22708]: audit 2024-09-13T05:47:35.730980+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:36.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:35 smithi037 bash[22708]: audit 2024-09-13T05:47:35.731952+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:36.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:35 smithi037 bash[22708]: audit 2024-09-13T05:47:35.731952+0000 mon.a (mon.0) 348 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:36.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:35 smithi037 bash[22708]: audit 2024-09-13T05:47:35.738843+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:36.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:35 smithi037 bash[22708]: audit 2024-09-13T05:47:35.738843+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:36.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:35 smithi037 bash[22708]: audit 2024-09-13T05:47:35.776473+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-13T05:47:36.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:35 smithi037 bash[22708]: audit 2024-09-13T05:47:35.776473+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-13T05:47:36.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:35 smithi037 bash[22708]: audit 2024-09-13T05:47:35.777948+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-13T05:47:36.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:35 smithi037 bash[22708]: audit 2024-09-13T05:47:35.777948+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-13T05:47:36.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:35 smithi037 bash[22708]: audit 2024-09-13T05:47:35.779101+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:36.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:35 smithi037 bash[22708]: audit 2024-09-13T05:47:35.779101+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:37.163 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:36 smithi097 bash[23486]: cephadm 2024-09-13T05:47:35.739279+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T05:47:37.164 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:36 smithi097 bash[23486]: cephadm 2024-09-13T05:47:35.739279+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T05:47:37.164 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:36 smithi097 bash[23486]: cephadm 2024-09-13T05:47:35.776046+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-13T05:47:37.164 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:36 smithi097 bash[23486]: cephadm 2024-09-13T05:47:35.776046+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-13T05:47:37.164 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:36 smithi097 bash[23486]: cephadm 2024-09-13T05:47:35.780525+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Reconfiguring daemon mgr.a on smithi037 2024-09-13T05:47:37.164 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:36 smithi097 bash[23486]: cephadm 2024-09-13T05:47:35.780525+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Reconfiguring daemon mgr.a on smithi037 2024-09-13T05:47:37.193 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:36 smithi192 bash[23291]: cephadm 2024-09-13T05:47:35.739279+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T05:47:37.193 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:36 smithi192 bash[23291]: cephadm 2024-09-13T05:47:35.739279+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T05:47:37.193 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:36 smithi192 bash[23291]: cephadm 2024-09-13T05:47:35.776046+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-13T05:47:37.193 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:36 smithi192 bash[23291]: cephadm 2024-09-13T05:47:35.776046+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-13T05:47:37.193 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:36 smithi192 bash[23291]: cephadm 2024-09-13T05:47:35.780525+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Reconfiguring daemon mgr.a on smithi037 2024-09-13T05:47:37.193 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:36 smithi192 bash[23291]: cephadm 2024-09-13T05:47:35.780525+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Reconfiguring daemon mgr.a on smithi037 2024-09-13T05:47:37.280 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:36 smithi037 bash[22708]: cephadm 2024-09-13T05:47:35.739279+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T05:47:37.280 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:36 smithi037 bash[22708]: cephadm 2024-09-13T05:47:35.739279+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T05:47:37.280 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:36 smithi037 bash[22708]: cephadm 2024-09-13T05:47:35.776046+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-13T05:47:37.280 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:36 smithi037 bash[22708]: cephadm 2024-09-13T05:47:35.776046+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-09-13T05:47:37.281 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:36 smithi037 bash[22708]: cephadm 2024-09-13T05:47:35.780525+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Reconfiguring daemon mgr.a on smithi037 2024-09-13T05:47:37.281 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:36 smithi037 bash[22708]: cephadm 2024-09-13T05:47:35.780525+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Reconfiguring daemon mgr.a on smithi037 2024-09-13T05:47:37.486 INFO:journalctl@ceph.mgr.b.smithi097.stdout:Sep 13 05:47:37 smithi097 bash[24260]: debug 2024-09-13T05:47:37.248+0000 7efd5aef3640 1 -- 172.21.15.97:0/4070857575 <== mon.2 v2:172.21.15.97:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x556533d110e0 con 0x556533d13800 2024-09-13T05:47:37.990 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:37 smithi097 bash[23486]: cluster 2024-09-13T05:47:36.835908+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:37.990 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:37 smithi097 bash[23486]: cluster 2024-09-13T05:47:36.835908+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:37.990 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:37 smithi097 bash[23486]: audit 2024-09-13T05:47:37.699409+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:37.990 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:37 smithi097 bash[23486]: audit 2024-09-13T05:47:37.699409+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:37.990 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:37 smithi097 bash[23486]: audit 2024-09-13T05:47:37.707951+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:38.192 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:37 smithi192 bash[23291]: cluster 2024-09-13T05:47:36.835908+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:38.192 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:37 smithi192 bash[23291]: cluster 2024-09-13T05:47:36.835908+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:38.193 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:37 smithi192 bash[23291]: audit 2024-09-13T05:47:37.699409+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:38.193 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:37 smithi192 bash[23291]: audit 2024-09-13T05:47:37.699409+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:38.193 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:37 smithi192 bash[23291]: audit 2024-09-13T05:47:37.707951+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:38.193 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:37 smithi192 bash[23291]: audit 2024-09-13T05:47:37.707951+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:38.193 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:37 smithi192 bash[23291]: audit 2024-09-13T05:47:37.718367+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:38.193 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:37 smithi192 bash[23291]: audit 2024-09-13T05:47:37.718367+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:38.327 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:37 smithi037 bash[22708]: cluster 2024-09-13T05:47:36.835908+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:38.327 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:37 smithi037 bash[22708]: cluster 2024-09-13T05:47:36.835908+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:38.327 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:37 smithi037 bash[22708]: audit 2024-09-13T05:47:37.699409+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:38.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:37 smithi037 bash[22708]: audit 2024-09-13T05:47:37.699409+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:38.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:37 smithi037 bash[22708]: audit 2024-09-13T05:47:37.707951+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:38.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:37 smithi037 bash[22708]: audit 2024-09-13T05:47:37.707951+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:38.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:37 smithi037 bash[22708]: audit 2024-09-13T05:47:37.718367+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:38.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:37 smithi037 bash[22708]: audit 2024-09-13T05:47:37.718367+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:38.485 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:37 smithi097 bash[23486]: audit 2024-09-13T05:47:37.707951+0000 mon.a (mon.0) 354 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:38.486 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:37 smithi097 bash[23486]: audit 2024-09-13T05:47:37.718367+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:38.486 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:37 smithi097 bash[23486]: audit 2024-09-13T05:47:37.718367+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:39.327 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:39 smithi037 bash[22708]: audit 2024-09-13T05:47:38.035441+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:39.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:39 smithi037 bash[22708]: audit 2024-09-13T05:47:38.035441+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:39.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:39 smithi037 bash[22708]: audit 2024-09-13T05:47:38.042358+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:39.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:39 smithi037 bash[22708]: audit 2024-09-13T05:47:38.042358+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:39.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:39 smithi037 bash[22708]: audit 2024-09-13T05:47:38.046232+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:39.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:39 smithi037 bash[22708]: audit 2024-09-13T05:47:38.046232+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:39.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:39 smithi037 bash[22708]: audit 2024-09-13T05:47:38.050456+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:39.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:39 smithi037 bash[22708]: audit 2024-09-13T05:47:38.050456+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:39.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:39 smithi037 bash[22708]: audit 2024-09-13T05:47:38.052218+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:39.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:39 smithi037 bash[22708]: audit 2024-09-13T05:47:38.052218+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:39.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:39 smithi037 bash[22708]: audit 2024-09-13T05:47:38.060651+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:39.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:39 smithi037 bash[22708]: audit 2024-09-13T05:47:38.060651+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:39.328 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:39 smithi037 bash[22708]: cephadm 2024-09-13T05:47:38.061616+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T05:47:39.329 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:39 smithi037 bash[22708]: cephadm 2024-09-13T05:47:38.061616+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T05:47:39.399 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:39 smithi097 bash[23486]: audit 2024-09-13T05:47:38.035441+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:39.399 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:39 smithi097 bash[23486]: audit 2024-09-13T05:47:38.035441+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:39.399 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:39 smithi097 bash[23486]: audit 2024-09-13T05:47:38.042358+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:39.399 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:39 smithi097 bash[23486]: audit 2024-09-13T05:47:38.042358+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:39.399 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:39 smithi097 bash[23486]: audit 2024-09-13T05:47:38.046232+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:39.399 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:39 smithi097 bash[23486]: audit 2024-09-13T05:47:38.046232+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:39.399 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:39 smithi097 bash[23486]: audit 2024-09-13T05:47:38.050456+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:39.399 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:39 smithi097 bash[23486]: audit 2024-09-13T05:47:38.050456+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:39.399 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:39 smithi097 bash[23486]: audit 2024-09-13T05:47:38.052218+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:39.399 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:39 smithi097 bash[23486]: audit 2024-09-13T05:47:38.052218+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:39.399 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:39 smithi097 bash[23486]: audit 2024-09-13T05:47:38.060651+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:39.400 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:39 smithi097 bash[23486]: audit 2024-09-13T05:47:38.060651+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:39.400 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:39 smithi097 bash[23486]: cephadm 2024-09-13T05:47:38.061616+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T05:47:39.400 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:39 smithi097 bash[23486]: cephadm 2024-09-13T05:47:38.061616+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T05:47:39.442 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:39 smithi192 bash[23291]: audit 2024-09-13T05:47:38.035441+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:39.443 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:39 smithi192 bash[23291]: audit 2024-09-13T05:47:38.035441+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:39.443 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:39 smithi192 bash[23291]: audit 2024-09-13T05:47:38.042358+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:39.443 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:39 smithi192 bash[23291]: audit 2024-09-13T05:47:38.042358+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:39.443 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:39 smithi192 bash[23291]: audit 2024-09-13T05:47:38.046232+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:39.443 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:39 smithi192 bash[23291]: audit 2024-09-13T05:47:38.046232+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-13T05:47:39.443 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:39 smithi192 bash[23291]: audit 2024-09-13T05:47:38.050456+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:39.443 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:39 smithi192 bash[23291]: audit 2024-09-13T05:47:38.050456+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-13T05:47:39.443 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:39 smithi192 bash[23291]: audit 2024-09-13T05:47:38.052218+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:39.443 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:39 smithi192 bash[23291]: audit 2024-09-13T05:47:38.052218+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-13T05:47:39.443 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:39 smithi192 bash[23291]: audit 2024-09-13T05:47:38.060651+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:39.443 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:39 smithi192 bash[23291]: audit 2024-09-13T05:47:38.060651+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:39.443 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:39 smithi192 bash[23291]: cephadm 2024-09-13T05:47:38.061616+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T05:47:39.444 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:39 smithi192 bash[23291]: cephadm 2024-09-13T05:47:38.061616+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-09-13T05:47:40.177 INFO:teuthology.orchestra.run.smithi037.stderr:Inferring config /var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/mon.a/config 2024-09-13T05:47:40.486 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:40 smithi097 bash[23486]: cluster 2024-09-13T05:47:38.836260+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:40.486 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:40 smithi097 bash[23486]: cluster 2024-09-13T05:47:38.836260+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:40.486 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:40 smithi097 bash[23486]: audit 2024-09-13T05:47:39.282028+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:40.486 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:40 smithi097 bash[23486]: audit 2024-09-13T05:47:39.282028+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:40.577 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:40 smithi037 bash[22708]: cluster 2024-09-13T05:47:38.836260+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:40.577 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:40 smithi037 bash[22708]: cluster 2024-09-13T05:47:38.836260+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:40.577 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:40 smithi037 bash[22708]: audit 2024-09-13T05:47:39.282028+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:40.577 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:40 smithi037 bash[22708]: audit 2024-09-13T05:47:39.282028+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:40.692 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:40 smithi192 bash[23291]: cluster 2024-09-13T05:47:38.836260+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:40.692 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:40 smithi192 bash[23291]: cluster 2024-09-13T05:47:38.836260+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:40.692 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:40 smithi192 bash[23291]: audit 2024-09-13T05:47:39.282028+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:40.692 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:40 smithi192 bash[23291]: audit 2024-09-13T05:47:39.282028+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:41.827 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:41 smithi037 bash[22708]: audit 2024-09-13T05:47:40.769344+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:41.827 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:41 smithi037 bash[22708]: audit 2024-09-13T05:47:40.769344+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:41.827 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:41 smithi037 bash[22708]: cluster 2024-09-13T05:47:40.836713+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:41.827 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:41 smithi037 bash[22708]: cluster 2024-09-13T05:47:40.836713+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:41.827 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:41 smithi037 bash[22708]: audit 2024-09-13T05:47:41.757728+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:41.827 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:41 smithi037 bash[22708]: audit 2024-09-13T05:47:41.757728+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:41.827 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:41 smithi037 bash[22708]: audit 2024-09-13T05:47:41.764664+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:41.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:41 smithi037 bash[22708]: audit 2024-09-13T05:47:41.764664+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:41.986 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:41 smithi097 bash[23486]: audit 2024-09-13T05:47:40.769344+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:41.986 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:41 smithi097 bash[23486]: audit 2024-09-13T05:47:40.769344+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:41.986 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:41 smithi097 bash[23486]: cluster 2024-09-13T05:47:40.836713+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:41.986 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:41 smithi097 bash[23486]: cluster 2024-09-13T05:47:40.836713+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:41.986 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:41 smithi097 bash[23486]: audit 2024-09-13T05:47:41.757728+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:41.986 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:41 smithi097 bash[23486]: audit 2024-09-13T05:47:41.757728+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:41.986 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:41 smithi097 bash[23486]: audit 2024-09-13T05:47:41.764664+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:41.986 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:41 smithi097 bash[23486]: audit 2024-09-13T05:47:41.764664+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:42.192 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:41 smithi192 bash[23291]: audit 2024-09-13T05:47:40.769344+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:42.192 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:41 smithi192 bash[23291]: audit 2024-09-13T05:47:40.769344+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:42.192 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:41 smithi192 bash[23291]: cluster 2024-09-13T05:47:40.836713+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:42.193 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:41 smithi192 bash[23291]: cluster 2024-09-13T05:47:40.836713+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:42.193 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:41 smithi192 bash[23291]: audit 2024-09-13T05:47:41.757728+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:42.193 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:41 smithi192 bash[23291]: audit 2024-09-13T05:47:41.757728+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:42.193 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:41 smithi192 bash[23291]: audit 2024-09-13T05:47:41.764664+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:42.193 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:41 smithi192 bash[23291]: audit 2024-09-13T05:47:41.764664+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:43.030 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:42 smithi097 bash[23486]: audit 2024-09-13T05:47:41.777270+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:43.030 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:42 smithi097 bash[23486]: audit 2024-09-13T05:47:41.777270+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:43.077 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:42 smithi037 bash[22708]: audit 2024-09-13T05:47:41.777270+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:43.077 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:42 smithi037 bash[22708]: audit 2024-09-13T05:47:41.777270+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:43.192 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:42 smithi192 bash[23291]: audit 2024-09-13T05:47:41.777270+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:43.192 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:42 smithi192 bash[23291]: audit 2024-09-13T05:47:41.777270+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:43.827 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:43 smithi037 bash[22708]: cluster 2024-09-13T05:47:42.837176+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:43.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:43 smithi037 bash[22708]: cluster 2024-09-13T05:47:42.837176+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:43.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:43 smithi037 bash[22708]: cluster 2024-09-13T05:47:43.376757+0000 mon.a (mon.0) 367 : cluster [DBG] Standby manager daemon b started 2024-09-13T05:47:43.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:43 smithi037 bash[22708]: cluster 2024-09-13T05:47:43.376757+0000 mon.a (mon.0) 367 : cluster [DBG] Standby manager daemon b started 2024-09-13T05:47:43.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:43 smithi037 bash[22708]: audit 2024-09-13T05:47:43.379372+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.97:0/1443991941' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-13T05:47:43.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:43 smithi037 bash[22708]: audit 2024-09-13T05:47:43.379372+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.97:0/1443991941' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-13T05:47:43.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:43 smithi037 bash[22708]: audit 2024-09-13T05:47:43.380103+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.97:0/1443991941' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-13T05:47:43.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:43 smithi037 bash[22708]: audit 2024-09-13T05:47:43.380103+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.97:0/1443991941' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-13T05:47:43.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:43 smithi037 bash[22708]: audit 2024-09-13T05:47:43.380903+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.97:0/1443991941' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-13T05:47:43.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:43 smithi037 bash[22708]: audit 2024-09-13T05:47:43.380903+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.97:0/1443991941' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-13T05:47:43.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:43 smithi037 bash[22708]: audit 2024-09-13T05:47:43.381357+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.97:0/1443991941' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-13T05:47:43.828 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:43 smithi037 bash[22708]: audit 2024-09-13T05:47:43.381357+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.97:0/1443991941' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-13T05:47:43.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:43 smithi037 bash[22708]: audit 2024-09-13T05:47:43.681698+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:43.829 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:43 smithi037 bash[22708]: audit 2024-09-13T05:47:43.681698+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:43.976 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:43 smithi097 bash[23486]: cluster 2024-09-13T05:47:42.837176+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:43.976 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:43 smithi097 bash[23486]: cluster 2024-09-13T05:47:42.837176+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:43.976 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:43 smithi097 bash[23486]: cluster 2024-09-13T05:47:43.376757+0000 mon.a (mon.0) 367 : cluster [DBG] Standby manager daemon b started 2024-09-13T05:47:43.976 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:43 smithi097 bash[23486]: cluster 2024-09-13T05:47:43.376757+0000 mon.a (mon.0) 367 : cluster [DBG] Standby manager daemon b started 2024-09-13T05:47:43.976 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:43 smithi097 bash[23486]: audit 2024-09-13T05:47:43.379372+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.97:0/1443991941' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-13T05:47:43.976 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:43 smithi097 bash[23486]: audit 2024-09-13T05:47:43.379372+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.97:0/1443991941' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-13T05:47:43.976 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:43 smithi097 bash[23486]: audit 2024-09-13T05:47:43.380103+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.97:0/1443991941' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-13T05:47:43.976 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:43 smithi097 bash[23486]: audit 2024-09-13T05:47:43.380103+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.97:0/1443991941' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-13T05:47:43.976 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:43 smithi097 bash[23486]: audit 2024-09-13T05:47:43.380903+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.97:0/1443991941' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-13T05:47:43.976 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:43 smithi097 bash[23486]: audit 2024-09-13T05:47:43.380903+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.97:0/1443991941' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-13T05:47:43.976 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:43 smithi097 bash[23486]: audit 2024-09-13T05:47:43.381357+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.97:0/1443991941' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-13T05:47:43.976 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:43 smithi097 bash[23486]: audit 2024-09-13T05:47:43.381357+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.97:0/1443991941' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-13T05:47:43.977 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:43 smithi097 bash[23486]: audit 2024-09-13T05:47:43.681698+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:43.977 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:43 smithi097 bash[23486]: audit 2024-09-13T05:47:43.681698+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:44.192 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:43 smithi192 bash[23291]: cluster 2024-09-13T05:47:42.837176+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:44.193 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:43 smithi192 bash[23291]: cluster 2024-09-13T05:47:42.837176+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-13T05:47:44.193 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:43 smithi192 bash[23291]: cluster 2024-09-13T05:47:43.376757+0000 mon.a (mon.0) 367 : cluster [DBG] Standby manager daemon b started 2024-09-13T05:47:44.193 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:43 smithi192 bash[23291]: cluster 2024-09-13T05:47:43.376757+0000 mon.a (mon.0) 367 : cluster [DBG] Standby manager daemon b started 2024-09-13T05:47:44.193 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:43 smithi192 bash[23291]: audit 2024-09-13T05:47:43.379372+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.97:0/1443991941' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-13T05:47:44.193 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:43 smithi192 bash[23291]: audit 2024-09-13T05:47:43.379372+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.97:0/1443991941' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-13T05:47:44.193 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:43 smithi192 bash[23291]: audit 2024-09-13T05:47:43.380103+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.97:0/1443991941' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-13T05:47:44.193 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:43 smithi192 bash[23291]: audit 2024-09-13T05:47:43.380103+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.97:0/1443991941' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-13T05:47:44.193 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:43 smithi192 bash[23291]: audit 2024-09-13T05:47:43.380903+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.97:0/1443991941' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-13T05:47:44.193 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:43 smithi192 bash[23291]: audit 2024-09-13T05:47:43.380903+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.97:0/1443991941' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-13T05:47:44.193 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:43 smithi192 bash[23291]: audit 2024-09-13T05:47:43.381357+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.97:0/1443991941' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-13T05:47:44.194 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:43 smithi192 bash[23291]: audit 2024-09-13T05:47:43.381357+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.97:0/1443991941' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-13T05:47:44.194 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:43 smithi192 bash[23291]: audit 2024-09-13T05:47:43.681698+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:44.194 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:43 smithi192 bash[23291]: audit 2024-09-13T05:47:43.681698+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.37:0/1823191128' entity='mgr.a' 2024-09-13T05:47:44.258 INFO:teuthology.orchestra.run.smithi037.stderr:Non-zero exit code 1 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 -e NODE_NAME=smithi037 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/db7ed238-7192-11ef-bceb-c7b262605968:/var/run/ceph:z -v /var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:rslave -v /tmp/ceph-tmpyth5qj41:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp6numb_l7:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 lvm zap /dev/vg_nvme/lv_4 2024-09-13T05:47:44.259 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/docker: stderr --> Zapping: /dev/vg_nvme/lv_4 2024-09-13T05:47:44.259 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/docker: stderr --> Removing all BlueStore signature on /dev/vg_nvme/lv_4 if any... 2024-09-13T05:47:44.259 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/docker: stderr Running command: /usr/bin/ceph-bluestore-tool zap-device /dev/vg_nvme/lv_4 --yes-i-really-really-mean-it 2024-09-13T05:47:44.259 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/docker: stderr stderr: Unknown options: [zap-device,/dev/vg_nvme/lv_4] 2024-09-13T05:47:44.259 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/docker: stderr Traceback (most recent call last): 2024-09-13T05:47:44.259 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/docker: stderr File "/usr/sbin/ceph-volume", line 33, in 2024-09-13T05:47:44.260 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/docker: stderr sys.exit(load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')()) 2024-09-13T05:47:44.260 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/docker: stderr File "/usr/lib/python3.9/site-packages/ceph_volume/main.py", line 54, in __init__ 2024-09-13T05:47:44.260 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/docker: stderr self.main(self.argv) 2024-09-13T05:47:44.260 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/docker: stderr File "/usr/lib/python3.9/site-packages/ceph_volume/decorators.py", line 59, in newfunc 2024-09-13T05:47:44.260 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/docker: stderr return f(*a, **kw) 2024-09-13T05:47:44.260 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/docker: stderr File "/usr/lib/python3.9/site-packages/ceph_volume/main.py", line 166, in main 2024-09-13T05:47:44.261 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/docker: stderr terminal.dispatch(self.mapper, subcommand_args) 2024-09-13T05:47:44.261 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/docker: stderr File "/usr/lib/python3.9/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-09-13T05:47:44.261 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/docker: stderr instance.main() 2024-09-13T05:47:44.261 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/docker: stderr File "/usr/lib/python3.9/site-packages/ceph_volume/devices/lvm/main.py", line 46, in main 2024-09-13T05:47:44.261 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/docker: stderr terminal.dispatch(self.mapper, self.argv) 2024-09-13T05:47:44.261 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/docker: stderr File "/usr/lib/python3.9/site-packages/ceph_volume/terminal.py", line 194, in dispatch 2024-09-13T05:47:44.262 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/docker: stderr instance.main() 2024-09-13T05:47:44.262 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/docker: stderr File "/usr/lib/python3.9/site-packages/ceph_volume/devices/lvm/zap.py", line 430, in main 2024-09-13T05:47:44.262 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/docker: stderr self.zap() 2024-09-13T05:47:44.262 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/docker: stderr File "/usr/lib/python3.9/site-packages/ceph_volume/decorators.py", line 16, in is_root 2024-09-13T05:47:44.262 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/docker: stderr return func(*a, **kw) 2024-09-13T05:47:44.262 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/docker: stderr File "/usr/lib/python3.9/site-packages/ceph_volume/devices/lvm/zap.py", line 302, in zap 2024-09-13T05:47:44.262 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/docker: stderr self.zap_lv(device) 2024-09-13T05:47:44.263 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/docker: stderr File "/usr/lib/python3.9/site-packages/ceph_volume/devices/lvm/zap.py", line 197, in zap_lv 2024-09-13T05:47:44.263 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/docker: stderr zap_device(device.path) 2024-09-13T05:47:44.263 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/docker: stderr File "/usr/lib/python3.9/site-packages/ceph_volume/devices/lvm/zap.py", line 25, in zap_device 2024-09-13T05:47:44.263 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/docker: stderr zap_bluestore(path) 2024-09-13T05:47:44.263 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/docker: stderr File "/usr/lib/python3.9/site-packages/ceph_volume/devices/lvm/zap.py", line 36, in zap_bluestore 2024-09-13T05:47:44.263 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/docker: stderr process.run([ 2024-09-13T05:47:44.264 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/docker: stderr File "/usr/lib/python3.9/site-packages/ceph_volume/process.py", line 147, in run 2024-09-13T05:47:44.264 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/docker: stderr raise RuntimeError(msg) 2024-09-13T05:47:44.264 INFO:teuthology.orchestra.run.smithi037.stderr:/usr/bin/docker: stderr RuntimeError: command returned non-zero exit status: 1 2024-09-13T05:47:44.264 INFO:teuthology.orchestra.run.smithi037.stderr:Traceback (most recent call last): 2024-09-13T05:47:44.264 INFO:teuthology.orchestra.run.smithi037.stderr: File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main 2024-09-13T05:47:44.266 INFO:teuthology.orchestra.run.smithi037.stderr: return _run_code(code, main_globals, None, 2024-09-13T05:47:44.267 INFO:teuthology.orchestra.run.smithi037.stderr: File "/usr/lib/python3.10/runpy.py", line 86, in _run_code 2024-09-13T05:47:44.267 INFO:teuthology.orchestra.run.smithi037.stderr: exec(code, run_globals) 2024-09-13T05:47:44.267 INFO:teuthology.orchestra.run.smithi037.stderr: File "/tmp/tmp6vuxujxz.cephadm.build/app/__main__.py", line 5628, in 2024-09-13T05:47:44.267 INFO:teuthology.orchestra.run.smithi037.stderr: File "/tmp/tmp6vuxujxz.cephadm.build/app/__main__.py", line 5616, in main 2024-09-13T05:47:44.267 INFO:teuthology.orchestra.run.smithi037.stderr: File "/tmp/tmp6vuxujxz.cephadm.build/app/__main__.py", line 414, in _infer_config 2024-09-13T05:47:44.267 INFO:teuthology.orchestra.run.smithi037.stderr: File "/tmp/tmp6vuxujxz.cephadm.build/app/__main__.py", line 329, in _infer_fsid 2024-09-13T05:47:44.268 INFO:teuthology.orchestra.run.smithi037.stderr: File "/tmp/tmp6vuxujxz.cephadm.build/app/__main__.py", line 442, in _infer_image 2024-09-13T05:47:44.268 INFO:teuthology.orchestra.run.smithi037.stderr: File "/tmp/tmp6vuxujxz.cephadm.build/app/__main__.py", line 316, in _validate_fsid 2024-09-13T05:47:44.268 INFO:teuthology.orchestra.run.smithi037.stderr: File "/tmp/tmp6vuxujxz.cephadm.build/app/__main__.py", line 3353, in command_ceph_volume 2024-09-13T05:47:44.268 INFO:teuthology.orchestra.run.smithi037.stderr: File "/tmp/tmp6vuxujxz.cephadm.build/app/cephadmlib/call_wrappers.py", line 310, in call_throws 2024-09-13T05:47:44.268 INFO:teuthology.orchestra.run.smithi037.stderr:RuntimeError: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --ulimit nofile=1048576 --net=host --entrypoint /usr/sbin/ceph-volume --privileged --group-add=disk --init -e CONTAINER_IMAGE=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 -e NODE_NAME=smithi037 -e CEPH_VOLUME_SKIP_RESTORECON=yes -e CEPH_VOLUME_DEBUG=1 -v /var/run/ceph/db7ed238-7192-11ef-bceb-c7b262605968:/var/run/ceph:z -v /var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968:/var/log/ceph:z -v /var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/crash:/var/lib/ceph/crash:z -v /dev:/dev -v /run/udev:/run/udev -v /sys:/sys -v /run/lvm:/run/lvm -v /run/lock/lvm:/run/lock/lvm -v /:/rootfs:rslave -v /tmp/ceph-tmpyth5qj41:/etc/ceph/ceph.conf:z -v /tmp/ceph-tmp6numb_l7:/var/lib/ceph/bootstrap-osd/ceph.keyring:z quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 lvm zap /dev/vg_nvme/lv_4 2024-09-13T05:47:44.318 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T05:47:44.320 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/qa/tasks/cephadm.py", line 1121, in ceph_osds remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi037 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid db7ed238-7192-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4' 2024-09-13T05:47:44.325 DEBUG:teuthology.orchestra.run.smithi037:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-13T05:47:44.342 DEBUG:teuthology.orchestra.run.smithi097:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-13T05:47:44.356 DEBUG:teuthology.orchestra.run.smithi192:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-13T05:47:44.374 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-13T05:47:44.374 DEBUG:teuthology.orchestra.run.smithi037:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-13T05:47:44.391 DEBUG:teuthology.orchestra.run.smithi097:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-13T05:47:44.401 DEBUG:teuthology.orchestra.run.smithi192:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-13T05:47:44.422 INFO:tasks.cephadm:Stopping all daemons... 2024-09-13T05:47:44.423 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-09-13T05:47:44.423 DEBUG:teuthology.orchestra.run.smithi037:> sudo systemctl stop ceph-db7ed238-7192-11ef-bceb-c7b262605968@mon.a 2024-09-13T05:47:44.577 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:44 smithi037 systemd[1]: Stopping Ceph mon.a for db7ed238-7192-11ef-bceb-c7b262605968... 2024-09-13T05:47:44.721 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:44 smithi037 bash[22708]: debug 2024-09-13T05:47:44.582+0000 7fe82856d640 -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-13T05:47:44.721 INFO:journalctl@ceph.mon.a.smithi037.stdout:Sep 13 05:47:44 smithi037 bash[22708]: debug 2024-09-13T05:47:44.582+0000 7fe82856d640 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-09-13T05:47:45.394 DEBUG:teuthology.orchestra.run.smithi037:> sudo pkill -f 'journalctl -f -n 0 -u ceph-db7ed238-7192-11ef-bceb-c7b262605968@mon.a.service' 2024-09-13T05:47:45.427 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-13T05:47:45.427 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-09-13T05:47:45.427 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-09-13T05:47:45.427 DEBUG:teuthology.orchestra.run.smithi097:> sudo systemctl stop ceph-db7ed238-7192-11ef-bceb-c7b262605968@mon.b 2024-09-13T05:47:45.736 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:45 smithi097 systemd[1]: Stopping Ceph mon.b for db7ed238-7192-11ef-bceb-c7b262605968... 2024-09-13T05:47:45.736 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:45 smithi097 bash[23486]: debug 2024-09-13T05:47:45.568+0000 7f4abf709640 -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-13T05:47:45.736 INFO:journalctl@ceph.mon.b.smithi097.stdout:Sep 13 05:47:45 smithi097 bash[23486]: debug 2024-09-13T05:47:45.568+0000 7f4abf709640 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-09-13T05:47:46.340 DEBUG:teuthology.orchestra.run.smithi097:> sudo pkill -f 'journalctl -f -n 0 -u ceph-db7ed238-7192-11ef-bceb-c7b262605968@mon.b.service' 2024-09-13T05:47:46.369 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-13T05:47:46.369 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-09-13T05:47:46.369 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-09-13T05:47:46.369 DEBUG:teuthology.orchestra.run.smithi192:> sudo systemctl stop ceph-db7ed238-7192-11ef-bceb-c7b262605968@mon.c 2024-09-13T05:47:46.692 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:46 smithi192 systemd[1]: Stopping Ceph mon.c for db7ed238-7192-11ef-bceb-c7b262605968... 2024-09-13T05:47:46.692 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:46 smithi192 bash[23291]: debug 2024-09-13T05:47:46.514+0000 7fb59026d640 -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-13T05:47:46.692 INFO:journalctl@ceph.mon.c.smithi192.stdout:Sep 13 05:47:46 smithi192 bash[23291]: debug 2024-09-13T05:47:46.514+0000 7fb59026d640 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-09-13T05:47:47.348 DEBUG:teuthology.orchestra.run.smithi192:> sudo pkill -f 'journalctl -f -n 0 -u ceph-db7ed238-7192-11ef-bceb-c7b262605968@mon.c.service' 2024-09-13T05:47:47.390 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-13T05:47:47.391 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-09-13T05:47:47.391 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-09-13T05:47:47.391 DEBUG:teuthology.orchestra.run.smithi037:> sudo systemctl stop ceph-db7ed238-7192-11ef-bceb-c7b262605968@mgr.a 2024-09-13T05:47:47.779 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:47:47 smithi037 systemd[1]: Stopping Ceph mgr.a for db7ed238-7192-11ef-bceb-c7b262605968... 2024-09-13T05:47:47.779 INFO:journalctl@ceph.mgr.a.smithi037.stdout:Sep 13 05:47:47 smithi037 bash[22963]: debug 2024-09-13T05:47:47.542+0000 7efe34678640 -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-13T05:47:48.265 DEBUG:teuthology.orchestra.run.smithi037:> sudo pkill -f 'journalctl -f -n 0 -u ceph-db7ed238-7192-11ef-bceb-c7b262605968@mgr.a.service' 2024-09-13T05:47:48.304 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-13T05:47:48.304 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-09-13T05:47:48.304 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-09-13T05:47:48.304 DEBUG:teuthology.orchestra.run.smithi097:> sudo systemctl stop ceph-db7ed238-7192-11ef-bceb-c7b262605968@mgr.b 2024-09-13T05:47:48.621 INFO:journalctl@ceph.mgr.b.smithi097.stdout:Sep 13 05:47:48 smithi097 systemd[1]: Stopping Ceph mgr.b for db7ed238-7192-11ef-bceb-c7b262605968... 2024-09-13T05:47:49.076 DEBUG:teuthology.orchestra.run.smithi097:> sudo pkill -f 'journalctl -f -n 0 -u ceph-db7ed238-7192-11ef-bceb-c7b262605968@mgr.b.service' 2024-09-13T05:47:49.110 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-13T05:47:49.111 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-09-13T05:47:49.111 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid db7ed238-7192-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-13T05:47:49.301 INFO:teuthology.orchestra.run.smithi037.stdout:Deleting cluster with fsid: db7ed238-7192-11ef-bceb-c7b262605968 2024-09-13T05:47:51.719 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid db7ed238-7192-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-13T05:47:51.906 INFO:teuthology.orchestra.run.smithi097.stdout:Deleting cluster with fsid: db7ed238-7192-11ef-bceb-c7b262605968 2024-09-13T05:47:54.141 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid db7ed238-7192-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-13T05:47:55.026 INFO:teuthology.orchestra.run.smithi192.stdout:Deleting cluster with fsid: db7ed238-7192-11ef-bceb-c7b262605968 2024-09-13T05:47:57.080 DEBUG:teuthology.orchestra.run.smithi037:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-13T05:47:57.096 DEBUG:teuthology.orchestra.run.smithi097:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-13T05:47:57.110 DEBUG:teuthology.orchestra.run.smithi192:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-13T05:47:57.122 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-13T05:47:57.124 DEBUG:teuthology.misc:Transferring archived files from smithi037:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-13_05:00:55-orch:cephadm-wip-guits-main-2024-09-12-1245-distro-default-smithi/7903137/remote/smithi037/crash 2024-09-13T05:47:57.125 DEBUG:teuthology.orchestra.run.smithi037:> sudo tar c -f - -C /var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/crash -- . 2024-09-13T05:47:57.151 INFO:teuthology.orchestra.run.smithi037.stderr:tar: /var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-13T05:47:57.151 INFO:teuthology.orchestra.run.smithi037.stderr:tar: Error is not recoverable: exiting now 2024-09-13T05:47:57.153 DEBUG:teuthology.misc:Transferring archived files from smithi097:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-13_05:00:55-orch:cephadm-wip-guits-main-2024-09-12-1245-distro-default-smithi/7903137/remote/smithi097/crash 2024-09-13T05:47:57.154 DEBUG:teuthology.orchestra.run.smithi097:> sudo tar c -f - -C /var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/crash -- . 2024-09-13T05:47:57.167 INFO:teuthology.orchestra.run.smithi097.stderr:tar: /var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-13T05:47:57.167 INFO:teuthology.orchestra.run.smithi097.stderr:tar: Error is not recoverable: exiting now 2024-09-13T05:47:57.169 DEBUG:teuthology.misc:Transferring archived files from smithi192:/var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/gabrioux-2024-09-13_05:00:55-orch:cephadm-wip-guits-main-2024-09-12-1245-distro-default-smithi/7903137/remote/smithi192/crash 2024-09-13T05:47:57.170 DEBUG:teuthology.orchestra.run.smithi192:> sudo tar c -f - -C /var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/crash -- . 2024-09-13T05:47:57.181 INFO:teuthology.orchestra.run.smithi192.stderr:tar: /var/lib/ceph/db7ed238-7192-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-13T05:47:57.181 INFO:teuthology.orchestra.run.smithi192.stderr:tar: Error is not recoverable: exiting now 2024-09-13T05:47:57.182 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-13T05:47:57.182 DEBUG:teuthology.orchestra.run.smithi037:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/db7ed238-7192-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-13T05:47:57.209 INFO:tasks.cephadm:Compressing logs... 2024-09-13T05:47:57.209 DEBUG:teuthology.orchestra.run.smithi037:> 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-13T05:47:57.252 DEBUG:teuthology.orchestra.run.smithi097:> 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-13T05:47:57.257 DEBUG:teuthology.orchestra.run.smithi192:> 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-13T05:47:57.260 INFO:teuthology.orchestra.run.smithi037.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-13T05:47:57.265 INFO:teuthology.orchestra.run.smithi097.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-13T05:47:57.268 INFO:teuthology.orchestra.run.smithi192.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-09-13T05:47:57.270 INFO:teuthology.orchestra.run.smithi037.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-13T05:47:57.270 INFO:teuthology.orchestra.run.smithi037.stderr:gzip -5 --verbose -- /var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph-mon.a.log 2024-09-13T05:47:57.271 INFO:teuthology.orchestra.run.smithi097.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-13T05:47:57.272 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-13T05:47:57.272 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph.log 2024-09-13T05:47:57.273 INFO:teuthology.orchestra.run.smithi037.stderr:gzip -5 --verbose -- /var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-13T05:47:57.273 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph.cephadm.log: /var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph.log: 82.2% -- replaced with /var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-13T05:47:57.273 INFO:teuthology.orchestra.run.smithi037.stderr:gzip -5 --verbose -- /var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-13T05:47:57.273 INFO:teuthology.orchestra.run.smithi037.stderr: 85.3% -- replaced with /var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-13T05:47:57.273 INFO:teuthology.orchestra.run.smithi037.stderr:gzip -5 --verbose -- /var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph-mgr.a.log 2024-09-13T05:47:57.274 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph-volume.log: /var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph.audit.log: /var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph-mgr.a.log: 89.7% -- replaced with /var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-13T05:47:57.274 INFO:teuthology.orchestra.run.smithi037.stderr: 82.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-13T05:47:57.275 INFO:teuthology.orchestra.run.smithi097.stderr:gzip -5 --verbose -- /var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-13T05:47:57.275 INFO:teuthology.orchestra.run.smithi097.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph.log 2024-09-13T05:47:57.275 INFO:teuthology.orchestra.run.smithi097.stderr:/var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-13T05:47:57.275 INFO:teuthology.orchestra.run.smithi097.stderr: 81.0% -- replaced with /var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-13T05:47:57.275 INFO:teuthology.orchestra.run.smithi097.stderr:/var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph-mgr.b.log 2024-09-13T05:47:57.276 INFO:teuthology.orchestra.run.smithi097.stderr: 81.5% -- replaced with /var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-13T05:47:57.277 INFO:teuthology.orchestra.run.smithi097.stderr:/var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-13T05:47:57.277 INFO:teuthology.orchestra.run.smithi097.stderr: 82.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-13T05:47:57.277 INFO:teuthology.orchestra.run.smithi097.stderr:/var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph-mon.b.log 2024-09-13T05:47:57.277 INFO:teuthology.orchestra.run.smithi097.stderr:/var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph.audit.log: 89.9% -- replaced with /var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-13T05:47:57.277 INFO:teuthology.orchestra.run.smithi097.stderr:/var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph-mon.b.log: 89.1% -- replaced with /var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph-mgr.b.log.gz 2024-09-13T05:47:57.277 INFO:teuthology.orchestra.run.smithi037.stderr: 91.7% -- replaced with /var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-13T05:47:57.278 INFO:teuthology.orchestra.run.smithi097.stderr: 91.8% -- replaced with /var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-13T05:47:57.290 INFO:teuthology.orchestra.run.smithi192.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-13T05:47:57.290 INFO:teuthology.orchestra.run.smithi192.stderr:gzip -5 --verbose -- /var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-13T05:47:57.290 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph.log 2024-09-13T05:47:57.291 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-13T05:47:57.291 INFO:teuthology.orchestra.run.smithi192.stderr: 81.0% -- replaced with /var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-13T05:47:57.291 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph.log: 81.5% -- replaced with /var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-13T05:47:57.291 INFO:teuthology.orchestra.run.smithi192.stderr:gzip -5 --verbose -- /var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph-mon.c.log 2024-09-13T05:47:57.291 INFO:teuthology.orchestra.run.smithi192.stderr: 81.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-13T05:47:57.291 INFO:teuthology.orchestra.run.smithi192.stderr:gzip -5 --verbose -- /var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-13T05:47:57.292 INFO:teuthology.orchestra.run.smithi192.stderr:/var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph-mon.c.log: /var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph-volume.log: /var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph.audit.log: 89.9% -- replaced with /var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-13T05:47:57.293 INFO:teuthology.orchestra.run.smithi097.stderr: 92.8% -- replaced with /var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph-mon.b.log.gz 2024-09-13T05:47:57.293 INFO:teuthology.orchestra.run.smithi097.stderr: 2024-09-13T05:47:57.294 INFO:teuthology.orchestra.run.smithi097.stderr:real 0m0.032s 2024-09-13T05:47:57.294 INFO:teuthology.orchestra.run.smithi097.stderr:user 0m0.027s 2024-09-13T05:47:57.294 INFO:teuthology.orchestra.run.smithi097.stderr:sys 0m0.023s 2024-09-13T05:47:57.294 INFO:teuthology.orchestra.run.smithi192.stderr: 91.7% -- replaced with /var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-13T05:47:57.301 INFO:teuthology.orchestra.run.smithi192.stderr: 92.8% -- replaced with /var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph-mon.c.log.gz 2024-09-13T05:47:57.302 INFO:teuthology.orchestra.run.smithi192.stderr: 2024-09-13T05:47:57.302 INFO:teuthology.orchestra.run.smithi192.stderr:real 0m0.041s 2024-09-13T05:47:57.302 INFO:teuthology.orchestra.run.smithi192.stderr:user 0m0.026s 2024-09-13T05:47:57.302 INFO:teuthology.orchestra.run.smithi192.stderr:sys 0m0.015s 2024-09-13T05:47:57.313 INFO:teuthology.orchestra.run.smithi037.stderr: 88.5% -- replaced with /var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph-mgr.a.log.gz 2024-09-13T05:47:57.354 INFO:teuthology.orchestra.run.smithi037.stderr: 91.9% -- replaced with /var/log/ceph/db7ed238-7192-11ef-bceb-c7b262605968/ceph-mon.a.log.gz 2024-09-13T05:47:57.355 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-09-13T05:47:57.355 INFO:teuthology.orchestra.run.smithi037.stderr:real 0m0.101s 2024-09-13T05:47:57.355 INFO:teuthology.orchestra.run.smithi037.stderr:user 0m0.143s 2024-09-13T05:47:57.355 INFO:teuthology.orchestra.run.smithi037.stderr:sys 0m0.009s 2024-09-13T05:47:57.356 INFO:tasks.cephadm:Archiving logs... 2024-09-13T05:47:57.356 DEBUG:teuthology.misc:Transferring archived files from smithi037:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-13_05:00:55-orch:cephadm-wip-guits-main-2024-09-12-1245-distro-default-smithi/7903137/remote/smithi037/log 2024-09-13T05:47:57.357 DEBUG:teuthology.orchestra.run.smithi037:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-13T05:47:57.437 DEBUG:teuthology.misc:Transferring archived files from smithi097:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-13_05:00:55-orch:cephadm-wip-guits-main-2024-09-12-1245-distro-default-smithi/7903137/remote/smithi097/log 2024-09-13T05:47:57.438 DEBUG:teuthology.orchestra.run.smithi097:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-13T05:47:57.461 DEBUG:teuthology.misc:Transferring archived files from smithi192:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-09-13_05:00:55-orch:cephadm-wip-guits-main-2024-09-12-1245-distro-default-smithi/7903137/remote/smithi192/log 2024-09-13T05:47:57.465 DEBUG:teuthology.orchestra.run.smithi192:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-13T05:47:57.487 INFO:tasks.cephadm:Removing cluster... 2024-09-13T05:47:57.487 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid db7ed238-7192-11ef-bceb-c7b262605968 --force 2024-09-13T05:47:57.677 INFO:teuthology.orchestra.run.smithi037.stdout:Deleting cluster with fsid: db7ed238-7192-11ef-bceb-c7b262605968 2024-09-13T05:47:59.001 DEBUG:teuthology.orchestra.run.smithi097:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid db7ed238-7192-11ef-bceb-c7b262605968 --force 2024-09-13T05:47:59.188 INFO:teuthology.orchestra.run.smithi097.stdout:Deleting cluster with fsid: db7ed238-7192-11ef-bceb-c7b262605968 2024-09-13T05:48:00.513 DEBUG:teuthology.orchestra.run.smithi192:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid db7ed238-7192-11ef-bceb-c7b262605968 --force 2024-09-13T05:48:00.701 INFO:teuthology.orchestra.run.smithi192.stdout:Deleting cluster with fsid: db7ed238-7192-11ef-bceb-c7b262605968 2024-09-13T05:48:02.043 INFO:tasks.cephadm:Removing cephadm ... 2024-09-13T05:48:02.043 DEBUG:teuthology.orchestra.run.smithi037:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-13T05:48:02.050 DEBUG:teuthology.orchestra.run.smithi097:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-13T05:48:02.056 DEBUG:teuthology.orchestra.run.smithi192:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-13T05:48:02.061 INFO:tasks.cephadm:Teardown complete 2024-09-13T05:48:02.062 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 112, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/qa/tasks/cephadm.py", line 2334, in task with contextutil.nested( File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.10/contextlib.py", line 153, in __exit__ self.gen.throw(typ, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/qa/tasks/cephadm.py", line 1962, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/qa/tasks/cephadm.py", line 1121, in ceph_osds remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi037 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid db7ed238-7192-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4' 2024-09-13T05:48:02.308 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=79a443ba1c2943d2bf668dd0f8a0c277 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 112, in run_tasks manager.__enter__() File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/qa/tasks/cephadm.py", line 2334, in task with contextutil.nested( File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.10/contextlib.py", line 153, in __exit__ self.gen.throw(typ, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/qa/tasks/cephadm.py", line 1962, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.10/contextlib.py", line 135, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3/qa/tasks/cephadm.py", line 1121, in ceph_osds remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi037 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid db7ed238-7192-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4' 2024-09-13T05:48:02.312 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-13T05:48:02.320 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-09-13T05:48:02.342 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-13T05:48:02.342 DEBUG:teuthology.orchestra.run.smithi037:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-13T05:48:02.364 DEBUG:teuthology.orchestra.run.smithi097:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-13T05:48:02.367 DEBUG:teuthology.orchestra.run.smithi192:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-13T05:48:02.481 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-13T05:48:02.490 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-13T05:48:02.490 DEBUG:teuthology.orchestra.run.smithi037:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-13T05:48:02.493 DEBUG:teuthology.orchestra.run.smithi097:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-13T05:48:02.495 DEBUG:teuthology.orchestra.run.smithi192:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-13T05:48:02.504 INFO:teuthology.orchestra.run.smithi097.stdout: remote refid st t when poll reach delay offset jitter 2024-09-13T05:48:02.504 INFO:teuthology.orchestra.run.smithi097.stdout:============================================================================== 2024-09-13T05:48:02.504 INFO:teuthology.orchestra.run.smithi097.stdout:+hv01.front.sepi 67.205.162.81 3 u 29 64 377 0.076 -1.468 0.629 2024-09-13T05:48:02.504 INFO:teuthology.orchestra.run.smithi097.stdout:+hv02.front.sepi 63.231.80.2 3 u 37 64 377 0.091 +0.018 0.781 2024-09-13T05:48:02.504 INFO:teuthology.orchestra.run.smithi097.stdout:*hv03.front.sepi 74.6.168.72 3 u 36 64 377 0.100 -1.905 0.641 2024-09-13T05:48:02.505 INFO:teuthology.orchestra.run.smithi097.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-13T05:48:02.506 INFO:teuthology.orchestra.run.smithi037.stdout: remote refid st t when poll reach delay offset jitter 2024-09-13T05:48:02.506 INFO:teuthology.orchestra.run.smithi037.stdout:============================================================================== 2024-09-13T05:48:02.506 INFO:teuthology.orchestra.run.smithi037.stdout:*hv01.front.sepi 67.205.162.81 3 u 35 64 377 0.105 -0.047 1.351 2024-09-13T05:48:02.507 INFO:teuthology.orchestra.run.smithi037.stdout:+hv02.front.sepi 63.231.80.2 3 u 32 64 377 0.072 -0.014 0.898 2024-09-13T05:48:02.507 INFO:teuthology.orchestra.run.smithi037.stdout:+hv03.front.sepi 74.6.168.72 3 u 30 64 377 0.095 -0.835 0.841 2024-09-13T05:48:02.507 INFO:teuthology.orchestra.run.smithi037.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-13T05:48:02.510 INFO:teuthology.orchestra.run.smithi192.stdout: remote refid st t when poll reach delay offset jitter 2024-09-13T05:48:02.510 INFO:teuthology.orchestra.run.smithi192.stdout:============================================================================== 2024-09-13T05:48:02.510 INFO:teuthology.orchestra.run.smithi192.stdout:*hv01.front.sepi 67.205.162.81 3 u 37 64 377 0.064 -0.840 1.492 2024-09-13T05:48:02.510 INFO:teuthology.orchestra.run.smithi192.stdout:+hv02.front.sepi 63.231.80.2 3 u 33 64 377 0.083 -2.092 2.036 2024-09-13T05:48:02.510 INFO:teuthology.orchestra.run.smithi192.stdout:+hv03.front.sepi 74.6.168.72 3 u 36 64 377 0.092 -0.780 1.642 2024-09-13T05:48:02.511 INFO:teuthology.orchestra.run.smithi192.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-09-13T05:48:02.511 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-13T05:48:02.522 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-13T05:48:02.523 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-13T05:48:02.552 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-13T05:48:02.594 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-13T05:48:02.632 INFO:teuthology.task.internal:Duration was 959.968184 seconds 2024-09-13T05:48:02.632 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-13T05:48:02.669 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-13T05:48:02.669 DEBUG:teuthology.orchestra.run.smithi037:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-13T05:48:02.672 DEBUG:teuthology.orchestra.run.smithi097:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-13T05:48:02.674 DEBUG:teuthology.orchestra.run.smithi192:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-13T05:48:02.711 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-13T05:48:02.711 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi037.front.sepia.ceph.com 2024-09-13T05:48:02.711 DEBUG:teuthology.orchestra.run.smithi037:> 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-13T05:48:02.763 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi097.front.sepia.ceph.com 2024-09-13T05:48:02.764 DEBUG:teuthology.orchestra.run.smithi097:> 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-13T05:48:02.774 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi192.front.sepia.ceph.com 2024-09-13T05:48:02.774 DEBUG:teuthology.orchestra.run.smithi192:> 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-13T05:48:02.784 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-13T05:48:02.785 DEBUG:teuthology.orchestra.run.smithi037:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-13T05:48:02.812 DEBUG:teuthology.orchestra.run.smithi097:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-13T05:48:02.818 DEBUG:teuthology.orchestra.run.smithi192:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-13T05:48:02.854 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-13T05:48:02.854 DEBUG:teuthology.orchestra.run.smithi037:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-13T05:48:02.888 DEBUG:teuthology.orchestra.run.smithi097:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-13T05:48:02.890 DEBUG:teuthology.orchestra.run.smithi192:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-13T05:48:02.980 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-13T05:48:02.990 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-13T05:48:02.990 DEBUG:teuthology.orchestra.run.smithi037:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-13T05:48:03.001 DEBUG:teuthology.orchestra.run.smithi097:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-13T05:48:03.013 DEBUG:teuthology.orchestra.run.smithi192:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-13T05:48:03.025 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-13T05:48:03.034 DEBUG:teuthology.orchestra.run.smithi037:> 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-13T05:48:03.047 DEBUG:teuthology.orchestra.run.smithi097:> 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-13T05:48:03.054 INFO:teuthology.orchestra.run.smithi037.stdout:kernel.core_pattern = core 2024-09-13T05:48:03.062 DEBUG:teuthology.orchestra.run.smithi192:> 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-13T05:48:03.072 INFO:teuthology.orchestra.run.smithi097.stdout:kernel.core_pattern = core 2024-09-13T05:48:03.079 INFO:teuthology.orchestra.run.smithi192.stdout:kernel.core_pattern = core 2024-09-13T05:48:03.101 DEBUG:teuthology.orchestra.run.smithi037:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-13T05:48:03.118 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T05:48:03.118 DEBUG:teuthology.orchestra.run.smithi097:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-13T05:48:03.145 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T05:48:03.145 DEBUG:teuthology.orchestra.run.smithi192:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-13T05:48:03.149 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-13T05:48:03.150 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-13T05:48:03.160 INFO:teuthology.task.internal:Transferring archived files... 2024-09-13T05:48:03.160 DEBUG:teuthology.misc:Transferring archived files from smithi037:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-13_05:00:55-orch:cephadm-wip-guits-main-2024-09-12-1245-distro-default-smithi/7903137/remote/smithi037 2024-09-13T05:48:03.161 DEBUG:teuthology.orchestra.run.smithi037:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-13T05:48:03.184 DEBUG:teuthology.misc:Transferring archived files from smithi097:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-13_05:00:55-orch:cephadm-wip-guits-main-2024-09-12-1245-distro-default-smithi/7903137/remote/smithi097 2024-09-13T05:48:03.185 DEBUG:teuthology.orchestra.run.smithi097:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-13T05:48:03.212 DEBUG:teuthology.misc:Transferring archived files from smithi192:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-09-13_05:00:55-orch:cephadm-wip-guits-main-2024-09-12-1245-distro-default-smithi/7903137/remote/smithi192 2024-09-13T05:48:03.213 DEBUG:teuthology.orchestra.run.smithi192:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-13T05:48:03.246 INFO:teuthology.task.internal:Removing archive directory... 2024-09-13T05:48:03.247 DEBUG:teuthology.orchestra.run.smithi037:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-13T05:48:03.250 DEBUG:teuthology.orchestra.run.smithi097:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-13T05:48:03.255 DEBUG:teuthology.orchestra.run.smithi192:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-13T05:48:03.277 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-13T05:48:03.287 INFO:teuthology.task.internal:Not uploading archives. 2024-09-13T05:48:03.287 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-13T05:48:03.296 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-13T05:48:03.296 DEBUG:teuthology.orchestra.run.smithi037:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-13T05:48:03.299 DEBUG:teuthology.orchestra.run.smithi097:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-13T05:48:03.303 INFO:teuthology.orchestra.run.smithi037.stdout: 658465 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 13 05:48 /home/ubuntu/cephtest 2024-09-13T05:48:03.306 DEBUG:teuthology.orchestra.run.smithi192:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-13T05:48:03.310 INFO:teuthology.orchestra.run.smithi097.stdout: 658633 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 13 05:48 /home/ubuntu/cephtest 2024-09-13T05:48:03.325 INFO:teuthology.orchestra.run.smithi192.stdout: 658555 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 13 05:48 /home/ubuntu/cephtest 2024-09-13T05:48:03.327 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-13T05:48:03.337 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-13T05:48:03.492 INFO:teuthology.run:Summary data: description: orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} duration: 959.9681844711304 failure_reason: 'Command failed on smithi037 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9d608eb13dd49ee7b4b1637dbcf4f78b31ddd3d3 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid db7ed238-7192-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4''' flavor: default owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=79a443ba1c2943d2bf668dd0f8a0c277 status: fail success: false 2024-09-13T05:48:03.493 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-13T05:48:03.589 INFO:teuthology.run:FAIL