2024-04-22T23:03:07.195 INFO:root:teuthology version: 0.0.1.dev269+g9481b1d 2024-04-22T23:03:07.195 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --archive /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669189 --owner scheduled_adking@teuthology --description orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} --name adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi -- /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669189/orig.config.yaml 2024-04-22T23:03:07.226 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-22T23:03:07.315 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669189 branch: wip-adk-testing-2024-04-22-1618 description: orch:cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} email: adking@redhat.com first_in_suite: false job_id: '7669189' kernel: kdb: 1 sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-adk-testing-2024-04-22-1618 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 log-only-match: - CEPHADM_ sha1: 43be020184947e53516056c9931e1ac5bdbbb1a5 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 43be020184947e53516056c9931e1ac5bdbbb1a5 workunit: branch: wip-adk-testing-2024-04-22-1618 sha1: 43be020184947e53516056c9931e1ac5bdbbb1a5 owner: scheduled_adking@teuthology priority: 80 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: 6551 sha1: 43be020184947e53516056c9931e1ac5bdbbb1a5 sleep_before_teardown: 0 subset: 1/16 suite: orch:cephadm suite_branch: wip-adk-testing-2024-04-22-1618 suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 43be020184947e53516056c9931e1ac5bdbbb1a5 targets: smithi033.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG7KJQdDGFhrwufVJBOv8Yo0icxrCztPTX3qmancoCZsH2n5IyPvSUKwnTv8DRDRiM1tQrB1g4eIKFa0D71XTe0= smithi171.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEnXJfYq1ZsTlGJmHsU6zczXBEGQDVU1k6k7Q5rkuqNUdZa5wzEgjmhhZrR1G8HrhapiF8V5xogLabvD7rhDQhU= smithi176.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCVuI4sY4eXokyQXxvuf2/kRkWi3F73FkhyhTt0CGyxkG3xWXuRdjQZc5dwcqF68Fos9Qs6A2ewy4KVQrRhEzxM= tasks: - install: null - cephadm: null - cephadm.shell: host.a: - "set -e\nset -x\nceph orch apply node-exporter\nceph orch apply grafana\nceph\ \ orch apply alertmanager\nceph orch apply prometheus\nsleep 240\nceph orch\ \ ls\nceph orch ps\nceph orch host ls\nMON_DAEMON=$(ceph orch ps --daemon-type\ \ mon -f json | jq -r 'last | .daemon_name')\nGRAFANA_HOST=$(ceph orch ps --daemon-type\ \ grafana -f json | jq -e '.[]' | jq -r '.hostname')\nPROM_HOST=$(ceph orch\ \ ps --daemon-type prometheus -f json | jq -e '.[]' | jq -r '.hostname')\nALERTM_HOST=$(ceph\ \ orch ps --daemon-type alertmanager -f json | jq -e '.[]' | jq -r '.hostname')\n\ GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST \"$GRAFANA_HOST\"\ \ '.[] | select(.hostname==$GRAFANA_HOST) | .addr')\nPROM_IP=$(ceph orch host\ \ ls -f json | jq -r --arg PROM_HOST \"$PROM_HOST\" '.[] | select(.hostname==$PROM_HOST)\ \ | .addr')\nALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST\ \ \"$ALERTM_HOST\" '.[] | select(.hostname==$ALERTM_HOST) | .addr')\n# check\ \ each host node-exporter metrics endpoint is responsive\nALL_HOST_IPS=$(ceph\ \ orch host ls -f json | jq -r '.[] | .addr')\nfor ip in $ALL_HOST_IPS; do\n\ \ curl -s http://${ip}:9100/metric\ndone\n# check grafana endpoints are responsive\ \ and database health is okay\ncurl -k -s https://${GRAFANA_IP}:3000/api/health\n\ curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '.database == \"ok\"\ '\n# stop mon daemon in order to trigger an alert\nceph orch daemon stop $MON_DAEMON\n\ sleep 120\n# check prometheus endpoints are responsive and mon down alert is\ \ firing\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ \ | jq -e '.status == \"success\"'\ncurl -s http://${PROM_IP}:9095/api/v1/alerts\n\ curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '.data | .alerts | .[]\ \ | select(.labels | .alertname == \"CephMonDown\") | .state == \"firing\"'\n\ # check alertmanager endpoints are responsive and mon down alert is active\n\ curl -s http://${ALERTM_IP}:9093/api/v1/status\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts\n\ curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '.data | .[] | select(.labels\ \ | .alertname == \"CephMonDown\") | .status | .state == \"active\"'\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17 timestamp: 2024-04-22_22:45:33 tube: smithi user: adking verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-04-22T23:03:07.315 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa; will attempt to use it 2024-04-22T23:03:07.316 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks 2024-04-22T23:03:07.316 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-04-22T23:03:07.318 INFO:teuthology.task.internal:Checking packages... 2024-04-22T23:03:07.342 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '43be020184947e53516056c9931e1ac5bdbbb1a5' 2024-04-22T23:03:07.342 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-04-22T23:03:07.342 INFO:teuthology.packaging:ref: None 2024-04-22T23:03:07.342 INFO:teuthology.packaging:tag: None 2024-04-22T23:03:07.342 INFO:teuthology.packaging:branch: wip-adk-testing-2024-04-22-1618 2024-04-22T23:03:07.342 INFO:teuthology.packaging:sha1: 43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:03:07.342 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-adk-testing-2024-04-22-1618 2024-04-22T23:03:07.569 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-3252-g43be0201-1jammy 2024-04-22T23:03:07.570 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-04-22T23:03:07.577 INFO:teuthology.task.internal:no buildpackages task found 2024-04-22T23:03:07.577 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-04-22T23:03:07.626 INFO:teuthology.task.internal:Saving configuration 2024-04-22T23:03:07.640 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-04-22T23:03:07.702 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T23:03:07.729 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi033.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669189', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-22 22:57:26.008555', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFAjZBpZIOBsAQaQ71MZ7gc1fm0zFX4+1Yj95rcqjsOP'} 2024-04-22T23:03:07.753 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi171.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669189', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-22 22:57:26.009610', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMXhxaVK93lWgKPCTAiflv4QSyTvk5/pqkLtADwhb5+a'} 2024-04-22T23:03:07.775 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi176.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669189', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-22 22:57:26.007322', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOziZPOvmIK7ANFNUPwZcqoyL30rA/KhykMskjPHfrrt'} 2024-04-22T23:03:07.775 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-04-22T23:03:07.781 INFO:teuthology.task.internal:roles: ubuntu@smithi033.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-04-22T23:03:07.781 INFO:teuthology.task.internal:roles: ubuntu@smithi171.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-04-22T23:03:07.781 INFO:teuthology.task.internal:roles: ubuntu@smithi176.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-04-22T23:03:07.781 INFO:teuthology.run_tasks:Running task console_log... 2024-04-22T23:03:07.917 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7ff2c905ef70>, signals=[15]) 2024-04-22T23:03:07.918 INFO:teuthology.run_tasks:Running task internal.connect... 2024-04-22T23:03:07.924 INFO:teuthology.task.internal:Opening connections... 2024-04-22T23:03:07.924 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi033.front.sepia.ceph.com 2024-04-22T23:03:07.926 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi033.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:03:08.009 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi171.front.sepia.ceph.com 2024-04-22T23:03:08.010 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi171.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:03:08.087 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi176.front.sepia.ceph.com 2024-04-22T23:03:08.089 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi176.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:03:08.167 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-04-22T23:03:08.174 DEBUG:teuthology.orchestra.run.smithi033:> uname -m 2024-04-22T23:03:08.180 INFO:teuthology.orchestra.run.smithi033.stdout:x86_64 2024-04-22T23:03:08.181 DEBUG:teuthology.orchestra.run.smithi033:> cat /etc/os-release 2024-04-22T23:03:08.229 INFO:teuthology.orchestra.run.smithi033.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-22T23:03:08.229 INFO:teuthology.orchestra.run.smithi033.stdout:NAME="Ubuntu" 2024-04-22T23:03:08.229 INFO:teuthology.orchestra.run.smithi033.stdout:VERSION_ID="22.04" 2024-04-22T23:03:08.229 INFO:teuthology.orchestra.run.smithi033.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-22T23:03:08.229 INFO:teuthology.orchestra.run.smithi033.stdout:VERSION_CODENAME=jammy 2024-04-22T23:03:08.229 INFO:teuthology.orchestra.run.smithi033.stdout:ID=ubuntu 2024-04-22T23:03:08.229 INFO:teuthology.orchestra.run.smithi033.stdout:ID_LIKE=debian 2024-04-22T23:03:08.229 INFO:teuthology.orchestra.run.smithi033.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-22T23:03:08.230 INFO:teuthology.orchestra.run.smithi033.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-22T23:03:08.230 INFO:teuthology.orchestra.run.smithi033.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-22T23:03:08.230 INFO:teuthology.orchestra.run.smithi033.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-22T23:03:08.230 INFO:teuthology.orchestra.run.smithi033.stdout:UBUNTU_CODENAME=jammy 2024-04-22T23:03:08.230 INFO:teuthology.lock.ops:Updating smithi033.front.sepia.ceph.com on lock server 2024-04-22T23:03:08.249 DEBUG:teuthology.orchestra.run.smithi171:> uname -m 2024-04-22T23:03:08.254 INFO:teuthology.orchestra.run.smithi171.stdout:x86_64 2024-04-22T23:03:08.255 DEBUG:teuthology.orchestra.run.smithi171:> cat /etc/os-release 2024-04-22T23:03:08.304 INFO:teuthology.orchestra.run.smithi171.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-22T23:03:08.304 INFO:teuthology.orchestra.run.smithi171.stdout:NAME="Ubuntu" 2024-04-22T23:03:08.304 INFO:teuthology.orchestra.run.smithi171.stdout:VERSION_ID="22.04" 2024-04-22T23:03:08.304 INFO:teuthology.orchestra.run.smithi171.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-22T23:03:08.304 INFO:teuthology.orchestra.run.smithi171.stdout:VERSION_CODENAME=jammy 2024-04-22T23:03:08.304 INFO:teuthology.orchestra.run.smithi171.stdout:ID=ubuntu 2024-04-22T23:03:08.304 INFO:teuthology.orchestra.run.smithi171.stdout:ID_LIKE=debian 2024-04-22T23:03:08.304 INFO:teuthology.orchestra.run.smithi171.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-22T23:03:08.304 INFO:teuthology.orchestra.run.smithi171.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-22T23:03:08.304 INFO:teuthology.orchestra.run.smithi171.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-22T23:03:08.304 INFO:teuthology.orchestra.run.smithi171.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-22T23:03:08.305 INFO:teuthology.orchestra.run.smithi171.stdout:UBUNTU_CODENAME=jammy 2024-04-22T23:03:08.305 INFO:teuthology.lock.ops:Updating smithi171.front.sepia.ceph.com on lock server 2024-04-22T23:03:08.324 DEBUG:teuthology.orchestra.run.smithi176:> uname -m 2024-04-22T23:03:08.329 INFO:teuthology.orchestra.run.smithi176.stdout:x86_64 2024-04-22T23:03:08.330 DEBUG:teuthology.orchestra.run.smithi176:> cat /etc/os-release 2024-04-22T23:03:08.376 INFO:teuthology.orchestra.run.smithi176.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-04-22T23:03:08.376 INFO:teuthology.orchestra.run.smithi176.stdout:NAME="Ubuntu" 2024-04-22T23:03:08.376 INFO:teuthology.orchestra.run.smithi176.stdout:VERSION_ID="22.04" 2024-04-22T23:03:08.376 INFO:teuthology.orchestra.run.smithi176.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-04-22T23:03:08.377 INFO:teuthology.orchestra.run.smithi176.stdout:VERSION_CODENAME=jammy 2024-04-22T23:03:08.377 INFO:teuthology.orchestra.run.smithi176.stdout:ID=ubuntu 2024-04-22T23:03:08.377 INFO:teuthology.orchestra.run.smithi176.stdout:ID_LIKE=debian 2024-04-22T23:03:08.377 INFO:teuthology.orchestra.run.smithi176.stdout:HOME_URL="https://www.ubuntu.com/" 2024-04-22T23:03:08.377 INFO:teuthology.orchestra.run.smithi176.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-04-22T23:03:08.377 INFO:teuthology.orchestra.run.smithi176.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-04-22T23:03:08.377 INFO:teuthology.orchestra.run.smithi176.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-04-22T23:03:08.377 INFO:teuthology.orchestra.run.smithi176.stdout:UBUNTU_CODENAME=jammy 2024-04-22T23:03:08.377 INFO:teuthology.lock.ops:Updating smithi176.front.sepia.ceph.com on lock server 2024-04-22T23:03:08.407 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-04-22T23:03:08.416 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-04-22T23:03:08.443 INFO:teuthology.task.internal:Checking for old test directory... 2024-04-22T23:03:08.443 DEBUG:teuthology.orchestra.run.smithi033:> test '!' -e /home/ubuntu/cephtest 2024-04-22T23:03:08.445 DEBUG:teuthology.orchestra.run.smithi171:> test '!' -e /home/ubuntu/cephtest 2024-04-22T23:03:08.448 DEBUG:teuthology.orchestra.run.smithi176:> test '!' -e /home/ubuntu/cephtest 2024-04-22T23:03:08.453 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-04-22T23:03:08.476 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-04-22T23:03:08.476 DEBUG:teuthology.orchestra.run.smithi033:> test -z $(ls -A /var/lib/ceph) 2024-04-22T23:03:08.490 DEBUG:teuthology.orchestra.run.smithi171:> test -z $(ls -A /var/lib/ceph) 2024-04-22T23:03:08.496 DEBUG:teuthology.orchestra.run.smithi176:> test -z $(ls -A /var/lib/ceph) 2024-04-22T23:03:08.524 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-04-22T23:03:08.603 INFO:teuthology.run_tasks:Running task kernel... 2024-04-22T23:03:08.617 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-04-22T23:03:08.617 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-04-22T23:03:08.618 DEBUG:teuthology.orchestra.run.smithi033:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T23:03:08.618 DEBUG:teuthology.orchestra.run.smithi171:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T23:03:08.619 DEBUG:teuthology.orchestra.run.smithi176:> test -f /run/.containerenv -o -f /.dockerenv 2024-04-22T23:03:08.623 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:03:08.624 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:03:08.624 DEBUG:teuthology.orchestra.run.smithi171:> uname -r 2024-04-22T23:03:08.625 DEBUG:teuthology.orchestra.run.smithi033:> uname -r 2024-04-22T23:03:08.625 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:03:08.626 DEBUG:teuthology.orchestra.run.smithi176:> uname -r 2024-04-22T23:03:08.671 INFO:teuthology.orchestra.run.smithi171.stdout:5.15.0-56-generic 2024-04-22T23:03:08.672 INFO:teuthology.task.kernel:Running kernel on smithi171: 5.15.0-56-generic 2024-04-22T23:03:08.672 DEBUG:teuthology.orchestra.run.smithi171:> sudo apt-get clean 2024-04-22T23:03:08.673 INFO:teuthology.orchestra.run.smithi176.stdout:5.15.0-56-generic 2024-04-22T23:03:08.673 INFO:teuthology.task.kernel:Running kernel on smithi176: 5.15.0-56-generic 2024-04-22T23:03:08.673 DEBUG:teuthology.orchestra.run.smithi176:> sudo apt-get clean 2024-04-22T23:03:08.674 INFO:teuthology.orchestra.run.smithi033.stdout:5.15.0-56-generic 2024-04-22T23:03:08.674 INFO:teuthology.task.kernel:Running kernel on smithi033: 5.15.0-56-generic 2024-04-22T23:03:08.674 DEBUG:teuthology.orchestra.run.smithi033:> sudo apt-get clean 2024-04-22T23:03:08.808 DEBUG:teuthology.orchestra.run.smithi171:> sudo apt-get update 2024-04-22T23:03:08.813 DEBUG:teuthology.orchestra.run.smithi033:> sudo apt-get update 2024-04-22T23:03:08.814 DEBUG:teuthology.orchestra.run.smithi176:> sudo apt-get update 2024-04-22T23:03:08.974 INFO:teuthology.orchestra.run.smithi176.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-22T23:03:08.978 INFO:teuthology.orchestra.run.smithi171.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-22T23:03:08.981 INFO:teuthology.orchestra.run.smithi171.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-22T23:03:08.981 INFO:teuthology.orchestra.run.smithi171.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-22T23:03:08.983 INFO:teuthology.orchestra.run.smithi033.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-22T23:03:08.983 INFO:teuthology.orchestra.run.smithi033.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-22T23:03:08.983 INFO:teuthology.orchestra.run.smithi033.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-22T23:03:08.996 INFO:teuthology.orchestra.run.smithi176.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-22T23:03:09.068 INFO:teuthology.orchestra.run.smithi171.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-22T23:03:09.068 INFO:teuthology.orchestra.run.smithi033.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-22T23:03:09.070 INFO:teuthology.orchestra.run.smithi176.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-04-22T23:03:09.082 INFO:teuthology.orchestra.run.smithi176.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-22T23:03:09.189 INFO:teuthology.orchestra.run.smithi176.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,608 kB] 2024-04-22T23:03:09.225 INFO:teuthology.orchestra.run.smithi033.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [452 kB] 2024-04-22T23:03:09.252 INFO:teuthology.orchestra.run.smithi171.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,388 kB] 2024-04-22T23:03:09.302 INFO:teuthology.orchestra.run.smithi033.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,608 kB] 2024-04-22T23:03:09.306 INFO:teuthology.orchestra.run.smithi176.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [618 kB] 2024-04-22T23:03:09.310 INFO:teuthology.orchestra.run.smithi033.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,388 kB] 2024-04-22T23:03:09.314 INFO:teuthology.orchestra.run.smithi176.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [303 kB] 2024-04-22T23:03:09.318 INFO:teuthology.orchestra.run.smithi176.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-22T23:03:09.318 INFO:teuthology.orchestra.run.smithi176.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,826 kB] 2024-04-22T23:03:09.335 INFO:teuthology.orchestra.run.smithi171.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [618 kB] 2024-04-22T23:03:09.347 INFO:teuthology.orchestra.run.smithi176.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-22T23:03:09.348 INFO:teuthology.orchestra.run.smithi176.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [310 kB] 2024-04-22T23:03:09.352 INFO:teuthology.orchestra.run.smithi176.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-22T23:03:09.353 INFO:teuthology.orchestra.run.smithi176.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-22T23:03:09.361 INFO:teuthology.orchestra.run.smithi176.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-22T23:03:09.374 INFO:teuthology.orchestra.run.smithi176.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-22T23:03:09.376 INFO:teuthology.orchestra.run.smithi176.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-22T23:03:09.377 INFO:teuthology.orchestra.run.smithi033.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-04-22T23:03:09.380 INFO:teuthology.orchestra.run.smithi033.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-22T23:03:09.380 INFO:teuthology.orchestra.run.smithi033.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,762 kB] 2024-04-22T23:03:09.382 INFO:teuthology.orchestra.run.smithi176.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-22T23:03:09.383 INFO:teuthology.orchestra.run.smithi176.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-22T23:03:09.383 INFO:teuthology.orchestra.run.smithi171.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [452 kB] 2024-04-22T23:03:09.391 INFO:teuthology.orchestra.run.smithi171.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-04-22T23:03:09.395 INFO:teuthology.orchestra.run.smithi171.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-22T23:03:09.395 INFO:teuthology.orchestra.run.smithi171.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-22T23:03:09.396 INFO:teuthology.orchestra.run.smithi171.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,762 kB] 2024-04-22T23:03:09.410 INFO:teuthology.orchestra.run.smithi176.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-22T23:03:09.410 INFO:teuthology.orchestra.run.smithi176.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-22T23:03:09.411 INFO:teuthology.orchestra.run.smithi176.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-22T23:03:09.411 INFO:teuthology.orchestra.run.smithi176.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-22T23:03:09.412 INFO:teuthology.orchestra.run.smithi176.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-22T23:03:09.418 INFO:teuthology.orchestra.run.smithi176.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-22T23:03:09.418 INFO:teuthology.orchestra.run.smithi176.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-22T23:03:09.419 INFO:teuthology.orchestra.run.smithi176.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-22T23:03:09.421 INFO:teuthology.orchestra.run.smithi033.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-22T23:03:09.422 INFO:teuthology.orchestra.run.smithi033.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [299 kB] 2024-04-22T23:03:09.427 INFO:teuthology.orchestra.run.smithi033.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-22T23:03:09.428 INFO:teuthology.orchestra.run.smithi033.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-22T23:03:09.436 INFO:teuthology.orchestra.run.smithi033.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-22T23:03:09.442 INFO:teuthology.orchestra.run.smithi171.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [299 kB] 2024-04-22T23:03:09.448 INFO:teuthology.orchestra.run.smithi171.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-22T23:03:09.448 INFO:teuthology.orchestra.run.smithi171.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-22T23:03:09.448 INFO:teuthology.orchestra.run.smithi033.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-04-22T23:03:09.451 INFO:teuthology.orchestra.run.smithi033.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-22T23:03:09.452 INFO:teuthology.orchestra.run.smithi033.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-22T23:03:09.453 INFO:teuthology.orchestra.run.smithi171.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,608 kB] 2024-04-22T23:03:09.453 INFO:teuthology.orchestra.run.smithi033.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-22T23:03:09.454 INFO:teuthology.orchestra.run.smithi176.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-22T23:03:09.454 INFO:teuthology.orchestra.run.smithi176.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-22T23:03:09.458 INFO:teuthology.orchestra.run.smithi171.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-22T23:03:09.466 INFO:teuthology.orchestra.run.smithi171.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-04-22T23:03:09.487 INFO:teuthology.orchestra.run.smithi171.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-22T23:03:09.488 INFO:teuthology.orchestra.run.smithi171.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-22T23:03:09.488 INFO:teuthology.orchestra.run.smithi171.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-22T23:03:09.489 INFO:teuthology.orchestra.run.smithi033.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-22T23:03:09.489 INFO:teuthology.orchestra.run.smithi033.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [618 kB] 2024-04-22T23:03:09.489 INFO:teuthology.orchestra.run.smithi033.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-22T23:03:09.493 INFO:teuthology.orchestra.run.smithi171.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-22T23:03:09.493 INFO:teuthology.orchestra.run.smithi171.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-22T23:03:09.500 INFO:teuthology.orchestra.run.smithi033.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [303 kB] 2024-04-22T23:03:09.506 INFO:teuthology.orchestra.run.smithi033.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-22T23:03:09.507 INFO:teuthology.orchestra.run.smithi033.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-22T23:03:09.508 INFO:teuthology.orchestra.run.smithi033.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,826 kB] 2024-04-22T23:03:09.508 INFO:teuthology.orchestra.run.smithi171.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [303 kB] 2024-04-22T23:03:09.515 INFO:teuthology.orchestra.run.smithi171.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-04-22T23:03:09.516 INFO:teuthology.orchestra.run.smithi171.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [38.1 kB] 2024-04-22T23:03:09.517 INFO:teuthology.orchestra.run.smithi171.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,826 kB] 2024-04-22T23:03:09.541 INFO:teuthology.orchestra.run.smithi033.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [310 kB] 2024-04-22T23:03:09.547 INFO:teuthology.orchestra.run.smithi033.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-22T23:03:09.548 INFO:teuthology.orchestra.run.smithi033.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-22T23:03:09.558 INFO:teuthology.orchestra.run.smithi171.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [310 kB] 2024-04-22T23:03:09.559 INFO:teuthology.orchestra.run.smithi176.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,388 kB] 2024-04-22T23:03:09.560 INFO:teuthology.orchestra.run.smithi033.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-22T23:03:09.563 INFO:teuthology.orchestra.run.smithi171.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-04-22T23:03:09.563 INFO:teuthology.orchestra.run.smithi171.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,070 kB] 2024-04-22T23:03:09.570 INFO:teuthology.orchestra.run.smithi033.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-22T23:03:09.570 INFO:teuthology.orchestra.run.smithi033.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-22T23:03:09.570 INFO:teuthology.orchestra.run.smithi033.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-22T23:03:09.571 INFO:teuthology.orchestra.run.smithi033.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-22T23:03:09.572 INFO:teuthology.orchestra.run.smithi033.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-22T23:03:09.578 INFO:teuthology.orchestra.run.smithi171.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB] 2024-04-22T23:03:09.586 INFO:teuthology.orchestra.run.smithi171.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [244 kB] 2024-04-22T23:03:09.589 INFO:teuthology.orchestra.run.smithi171.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-04-22T23:03:09.589 INFO:teuthology.orchestra.run.smithi171.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.7 kB] 2024-04-22T23:03:09.590 INFO:teuthology.orchestra.run.smithi171.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,472 B] 2024-04-22T23:03:09.590 INFO:teuthology.orchestra.run.smithi171.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.4 kB] 2024-04-22T23:03:09.591 INFO:teuthology.orchestra.run.smithi033.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-22T23:03:09.591 INFO:teuthology.orchestra.run.smithi033.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-22T23:03:09.592 INFO:teuthology.orchestra.run.smithi033.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-22T23:03:09.593 INFO:teuthology.orchestra.run.smithi033.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-22T23:03:09.593 INFO:teuthology.orchestra.run.smithi033.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-22T23:03:09.593 INFO:teuthology.orchestra.run.smithi033.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-22T23:03:09.593 INFO:teuthology.orchestra.run.smithi033.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-22T23:03:09.599 INFO:teuthology.orchestra.run.smithi171.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-04-22T23:03:09.599 INFO:teuthology.orchestra.run.smithi171.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-04-22T23:03:09.600 INFO:teuthology.orchestra.run.smithi171.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-04-22T23:03:09.611 INFO:teuthology.orchestra.run.smithi171.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-04-22T23:03:09.611 INFO:teuthology.orchestra.run.smithi171.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-04-22T23:03:09.612 INFO:teuthology.orchestra.run.smithi171.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-04-22T23:03:09.612 INFO:teuthology.orchestra.run.smithi171.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-04-22T23:03:09.612 INFO:teuthology.orchestra.run.smithi171.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-22T23:03:09.613 INFO:teuthology.orchestra.run.smithi033.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-04-22T23:03:09.613 INFO:teuthology.orchestra.run.smithi033.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-22T23:03:09.619 INFO:teuthology.orchestra.run.smithi171.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-04-22T23:03:11.410 INFO:teuthology.orchestra.run.smithi176.stdout:Get:30 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [452 kB] 2024-04-22T23:03:11.878 INFO:teuthology.orchestra.run.smithi176.stdout:Get:31 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [243 kB] 2024-04-22T23:03:12.097 INFO:teuthology.orchestra.run.smithi176.stdout:Get:32 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-04-22T23:03:12.106 INFO:teuthology.orchestra.run.smithi176.stdout:Get:33 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,762 kB] 2024-04-22T23:03:13.910 INFO:teuthology.orchestra.run.smithi176.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [36.5 kB] 2024-04-22T23:03:13.956 INFO:teuthology.orchestra.run.smithi176.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [299 kB] 2024-04-22T23:03:14.212 INFO:teuthology.orchestra.run.smithi176.stdout:Get:36 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-04-22T23:03:14.212 INFO:teuthology.orchestra.run.smithi176.stdout:Get:37 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [600 kB] 2024-04-22T23:03:14.786 INFO:teuthology.orchestra.run.smithi176.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-04-22T23:03:14.999 INFO:teuthology.orchestra.run.smithi171.stdout:Fetched 13.2 MB in 2s (6,981 kB/s) 2024-04-22T23:03:15.458 INFO:teuthology.orchestra.run.smithi033.stdout:Fetched 13.2 MB in 2s (6,810 kB/s) 2024-04-22T23:03:15.652 INFO:teuthology.orchestra.run.smithi176.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-04-22T23:03:16.058 INFO:teuthology.orchestra.run.smithi176.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-04-22T23:03:16.064 INFO:teuthology.orchestra.run.smithi176.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.2 kB] 2024-04-22T23:03:16.078 INFO:teuthology.orchestra.run.smithi176.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-04-22T23:03:16.078 INFO:teuthology.orchestra.run.smithi176.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,588 B] 2024-04-22T23:03:16.081 INFO:teuthology.orchestra.run.smithi176.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-04-22T23:03:16.409 INFO:teuthology.orchestra.run.smithi171.stdout:Reading package lists... 2024-04-22T23:03:16.426 DEBUG:teuthology.orchestra.run.smithi171:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-22T23:03:16.488 INFO:teuthology.orchestra.run.smithi171.stdout:Reading package lists... 2024-04-22T23:03:16.667 INFO:teuthology.orchestra.run.smithi171.stdout:Building dependency tree... 2024-04-22T23:03:16.668 INFO:teuthology.orchestra.run.smithi171.stdout:Reading state information... 2024-04-22T23:03:16.823 INFO:teuthology.orchestra.run.smithi171.stdout:The following packages were automatically installed and are no longer required: 2024-04-22T23:03:16.823 INFO:teuthology.orchestra.run.smithi171.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-22T23:03:16.823 INFO:teuthology.orchestra.run.smithi171.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-22T23:03:16.824 INFO:teuthology.orchestra.run.smithi171.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-22T23:03:16.824 INFO:teuthology.orchestra.run.smithi171.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-22T23:03:16.824 INFO:teuthology.orchestra.run.smithi171.stdout: python2.7-minimal 2024-04-22T23:03:16.824 INFO:teuthology.orchestra.run.smithi171.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-22T23:03:16.825 INFO:teuthology.orchestra.run.smithi171.stdout:The following additional packages will be installed: 2024-04-22T23:03:16.825 INFO:teuthology.orchestra.run.smithi171.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-22T23:03:16.825 INFO:teuthology.orchestra.run.smithi171.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-22T23:03:16.826 INFO:teuthology.orchestra.run.smithi171.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-22T23:03:16.827 INFO:teuthology.orchestra.run.smithi171.stdout:Suggested packages: 2024-04-22T23:03:16.827 INFO:teuthology.orchestra.run.smithi171.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-22T23:03:16.827 INFO:teuthology.orchestra.run.smithi171.stdout:Recommended packages: 2024-04-22T23:03:16.827 INFO:teuthology.orchestra.run.smithi171.stdout: thermald 2024-04-22T23:03:16.871 INFO:teuthology.orchestra.run.smithi171.stdout:The following NEW packages will be installed: 2024-04-22T23:03:16.871 INFO:teuthology.orchestra.run.smithi171.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-22T23:03:16.872 INFO:teuthology.orchestra.run.smithi171.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-22T23:03:16.872 INFO:teuthology.orchestra.run.smithi171.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-22T23:03:16.873 INFO:teuthology.orchestra.run.smithi171.stdout:The following packages will be upgraded: 2024-04-22T23:03:16.873 INFO:teuthology.orchestra.run.smithi171.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-22T23:03:16.925 INFO:teuthology.orchestra.run.smithi033.stdout:Reading package lists... 2024-04-22T23:03:16.928 INFO:teuthology.orchestra.run.smithi171.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-22T23:03:16.928 INFO:teuthology.orchestra.run.smithi171.stdout:Need to get 113 MB of archives. 2024-04-22T23:03:16.928 INFO:teuthology.orchestra.run.smithi171.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-22T23:03:16.928 INFO:teuthology.orchestra.run.smithi171.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-04-22T23:03:16.945 DEBUG:teuthology.orchestra.run.smithi033:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-22T23:03:17.007 INFO:teuthology.orchestra.run.smithi033.stdout:Reading package lists... 2024-04-22T23:03:17.212 INFO:teuthology.orchestra.run.smithi033.stdout:Building dependency tree... 2024-04-22T23:03:17.212 INFO:teuthology.orchestra.run.smithi033.stdout:Reading state information... 2024-04-22T23:03:17.396 INFO:teuthology.orchestra.run.smithi033.stdout:The following packages were automatically installed and are no longer required: 2024-04-22T23:03:17.396 INFO:teuthology.orchestra.run.smithi033.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-22T23:03:17.396 INFO:teuthology.orchestra.run.smithi033.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-22T23:03:17.397 INFO:teuthology.orchestra.run.smithi033.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-22T23:03:17.397 INFO:teuthology.orchestra.run.smithi033.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-22T23:03:17.397 INFO:teuthology.orchestra.run.smithi033.stdout: python2.7-minimal 2024-04-22T23:03:17.397 INFO:teuthology.orchestra.run.smithi033.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-22T23:03:17.398 INFO:teuthology.orchestra.run.smithi033.stdout:The following additional packages will be installed: 2024-04-22T23:03:17.398 INFO:teuthology.orchestra.run.smithi033.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-22T23:03:17.398 INFO:teuthology.orchestra.run.smithi033.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-22T23:03:17.399 INFO:teuthology.orchestra.run.smithi033.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-22T23:03:17.400 INFO:teuthology.orchestra.run.smithi033.stdout:Suggested packages: 2024-04-22T23:03:17.400 INFO:teuthology.orchestra.run.smithi033.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-22T23:03:17.400 INFO:teuthology.orchestra.run.smithi033.stdout:Recommended packages: 2024-04-22T23:03:17.400 INFO:teuthology.orchestra.run.smithi033.stdout: thermald 2024-04-22T23:03:17.408 INFO:teuthology.orchestra.run.smithi171.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-04-22T23:03:17.448 INFO:teuthology.orchestra.run.smithi033.stdout:The following NEW packages will be installed: 2024-04-22T23:03:17.448 INFO:teuthology.orchestra.run.smithi033.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-22T23:03:17.448 INFO:teuthology.orchestra.run.smithi033.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-22T23:03:17.449 INFO:teuthology.orchestra.run.smithi033.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-22T23:03:17.450 INFO:teuthology.orchestra.run.smithi033.stdout:The following packages will be upgraded: 2024-04-22T23:03:17.450 INFO:teuthology.orchestra.run.smithi033.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-22T23:03:17.513 INFO:teuthology.orchestra.run.smithi171.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-04-22T23:03:17.634 INFO:teuthology.orchestra.run.smithi033.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-22T23:03:17.634 INFO:teuthology.orchestra.run.smithi033.stdout:Need to get 113 MB of archives. 2024-04-22T23:03:17.635 INFO:teuthology.orchestra.run.smithi033.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-22T23:03:17.635 INFO:teuthology.orchestra.run.smithi033.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-04-22T23:03:18.542 INFO:teuthology.orchestra.run.smithi171.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-04-22T23:03:18.542 INFO:teuthology.orchestra.run.smithi171.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-04-22T23:03:18.542 INFO:teuthology.orchestra.run.smithi171.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-04-22T23:03:18.693 INFO:teuthology.orchestra.run.smithi171.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-04-22T23:03:18.725 INFO:teuthology.orchestra.run.smithi171.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-04-22T23:03:19.076 INFO:teuthology.orchestra.run.smithi033.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-04-22T23:03:19.108 INFO:teuthology.orchestra.run.smithi171.stdout:Fetched 113 MB in 2s (61.4 MB/s) 2024-04-22T23:03:19.283 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-22T23:03:19.466 INFO:teuthology.orchestra.run.smithi033.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-04-22T23:03:20.308 INFO:teuthology.orchestra.run.smithi176.stdout:Fetched 13.2 MB in 7s (1,835 kB/s) 2024-04-22T23:03:21.386 INFO:teuthology.orchestra.run.smithi171.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-04-22T23:03:21.390 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T23:03:21.493 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:03:21.647 INFO:teuthology.orchestra.run.smithi033.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-04-22T23:03:21.647 INFO:teuthology.orchestra.run.smithi033.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-04-22T23:03:21.648 INFO:teuthology.orchestra.run.smithi033.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-04-22T23:03:21.653 INFO:teuthology.orchestra.run.smithi176.stdout:Reading package lists... 2024-04-22T23:03:21.670 DEBUG:teuthology.orchestra.run.smithi176:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-22T23:03:21.731 INFO:teuthology.orchestra.run.smithi176.stdout:Reading package lists... 2024-04-22T23:03:21.932 INFO:teuthology.orchestra.run.smithi176.stdout:Building dependency tree... 2024-04-22T23:03:21.933 INFO:teuthology.orchestra.run.smithi176.stdout:Reading state information... 2024-04-22T23:03:22.110 INFO:teuthology.orchestra.run.smithi176.stdout:The following packages were automatically installed and are no longer required: 2024-04-22T23:03:22.110 INFO:teuthology.orchestra.run.smithi176.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-22T23:03:22.110 INFO:teuthology.orchestra.run.smithi176.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-22T23:03:22.111 INFO:teuthology.orchestra.run.smithi176.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-22T23:03:22.111 INFO:teuthology.orchestra.run.smithi176.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-04-22T23:03:22.111 INFO:teuthology.orchestra.run.smithi176.stdout: python2.7-minimal 2024-04-22T23:03:22.111 INFO:teuthology.orchestra.run.smithi176.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-22T23:03:22.112 INFO:teuthology.orchestra.run.smithi176.stdout:The following additional packages will be installed: 2024-04-22T23:03:22.112 INFO:teuthology.orchestra.run.smithi176.stdout: linux-generic linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-22T23:03:22.112 INFO:teuthology.orchestra.run.smithi176.stdout: linux-headers-generic linux-image-5.15.0-105-generic 2024-04-22T23:03:22.113 INFO:teuthology.orchestra.run.smithi176.stdout: linux-modules-5.15.0-105-generic linux-modules-extra-5.15.0-105-generic 2024-04-22T23:03:22.114 INFO:teuthology.orchestra.run.smithi176.stdout:Suggested packages: 2024-04-22T23:03:22.114 INFO:teuthology.orchestra.run.smithi176.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-04-22T23:03:22.114 INFO:teuthology.orchestra.run.smithi176.stdout:Recommended packages: 2024-04-22T23:03:22.114 INFO:teuthology.orchestra.run.smithi176.stdout: thermald 2024-04-22T23:03:22.162 INFO:teuthology.orchestra.run.smithi176.stdout:The following NEW packages will be installed: 2024-04-22T23:03:22.162 INFO:teuthology.orchestra.run.smithi176.stdout: linux-headers-5.15.0-105 linux-headers-5.15.0-105-generic 2024-04-22T23:03:22.162 INFO:teuthology.orchestra.run.smithi176.stdout: linux-image-5.15.0-105-generic linux-modules-5.15.0-105-generic 2024-04-22T23:03:22.162 INFO:teuthology.orchestra.run.smithi176.stdout: linux-modules-extra-5.15.0-105-generic 2024-04-22T23:03:22.163 INFO:teuthology.orchestra.run.smithi176.stdout:The following packages will be upgraded: 2024-04-22T23:03:22.164 INFO:teuthology.orchestra.run.smithi176.stdout: linux-generic linux-headers-generic linux-image-generic 2024-04-22T23:03:22.223 INFO:teuthology.orchestra.run.smithi176.stdout:3 upgraded, 5 newly installed, 0 to remove and 315 not upgraded. 2024-04-22T23:03:22.223 INFO:teuthology.orchestra.run.smithi176.stdout:Need to get 113 MB of archives. 2024-04-22T23:03:22.223 INFO:teuthology.orchestra.run.smithi176.stdout:After this operation, 583 MB of additional disk space will be used. 2024-04-22T23:03:22.223 INFO:teuthology.orchestra.run.smithi176.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-105-generic amd64 5.15.0-105.115 [22.7 MB] 2024-04-22T23:03:22.571 INFO:teuthology.orchestra.run.smithi033.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-04-22T23:03:22.648 INFO:teuthology.orchestra.run.smithi033.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-04-22T23:03:22.793 INFO:teuthology.orchestra.run.smithi176.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-105-generic amd64 5.15.0-105.115 [11.5 MB] 2024-04-22T23:03:22.908 INFO:teuthology.orchestra.run.smithi176.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-105-generic amd64 5.15.0-105.115 [63.9 MB] 2024-04-22T23:03:23.055 INFO:teuthology.orchestra.run.smithi033.stdout:Fetched 113 MB in 5s (21.8 MB/s) 2024-04-22T23:03:23.226 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-22T23:03:23.850 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-22T23:03:23.871 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T23:03:23.874 INFO:teuthology.orchestra.run.smithi176.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.105.102 [1,694 B] 2024-04-22T23:03:23.874 INFO:teuthology.orchestra.run.smithi176.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.105.102 [2,530 B] 2024-04-22T23:03:23.874 INFO:teuthology.orchestra.run.smithi176.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105 all 5.15.0-105.115 [12.3 MB] 2024-04-22T23:03:23.962 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:03:24.084 INFO:teuthology.orchestra.run.smithi176.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-105-generic amd64 5.15.0-105.115 [2,857 kB] 2024-04-22T23:03:24.123 INFO:teuthology.orchestra.run.smithi176.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.105.102 [2,382 B] 2024-04-22T23:03:24.429 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-22T23:03:24.450 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T23:03:24.479 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:03:24.536 INFO:teuthology.orchestra.run.smithi176.stdout:Fetched 113 MB in 2s (58.0 MB/s) 2024-04-22T23:03:24.727 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package linux-modules-5.15.0-105-generic. 2024-04-22T23:03:25.253 INFO:teuthology.orchestra.run.smithi033.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-04-22T23:03:25.258 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T23:03:25.366 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:03:26.655 INFO:teuthology.orchestra.run.smithi176.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 129542 files and directories currently installed.) 2024-04-22T23:03:26.660 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../0-linux-modules-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T23:03:26.740 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:03:27.860 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-22T23:03:27.881 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T23:03:27.975 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:03:28.471 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-22T23:03:28.492 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T23:03:28.521 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:03:28.916 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package linux-image-5.15.0-105-generic. 2024-04-22T23:03:28.938 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../1-linux-image-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T23:03:29.035 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:03:29.502 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-105-generic. 2024-04-22T23:03:29.522 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T23:03:29.560 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:03:31.613 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T23:03:31.763 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T23:03:32.081 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T23:03:32.210 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T23:03:32.496 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-22T23:03:32.519 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-22T23:03:32.563 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-22T23:03:35.202 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T23:03:35.351 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T23:03:35.723 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T23:03:35.854 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T23:03:36.226 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-22T23:03:36.249 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-22T23:03:36.251 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../3-linux-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T23:03:36.293 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-22T23:03:36.367 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking linux-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T23:03:36.700 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T23:03:36.829 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking linux-image-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T23:03:37.140 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package linux-headers-5.15.0-105. 2024-04-22T23:03:37.162 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../5-linux-headers-5.15.0-105_5.15.0-105.115_all.deb ... 2024-04-22T23:03:37.223 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-22T23:03:38.578 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-22T23:03:38.616 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T23:03:38.686 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:03:41.340 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T23:03:41.463 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T23:03:41.821 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-22T23:03:41.926 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:03:42.052 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-22T23:03:42.106 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-22T23:03:42.141 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T23:03:42.180 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:03:42.181 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:03:42.975 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package linux-headers-5.15.0-105-generic. 2024-04-22T23:03:43.012 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../6-linux-headers-5.15.0-105-generic_5.15.0-105.115_amd64.deb ... 2024-04-22T23:03:43.050 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:03:43.475 INFO:teuthology.orchestra.run.smithi171.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-22T23:03:43.475 INFO:teuthology.orchestra.run.smithi171.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-22T23:03:43.475 INFO:teuthology.orchestra.run.smithi171.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-22T23:03:43.475 INFO:teuthology.orchestra.run.smithi171.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-22T23:03:43.666 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:03:45.529 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:03:45.889 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T23:03:46.016 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T23:03:46.329 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.105.102_amd64.deb ... 2024-04-22T23:03:46.366 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-22T23:03:46.452 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking linux-headers-generic (5.15.0.105.102) over (5.15.0.56.54) ... 2024-04-22T23:03:46.487 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:03:46.622 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-22T23:03:46.775 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:03:46.801 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up linux-headers-5.15.0-105 (5.15.0-105.115) ... 2024-04-22T23:03:46.894 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-22T23:03:46.923 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up linux-headers-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:03:47.003 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-22T23:03:47.032 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up linux-headers-generic (5.15.0.105.102) ... 2024-04-22T23:03:47.161 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:03:47.162 INFO:teuthology.orchestra.run.smithi171.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:03:47.238 INFO:teuthology.orchestra.run.smithi171.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-22T23:03:47.239 INFO:teuthology.orchestra.run.smithi171.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-22T23:03:48.134 INFO:teuthology.orchestra.run.smithi033.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-22T23:03:48.135 INFO:teuthology.orchestra.run.smithi033.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-22T23:03:48.135 INFO:teuthology.orchestra.run.smithi033.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-22T23:03:48.135 INFO:teuthology.orchestra.run.smithi033.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-22T23:03:48.285 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:03:48.480 INFO:teuthology.orchestra.run.smithi176.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-04-22T23:03:48.480 INFO:teuthology.orchestra.run.smithi176.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-04-22T23:03:48.480 INFO:teuthology.orchestra.run.smithi176.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-105-generic 2024-04-22T23:03:48.480 INFO:teuthology.orchestra.run.smithi176.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-105-generic 2024-04-22T23:03:48.645 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up linux-modules-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:03:49.738 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:03:50.064 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up linux-modules-extra-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:03:51.455 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-22T23:03:51.456 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up linux-image-generic (5.15.0.105.102) ... 2024-04-22T23:03:51.566 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-22T23:03:51.589 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up linux-generic (5.15.0.105.102) ... 2024-04-22T23:03:51.692 INFO:teuthology.orchestra.run.smithi176.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:03:51.715 INFO:teuthology.orchestra.run.smithi033.stdout:Processing triggers for linux-image-5.15.0-105-generic (5.15.0-105.115) ... 2024-04-22T23:03:51.748 INFO:teuthology.orchestra.run.smithi176.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-22T23:03:51.748 INFO:teuthology.orchestra.run.smithi176.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-22T23:03:51.792 INFO:teuthology.orchestra.run.smithi033.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-04-22T23:03:51.792 INFO:teuthology.orchestra.run.smithi033.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-105-generic 2024-04-22T23:04:01.750 INFO:teuthology.orchestra.run.smithi171.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-22T23:04:01.751 INFO:teuthology.orchestra.run.smithi171.stdout:Sourcing file `/etc/default/grub' 2024-04-22T23:04:01.765 INFO:teuthology.orchestra.run.smithi171.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-22T23:04:01.785 INFO:teuthology.orchestra.run.smithi171.stdout:Generating grub configuration file ... 2024-04-22T23:04:02.056 INFO:teuthology.orchestra.run.smithi171.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-22T23:04:02.077 INFO:teuthology.orchestra.run.smithi171.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-22T23:04:02.401 INFO:teuthology.orchestra.run.smithi171.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-22T23:04:02.407 INFO:teuthology.orchestra.run.smithi171.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-22T23:04:02.485 INFO:teuthology.orchestra.run.smithi171.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-22T23:04:02.491 INFO:teuthology.orchestra.run.smithi171.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-22T23:04:02.667 INFO:teuthology.orchestra.run.smithi171.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-22T23:04:02.667 INFO:teuthology.orchestra.run.smithi171.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-22T23:04:02.667 INFO:teuthology.orchestra.run.smithi171.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-22T23:04:02.702 INFO:teuthology.orchestra.run.smithi171.stdout:done 2024-04-22T23:04:03.151 DEBUG:teuthology.orchestra.run.smithi171:> dpkg -s linux-image-generic 2024-04-22T23:04:03.168 INFO:teuthology.orchestra.run.smithi171.stdout:Package: linux-image-generic 2024-04-22T23:04:03.169 INFO:teuthology.orchestra.run.smithi171.stdout:Status: install ok installed 2024-04-22T23:04:03.169 INFO:teuthology.orchestra.run.smithi171.stdout:Priority: optional 2024-04-22T23:04:03.169 INFO:teuthology.orchestra.run.smithi171.stdout:Section: kernel 2024-04-22T23:04:03.169 INFO:teuthology.orchestra.run.smithi171.stdout:Installed-Size: 21 2024-04-22T23:04:03.169 INFO:teuthology.orchestra.run.smithi171.stdout:Maintainer: Ubuntu Kernel Team 2024-04-22T23:04:03.169 INFO:teuthology.orchestra.run.smithi171.stdout:Architecture: amd64 2024-04-22T23:04:03.169 INFO:teuthology.orchestra.run.smithi171.stdout:Source: linux-meta 2024-04-22T23:04:03.169 INFO:teuthology.orchestra.run.smithi171.stdout:Version: 5.15.0.105.102 2024-04-22T23:04:03.169 INFO:teuthology.orchestra.run.smithi171.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-22T23:04:03.169 INFO:teuthology.orchestra.run.smithi171.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-22T23:04:03.169 INFO:teuthology.orchestra.run.smithi171.stdout:Recommends: thermald 2024-04-22T23:04:03.170 INFO:teuthology.orchestra.run.smithi171.stdout:Description: Generic Linux kernel image 2024-04-22T23:04:03.170 INFO:teuthology.orchestra.run.smithi171.stdout: This package will always depend on the latest generic kernel image 2024-04-22T23:04:03.170 INFO:teuthology.orchestra.run.smithi171.stdout: available. 2024-04-22T23:04:03.170 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-22T23:04:03.170 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-22T23:04:03.170 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-22T23:04:03.170 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-04-22T23:04:03.170 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi171.front.sepia.ceph.com, path=None, version=distro) 2024-04-22T23:04:03.171 DEBUG:teuthology.orchestra.run.smithi171:> sudo apt-get clean 2024-04-22T23:04:03.338 DEBUG:teuthology.orchestra.run.smithi171:> sudo apt-get update 2024-04-22T23:04:03.462 INFO:teuthology.orchestra.run.smithi171.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-22T23:04:03.462 INFO:teuthology.orchestra.run.smithi171.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-22T23:04:03.475 INFO:teuthology.orchestra.run.smithi171.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-22T23:04:03.495 INFO:teuthology.orchestra.run.smithi171.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-22T23:04:04.868 INFO:teuthology.orchestra.run.smithi171.stdout:Reading package lists... 2024-04-22T23:04:04.885 DEBUG:teuthology.orchestra.run.smithi171:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-22T23:04:04.944 INFO:teuthology.orchestra.run.smithi171.stdout:Reading package lists... 2024-04-22T23:04:05.145 INFO:teuthology.orchestra.run.smithi171.stdout:Building dependency tree... 2024-04-22T23:04:05.146 INFO:teuthology.orchestra.run.smithi171.stdout:Reading state information... 2024-04-22T23:04:05.325 INFO:teuthology.orchestra.run.smithi171.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-22T23:04:05.325 INFO:teuthology.orchestra.run.smithi171.stdout:The following packages were automatically installed and are no longer required: 2024-04-22T23:04:05.325 INFO:teuthology.orchestra.run.smithi171.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-22T23:04:05.325 INFO:teuthology.orchestra.run.smithi171.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-22T23:04:05.325 INFO:teuthology.orchestra.run.smithi171.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-22T23:04:05.325 INFO:teuthology.orchestra.run.smithi171.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-22T23:04:05.326 INFO:teuthology.orchestra.run.smithi171.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-22T23:04:05.326 INFO:teuthology.orchestra.run.smithi171.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-22T23:04:05.366 INFO:teuthology.orchestra.run.smithi171.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-22T23:04:05.368 DEBUG:teuthology.orchestra.run.smithi171:> dpkg -s linux-image-generic 2024-04-22T23:04:05.384 INFO:teuthology.orchestra.run.smithi171.stdout:Package: linux-image-generic 2024-04-22T23:04:05.384 INFO:teuthology.orchestra.run.smithi171.stdout:Status: install ok installed 2024-04-22T23:04:05.384 INFO:teuthology.orchestra.run.smithi171.stdout:Priority: optional 2024-04-22T23:04:05.384 INFO:teuthology.orchestra.run.smithi171.stdout:Section: kernel 2024-04-22T23:04:05.384 INFO:teuthology.orchestra.run.smithi171.stdout:Installed-Size: 21 2024-04-22T23:04:05.384 INFO:teuthology.orchestra.run.smithi171.stdout:Maintainer: Ubuntu Kernel Team 2024-04-22T23:04:05.384 INFO:teuthology.orchestra.run.smithi171.stdout:Architecture: amd64 2024-04-22T23:04:05.384 INFO:teuthology.orchestra.run.smithi171.stdout:Source: linux-meta 2024-04-22T23:04:05.384 INFO:teuthology.orchestra.run.smithi171.stdout:Version: 5.15.0.105.102 2024-04-22T23:04:05.384 INFO:teuthology.orchestra.run.smithi171.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-22T23:04:05.384 INFO:teuthology.orchestra.run.smithi171.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-22T23:04:05.384 INFO:teuthology.orchestra.run.smithi171.stdout:Recommends: thermald 2024-04-22T23:04:05.385 INFO:teuthology.orchestra.run.smithi171.stdout:Description: Generic Linux kernel image 2024-04-22T23:04:05.385 INFO:teuthology.orchestra.run.smithi171.stdout: This package will always depend on the latest generic kernel image 2024-04-22T23:04:05.385 INFO:teuthology.orchestra.run.smithi171.stdout: available. 2024-04-22T23:04:05.385 DEBUG:teuthology.orchestra.run.smithi171:> mktemp 2024-04-22T23:04:05.430 INFO:teuthology.orchestra.run.smithi171.stdout:/tmp/tmp.986Hl5s1XS 2024-04-22T23:04:05.430 DEBUG:teuthology.orchestra.run.smithi171:> sudo cp /boot/grub/grub.cfg /tmp/tmp.986Hl5s1XS 2024-04-22T23:04:05.487 DEBUG:teuthology.orchestra.run.smithi171:> sudo chmod 0666 /tmp/tmp.986Hl5s1XS 2024-04-22T23:04:05.612 DEBUG:teuthology.orchestra.remote:smithi171:/tmp/tmp.986Hl5s1XS is 10KB 2024-04-22T23:04:05.625 DEBUG:teuthology.orchestra.run.smithi171:> rm -fr /tmp/tmp.986Hl5s1XS 2024-04-22T23:04:05.630 DEBUG:teuthology.orchestra.run.smithi171:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-22T23:04:05.687 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-04-22T23:04:05.687 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-22T23:04:05.687 DEBUG:teuthology.orchestra.run.smithi171:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-22T23:04:05.754 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-22T23:04:05.754 DEBUG:teuthology.orchestra.run.smithi171:> sudo update-grub 2024-04-22T23:04:06.328 INFO:teuthology.orchestra.run.smithi176.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-22T23:04:06.328 INFO:teuthology.orchestra.run.smithi176.stdout:Sourcing file `/etc/default/grub' 2024-04-22T23:04:06.344 INFO:teuthology.orchestra.run.smithi176.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-22T23:04:06.363 INFO:teuthology.orchestra.run.smithi176.stdout:Generating grub configuration file ... 2024-04-22T23:04:06.613 INFO:teuthology.orchestra.run.smithi033.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-04-22T23:04:06.613 INFO:teuthology.orchestra.run.smithi033.stdout:Sourcing file `/etc/default/grub' 2024-04-22T23:04:06.622 INFO:teuthology.orchestra.run.smithi176.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-22T23:04:06.641 INFO:teuthology.orchestra.run.smithi033.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-22T23:04:06.644 INFO:teuthology.orchestra.run.smithi176.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-22T23:04:06.667 INFO:teuthology.orchestra.run.smithi033.stdout:Generating grub configuration file ... 2024-04-22T23:04:06.942 INFO:teuthology.orchestra.run.smithi033.stdout:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-22T23:04:06.954 INFO:teuthology.orchestra.run.smithi176.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-22T23:04:06.960 INFO:teuthology.orchestra.run.smithi176.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-22T23:04:06.969 INFO:teuthology.orchestra.run.smithi033.stdout:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-22T23:04:07.030 INFO:teuthology.orchestra.run.smithi176.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-22T23:04:07.033 INFO:teuthology.orchestra.run.smithi176.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-22T23:04:07.056 INFO:teuthology.orchestra.run.smithi171.stderr:Sourcing file `/etc/default/grub' 2024-04-22T23:04:07.057 INFO:teuthology.orchestra.run.smithi171.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-22T23:04:07.059 INFO:teuthology.orchestra.run.smithi171.stderr:Generating grub configuration file ... 2024-04-22T23:04:07.206 INFO:teuthology.orchestra.run.smithi176.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-22T23:04:07.207 INFO:teuthology.orchestra.run.smithi176.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-22T23:04:07.207 INFO:teuthology.orchestra.run.smithi176.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-22T23:04:07.251 INFO:teuthology.orchestra.run.smithi176.stdout:done 2024-04-22T23:04:07.280 INFO:teuthology.orchestra.run.smithi033.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-22T23:04:07.286 INFO:teuthology.orchestra.run.smithi033.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-22T23:04:07.299 INFO:teuthology.orchestra.run.smithi171.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-22T23:04:07.305 INFO:teuthology.orchestra.run.smithi171.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-22T23:04:07.358 INFO:teuthology.orchestra.run.smithi033.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-22T23:04:07.363 INFO:teuthology.orchestra.run.smithi033.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-22T23:04:07.529 INFO:teuthology.orchestra.run.smithi033.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-22T23:04:07.529 INFO:teuthology.orchestra.run.smithi033.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-04-22T23:04:07.529 INFO:teuthology.orchestra.run.smithi033.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-22T23:04:07.547 INFO:teuthology.orchestra.run.smithi171.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-22T23:04:07.553 INFO:teuthology.orchestra.run.smithi171.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-22T23:04:07.565 INFO:teuthology.orchestra.run.smithi033.stdout:done 2024-04-22T23:04:07.593 INFO:teuthology.orchestra.run.smithi171.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-22T23:04:07.598 INFO:teuthology.orchestra.run.smithi171.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-22T23:04:07.711 DEBUG:teuthology.orchestra.run.smithi176:> dpkg -s linux-image-generic 2024-04-22T23:04:07.732 INFO:teuthology.orchestra.run.smithi176.stdout:Package: linux-image-generic 2024-04-22T23:04:07.732 INFO:teuthology.orchestra.run.smithi176.stdout:Status: install ok installed 2024-04-22T23:04:07.732 INFO:teuthology.orchestra.run.smithi176.stdout:Priority: optional 2024-04-22T23:04:07.732 INFO:teuthology.orchestra.run.smithi176.stdout:Section: kernel 2024-04-22T23:04:07.732 INFO:teuthology.orchestra.run.smithi176.stdout:Installed-Size: 21 2024-04-22T23:04:07.732 INFO:teuthology.orchestra.run.smithi176.stdout:Maintainer: Ubuntu Kernel Team 2024-04-22T23:04:07.732 INFO:teuthology.orchestra.run.smithi176.stdout:Architecture: amd64 2024-04-22T23:04:07.732 INFO:teuthology.orchestra.run.smithi176.stdout:Source: linux-meta 2024-04-22T23:04:07.732 INFO:teuthology.orchestra.run.smithi176.stdout:Version: 5.15.0.105.102 2024-04-22T23:04:07.732 INFO:teuthology.orchestra.run.smithi176.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-22T23:04:07.732 INFO:teuthology.orchestra.run.smithi176.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-22T23:04:07.732 INFO:teuthology.orchestra.run.smithi176.stdout:Recommends: thermald 2024-04-22T23:04:07.732 INFO:teuthology.orchestra.run.smithi176.stdout:Description: Generic Linux kernel image 2024-04-22T23:04:07.733 INFO:teuthology.orchestra.run.smithi176.stdout: This package will always depend on the latest generic kernel image 2024-04-22T23:04:07.733 INFO:teuthology.orchestra.run.smithi176.stdout: available. 2024-04-22T23:04:07.733 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-22T23:04:07.733 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-22T23:04:07.733 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-22T23:04:07.733 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-04-22T23:04:07.733 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi176.front.sepia.ceph.com, path=None, version=distro) 2024-04-22T23:04:07.733 DEBUG:teuthology.orchestra.run.smithi176:> sudo apt-get clean 2024-04-22T23:04:07.734 INFO:teuthology.orchestra.run.smithi171.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-22T23:04:07.734 INFO:teuthology.orchestra.run.smithi171.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-22T23:04:07.734 INFO:teuthology.orchestra.run.smithi171.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-22T23:04:07.757 INFO:teuthology.orchestra.run.smithi171.stderr:done 2024-04-22T23:04:07.759 DEBUG:teuthology.orchestra.run.smithi171:> sudo shutdown -r now 2024-04-22T23:04:07.916 DEBUG:teuthology.orchestra.run.smithi176:> sudo apt-get update 2024-04-22T23:04:08.039 DEBUG:teuthology.orchestra.run.smithi033:> dpkg -s linux-image-generic 2024-04-22T23:04:08.055 INFO:teuthology.orchestra.run.smithi176.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-22T23:04:08.056 INFO:teuthology.orchestra.run.smithi176.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-22T23:04:08.056 INFO:teuthology.orchestra.run.smithi176.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-22T23:04:08.060 INFO:teuthology.orchestra.run.smithi033.stdout:Package: linux-image-generic 2024-04-22T23:04:08.060 INFO:teuthology.orchestra.run.smithi033.stdout:Status: install ok installed 2024-04-22T23:04:08.060 INFO:teuthology.orchestra.run.smithi033.stdout:Priority: optional 2024-04-22T23:04:08.060 INFO:teuthology.orchestra.run.smithi033.stdout:Section: kernel 2024-04-22T23:04:08.060 INFO:teuthology.orchestra.run.smithi033.stdout:Installed-Size: 21 2024-04-22T23:04:08.060 INFO:teuthology.orchestra.run.smithi033.stdout:Maintainer: Ubuntu Kernel Team 2024-04-22T23:04:08.060 INFO:teuthology.orchestra.run.smithi033.stdout:Architecture: amd64 2024-04-22T23:04:08.060 INFO:teuthology.orchestra.run.smithi033.stdout:Source: linux-meta 2024-04-22T23:04:08.060 INFO:teuthology.orchestra.run.smithi033.stdout:Version: 5.15.0.105.102 2024-04-22T23:04:08.060 INFO:teuthology.orchestra.run.smithi033.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-22T23:04:08.060 INFO:teuthology.orchestra.run.smithi033.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-22T23:04:08.060 INFO:teuthology.orchestra.run.smithi033.stdout:Recommends: thermald 2024-04-22T23:04:08.060 INFO:teuthology.orchestra.run.smithi033.stdout:Description: Generic Linux kernel image 2024-04-22T23:04:08.060 INFO:teuthology.orchestra.run.smithi033.stdout: This package will always depend on the latest generic kernel image 2024-04-22T23:04:08.061 INFO:teuthology.orchestra.run.smithi033.stdout: available. 2024-04-22T23:04:08.061 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-105-generic 2024-04-22T23:04:08.061 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-04-22T23:04:08.061 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-04-22T23:04:08.061 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-04-22T23:04:08.061 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi033.front.sepia.ceph.com, path=None, version=distro) 2024-04-22T23:04:08.061 DEBUG:teuthology.orchestra.run.smithi033:> sudo apt-get clean 2024-04-22T23:04:08.076 INFO:teuthology.orchestra.run.smithi176.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-22T23:04:08.248 DEBUG:teuthology.orchestra.run.smithi033:> sudo apt-get update 2024-04-22T23:04:08.367 INFO:teuthology.orchestra.run.smithi033.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-22T23:04:08.367 INFO:teuthology.orchestra.run.smithi033.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-22T23:04:08.378 INFO:teuthology.orchestra.run.smithi033.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-22T23:04:08.398 INFO:teuthology.orchestra.run.smithi033.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-22T23:04:09.398 INFO:teuthology.orchestra.run.smithi176.stdout:Reading package lists... 2024-04-22T23:04:09.416 DEBUG:teuthology.orchestra.run.smithi176:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-22T23:04:09.466 INFO:teuthology.orchestra.run.smithi176.stdout:Reading package lists... 2024-04-22T23:04:09.655 INFO:teuthology.orchestra.run.smithi176.stdout:Building dependency tree... 2024-04-22T23:04:09.655 INFO:teuthology.orchestra.run.smithi176.stdout:Reading state information... 2024-04-22T23:04:09.802 INFO:teuthology.orchestra.run.smithi033.stdout:Reading package lists... 2024-04-22T23:04:09.813 INFO:teuthology.orchestra.run.smithi176.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-22T23:04:09.813 INFO:teuthology.orchestra.run.smithi176.stdout:The following packages were automatically installed and are no longer required: 2024-04-22T23:04:09.813 INFO:teuthology.orchestra.run.smithi176.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-22T23:04:09.814 INFO:teuthology.orchestra.run.smithi176.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-22T23:04:09.814 INFO:teuthology.orchestra.run.smithi176.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-22T23:04:09.814 INFO:teuthology.orchestra.run.smithi176.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-22T23:04:09.814 INFO:teuthology.orchestra.run.smithi176.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-22T23:04:09.814 INFO:teuthology.orchestra.run.smithi176.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-22T23:04:09.819 DEBUG:teuthology.orchestra.run.smithi033:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-04-22T23:04:09.853 INFO:teuthology.orchestra.run.smithi176.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-22T23:04:09.855 DEBUG:teuthology.orchestra.run.smithi176:> dpkg -s linux-image-generic 2024-04-22T23:04:09.881 INFO:teuthology.orchestra.run.smithi033.stdout:Reading package lists... 2024-04-22T23:04:09.911 INFO:teuthology.orchestra.run.smithi176.stdout:Package: linux-image-generic 2024-04-22T23:04:09.911 INFO:teuthology.orchestra.run.smithi176.stdout:Status: install ok installed 2024-04-22T23:04:09.911 INFO:teuthology.orchestra.run.smithi176.stdout:Priority: optional 2024-04-22T23:04:09.911 INFO:teuthology.orchestra.run.smithi176.stdout:Section: kernel 2024-04-22T23:04:09.911 INFO:teuthology.orchestra.run.smithi176.stdout:Installed-Size: 21 2024-04-22T23:04:09.911 INFO:teuthology.orchestra.run.smithi176.stdout:Maintainer: Ubuntu Kernel Team 2024-04-22T23:04:09.911 INFO:teuthology.orchestra.run.smithi176.stdout:Architecture: amd64 2024-04-22T23:04:09.912 INFO:teuthology.orchestra.run.smithi176.stdout:Source: linux-meta 2024-04-22T23:04:09.912 INFO:teuthology.orchestra.run.smithi176.stdout:Version: 5.15.0.105.102 2024-04-22T23:04:09.912 INFO:teuthology.orchestra.run.smithi176.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-22T23:04:09.912 INFO:teuthology.orchestra.run.smithi176.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-22T23:04:09.912 INFO:teuthology.orchestra.run.smithi176.stdout:Recommends: thermald 2024-04-22T23:04:09.912 INFO:teuthology.orchestra.run.smithi176.stdout:Description: Generic Linux kernel image 2024-04-22T23:04:09.912 INFO:teuthology.orchestra.run.smithi176.stdout: This package will always depend on the latest generic kernel image 2024-04-22T23:04:09.912 INFO:teuthology.orchestra.run.smithi176.stdout: available. 2024-04-22T23:04:09.912 DEBUG:teuthology.orchestra.run.smithi176:> mktemp 2024-04-22T23:04:09.955 INFO:teuthology.orchestra.run.smithi176.stdout:/tmp/tmp.O13oVHkXk6 2024-04-22T23:04:09.955 DEBUG:teuthology.orchestra.run.smithi176:> sudo cp /boot/grub/grub.cfg /tmp/tmp.O13oVHkXk6 2024-04-22T23:04:10.005 DEBUG:teuthology.orchestra.run.smithi176:> sudo chmod 0666 /tmp/tmp.O13oVHkXk6 2024-04-22T23:04:10.084 INFO:teuthology.orchestra.run.smithi033.stdout:Building dependency tree... 2024-04-22T23:04:10.085 INFO:teuthology.orchestra.run.smithi033.stdout:Reading state information... 2024-04-22T23:04:10.124 DEBUG:teuthology.orchestra.remote:smithi176:/tmp/tmp.O13oVHkXk6 is 10KB 2024-04-22T23:04:10.135 DEBUG:teuthology.orchestra.run.smithi176:> rm -fr /tmp/tmp.O13oVHkXk6 2024-04-22T23:04:10.140 DEBUG:teuthology.orchestra.run.smithi176:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-22T23:04:10.194 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2024-04-22T23:04:10.194 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-22T23:04:10.194 DEBUG:teuthology.orchestra.run.smithi176:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-22T23:04:10.257 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-22T23:04:10.257 DEBUG:teuthology.orchestra.run.smithi176:> sudo update-grub 2024-04-22T23:04:10.270 INFO:teuthology.orchestra.run.smithi033.stdout:linux-image-generic is already the newest version (5.15.0.105.102). 2024-04-22T23:04:10.270 INFO:teuthology.orchestra.run.smithi033.stdout:The following packages were automatically installed and are no longer required: 2024-04-22T23:04:10.270 INFO:teuthology.orchestra.run.smithi033.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-22T23:04:10.270 INFO:teuthology.orchestra.run.smithi033.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-22T23:04:10.270 INFO:teuthology.orchestra.run.smithi033.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-22T23:04:10.271 INFO:teuthology.orchestra.run.smithi033.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-22T23:04:10.271 INFO:teuthology.orchestra.run.smithi033.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-22T23:04:10.271 INFO:teuthology.orchestra.run.smithi033.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-22T23:04:10.315 INFO:teuthology.orchestra.run.smithi033.stdout:0 upgraded, 0 newly installed, 0 to remove and 315 not upgraded. 2024-04-22T23:04:10.317 DEBUG:teuthology.orchestra.run.smithi033:> dpkg -s linux-image-generic 2024-04-22T23:04:10.333 INFO:teuthology.orchestra.run.smithi033.stdout:Package: linux-image-generic 2024-04-22T23:04:10.333 INFO:teuthology.orchestra.run.smithi033.stdout:Status: install ok installed 2024-04-22T23:04:10.333 INFO:teuthology.orchestra.run.smithi033.stdout:Priority: optional 2024-04-22T23:04:10.333 INFO:teuthology.orchestra.run.smithi033.stdout:Section: kernel 2024-04-22T23:04:10.333 INFO:teuthology.orchestra.run.smithi033.stdout:Installed-Size: 21 2024-04-22T23:04:10.333 INFO:teuthology.orchestra.run.smithi033.stdout:Maintainer: Ubuntu Kernel Team 2024-04-22T23:04:10.333 INFO:teuthology.orchestra.run.smithi033.stdout:Architecture: amd64 2024-04-22T23:04:10.333 INFO:teuthology.orchestra.run.smithi033.stdout:Source: linux-meta 2024-04-22T23:04:10.333 INFO:teuthology.orchestra.run.smithi033.stdout:Version: 5.15.0.105.102 2024-04-22T23:04:10.333 INFO:teuthology.orchestra.run.smithi033.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-105), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-04-22T23:04:10.333 INFO:teuthology.orchestra.run.smithi033.stdout:Depends: linux-image-5.15.0-105-generic, linux-modules-extra-5.15.0-105-generic, linux-firmware, intel-microcode, amd64-microcode 2024-04-22T23:04:10.333 INFO:teuthology.orchestra.run.smithi033.stdout:Recommends: thermald 2024-04-22T23:04:10.333 INFO:teuthology.orchestra.run.smithi033.stdout:Description: Generic Linux kernel image 2024-04-22T23:04:10.333 INFO:teuthology.orchestra.run.smithi033.stdout: This package will always depend on the latest generic kernel image 2024-04-22T23:04:10.333 INFO:teuthology.orchestra.run.smithi033.stdout: available. 2024-04-22T23:04:10.334 DEBUG:teuthology.orchestra.run.smithi033:> mktemp 2024-04-22T23:04:10.380 INFO:teuthology.orchestra.run.smithi033.stdout:/tmp/tmp.sa63zkWwfK 2024-04-22T23:04:10.381 DEBUG:teuthology.orchestra.run.smithi033:> sudo cp /boot/grub/grub.cfg /tmp/tmp.sa63zkWwfK 2024-04-22T23:04:10.447 DEBUG:teuthology.orchestra.run.smithi033:> sudo chmod 0666 /tmp/tmp.sa63zkWwfK 2024-04-22T23:04:10.562 DEBUG:teuthology.orchestra.remote:smithi033:/tmp/tmp.sa63zkWwfK is 10KB 2024-04-22T23:04:10.576 DEBUG:teuthology.orchestra.run.smithi033:> rm -fr /tmp/tmp.sa63zkWwfK 2024-04-22T23:04:10.583 DEBUG:teuthology.orchestra.run.smithi033:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-04-22T23:04:10.637 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-04-22T23:04:10.637 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-04-22T23:04:10.637 DEBUG:teuthology.orchestra.run.smithi033:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-04-22T23:04:10.710 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-105-generic 2024-04-22T23:04:10.710 DEBUG:teuthology.orchestra.run.smithi033:> sudo update-grub 2024-04-22T23:04:11.387 INFO:teuthology.orchestra.run.smithi176.stderr:Sourcing file `/etc/default/grub' 2024-04-22T23:04:11.389 INFO:teuthology.orchestra.run.smithi176.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-22T23:04:11.391 INFO:teuthology.orchestra.run.smithi176.stderr:Generating grub configuration file ... 2024-04-22T23:04:11.611 INFO:teuthology.orchestra.run.smithi176.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-22T23:04:11.617 INFO:teuthology.orchestra.run.smithi176.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-22T23:04:11.860 INFO:teuthology.orchestra.run.smithi176.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-22T23:04:11.865 INFO:teuthology.orchestra.run.smithi176.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-22T23:04:11.906 INFO:teuthology.orchestra.run.smithi176.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-22T23:04:11.911 INFO:teuthology.orchestra.run.smithi176.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-22T23:04:12.015 INFO:teuthology.orchestra.run.smithi033.stderr:Sourcing file `/etc/default/grub' 2024-04-22T23:04:12.016 INFO:teuthology.orchestra.run.smithi033.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-04-22T23:04:12.019 INFO:teuthology.orchestra.run.smithi033.stderr:Generating grub configuration file ... 2024-04-22T23:04:12.076 INFO:teuthology.orchestra.run.smithi176.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-22T23:04:12.076 INFO:teuthology.orchestra.run.smithi176.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-22T23:04:12.076 INFO:teuthology.orchestra.run.smithi176.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-22T23:04:12.095 INFO:teuthology.orchestra.run.smithi176.stderr:done 2024-04-22T23:04:12.112 DEBUG:teuthology.orchestra.run.smithi176:> sudo shutdown -r now 2024-04-22T23:04:12.219 INFO:teuthology.orchestra.run.smithi033.stderr:Found linux image: /boot/vmlinuz-5.15.0-105-generic 2024-04-22T23:04:12.225 INFO:teuthology.orchestra.run.smithi033.stderr:Found initrd image: /boot/initrd.img-5.15.0-105-generic 2024-04-22T23:04:12.489 INFO:teuthology.orchestra.run.smithi033.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-04-22T23:04:12.494 INFO:teuthology.orchestra.run.smithi033.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-04-22T23:04:12.539 INFO:teuthology.orchestra.run.smithi033.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-04-22T23:04:12.545 INFO:teuthology.orchestra.run.smithi033.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-04-22T23:04:12.669 INFO:teuthology.orchestra.run.smithi033.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-04-22T23:04:12.669 INFO:teuthology.orchestra.run.smithi033.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-04-22T23:04:12.669 INFO:teuthology.orchestra.run.smithi033.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-04-22T23:04:12.680 INFO:teuthology.orchestra.run.smithi033.stderr:done 2024-04-22T23:04:12.682 DEBUG:teuthology.orchestra.run.smithi033:> sudo shutdown -r now 2024-04-22T23:04:37.786 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-04-22T23:04:37.787 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi171.front.sepia.ceph.com' 2024-04-22T23:04:37.788 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi171.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:04:42.118 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-04-22T23:04:42.118 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi176.front.sepia.ceph.com' 2024-04-22T23:04:42.119 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi176.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:04:42.686 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-04-22T23:04:42.687 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi033.front.sepia.ceph.com' 2024-04-22T23:04:42.687 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi033.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:05:12.479 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.171 2024-04-22T23:05:21.483 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi171.front.sepia.ceph.com' 2024-04-22T23:05:21.484 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi171.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:05:42.142 DEBUG:teuthology.orchestra.remote:timed out 2024-04-22T23:05:42.690 DEBUG:teuthology.orchestra.remote:timed out 2024-04-22T23:05:51.150 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi176.front.sepia.ceph.com' 2024-04-22T23:05:51.152 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi176.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:05:51.524 DEBUG:teuthology.orchestra.run.smithi176:> true 2024-04-22T23:05:51.691 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi033.front.sepia.ceph.com' 2024-04-22T23:05:51.691 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi033.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:05:52.429 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi176.front.sepia.ceph.com' 2024-04-22T23:05:52.429 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-105-generic"... 2024-04-22T23:05:52.429 DEBUG:teuthology.orchestra.run.smithi176:> uname -r 2024-04-22T23:05:52.474 INFO:teuthology.orchestra.run.smithi176.stdout:5.15.0-105-generic 2024-04-22T23:05:52.474 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-22T23:05:52.474 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-22T23:05:52.474 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-22T23:05:52.893 DEBUG:teuthology.orchestra.run.smithi033:> true 2024-04-22T23:05:52.926 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.171 2024-04-22T23:05:53.475 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-04-22T23:05:53.476 DEBUG:teuthology.orchestra.run.smithi176:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T23:05:53.656 INFO:teuthology.orchestra.run.smithi176.stdout:ttyS1 2024-04-22T23:05:53.688 DEBUG:teuthology.parallel:result is None 2024-04-22T23:05:53.798 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi033.front.sepia.ceph.com' 2024-04-22T23:05:53.799 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-105-generic"... 2024-04-22T23:05:53.799 DEBUG:teuthology.orchestra.run.smithi033:> uname -r 2024-04-22T23:05:53.803 INFO:teuthology.orchestra.run.smithi033.stdout:5.15.0-105-generic 2024-04-22T23:05:53.803 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-22T23:05:53.803 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-22T23:05:53.803 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-22T23:05:54.804 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-04-22T23:05:54.804 DEBUG:teuthology.orchestra.run.smithi033:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T23:05:54.885 INFO:teuthology.orchestra.run.smithi033.stdout:ttyS1 2024-04-22T23:05:54.906 DEBUG:teuthology.parallel:result is None 2024-04-22T23:06:04.927 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi171.front.sepia.ceph.com' 2024-04-22T23:06:04.928 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi171.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:06:05.149 DEBUG:teuthology.orchestra.run.smithi171:> true 2024-04-22T23:06:05.705 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi171.front.sepia.ceph.com' 2024-04-22T23:06:05.705 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-105-generic"... 2024-04-22T23:06:05.705 DEBUG:teuthology.orchestra.run.smithi171:> uname -r 2024-04-22T23:06:05.753 INFO:teuthology.orchestra.run.smithi171.stdout:5.15.0-105-generic 2024-04-22T23:06:05.754 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-105-generic vs 5.15.0-105-generic 2024-04-22T23:06:05.754 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-04-22T23:06:05.754 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-04-22T23:06:06.757 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-04-22T23:06:06.758 DEBUG:teuthology.orchestra.run.smithi171:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-04-22T23:06:07.076 INFO:teuthology.orchestra.run.smithi171.stdout:ttyS1 2024-04-22T23:06:07.099 DEBUG:teuthology.parallel:result is None 2024-04-22T23:06:07.099 INFO:teuthology.run_tasks:Running task internal.base... 2024-04-22T23:06:07.109 INFO:teuthology.task.internal:Creating test directory... 2024-04-22T23:06:07.109 DEBUG:teuthology.orchestra.run.smithi033:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T23:06:07.111 DEBUG:teuthology.orchestra.run.smithi171:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T23:06:07.113 DEBUG:teuthology.orchestra.run.smithi176:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-04-22T23:06:07.120 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-04-22T23:06:07.167 INFO:teuthology.run_tasks:Running task internal.archive... 2024-04-22T23:06:07.209 INFO:teuthology.task.internal:Creating archive directory... 2024-04-22T23:06:07.209 DEBUG:teuthology.orchestra.run.smithi033:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T23:06:07.212 DEBUG:teuthology.orchestra.run.smithi171:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T23:06:07.214 DEBUG:teuthology.orchestra.run.smithi176:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-04-22T23:06:07.312 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-04-22T23:06:07.323 INFO:teuthology.task.internal:Enabling coredump saving... 2024-04-22T23:06:07.323 DEBUG:teuthology.orchestra.run.smithi033:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-22T23:06:07.326 DEBUG:teuthology.orchestra.run.smithi171:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-22T23:06:07.328 DEBUG:teuthology.orchestra.run.smithi176:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-04-22T23:06:07.347 INFO:teuthology.orchestra.run.smithi033.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T23:06:07.348 INFO:teuthology.orchestra.run.smithi171.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T23:06:07.353 INFO:teuthology.orchestra.run.smithi176.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T23:06:07.356 INFO:teuthology.orchestra.run.smithi171.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T23:06:07.357 INFO:teuthology.orchestra.run.smithi033.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T23:06:07.361 INFO:teuthology.orchestra.run.smithi176.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-04-22T23:06:07.363 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-04-22T23:06:07.374 INFO:teuthology.task.internal:Configuring sudo... 2024-04-22T23:06:07.374 DEBUG:teuthology.orchestra.run.smithi033:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T23:06:07.401 DEBUG:teuthology.orchestra.run.smithi171:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T23:06:07.403 DEBUG:teuthology.orchestra.run.smithi176:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-04-22T23:06:07.419 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-04-22T23:06:07.429 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-04-22T23:06:07.429 DEBUG:teuthology.orchestra.run.smithi033:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T23:06:07.457 DEBUG:teuthology.orchestra.run.smithi171:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T23:06:07.460 DEBUG:teuthology.orchestra.run.smithi176:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-04-22T23:06:07.466 DEBUG:teuthology.orchestra.run.smithi033:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T23:06:07.513 DEBUG:teuthology.orchestra.run.smithi033:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T23:06:07.561 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-04-22T23:06:07.561 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T23:06:07.626 DEBUG:teuthology.orchestra.run.smithi171:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T23:06:07.632 DEBUG:teuthology.orchestra.run.smithi171:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T23:06:07.678 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-04-22T23:06:07.678 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T23:06:07.747 DEBUG:teuthology.orchestra.run.smithi176:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-04-22T23:06:07.752 DEBUG:teuthology.orchestra.run.smithi176:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-04-22T23:06:07.799 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2024-04-22T23:06:07.799 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-04-22T23:06:07.865 DEBUG:teuthology.orchestra.run.smithi033:> sudo service rsyslog restart 2024-04-22T23:06:07.868 DEBUG:teuthology.orchestra.run.smithi171:> sudo service rsyslog restart 2024-04-22T23:06:07.871 DEBUG:teuthology.orchestra.run.smithi176:> sudo service rsyslog restart 2024-04-22T23:06:07.940 INFO:teuthology.run_tasks:Running task internal.timer... 2024-04-22T23:06:07.948 INFO:teuthology.task.internal:Starting timer... 2024-04-22T23:06:07.948 INFO:teuthology.run_tasks:Running task pcp... 2024-04-22T23:06:07.998 INFO:teuthology.run_tasks:Running task selinux... 2024-04-22T23:06:08.034 DEBUG:teuthology.task.selinux:Excluding smithi033: OS 'ubuntu' does not support SELinux 2024-04-22T23:06:08.035 DEBUG:teuthology.task.selinux:Excluding smithi171: OS 'ubuntu' does not support SELinux 2024-04-22T23:06:08.035 DEBUG:teuthology.task.selinux:Excluding smithi176: OS 'ubuntu' does not support SELinux 2024-04-22T23:06:08.035 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-04-22T23:06:08.035 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-04-22T23:06:08.035 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-04-22T23:06:08.035 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-04-22T23:06:08.069 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-04-22T23:06:08.074 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-04-22T23:06:08.199 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-04-22T23:06:08.216 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-04-22T23:06:08.217 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi033.front.sepia.ceph.com,smithi171.front.sepia.ceph.com,smithi176.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-04-22T23:13:21.509 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi033.front.sepia.ceph.com'), Remote(name='ubuntu@smithi171.front.sepia.ceph.com'), Remote(name='ubuntu@smithi176.front.sepia.ceph.com')] 2024-04-22T23:13:21.510 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi033.front.sepia.ceph.com' 2024-04-22T23:13:21.512 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi033.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:13:21.595 DEBUG:teuthology.orchestra.run.smithi033:> true 2024-04-22T23:13:21.674 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi033.front.sepia.ceph.com' 2024-04-22T23:13:21.674 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi171.front.sepia.ceph.com' 2024-04-22T23:13:21.675 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi171.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:13:21.754 DEBUG:teuthology.orchestra.run.smithi171:> true 2024-04-22T23:13:21.834 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi171.front.sepia.ceph.com' 2024-04-22T23:13:21.834 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi176.front.sepia.ceph.com' 2024-04-22T23:13:21.835 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi176.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-04-22T23:13:21.918 DEBUG:teuthology.orchestra.run.smithi176:> true 2024-04-22T23:13:21.990 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi176.front.sepia.ceph.com' 2024-04-22T23:13:21.990 INFO:teuthology.run_tasks:Running task clock... 2024-04-22T23:13:22.001 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-04-22T23:13:22.001 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T23:13:22.002 DEBUG:teuthology.orchestra.run.smithi033:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T23:13:22.004 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T23:13:22.004 DEBUG:teuthology.orchestra.run.smithi171:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T23:13:22.006 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-04-22T23:13:22.006 DEBUG:teuthology.orchestra.run.smithi176:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T23:13:22.031 INFO:teuthology.orchestra.run.smithi033.stdout:22 Apr 23:13:22 ntpd[17139]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-22T23:13:22.031 INFO:teuthology.orchestra.run.smithi033.stdout:22 Apr 23:13:22 ntpd[17139]: Command line: ntpd -gq 2024-04-22T23:13:22.031 INFO:teuthology.orchestra.run.smithi033.stdout:22 Apr 23:13:22 ntpd[17139]: ---------------------------------------------------- 2024-04-22T23:13:22.031 INFO:teuthology.orchestra.run.smithi033.stdout:22 Apr 23:13:22 ntpd[17139]: ntp-4 is maintained by Network Time Foundation, 2024-04-22T23:13:22.031 INFO:teuthology.orchestra.run.smithi033.stdout:22 Apr 23:13:22 ntpd[17139]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-22T23:13:22.031 INFO:teuthology.orchestra.run.smithi033.stdout:22 Apr 23:13:22 ntpd[17139]: corporation. Support and training for ntp-4 are 2024-04-22T23:13:22.031 INFO:teuthology.orchestra.run.smithi033.stdout:22 Apr 23:13:22 ntpd[17139]: available at https://www.nwtime.org/support 2024-04-22T23:13:22.031 INFO:teuthology.orchestra.run.smithi033.stdout:22 Apr 23:13:22 ntpd[17139]: ---------------------------------------------------- 2024-04-22T23:13:22.032 INFO:teuthology.orchestra.run.smithi171.stdout:22 Apr 23:13:22 ntpd[17196]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-22T23:13:22.033 INFO:teuthology.orchestra.run.smithi171.stdout:22 Apr 23:13:22 ntpd[17196]: Command line: ntpd -gq 2024-04-22T23:13:22.033 INFO:teuthology.orchestra.run.smithi171.stdout:22 Apr 23:13:22 ntpd[17196]: ---------------------------------------------------- 2024-04-22T23:13:22.033 INFO:teuthology.orchestra.run.smithi171.stdout:22 Apr 23:13:22 ntpd[17196]: ntp-4 is maintained by Network Time Foundation, 2024-04-22T23:13:22.033 INFO:teuthology.orchestra.run.smithi171.stdout:22 Apr 23:13:22 ntpd[17196]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-22T23:13:22.033 INFO:teuthology.orchestra.run.smithi171.stdout:22 Apr 23:13:22 ntpd[17196]: corporation. Support and training for ntp-4 are 2024-04-22T23:13:22.033 INFO:teuthology.orchestra.run.smithi171.stdout:22 Apr 23:13:22 ntpd[17196]: available at https://www.nwtime.org/support 2024-04-22T23:13:22.033 INFO:teuthology.orchestra.run.smithi171.stdout:22 Apr 23:13:22 ntpd[17196]: ---------------------------------------------------- 2024-04-22T23:13:22.033 INFO:teuthology.orchestra.run.smithi171.stdout:22 Apr 23:13:22 ntpd[17196]: proto: precision = 0.044 usec (-24) 2024-04-22T23:13:22.033 INFO:teuthology.orchestra.run.smithi171.stdout:22 Apr 23:13:22 ntpd[17196]: basedate set to 2022-02-04 2024-04-22T23:13:22.033 INFO:teuthology.orchestra.run.smithi171.stdout:22 Apr 23:13:22 ntpd[17196]: gps base set to 2022-02-06 (week 2196) 2024-04-22T23:13:22.033 INFO:teuthology.orchestra.run.smithi171.stdout:22 Apr 23:13:22 ntpd[17196]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-22T23:13:22.033 INFO:teuthology.orchestra.run.smithi033.stdout:22 Apr 23:13:22 ntpd[17139]: proto: precision = 0.065 usec (-24) 2024-04-22T23:13:22.034 INFO:teuthology.orchestra.run.smithi033.stdout:22 Apr 23:13:22 ntpd[17139]: basedate set to 2022-02-04 2024-04-22T23:13:22.034 INFO:teuthology.orchestra.run.smithi033.stdout:22 Apr 23:13:22 ntpd[17139]: gps base set to 2022-02-06 (week 2196) 2024-04-22T23:13:22.034 INFO:teuthology.orchestra.run.smithi171.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-22T23:13:22.034 INFO:teuthology.orchestra.run.smithi171.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-22T23:13:22.034 INFO:teuthology.orchestra.run.smithi033.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-22T23:13:22.035 INFO:teuthology.orchestra.run.smithi033.stdout:22 Apr 23:13:22 ntpd[17139]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-22T23:13:22.035 INFO:teuthology.orchestra.run.smithi033.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-22T23:13:22.036 INFO:teuthology.orchestra.run.smithi171.stdout:22 Apr 23:13:22 ntpd[17196]: restrict ::: KOD does nothing without LIMITED. 2024-04-22T23:13:22.036 INFO:teuthology.orchestra.run.smithi171.stdout:22 Apr 23:13:22 ntpd[17196]: Listen and drop on 0 v6wildcard [::]:123 2024-04-22T23:13:22.036 INFO:teuthology.orchestra.run.smithi171.stdout:22 Apr 23:13:22 ntpd[17196]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-22T23:13:22.036 INFO:teuthology.orchestra.run.smithi171.stdout:22 Apr 23:13:22 ntpd[17196]: Listen normally on 2 lo 127.0.0.1:123 2024-04-22T23:13:22.036 INFO:teuthology.orchestra.run.smithi171.stdout:22 Apr 23:13:22 ntpd[17196]: Listen normally on 3 enp3s0f1 172.21.15.171:123 2024-04-22T23:13:22.036 INFO:teuthology.orchestra.run.smithi171.stdout:22 Apr 23:13:22 ntpd[17196]: Listen normally on 4 lo [::1]:123 2024-04-22T23:13:22.037 INFO:teuthology.orchestra.run.smithi171.stdout:22 Apr 23:13:22 ntpd[17196]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:6f6d%5]:123 2024-04-22T23:13:22.037 INFO:teuthology.orchestra.run.smithi171.stdout:22 Apr 23:13:22 ntpd[17196]: Listening on routing socket on fd #22 for interface updates 2024-04-22T23:13:22.037 INFO:teuthology.orchestra.run.smithi033.stdout:22 Apr 23:13:22 ntpd[17139]: restrict ::: KOD does nothing without LIMITED. 2024-04-22T23:13:22.037 INFO:teuthology.orchestra.run.smithi033.stdout:22 Apr 23:13:22 ntpd[17139]: Listen and drop on 0 v6wildcard [::]:123 2024-04-22T23:13:22.037 INFO:teuthology.orchestra.run.smithi033.stdout:22 Apr 23:13:22 ntpd[17139]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-22T23:13:22.037 INFO:teuthology.orchestra.run.smithi033.stdout:22 Apr 23:13:22 ntpd[17139]: Listen normally on 2 lo 127.0.0.1:123 2024-04-22T23:13:22.037 INFO:teuthology.orchestra.run.smithi033.stdout:22 Apr 23:13:22 ntpd[17139]: Listen normally on 3 ens1f0 172.21.15.33:123 2024-04-22T23:13:22.038 INFO:teuthology.orchestra.run.smithi033.stdout:22 Apr 23:13:22 ntpd[17139]: Listen normally on 4 lo [::1]:123 2024-04-22T23:13:22.038 INFO:teuthology.orchestra.run.smithi033.stdout:22 Apr 23:13:22 ntpd[17139]: Listen normally on 5 ens1f0 [fe80::ae1f:6bff:fea5:d294%4]:123 2024-04-22T23:13:22.038 INFO:teuthology.orchestra.run.smithi033.stdout:22 Apr 23:13:22 ntpd[17139]: Listening on routing socket on fd #22 for interface updates 2024-04-22T23:13:22.064 INFO:teuthology.orchestra.run.smithi176.stdout:22 Apr 23:13:22 ntpd[17223]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-04-22T23:13:22.064 INFO:teuthology.orchestra.run.smithi176.stdout:22 Apr 23:13:22 ntpd[17223]: Command line: ntpd -gq 2024-04-22T23:13:22.064 INFO:teuthology.orchestra.run.smithi176.stdout:22 Apr 23:13:22 ntpd[17223]: ---------------------------------------------------- 2024-04-22T23:13:22.064 INFO:teuthology.orchestra.run.smithi176.stdout:22 Apr 23:13:22 ntpd[17223]: ntp-4 is maintained by Network Time Foundation, 2024-04-22T23:13:22.064 INFO:teuthology.orchestra.run.smithi176.stdout:22 Apr 23:13:22 ntpd[17223]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-04-22T23:13:22.064 INFO:teuthology.orchestra.run.smithi176.stdout:22 Apr 23:13:22 ntpd[17223]: corporation. Support and training for ntp-4 are 2024-04-22T23:13:22.064 INFO:teuthology.orchestra.run.smithi176.stdout:22 Apr 23:13:22 ntpd[17223]: available at https://www.nwtime.org/support 2024-04-22T23:13:22.064 INFO:teuthology.orchestra.run.smithi176.stdout:22 Apr 23:13:22 ntpd[17223]: ---------------------------------------------------- 2024-04-22T23:13:22.064 INFO:teuthology.orchestra.run.smithi176.stdout:22 Apr 23:13:22 ntpd[17223]: proto: precision = 0.056 usec (-24) 2024-04-22T23:13:22.064 INFO:teuthology.orchestra.run.smithi176.stdout:22 Apr 23:13:22 ntpd[17223]: basedate set to 2022-02-04 2024-04-22T23:13:22.064 INFO:teuthology.orchestra.run.smithi176.stdout:22 Apr 23:13:22 ntpd[17223]: gps base set to 2022-02-06 (week 2196) 2024-04-22T23:13:22.064 INFO:teuthology.orchestra.run.smithi176.stdout:22 Apr 23:13:22 ntpd[17223]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-22T23:13:22.065 INFO:teuthology.orchestra.run.smithi176.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-04-22T23:13:22.065 INFO:teuthology.orchestra.run.smithi176.stderr:restrict ::: KOD does nothing without LIMITED. 2024-04-22T23:13:22.066 INFO:teuthology.orchestra.run.smithi176.stdout:22 Apr 23:13:22 ntpd[17223]: restrict ::: KOD does nothing without LIMITED. 2024-04-22T23:13:22.066 INFO:teuthology.orchestra.run.smithi176.stdout:22 Apr 23:13:22 ntpd[17223]: Listen and drop on 0 v6wildcard [::]:123 2024-04-22T23:13:22.066 INFO:teuthology.orchestra.run.smithi176.stdout:22 Apr 23:13:22 ntpd[17223]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-04-22T23:13:22.066 INFO:teuthology.orchestra.run.smithi176.stdout:22 Apr 23:13:22 ntpd[17223]: Listen normally on 2 lo 127.0.0.1:123 2024-04-22T23:13:22.066 INFO:teuthology.orchestra.run.smithi176.stdout:22 Apr 23:13:22 ntpd[17223]: Listen normally on 3 enp3s0f1 172.21.15.176:123 2024-04-22T23:13:22.066 INFO:teuthology.orchestra.run.smithi176.stdout:22 Apr 23:13:22 ntpd[17223]: Listen normally on 4 lo [::1]:123 2024-04-22T23:13:22.066 INFO:teuthology.orchestra.run.smithi176.stdout:22 Apr 23:13:22 ntpd[17223]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:6f61%5]:123 2024-04-22T23:13:22.066 INFO:teuthology.orchestra.run.smithi176.stdout:22 Apr 23:13:22 ntpd[17223]: Listening on routing socket on fd #22 for interface updates 2024-04-22T23:13:23.032 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:23 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:23.033 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:23 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:23.033 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:23 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:23.033 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:23 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:23.033 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:23 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:23.033 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:23 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:23.033 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:23 ntpd[17196]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:13:23.033 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:23 ntpd[17196]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:13:23.063 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:23 ntpd[17223]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:23.064 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:23 ntpd[17223]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:23.064 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:23 ntpd[17223]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:23.064 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:23 ntpd[17223]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:23.064 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:23 ntpd[17223]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:23.064 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:23 ntpd[17223]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:23.064 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:23 ntpd[17223]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:13:23.064 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:23 ntpd[17223]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:13:25.032 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:25 ntpd[17139]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:25.033 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:25 ntpd[17139]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:25.033 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:25 ntpd[17139]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:25.033 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:25 ntpd[17139]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:25.033 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:25 ntpd[17139]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:25.033 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:25 ntpd[17139]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:25.033 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:25 ntpd[17139]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:13:25.033 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:25 ntpd[17139]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:13:25.033 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:25 ntpd[17139]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:25.033 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:25 ntpd[17139]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:25.033 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:25 ntpd[17139]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:13:25.033 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:25 ntpd[17139]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:13:25.034 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:25 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:25.035 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:25 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:25.035 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:25 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:25.035 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:25 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:25.035 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:25 ntpd[17196]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:13:25.035 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:25 ntpd[17196]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:13:25.064 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:25 ntpd[17223]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:25.064 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:25 ntpd[17223]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:25.064 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:25 ntpd[17223]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:25.065 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:25 ntpd[17223]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:25.065 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:25 ntpd[17223]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:25.065 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:25 ntpd[17223]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:25.065 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:25 ntpd[17223]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:13:25.065 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:25 ntpd[17223]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:13:25.065 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:25 ntpd[17223]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:25.065 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:25 ntpd[17223]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:25.065 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:25 ntpd[17223]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:13:25.065 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:25 ntpd[17223]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:13:26.031 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:26 ntpd[17139]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:26.032 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:26 ntpd[17139]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:26.032 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:26 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:26.033 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:26 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:26.033 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:26 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:26.033 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:26 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:26.033 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:26 ntpd[17196]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:13:26.033 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:26 ntpd[17196]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:13:27.033 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:27 ntpd[17139]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:27.033 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:27 ntpd[17139]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:27.033 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:27 ntpd[17139]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:27.033 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:27 ntpd[17139]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:27.033 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:27 ntpd[17139]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:27.033 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:27 ntpd[17139]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:27.033 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:27 ntpd[17139]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:27.033 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:27 ntpd[17139]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:27.033 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:27 ntpd[17139]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:13:27.034 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:27 ntpd[17139]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:13:27.034 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:27 ntpd[17139]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:27.034 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:27 ntpd[17139]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:27.034 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:27 ntpd[17139]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:13:27.034 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:27 ntpd[17139]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:13:27.034 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:27 ntpd[17139]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:27.034 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:27 ntpd[17139]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:27.034 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:27 ntpd[17139]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:13:27.034 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:27 ntpd[17139]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:13:27.036 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:27 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:27.036 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:27 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:27.036 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:27 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:27.036 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:27 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:27.036 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:27 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:27.036 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:27 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:27.036 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:27 ntpd[17196]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:13:27.036 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:27 ntpd[17196]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:13:27.036 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:27 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:27.036 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:27 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:27.037 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:27 ntpd[17196]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:13:27.037 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:27 ntpd[17196]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:13:27.065 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:27 ntpd[17223]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:27.065 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:27 ntpd[17223]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:27.065 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:27 ntpd[17223]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:27.065 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:27 ntpd[17223]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:27.065 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:27 ntpd[17223]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:27.065 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:27 ntpd[17223]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:27.065 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:27 ntpd[17223]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:27.065 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:27 ntpd[17223]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:27.065 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:27 ntpd[17223]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:13:27.065 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:27 ntpd[17223]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:13:27.065 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:27 ntpd[17223]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:27.065 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:27 ntpd[17223]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:27.065 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:27 ntpd[17223]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:13:27.066 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:27 ntpd[17223]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:13:27.066 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:27 ntpd[17223]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:27.066 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:27 ntpd[17223]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:27.066 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:27 ntpd[17223]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:13:27.066 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:27 ntpd[17223]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:13:28.032 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:28 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:28.032 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:28 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:28.033 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:28 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:28.033 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:28 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:28.033 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:28 ntpd[17196]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:13:28.033 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:28 ntpd[17196]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:13:29.033 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:29 ntpd[17139]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:29.033 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:29 ntpd[17139]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:29.033 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:29 ntpd[17139]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:29.033 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:29 ntpd[17139]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:29.033 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:29 ntpd[17139]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:29.033 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:29 ntpd[17139]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:29.033 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:29 ntpd[17139]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:29.033 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:29 ntpd[17139]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:29.033 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:29 ntpd[17139]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:13:29.034 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:29 ntpd[17139]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:13:29.034 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:29 ntpd[17139]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:29.034 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:29 ntpd[17139]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:29.034 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:29 ntpd[17139]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:13:29.034 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:29 ntpd[17139]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:13:29.034 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:29 ntpd[17139]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:29.034 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:29 ntpd[17139]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:29.034 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:29 ntpd[17139]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:13:29.034 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:29 ntpd[17139]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:13:29.035 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:29 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:29.036 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:29 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:29.036 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:29 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:29.036 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:29 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:29.036 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:29 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:29.036 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:29 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:29.036 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:29 ntpd[17196]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:13:29.036 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:29 ntpd[17196]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:13:29.036 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:29 ntpd[17196]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:29.036 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:29 ntpd[17196]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:29.036 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:29 ntpd[17196]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:13:29.036 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:29 ntpd[17196]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:13:29.037 INFO:teuthology.orchestra.run.smithi171.stdout:22 Apr 23:13:29 ntpd[17196]: ntpd: time slew -0.001031 s 2024-04-22T23:13:29.037 INFO:teuthology.orchestra.run.smithi171.stdout:ntpd: time slew -0.001031s 2024-04-22T23:13:29.037 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:29 ntpd[17196]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-22T23:13:29.037 INFO:teuthology.orchestra.run.smithi171.stderr:22 Apr 23:13:29 ntpd[17196]: can't open /var/log/ntpstats/loopstats.20240422: Permission denied 2024-04-22T23:13:29.064 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:29 ntpd[17223]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:29.065 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:29 ntpd[17223]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:29.065 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:29 ntpd[17223]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:29.065 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:29 ntpd[17223]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:29.065 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:29 ntpd[17223]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:29.065 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:29 ntpd[17223]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:29.065 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:29 ntpd[17223]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:29.065 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:29 ntpd[17223]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:29.065 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:29 ntpd[17223]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:13:29.065 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:29 ntpd[17223]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:13:29.065 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:29 ntpd[17223]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:29.065 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:29 ntpd[17223]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:29.065 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:29 ntpd[17223]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:13:29.065 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:29 ntpd[17223]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:13:29.065 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:29 ntpd[17223]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:29.066 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:29 ntpd[17223]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:29.066 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:29 ntpd[17223]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:13:29.066 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:29 ntpd[17223]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:13:29.090 INFO:teuthology.orchestra.run.smithi171.stdout: remote refid st t when poll reach delay offset jitter 2024-04-22T23:13:29.090 INFO:teuthology.orchestra.run.smithi171.stdout:============================================================================== 2024-04-22T23:13:29.090 INFO:teuthology.orchestra.run.smithi171.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T23:13:29.090 INFO:teuthology.orchestra.run.smithi171.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T23:13:29.090 INFO:teuthology.orchestra.run.smithi171.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T23:13:29.090 INFO:teuthology.orchestra.run.smithi171.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T23:13:31.032 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:31 ntpd[17139]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:31.032 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:31 ntpd[17139]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:31.032 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:31 ntpd[17139]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:31.033 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:31 ntpd[17139]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:31.033 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:31 ntpd[17139]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:31.033 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:31 ntpd[17139]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:31.033 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:31 ntpd[17139]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:31.033 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:31 ntpd[17139]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:31.033 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:31 ntpd[17139]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:13:31.033 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:31 ntpd[17139]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:13:31.033 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:31 ntpd[17139]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:31.033 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:31 ntpd[17139]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:31.033 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:31 ntpd[17139]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:13:31.033 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:31 ntpd[17139]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:13:31.034 INFO:teuthology.orchestra.run.smithi033.stdout:22 Apr 23:13:31 ntpd[17139]: ntpd: time slew -0.000652 s 2024-04-22T23:13:31.034 INFO:teuthology.orchestra.run.smithi033.stdout:ntpd: time slew -0.000652s 2024-04-22T23:13:31.034 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:31 ntpd[17139]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-22T23:13:31.034 INFO:teuthology.orchestra.run.smithi033.stderr:22 Apr 23:13:31 ntpd[17139]: can't open /var/log/ntpstats/loopstats.20240422: Permission denied 2024-04-22T23:13:31.064 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:31 ntpd[17223]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:31.064 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:31 ntpd[17223]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:31.064 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:31 ntpd[17223]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:31.064 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:31 ntpd[17223]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:31.064 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:31 ntpd[17223]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:31.064 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:31 ntpd[17223]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:31.064 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:31 ntpd[17223]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-04-22T23:13:31.064 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:31 ntpd[17223]: can't open /var/log/ntpstats/rawstats.20240422: Permission denied 2024-04-22T23:13:31.064 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:31 ntpd[17223]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-04-22T23:13:31.064 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:31 ntpd[17223]: can't open /var/log/ntpstats/peerstats.20240422: Permission denied 2024-04-22T23:13:31.065 INFO:teuthology.orchestra.run.smithi176.stdout:22 Apr 23:13:31 ntpd[17223]: ntpd: time slew -0.000188 s 2024-04-22T23:13:31.065 INFO:teuthology.orchestra.run.smithi176.stdout:ntpd: time slew -0.000188s 2024-04-22T23:13:31.065 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:31 ntpd[17223]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-04-22T23:13:31.065 INFO:teuthology.orchestra.run.smithi176.stderr:22 Apr 23:13:31 ntpd[17223]: can't open /var/log/ntpstats/loopstats.20240422: Permission denied 2024-04-22T23:13:31.084 INFO:teuthology.orchestra.run.smithi033.stdout: remote refid st t when poll reach delay offset jitter 2024-04-22T23:13:31.084 INFO:teuthology.orchestra.run.smithi033.stdout:============================================================================== 2024-04-22T23:13:31.084 INFO:teuthology.orchestra.run.smithi033.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T23:13:31.084 INFO:teuthology.orchestra.run.smithi033.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T23:13:31.084 INFO:teuthology.orchestra.run.smithi033.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T23:13:31.084 INFO:teuthology.orchestra.run.smithi033.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T23:13:31.118 INFO:teuthology.orchestra.run.smithi176.stdout: remote refid st t when poll reach delay offset jitter 2024-04-22T23:13:31.118 INFO:teuthology.orchestra.run.smithi176.stdout:============================================================================== 2024-04-22T23:13:31.118 INFO:teuthology.orchestra.run.smithi176.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T23:13:31.118 INFO:teuthology.orchestra.run.smithi176.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T23:13:31.118 INFO:teuthology.orchestra.run.smithi176.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T23:13:31.118 INFO:teuthology.orchestra.run.smithi176.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T23:13:31.119 INFO:teuthology.run_tasks:Running task install... 2024-04-22T23:13:31.128 DEBUG:teuthology.task.install:project ceph 2024-04-22T23:13:31.128 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '43be020184947e53516056c9931e1ac5bdbbb1a5'}} 2024-04-22T23:13:31.128 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '43be020184947e53516056c9931e1ac5bdbbb1a5'} 2024-04-22T23:13:31.128 INFO:teuthology.task.install:Using flavor: default 2024-04-22T23:13:31.134 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-04-22T23:13:31.134 INFO:teuthology.task.install:extra packages: [] 2024-04-22T23:13:31.135 DEBUG:teuthology.orchestra.run.smithi033:> sudo apt-key list | grep Ceph 2024-04-22T23:13:31.135 DEBUG:teuthology.orchestra.run.smithi171:> sudo apt-key list | grep Ceph 2024-04-22T23:13:31.135 DEBUG:teuthology.orchestra.run.smithi176:> sudo apt-key list | grep Ceph 2024-04-22T23:13:31.192 INFO:teuthology.orchestra.run.smithi033.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-22T23:13:31.202 INFO:teuthology.orchestra.run.smithi171.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-22T23:13:31.222 INFO:teuthology.orchestra.run.smithi033.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-22T23:13:31.222 INFO:teuthology.orchestra.run.smithi033.stdout:uid [ unknown] Ceph.com (release key) 2024-04-22T23:13:31.222 INFO:teuthology.orchestra.run.smithi176.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-04-22T23:13:31.223 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-04-22T23:13:31.223 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:13:31.232 INFO:teuthology.orchestra.run.smithi171.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-22T23:13:31.232 INFO:teuthology.orchestra.run.smithi171.stdout:uid [ unknown] Ceph.com (release key) 2024-04-22T23:13:31.233 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-04-22T23:13:31.233 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:13:31.250 INFO:teuthology.orchestra.run.smithi176.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-04-22T23:13:31.250 INFO:teuthology.orchestra.run.smithi176.stdout:uid [ unknown] Ceph.com (release key) 2024-04-22T23:13:31.250 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2024-04-22T23:13:31.251 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:13:31.386 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default/ 2024-04-22T23:13:31.386 INFO:teuthology.task.install.deb:Package version is 19.0.0-3252-g43be0201-1jammy 2024-04-22T23:13:31.459 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default/ 2024-04-22T23:13:31.459 INFO:teuthology.task.install.deb:Package version is 19.0.0-3252-g43be0201-1jammy 2024-04-22T23:13:31.496 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-04-22T23:13:31.496 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-22T23:13:31.498 INFO:teuthology.task.install.deb:Pulling from https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default/ 2024-04-22T23:13:31.498 INFO:teuthology.task.install.deb:Package version is 19.0.0-3252-g43be0201-1jammy 2024-04-22T23:13:31.514 DEBUG:teuthology.orchestra.run.smithi171:> sudo apt-get update 2024-04-22T23:13:31.563 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-04-22T23:13:31.564 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-22T23:13:31.578 DEBUG:teuthology.orchestra.run.smithi033:> sudo apt-get update 2024-04-22T23:13:31.604 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2024-04-22T23:13:31.604 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-04-22T23:13:31.618 DEBUG:teuthology.orchestra.run.smithi176:> sudo apt-get update 2024-04-22T23:13:31.687 INFO:teuthology.orchestra.run.smithi171.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-22T23:13:31.734 INFO:teuthology.orchestra.run.smithi171.stdout:Ign:2 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy InRelease 2024-04-22T23:13:31.755 INFO:teuthology.orchestra.run.smithi171.stdout:Get:3 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-04-22T23:13:31.777 INFO:teuthology.orchestra.run.smithi171.stdout:Ign:4 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-22T23:13:31.792 INFO:teuthology.orchestra.run.smithi176.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-22T23:13:31.792 INFO:teuthology.orchestra.run.smithi176.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-04-22T23:13:31.798 INFO:teuthology.orchestra.run.smithi171.stdout:Get:5 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-04-22T23:13:31.804 INFO:teuthology.orchestra.run.smithi171.stdout:Hit:6 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-22T23:13:31.805 INFO:teuthology.orchestra.run.smithi176.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-22T23:13:31.825 INFO:teuthology.orchestra.run.smithi171.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,410 B] 2024-04-22T23:13:31.826 INFO:teuthology.orchestra.run.smithi176.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-22T23:13:31.866 INFO:teuthology.orchestra.run.smithi033.stdout:Ign:1 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy InRelease 2024-04-22T23:13:31.881 INFO:teuthology.orchestra.run.smithi033.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-04-22T23:13:31.881 INFO:teuthology.orchestra.run.smithi033.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-04-22T23:13:31.883 INFO:teuthology.orchestra.run.smithi171.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-04-22T23:13:31.902 INFO:teuthology.orchestra.run.smithi176.stdout:Ign:5 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy InRelease 2024-04-22T23:13:31.903 INFO:teuthology.orchestra.run.smithi033.stdout:Get:4 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-04-22T23:13:31.938 INFO:teuthology.orchestra.run.smithi176.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-04-22T23:13:31.941 INFO:teuthology.orchestra.run.smithi033.stdout:Ign:5 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-22T23:13:31.954 INFO:teuthology.orchestra.run.smithi033.stdout:Hit:6 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-04-22T23:13:31.976 INFO:teuthology.orchestra.run.smithi176.stdout:Ign:7 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy Release.gpg 2024-04-22T23:13:31.979 INFO:teuthology.orchestra.run.smithi033.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,410 B] 2024-04-22T23:13:32.012 INFO:teuthology.orchestra.run.smithi176.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-04-22T23:13:32.022 INFO:teuthology.orchestra.run.smithi033.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-04-22T23:13:32.036 INFO:teuthology.orchestra.run.smithi033.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-22T23:13:32.056 INFO:teuthology.orchestra.run.smithi176.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,410 B] 2024-04-22T23:13:32.162 INFO:teuthology.orchestra.run.smithi176.stdout:Fetched 29.2 kB in 0s (81.2 kB/s) 2024-04-22T23:13:32.242 INFO:teuthology.orchestra.run.smithi171.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-04-22T23:13:32.295 INFO:teuthology.orchestra.run.smithi033.stdout:Fetched 140 kB in 1s (264 kB/s) 2024-04-22T23:13:32.404 INFO:teuthology.orchestra.run.smithi171.stdout:Fetched 148 kB in 1s (210 kB/s) 2024-04-22T23:13:33.129 INFO:teuthology.orchestra.run.smithi176.stdout:Reading package lists... 2024-04-22T23:13:33.145 DEBUG:teuthology.orchestra.run.smithi176:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3252-g43be0201-1jammy cephadm=19.0.0-3252-g43be0201-1jammy ceph-mds=19.0.0-3252-g43be0201-1jammy ceph-mgr=19.0.0-3252-g43be0201-1jammy ceph-common=19.0.0-3252-g43be0201-1jammy ceph-fuse=19.0.0-3252-g43be0201-1jammy ceph-test=19.0.0-3252-g43be0201-1jammy ceph-volume=19.0.0-3252-g43be0201-1jammy radosgw=19.0.0-3252-g43be0201-1jammy python3-rados=19.0.0-3252-g43be0201-1jammy python3-rgw=19.0.0-3252-g43be0201-1jammy python3-cephfs=19.0.0-3252-g43be0201-1jammy python3-rbd=19.0.0-3252-g43be0201-1jammy libcephfs2=19.0.0-3252-g43be0201-1jammy libcephfs-dev=19.0.0-3252-g43be0201-1jammy librados2=19.0.0-3252-g43be0201-1jammy librbd1=19.0.0-3252-g43be0201-1jammy rbd-fuse=19.0.0-3252-g43be0201-1jammy 2024-04-22T23:13:33.198 INFO:teuthology.orchestra.run.smithi176.stdout:Reading package lists... 2024-04-22T23:13:33.279 INFO:teuthology.orchestra.run.smithi033.stdout:Reading package lists... 2024-04-22T23:13:33.295 DEBUG:teuthology.orchestra.run.smithi033:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3252-g43be0201-1jammy cephadm=19.0.0-3252-g43be0201-1jammy ceph-mds=19.0.0-3252-g43be0201-1jammy ceph-mgr=19.0.0-3252-g43be0201-1jammy ceph-common=19.0.0-3252-g43be0201-1jammy ceph-fuse=19.0.0-3252-g43be0201-1jammy ceph-test=19.0.0-3252-g43be0201-1jammy ceph-volume=19.0.0-3252-g43be0201-1jammy radosgw=19.0.0-3252-g43be0201-1jammy python3-rados=19.0.0-3252-g43be0201-1jammy python3-rgw=19.0.0-3252-g43be0201-1jammy python3-cephfs=19.0.0-3252-g43be0201-1jammy python3-rbd=19.0.0-3252-g43be0201-1jammy libcephfs2=19.0.0-3252-g43be0201-1jammy libcephfs-dev=19.0.0-3252-g43be0201-1jammy librados2=19.0.0-3252-g43be0201-1jammy librbd1=19.0.0-3252-g43be0201-1jammy rbd-fuse=19.0.0-3252-g43be0201-1jammy 2024-04-22T23:13:33.359 INFO:teuthology.orchestra.run.smithi033.stdout:Reading package lists... 2024-04-22T23:13:33.375 INFO:teuthology.orchestra.run.smithi176.stdout:Building dependency tree... 2024-04-22T23:13:33.375 INFO:teuthology.orchestra.run.smithi176.stdout:Reading state information... 2024-04-22T23:13:33.416 INFO:teuthology.orchestra.run.smithi171.stdout:Reading package lists... 2024-04-22T23:13:33.432 DEBUG:teuthology.orchestra.run.smithi171:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-3252-g43be0201-1jammy cephadm=19.0.0-3252-g43be0201-1jammy ceph-mds=19.0.0-3252-g43be0201-1jammy ceph-mgr=19.0.0-3252-g43be0201-1jammy ceph-common=19.0.0-3252-g43be0201-1jammy ceph-fuse=19.0.0-3252-g43be0201-1jammy ceph-test=19.0.0-3252-g43be0201-1jammy ceph-volume=19.0.0-3252-g43be0201-1jammy radosgw=19.0.0-3252-g43be0201-1jammy python3-rados=19.0.0-3252-g43be0201-1jammy python3-rgw=19.0.0-3252-g43be0201-1jammy python3-cephfs=19.0.0-3252-g43be0201-1jammy python3-rbd=19.0.0-3252-g43be0201-1jammy libcephfs2=19.0.0-3252-g43be0201-1jammy libcephfs-dev=19.0.0-3252-g43be0201-1jammy librados2=19.0.0-3252-g43be0201-1jammy librbd1=19.0.0-3252-g43be0201-1jammy rbd-fuse=19.0.0-3252-g43be0201-1jammy 2024-04-22T23:13:33.483 INFO:teuthology.orchestra.run.smithi171.stdout:Reading package lists... 2024-04-22T23:13:33.549 INFO:teuthology.orchestra.run.smithi176.stdout:The following packages were automatically installed and are no longer required: 2024-04-22T23:13:33.549 INFO:teuthology.orchestra.run.smithi176.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-22T23:13:33.549 INFO:teuthology.orchestra.run.smithi176.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-22T23:13:33.549 INFO:teuthology.orchestra.run.smithi176.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-22T23:13:33.549 INFO:teuthology.orchestra.run.smithi176.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-22T23:13:33.550 INFO:teuthology.orchestra.run.smithi176.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-22T23:13:33.550 INFO:teuthology.orchestra.run.smithi176.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-22T23:13:33.550 INFO:teuthology.orchestra.run.smithi176.stdout:The following additional packages will be installed: 2024-04-22T23:13:33.551 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-22T23:13:33.551 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-22T23:13:33.551 INFO:teuthology.orchestra.run.smithi176.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-22T23:13:33.551 INFO:teuthology.orchestra.run.smithi176.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-22T23:13:33.552 INFO:teuthology.orchestra.run.smithi176.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-22T23:13:33.552 INFO:teuthology.orchestra.run.smithi176.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-22T23:13:33.552 INFO:teuthology.orchestra.run.smithi176.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-22T23:13:33.552 INFO:teuthology.orchestra.run.smithi176.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-22T23:13:33.552 INFO:teuthology.orchestra.run.smithi176.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-22T23:13:33.552 INFO:teuthology.orchestra.run.smithi176.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-22T23:13:33.552 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-22T23:13:33.552 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-22T23:13:33.552 INFO:teuthology.orchestra.run.smithi176.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-22T23:13:33.552 INFO:teuthology.orchestra.run.smithi176.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-22T23:13:33.553 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-22T23:13:33.553 INFO:teuthology.orchestra.run.smithi176.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-22T23:13:33.553 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-22T23:13:33.553 INFO:teuthology.orchestra.run.smithi176.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-22T23:13:33.553 INFO:teuthology.orchestra.run.smithi176.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-22T23:13:33.553 INFO:teuthology.orchestra.run.smithi176.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-22T23:13:33.553 INFO:teuthology.orchestra.run.smithi176.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-22T23:13:33.553 INFO:teuthology.orchestra.run.smithi176.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-22T23:13:33.553 INFO:teuthology.orchestra.run.smithi176.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-22T23:13:33.553 INFO:teuthology.orchestra.run.smithi176.stdout: xmlstarlet zip 2024-04-22T23:13:33.554 INFO:teuthology.orchestra.run.smithi176.stdout:Suggested packages: 2024-04-22T23:13:33.554 INFO:teuthology.orchestra.run.smithi176.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-22T23:13:33.554 INFO:teuthology.orchestra.run.smithi176.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-22T23:13:33.554 INFO:teuthology.orchestra.run.smithi176.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-22T23:13:33.554 INFO:teuthology.orchestra.run.smithi176.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-22T23:13:33.554 INFO:teuthology.orchestra.run.smithi176.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-22T23:13:33.554 INFO:teuthology.orchestra.run.smithi176.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-22T23:13:33.554 INFO:teuthology.orchestra.run.smithi176.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-22T23:13:33.554 INFO:teuthology.orchestra.run.smithi176.stdout:Recommended packages: 2024-04-22T23:13:33.554 INFO:teuthology.orchestra.run.smithi176.stdout: btrfs-tools 2024-04-22T23:13:33.563 INFO:teuthology.orchestra.run.smithi033.stdout:Building dependency tree... 2024-04-22T23:13:33.564 INFO:teuthology.orchestra.run.smithi033.stdout:Reading state information... 2024-04-22T23:13:33.652 INFO:teuthology.orchestra.run.smithi176.stdout:The following NEW packages will be installed: 2024-04-22T23:13:33.653 INFO:teuthology.orchestra.run.smithi176.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-22T23:13:33.653 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-22T23:13:33.653 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-22T23:13:33.653 INFO:teuthology.orchestra.run.smithi176.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-22T23:13:33.653 INFO:teuthology.orchestra.run.smithi176.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-22T23:13:33.653 INFO:teuthology.orchestra.run.smithi176.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-22T23:13:33.654 INFO:teuthology.orchestra.run.smithi176.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-22T23:13:33.654 INFO:teuthology.orchestra.run.smithi176.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-22T23:13:33.654 INFO:teuthology.orchestra.run.smithi176.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-22T23:13:33.655 INFO:teuthology.orchestra.run.smithi176.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-22T23:13:33.655 INFO:teuthology.orchestra.run.smithi176.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-22T23:13:33.655 INFO:teuthology.orchestra.run.smithi176.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-22T23:13:33.655 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-22T23:13:33.655 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-22T23:13:33.655 INFO:teuthology.orchestra.run.smithi176.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-22T23:13:33.655 INFO:teuthology.orchestra.run.smithi176.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-22T23:13:33.655 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-22T23:13:33.655 INFO:teuthology.orchestra.run.smithi176.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-22T23:13:33.655 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-22T23:13:33.655 INFO:teuthology.orchestra.run.smithi176.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-22T23:13:33.655 INFO:teuthology.orchestra.run.smithi176.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-22T23:13:33.655 INFO:teuthology.orchestra.run.smithi176.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-22T23:13:33.655 INFO:teuthology.orchestra.run.smithi176.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-22T23:13:33.655 INFO:teuthology.orchestra.run.smithi176.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-22T23:13:33.656 INFO:teuthology.orchestra.run.smithi176.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-22T23:13:33.656 INFO:teuthology.orchestra.run.smithi176.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-22T23:13:33.660 INFO:teuthology.orchestra.run.smithi171.stdout:Building dependency tree... 2024-04-22T23:13:33.661 INFO:teuthology.orchestra.run.smithi171.stdout:Reading state information... 2024-04-22T23:13:33.770 INFO:teuthology.orchestra.run.smithi033.stdout:The following packages were automatically installed and are no longer required: 2024-04-22T23:13:33.770 INFO:teuthology.orchestra.run.smithi033.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-22T23:13:33.770 INFO:teuthology.orchestra.run.smithi033.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-22T23:13:33.771 INFO:teuthology.orchestra.run.smithi033.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-22T23:13:33.771 INFO:teuthology.orchestra.run.smithi033.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-22T23:13:33.771 INFO:teuthology.orchestra.run.smithi033.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-22T23:13:33.771 INFO:teuthology.orchestra.run.smithi033.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-22T23:13:33.772 INFO:teuthology.orchestra.run.smithi033.stdout:The following additional packages will be installed: 2024-04-22T23:13:33.772 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-22T23:13:33.772 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-22T23:13:33.773 INFO:teuthology.orchestra.run.smithi033.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-22T23:13:33.773 INFO:teuthology.orchestra.run.smithi033.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-22T23:13:33.773 INFO:teuthology.orchestra.run.smithi033.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-22T23:13:33.773 INFO:teuthology.orchestra.run.smithi033.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-22T23:13:33.774 INFO:teuthology.orchestra.run.smithi033.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-22T23:13:33.774 INFO:teuthology.orchestra.run.smithi033.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-22T23:13:33.774 INFO:teuthology.orchestra.run.smithi033.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-22T23:13:33.774 INFO:teuthology.orchestra.run.smithi033.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-22T23:13:33.774 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-22T23:13:33.774 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-22T23:13:33.774 INFO:teuthology.orchestra.run.smithi033.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-22T23:13:33.774 INFO:teuthology.orchestra.run.smithi033.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-22T23:13:33.774 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-22T23:13:33.774 INFO:teuthology.orchestra.run.smithi033.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-22T23:13:33.774 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-22T23:13:33.774 INFO:teuthology.orchestra.run.smithi033.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-22T23:13:33.774 INFO:teuthology.orchestra.run.smithi033.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-22T23:13:33.774 INFO:teuthology.orchestra.run.smithi033.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-22T23:13:33.775 INFO:teuthology.orchestra.run.smithi033.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-22T23:13:33.775 INFO:teuthology.orchestra.run.smithi033.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-22T23:13:33.775 INFO:teuthology.orchestra.run.smithi033.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-22T23:13:33.775 INFO:teuthology.orchestra.run.smithi033.stdout: xmlstarlet zip 2024-04-22T23:13:33.775 INFO:teuthology.orchestra.run.smithi033.stdout:Suggested packages: 2024-04-22T23:13:33.775 INFO:teuthology.orchestra.run.smithi033.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-22T23:13:33.775 INFO:teuthology.orchestra.run.smithi033.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-22T23:13:33.775 INFO:teuthology.orchestra.run.smithi033.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-22T23:13:33.775 INFO:teuthology.orchestra.run.smithi033.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-22T23:13:33.775 INFO:teuthology.orchestra.run.smithi033.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-22T23:13:33.776 INFO:teuthology.orchestra.run.smithi033.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-22T23:13:33.776 INFO:teuthology.orchestra.run.smithi033.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-22T23:13:33.776 INFO:teuthology.orchestra.run.smithi033.stdout:Recommended packages: 2024-04-22T23:13:33.776 INFO:teuthology.orchestra.run.smithi033.stdout: btrfs-tools 2024-04-22T23:13:33.832 INFO:teuthology.orchestra.run.smithi171.stdout:The following packages were automatically installed and are no longer required: 2024-04-22T23:13:33.832 INFO:teuthology.orchestra.run.smithi171.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-04-22T23:13:33.832 INFO:teuthology.orchestra.run.smithi171.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-04-22T23:13:33.832 INFO:teuthology.orchestra.run.smithi171.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-04-22T23:13:33.832 INFO:teuthology.orchestra.run.smithi171.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-04-22T23:13:33.833 INFO:teuthology.orchestra.run.smithi171.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-04-22T23:13:33.833 INFO:teuthology.orchestra.run.smithi171.stdout:Use 'sudo apt autoremove' to remove them. 2024-04-22T23:13:33.834 INFO:teuthology.orchestra.run.smithi171.stdout:The following additional packages will be installed: 2024-04-22T23:13:33.834 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-04-22T23:13:33.834 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-04-22T23:13:33.834 INFO:teuthology.orchestra.run.smithi171.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-04-22T23:13:33.834 INFO:teuthology.orchestra.run.smithi171.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-04-22T23:13:33.835 INFO:teuthology.orchestra.run.smithi171.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-04-22T23:13:33.835 INFO:teuthology.orchestra.run.smithi171.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-04-22T23:13:33.835 INFO:teuthology.orchestra.run.smithi171.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-04-22T23:13:33.835 INFO:teuthology.orchestra.run.smithi171.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-04-22T23:13:33.835 INFO:teuthology.orchestra.run.smithi171.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-04-22T23:13:33.835 INFO:teuthology.orchestra.run.smithi171.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-22T23:13:33.835 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-22T23:13:33.835 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-22T23:13:33.836 INFO:teuthology.orchestra.run.smithi171.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-22T23:13:33.836 INFO:teuthology.orchestra.run.smithi171.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-22T23:13:33.836 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-22T23:13:33.836 INFO:teuthology.orchestra.run.smithi171.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-22T23:13:33.836 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-04-22T23:13:33.836 INFO:teuthology.orchestra.run.smithi171.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-04-22T23:13:33.836 INFO:teuthology.orchestra.run.smithi171.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-04-22T23:13:33.836 INFO:teuthology.orchestra.run.smithi171.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-04-22T23:13:33.836 INFO:teuthology.orchestra.run.smithi171.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-04-22T23:13:33.836 INFO:teuthology.orchestra.run.smithi171.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-04-22T23:13:33.836 INFO:teuthology.orchestra.run.smithi171.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-04-22T23:13:33.836 INFO:teuthology.orchestra.run.smithi171.stdout: xmlstarlet zip 2024-04-22T23:13:33.838 INFO:teuthology.orchestra.run.smithi171.stdout:Suggested packages: 2024-04-22T23:13:33.838 INFO:teuthology.orchestra.run.smithi171.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-04-22T23:13:33.838 INFO:teuthology.orchestra.run.smithi171.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-04-22T23:13:33.839 INFO:teuthology.orchestra.run.smithi171.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-04-22T23:13:33.839 INFO:teuthology.orchestra.run.smithi171.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-04-22T23:13:33.839 INFO:teuthology.orchestra.run.smithi171.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-04-22T23:13:33.839 INFO:teuthology.orchestra.run.smithi171.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-04-22T23:13:33.839 INFO:teuthology.orchestra.run.smithi171.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-04-22T23:13:33.839 INFO:teuthology.orchestra.run.smithi171.stdout:Recommended packages: 2024-04-22T23:13:33.839 INFO:teuthology.orchestra.run.smithi171.stdout: btrfs-tools 2024-04-22T23:13:33.843 INFO:teuthology.orchestra.run.smithi176.stdout:0 upgraded, 118 newly installed, 0 to remove and 302 not upgraded. 2024-04-22T23:13:33.843 INFO:teuthology.orchestra.run.smithi176.stdout:Need to get 181 MB of archives. 2024-04-22T23:13:33.843 INFO:teuthology.orchestra.run.smithi176.stdout:After this operation, 829 MB of additional disk space will be used. 2024-04-22T23:13:33.843 INFO:teuthology.orchestra.run.smithi176.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-22T23:13:33.881 INFO:teuthology.orchestra.run.smithi033.stdout:The following NEW packages will be installed: 2024-04-22T23:13:33.881 INFO:teuthology.orchestra.run.smithi033.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-22T23:13:33.881 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-22T23:13:33.882 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-22T23:13:33.883 INFO:teuthology.orchestra.run.smithi033.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-22T23:13:33.883 INFO:teuthology.orchestra.run.smithi033.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-22T23:13:33.883 INFO:teuthology.orchestra.run.smithi033.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-22T23:13:33.883 INFO:teuthology.orchestra.run.smithi033.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-22T23:13:33.883 INFO:teuthology.orchestra.run.smithi033.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-22T23:13:33.883 INFO:teuthology.orchestra.run.smithi033.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-22T23:13:33.884 INFO:teuthology.orchestra.run.smithi033.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-22T23:13:33.884 INFO:teuthology.orchestra.run.smithi033.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-22T23:13:33.884 INFO:teuthology.orchestra.run.smithi033.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-22T23:13:33.884 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-22T23:13:33.884 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-22T23:13:33.884 INFO:teuthology.orchestra.run.smithi033.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-22T23:13:33.884 INFO:teuthology.orchestra.run.smithi033.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-22T23:13:33.884 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-22T23:13:33.884 INFO:teuthology.orchestra.run.smithi033.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-22T23:13:33.884 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-22T23:13:33.884 INFO:teuthology.orchestra.run.smithi033.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-22T23:13:33.884 INFO:teuthology.orchestra.run.smithi033.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-22T23:13:33.884 INFO:teuthology.orchestra.run.smithi033.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-22T23:13:33.885 INFO:teuthology.orchestra.run.smithi033.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-22T23:13:33.885 INFO:teuthology.orchestra.run.smithi033.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-22T23:13:33.885 INFO:teuthology.orchestra.run.smithi033.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-22T23:13:33.885 INFO:teuthology.orchestra.run.smithi033.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-22T23:13:33.891 INFO:teuthology.orchestra.run.smithi176.stdout:Get:2 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3252-g43be0201-1jammy [3,555 kB] 2024-04-22T23:13:33.936 INFO:teuthology.orchestra.run.smithi171.stdout:The following NEW packages will be installed: 2024-04-22T23:13:33.936 INFO:teuthology.orchestra.run.smithi171.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-04-22T23:13:33.936 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-04-22T23:13:33.936 INFO:teuthology.orchestra.run.smithi171.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-04-22T23:13:33.936 INFO:teuthology.orchestra.run.smithi171.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-04-22T23:13:33.936 INFO:teuthology.orchestra.run.smithi171.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-04-22T23:13:33.936 INFO:teuthology.orchestra.run.smithi171.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-04-22T23:13:33.938 INFO:teuthology.orchestra.run.smithi171.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-04-22T23:13:33.938 INFO:teuthology.orchestra.run.smithi171.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-04-22T23:13:33.938 INFO:teuthology.orchestra.run.smithi171.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-04-22T23:13:33.938 INFO:teuthology.orchestra.run.smithi171.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-04-22T23:13:33.938 INFO:teuthology.orchestra.run.smithi171.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-04-22T23:13:33.938 INFO:teuthology.orchestra.run.smithi171.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-04-22T23:13:33.938 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-04-22T23:13:33.938 INFO:teuthology.orchestra.run.smithi171.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-04-22T23:13:33.938 INFO:teuthology.orchestra.run.smithi171.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-04-22T23:13:33.939 INFO:teuthology.orchestra.run.smithi171.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-04-22T23:13:33.939 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-04-22T23:13:33.939 INFO:teuthology.orchestra.run.smithi171.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-04-22T23:13:33.939 INFO:teuthology.orchestra.run.smithi171.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-04-22T23:13:33.939 INFO:teuthology.orchestra.run.smithi171.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-04-22T23:13:33.939 INFO:teuthology.orchestra.run.smithi171.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-04-22T23:13:33.939 INFO:teuthology.orchestra.run.smithi171.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-04-22T23:13:33.939 INFO:teuthology.orchestra.run.smithi171.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-04-22T23:13:33.939 INFO:teuthology.orchestra.run.smithi171.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-04-22T23:13:33.939 INFO:teuthology.orchestra.run.smithi171.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-04-22T23:13:33.939 INFO:teuthology.orchestra.run.smithi171.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-04-22T23:13:33.951 INFO:teuthology.orchestra.run.smithi033.stdout:0 upgraded, 118 newly installed, 0 to remove and 302 not upgraded. 2024-04-22T23:13:33.951 INFO:teuthology.orchestra.run.smithi033.stdout:Need to get 181 MB of archives. 2024-04-22T23:13:33.951 INFO:teuthology.orchestra.run.smithi033.stdout:After this operation, 829 MB of additional disk space will be used. 2024-04-22T23:13:33.952 INFO:teuthology.orchestra.run.smithi033.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-22T23:13:34.002 INFO:teuthology.orchestra.run.smithi171.stdout:0 upgraded, 118 newly installed, 0 to remove and 302 not upgraded. 2024-04-22T23:13:34.002 INFO:teuthology.orchestra.run.smithi171.stdout:Need to get 181 MB of archives. 2024-04-22T23:13:34.002 INFO:teuthology.orchestra.run.smithi171.stdout:After this operation, 829 MB of additional disk space will be used. 2024-04-22T23:13:34.003 INFO:teuthology.orchestra.run.smithi171.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-04-22T23:13:34.059 INFO:teuthology.orchestra.run.smithi033.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-22T23:13:34.062 INFO:teuthology.orchestra.run.smithi033.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-22T23:13:34.082 INFO:teuthology.orchestra.run.smithi033.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-22T23:13:34.104 INFO:teuthology.orchestra.run.smithi171.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-22T23:13:34.104 INFO:teuthology.orchestra.run.smithi033.stdout:Get:5 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3252-g43be0201-1jammy [3,555 kB] 2024-04-22T23:13:34.108 INFO:teuthology.orchestra.run.smithi171.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-22T23:13:34.127 INFO:teuthology.orchestra.run.smithi171.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-22T23:13:34.151 INFO:teuthology.orchestra.run.smithi033.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-22T23:13:34.156 INFO:teuthology.orchestra.run.smithi033.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-22T23:13:34.169 INFO:teuthology.orchestra.run.smithi033.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-22T23:13:34.174 INFO:teuthology.orchestra.run.smithi033.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-22T23:13:34.175 INFO:teuthology.orchestra.run.smithi033.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-22T23:13:34.175 INFO:teuthology.orchestra.run.smithi033.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-22T23:13:34.183 INFO:teuthology.orchestra.run.smithi171.stdout:Get:5 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-3252-g43be0201-1jammy [3,555 kB] 2024-04-22T23:13:34.184 INFO:teuthology.orchestra.run.smithi033.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-22T23:13:34.187 INFO:teuthology.orchestra.run.smithi033.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-22T23:13:34.189 INFO:teuthology.orchestra.run.smithi033.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-22T23:13:34.191 INFO:teuthology.orchestra.run.smithi033.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-22T23:13:34.203 INFO:teuthology.orchestra.run.smithi033.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-22T23:13:34.203 INFO:teuthology.orchestra.run.smithi171.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-22T23:13:34.205 INFO:teuthology.orchestra.run.smithi033.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-22T23:13:34.208 INFO:teuthology.orchestra.run.smithi171.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-22T23:13:34.208 INFO:teuthology.orchestra.run.smithi033.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-22T23:13:34.210 INFO:teuthology.orchestra.run.smithi033.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-22T23:13:34.210 INFO:teuthology.orchestra.run.smithi033.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-22T23:13:34.220 INFO:teuthology.orchestra.run.smithi171.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-22T23:13:34.231 INFO:teuthology.orchestra.run.smithi176.stdout:Get:3 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3252-g43be0201-1jammy [3,223 kB] 2024-04-22T23:13:34.231 INFO:teuthology.orchestra.run.smithi171.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-22T23:13:34.232 INFO:teuthology.orchestra.run.smithi171.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-22T23:13:34.232 INFO:teuthology.orchestra.run.smithi171.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-22T23:13:34.243 INFO:teuthology.orchestra.run.smithi171.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-22T23:13:34.246 INFO:teuthology.orchestra.run.smithi171.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-22T23:13:34.248 INFO:teuthology.orchestra.run.smithi171.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-22T23:13:34.249 INFO:teuthology.orchestra.run.smithi033.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-04-22T23:13:34.251 INFO:teuthology.orchestra.run.smithi033.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-22T23:13:34.251 INFO:teuthology.orchestra.run.smithi033.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-22T23:13:34.251 INFO:teuthology.orchestra.run.smithi033.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-22T23:13:34.251 INFO:teuthology.orchestra.run.smithi033.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-22T23:13:34.254 INFO:teuthology.orchestra.run.smithi171.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-22T23:13:34.273 INFO:teuthology.orchestra.run.smithi033.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-22T23:13:34.274 INFO:teuthology.orchestra.run.smithi033.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-22T23:13:34.275 INFO:teuthology.orchestra.run.smithi171.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-22T23:13:34.275 INFO:teuthology.orchestra.run.smithi033.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-22T23:13:34.278 INFO:teuthology.orchestra.run.smithi171.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-22T23:13:34.279 INFO:teuthology.orchestra.run.smithi033.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-22T23:13:34.280 INFO:teuthology.orchestra.run.smithi033.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-22T23:13:34.281 INFO:teuthology.orchestra.run.smithi176.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-04-22T23:13:34.282 INFO:teuthology.orchestra.run.smithi171.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-22T23:13:34.284 INFO:teuthology.orchestra.run.smithi171.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-22T23:13:34.285 INFO:teuthology.orchestra.run.smithi171.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-22T23:13:34.286 INFO:teuthology.orchestra.run.smithi171.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-04-22T23:13:34.288 INFO:teuthology.orchestra.run.smithi171.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-22T23:13:34.288 INFO:teuthology.orchestra.run.smithi171.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-22T23:13:34.289 INFO:teuthology.orchestra.run.smithi171.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-22T23:13:34.294 INFO:teuthology.orchestra.run.smithi033.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-22T23:13:34.294 INFO:teuthology.orchestra.run.smithi176.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-04-22T23:13:34.295 INFO:teuthology.orchestra.run.smithi033.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-04-22T23:13:34.296 INFO:teuthology.orchestra.run.smithi033.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-22T23:13:34.297 INFO:teuthology.orchestra.run.smithi033.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-22T23:13:34.298 INFO:teuthology.orchestra.run.smithi033.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-22T23:13:34.315 INFO:teuthology.orchestra.run.smithi171.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-22T23:13:34.316 INFO:teuthology.orchestra.run.smithi171.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-22T23:13:34.327 INFO:teuthology.orchestra.run.smithi033.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-22T23:13:34.328 INFO:teuthology.orchestra.run.smithi033.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-22T23:13:34.329 INFO:teuthology.orchestra.run.smithi033.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-22T23:13:34.339 INFO:teuthology.orchestra.run.smithi033.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-22T23:13:34.339 INFO:teuthology.orchestra.run.smithi033.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-22T23:13:34.345 INFO:teuthology.orchestra.run.smithi176.stdout:Get:6 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3252-g43be0201-1jammy [712 kB] 2024-04-22T23:13:34.346 INFO:teuthology.orchestra.run.smithi171.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-22T23:13:34.347 INFO:teuthology.orchestra.run.smithi171.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-22T23:13:34.351 INFO:teuthology.orchestra.run.smithi171.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-22T23:13:34.352 INFO:teuthology.orchestra.run.smithi171.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-22T23:13:34.353 INFO:teuthology.orchestra.run.smithi171.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-22T23:13:34.353 INFO:teuthology.orchestra.run.smithi171.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-04-22T23:13:34.355 INFO:teuthology.orchestra.run.smithi171.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-22T23:13:34.355 INFO:teuthology.orchestra.run.smithi171.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-22T23:13:34.358 INFO:teuthology.orchestra.run.smithi033.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-22T23:13:34.359 INFO:teuthology.orchestra.run.smithi033.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-22T23:13:34.361 INFO:teuthology.orchestra.run.smithi033.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-22T23:13:34.361 INFO:teuthology.orchestra.run.smithi176.stdout:Get:7 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3252-g43be0201-1jammy [356 kB] 2024-04-22T23:13:34.365 INFO:teuthology.orchestra.run.smithi033.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-22T23:13:34.366 INFO:teuthology.orchestra.run.smithi033.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-04-22T23:13:34.368 INFO:teuthology.orchestra.run.smithi171.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-22T23:13:34.370 INFO:teuthology.orchestra.run.smithi176.stdout:Get:8 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3252-g43be0201-1jammy [32.8 kB] 2024-04-22T23:13:34.371 INFO:teuthology.orchestra.run.smithi176.stdout:Get:9 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3252-g43be0201-1jammy [180 kB] 2024-04-22T23:13:34.372 INFO:teuthology.orchestra.run.smithi171.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-22T23:13:34.375 INFO:teuthology.orchestra.run.smithi176.stdout:Get:10 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3252-g43be0201-1jammy [67.4 kB] 2024-04-22T23:13:34.377 INFO:teuthology.orchestra.run.smithi176.stdout:Get:11 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3252-g43be0201-1jammy [330 kB] 2024-04-22T23:13:34.378 INFO:teuthology.orchestra.run.smithi176.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-04-22T23:13:34.379 INFO:teuthology.orchestra.run.smithi033.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-04-22T23:13:34.381 INFO:teuthology.orchestra.run.smithi033.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-22T23:13:34.385 INFO:teuthology.orchestra.run.smithi033.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-22T23:13:34.386 INFO:teuthology.orchestra.run.smithi033.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-22T23:13:34.388 INFO:teuthology.orchestra.run.smithi033.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-22T23:13:34.404 INFO:teuthology.orchestra.run.smithi171.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-22T23:13:34.405 INFO:teuthology.orchestra.run.smithi171.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-22T23:13:34.407 INFO:teuthology.orchestra.run.smithi176.stdout:Get:13 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3252-g43be0201-1jammy [6,894 kB] 2024-04-22T23:13:34.415 INFO:teuthology.orchestra.run.smithi171.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-22T23:13:34.416 INFO:teuthology.orchestra.run.smithi171.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-22T23:13:34.417 INFO:teuthology.orchestra.run.smithi171.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-22T23:13:34.418 INFO:teuthology.orchestra.run.smithi171.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-22T23:13:34.420 INFO:teuthology.orchestra.run.smithi171.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-22T23:13:34.423 INFO:teuthology.orchestra.run.smithi033.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-04-22T23:13:34.424 INFO:teuthology.orchestra.run.smithi171.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-22T23:13:34.462 INFO:teuthology.orchestra.run.smithi171.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-04-22T23:13:34.464 INFO:teuthology.orchestra.run.smithi171.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-04-22T23:13:34.471 INFO:teuthology.orchestra.run.smithi171.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-22T23:13:34.475 INFO:teuthology.orchestra.run.smithi171.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-22T23:13:34.476 INFO:teuthology.orchestra.run.smithi171.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-22T23:13:34.478 INFO:teuthology.orchestra.run.smithi171.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-22T23:13:34.483 INFO:teuthology.orchestra.run.smithi171.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-04-22T23:13:34.588 INFO:teuthology.orchestra.run.smithi033.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-22T23:13:34.590 INFO:teuthology.orchestra.run.smithi033.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-22T23:13:34.593 INFO:teuthology.orchestra.run.smithi033.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-22T23:13:34.593 INFO:teuthology.orchestra.run.smithi033.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-22T23:13:34.596 INFO:teuthology.orchestra.run.smithi033.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-22T23:13:34.615 INFO:teuthology.orchestra.run.smithi176.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-04-22T23:13:34.627 INFO:teuthology.orchestra.run.smithi176.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-04-22T23:13:34.629 INFO:teuthology.orchestra.run.smithi171.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-22T23:13:34.629 INFO:teuthology.orchestra.run.smithi033.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-22T23:13:34.630 INFO:teuthology.orchestra.run.smithi171.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-22T23:13:34.632 INFO:teuthology.orchestra.run.smithi171.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-22T23:13:34.632 INFO:teuthology.orchestra.run.smithi171.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-22T23:13:34.632 INFO:teuthology.orchestra.run.smithi033.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-22T23:13:34.633 INFO:teuthology.orchestra.run.smithi033.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-22T23:13:34.634 INFO:teuthology.orchestra.run.smithi171.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-22T23:13:34.659 INFO:teuthology.orchestra.run.smithi176.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-04-22T23:13:34.668 INFO:teuthology.orchestra.run.smithi176.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-04-22T23:13:34.669 INFO:teuthology.orchestra.run.smithi176.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-04-22T23:13:34.670 INFO:teuthology.orchestra.run.smithi176.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-04-22T23:13:34.675 INFO:teuthology.orchestra.run.smithi033.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-22T23:13:34.675 INFO:teuthology.orchestra.run.smithi033.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-22T23:13:34.689 INFO:teuthology.orchestra.run.smithi176.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-04-22T23:13:34.693 INFO:teuthology.orchestra.run.smithi033.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-22T23:13:34.694 INFO:teuthology.orchestra.run.smithi033.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-22T23:13:34.695 INFO:teuthology.orchestra.run.smithi033.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-22T23:13:34.696 INFO:teuthology.orchestra.run.smithi033.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-04-22T23:13:34.697 INFO:teuthology.orchestra.run.smithi033.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-22T23:13:34.698 INFO:teuthology.orchestra.run.smithi033.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-22T23:13:34.706 INFO:teuthology.orchestra.run.smithi171.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-22T23:13:34.711 INFO:teuthology.orchestra.run.smithi171.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-22T23:13:34.712 INFO:teuthology.orchestra.run.smithi171.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-22T23:13:34.729 INFO:teuthology.orchestra.run.smithi033.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-22T23:13:34.733 INFO:teuthology.orchestra.run.smithi033.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-22T23:13:34.737 INFO:teuthology.orchestra.run.smithi033.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-22T23:13:34.738 INFO:teuthology.orchestra.run.smithi033.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-22T23:13:34.742 INFO:teuthology.orchestra.run.smithi171.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-22T23:13:34.742 INFO:teuthology.orchestra.run.smithi171.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-22T23:13:34.743 INFO:teuthology.orchestra.run.smithi171.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-22T23:13:34.744 INFO:teuthology.orchestra.run.smithi171.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-22T23:13:34.744 INFO:teuthology.orchestra.run.smithi171.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-22T23:13:34.745 INFO:teuthology.orchestra.run.smithi171.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-04-22T23:13:34.760 INFO:teuthology.orchestra.run.smithi176.stdout:Get:21 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3252-g43be0201-1jammy [112 kB] 2024-04-22T23:13:34.761 INFO:teuthology.orchestra.run.smithi171.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-22T23:13:34.762 INFO:teuthology.orchestra.run.smithi171.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-22T23:13:34.763 INFO:teuthology.orchestra.run.smithi176.stdout:Get:22 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3252-g43be0201-1jammy [466 kB] 2024-04-22T23:13:34.765 INFO:teuthology.orchestra.run.smithi033.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-22T23:13:34.771 INFO:teuthology.orchestra.run.smithi033.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-22T23:13:34.773 INFO:teuthology.orchestra.run.smithi033.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-22T23:13:34.774 INFO:teuthology.orchestra.run.smithi033.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-22T23:13:34.775 INFO:teuthology.orchestra.run.smithi171.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-22T23:13:34.784 INFO:teuthology.orchestra.run.smithi033.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-22T23:13:34.786 INFO:teuthology.orchestra.run.smithi033.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-22T23:13:34.790 INFO:teuthology.orchestra.run.smithi176.stdout:Get:23 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3252-g43be0201-1jammy [25.8 MB] 2024-04-22T23:13:34.798 INFO:teuthology.orchestra.run.smithi171.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-22T23:13:34.800 INFO:teuthology.orchestra.run.smithi171.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-22T23:13:34.801 INFO:teuthology.orchestra.run.smithi033.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-22T23:13:34.801 INFO:teuthology.orchestra.run.smithi171.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-22T23:13:34.802 INFO:teuthology.orchestra.run.smithi033.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-22T23:13:34.803 INFO:teuthology.orchestra.run.smithi033.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-22T23:13:34.804 INFO:teuthology.orchestra.run.smithi033.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-22T23:13:34.809 INFO:teuthology.orchestra.run.smithi171.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-22T23:13:34.814 INFO:teuthology.orchestra.run.smithi171.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-22T23:13:34.815 INFO:teuthology.orchestra.run.smithi171.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-22T23:13:34.816 INFO:teuthology.orchestra.run.smithi171.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-22T23:13:34.823 INFO:teuthology.orchestra.run.smithi171.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-22T23:13:34.824 INFO:teuthology.orchestra.run.smithi171.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-22T23:13:34.831 INFO:teuthology.orchestra.run.smithi033.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-22T23:13:34.833 INFO:teuthology.orchestra.run.smithi033.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-22T23:13:34.835 INFO:teuthology.orchestra.run.smithi171.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-22T23:13:34.852 INFO:teuthology.orchestra.run.smithi033.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-22T23:13:34.853 INFO:teuthology.orchestra.run.smithi033.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-22T23:13:34.854 INFO:teuthology.orchestra.run.smithi033.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-22T23:13:34.857 INFO:teuthology.orchestra.run.smithi176.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-04-22T23:13:34.859 INFO:teuthology.orchestra.run.smithi033.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-22T23:13:34.865 INFO:teuthology.orchestra.run.smithi171.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-22T23:13:34.867 INFO:teuthology.orchestra.run.smithi171.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-22T23:13:34.867 INFO:teuthology.orchestra.run.smithi171.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-22T23:13:34.871 INFO:teuthology.orchestra.run.smithi171.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-22T23:13:34.873 INFO:teuthology.orchestra.run.smithi171.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-22T23:13:34.879 INFO:teuthology.orchestra.run.smithi033.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-22T23:13:34.897 INFO:teuthology.orchestra.run.smithi171.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-22T23:13:34.898 INFO:teuthology.orchestra.run.smithi171.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-22T23:13:34.908 INFO:teuthology.orchestra.run.smithi171.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-22T23:13:34.912 INFO:teuthology.orchestra.run.smithi171.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-22T23:13:34.914 INFO:teuthology.orchestra.run.smithi171.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-22T23:13:35.268 INFO:teuthology.orchestra.run.smithi176.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-04-22T23:13:35.301 INFO:teuthology.orchestra.run.smithi176.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-04-22T23:13:35.303 INFO:teuthology.orchestra.run.smithi176.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-04-22T23:13:35.346 INFO:teuthology.orchestra.run.smithi033.stdout:Get:89 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3252-g43be0201-1jammy [3,223 kB] 2024-04-22T23:13:35.383 INFO:teuthology.orchestra.run.smithi176.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-04-22T23:13:35.434 INFO:teuthology.orchestra.run.smithi176.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-04-22T23:13:35.456 INFO:teuthology.orchestra.run.smithi176.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-04-22T23:13:35.463 INFO:teuthology.orchestra.run.smithi176.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-04-22T23:13:35.464 INFO:teuthology.orchestra.run.smithi176.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-04-22T23:13:35.476 INFO:teuthology.orchestra.run.smithi176.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-04-22T23:13:35.476 INFO:teuthology.orchestra.run.smithi176.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-04-22T23:13:35.635 INFO:teuthology.orchestra.run.smithi171.stdout:Get:89 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-3252-g43be0201-1jammy [3,223 kB] 2024-04-22T23:13:35.642 INFO:teuthology.orchestra.run.smithi176.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-04-22T23:13:35.726 INFO:teuthology.orchestra.run.smithi176.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-04-22T23:13:35.754 INFO:teuthology.orchestra.run.smithi176.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-04-22T23:13:35.771 INFO:teuthology.orchestra.run.smithi176.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-04-22T23:13:35.818 INFO:teuthology.orchestra.run.smithi176.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-04-22T23:13:36.010 INFO:teuthology.orchestra.run.smithi176.stdout:Get:40 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3252-g43be0201-1jammy [5,092 kB] 2024-04-22T23:13:36.033 INFO:teuthology.orchestra.run.smithi176.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-04-22T23:13:36.048 INFO:teuthology.orchestra.run.smithi176.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-04-22T23:13:36.055 INFO:teuthology.orchestra.run.smithi176.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-04-22T23:13:36.060 INFO:teuthology.orchestra.run.smithi176.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-04-22T23:13:36.081 INFO:teuthology.orchestra.run.smithi176.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-04-22T23:13:36.085 INFO:teuthology.orchestra.run.smithi176.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-04-22T23:13:36.116 INFO:teuthology.orchestra.run.smithi176.stdout:Get:47 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3252-g43be0201-1jammy [245 kB] 2024-04-22T23:13:36.122 INFO:teuthology.orchestra.run.smithi176.stdout:Get:48 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3252-g43be0201-1jammy [124 kB] 2024-04-22T23:13:36.136 INFO:teuthology.orchestra.run.smithi176.stdout:Get:49 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3252-g43be0201-1jammy [1,527 kB] 2024-04-22T23:13:36.209 INFO:teuthology.orchestra.run.smithi171.stdout:Get:90 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3252-g43be0201-1jammy [712 kB] 2024-04-22T23:13:36.217 INFO:teuthology.orchestra.run.smithi176.stdout:Get:50 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3252-g43be0201-1jammy [6,260 kB] 2024-04-22T23:13:36.252 INFO:teuthology.orchestra.run.smithi176.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-04-22T23:13:36.277 INFO:teuthology.orchestra.run.smithi033.stdout:Get:90 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-3252-g43be0201-1jammy [712 kB] 2024-04-22T23:13:36.338 INFO:teuthology.orchestra.run.smithi171.stdout:Get:91 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3252-g43be0201-1jammy [356 kB] 2024-04-22T23:13:36.405 INFO:teuthology.orchestra.run.smithi171.stdout:Get:92 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3252-g43be0201-1jammy [32.8 kB] 2024-04-22T23:13:36.407 INFO:teuthology.orchestra.run.smithi171.stdout:Get:93 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3252-g43be0201-1jammy [180 kB] 2024-04-22T23:13:36.417 INFO:teuthology.orchestra.run.smithi171.stdout:Get:94 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3252-g43be0201-1jammy [67.4 kB] 2024-04-22T23:13:36.420 INFO:teuthology.orchestra.run.smithi171.stdout:Get:95 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3252-g43be0201-1jammy [330 kB] 2024-04-22T23:13:36.482 INFO:teuthology.orchestra.run.smithi171.stdout:Get:96 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3252-g43be0201-1jammy [6,894 kB] 2024-04-22T23:13:36.496 INFO:teuthology.orchestra.run.smithi033.stdout:Get:91 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-3252-g43be0201-1jammy [356 kB] 2024-04-22T23:13:36.513 INFO:teuthology.orchestra.run.smithi176.stdout:Get:52 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3252-g43be0201-1jammy [22.8 MB] 2024-04-22T23:13:36.584 INFO:teuthology.orchestra.run.smithi176.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-04-22T23:13:36.603 INFO:teuthology.orchestra.run.smithi033.stdout:Get:92 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-3252-g43be0201-1jammy [32.8 kB] 2024-04-22T23:13:36.615 INFO:teuthology.orchestra.run.smithi176.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-04-22T23:13:36.626 INFO:teuthology.orchestra.run.smithi176.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-04-22T23:13:36.635 INFO:teuthology.orchestra.run.smithi033.stdout:Get:93 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-3252-g43be0201-1jammy [180 kB] 2024-04-22T23:13:36.676 INFO:teuthology.orchestra.run.smithi033.stdout:Get:94 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-3252-g43be0201-1jammy [67.4 kB] 2024-04-22T23:13:36.705 INFO:teuthology.orchestra.run.smithi033.stdout:Get:95 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-3252-g43be0201-1jammy [330 kB] 2024-04-22T23:13:36.801 INFO:teuthology.orchestra.run.smithi033.stdout:Get:96 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-3252-g43be0201-1jammy [6,894 kB] 2024-04-22T23:13:36.830 INFO:teuthology.orchestra.run.smithi176.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-04-22T23:13:36.832 INFO:teuthology.orchestra.run.smithi176.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-04-22T23:13:36.837 INFO:teuthology.orchestra.run.smithi176.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-04-22T23:13:36.843 INFO:teuthology.orchestra.run.smithi176.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-04-22T23:13:36.858 INFO:teuthology.orchestra.run.smithi176.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-04-22T23:13:36.879 INFO:teuthology.orchestra.run.smithi176.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-04-22T23:13:36.885 INFO:teuthology.orchestra.run.smithi176.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-04-22T23:13:37.061 INFO:teuthology.orchestra.run.smithi176.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-04-22T23:13:37.327 INFO:teuthology.orchestra.run.smithi176.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-04-22T23:13:37.355 INFO:teuthology.orchestra.run.smithi171.stdout:Get:97 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3252-g43be0201-1jammy [112 kB] 2024-04-22T23:13:37.357 INFO:teuthology.orchestra.run.smithi171.stdout:Get:98 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3252-g43be0201-1jammy [466 kB] 2024-04-22T23:13:37.378 INFO:teuthology.orchestra.run.smithi171.stdout:Get:99 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3252-g43be0201-1jammy [25.8 MB] 2024-04-22T23:13:37.506 INFO:teuthology.orchestra.run.smithi176.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-04-22T23:13:37.520 INFO:teuthology.orchestra.run.smithi176.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-04-22T23:13:37.548 INFO:teuthology.orchestra.run.smithi176.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-04-22T23:13:37.608 INFO:teuthology.orchestra.run.smithi176.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-04-22T23:13:37.795 INFO:teuthology.orchestra.run.smithi176.stdout:Get:69 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3252-g43be0201-1jammy [14.0 kB] 2024-04-22T23:13:37.796 INFO:teuthology.orchestra.run.smithi176.stdout:Get:70 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3252-g43be0201-1jammy [870 kB] 2024-04-22T23:13:37.813 INFO:teuthology.orchestra.run.smithi176.stdout:Get:71 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3252-g43be0201-1jammy [2,437 kB] 2024-04-22T23:13:37.900 INFO:teuthology.orchestra.run.smithi176.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-04-22T23:13:37.902 INFO:teuthology.orchestra.run.smithi176.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-04-22T23:13:37.905 INFO:teuthology.orchestra.run.smithi176.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-04-22T23:13:37.905 INFO:teuthology.orchestra.run.smithi176.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-04-22T23:13:37.906 INFO:teuthology.orchestra.run.smithi176.stdout:Get:76 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3252-g43be0201-1jammy [791 kB] 2024-04-22T23:13:37.908 INFO:teuthology.orchestra.run.smithi176.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-04-22T23:13:37.950 INFO:teuthology.orchestra.run.smithi176.stdout:Get:78 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3252-g43be0201-1jammy [149 kB] 2024-04-22T23:13:37.955 INFO:teuthology.orchestra.run.smithi176.stdout:Get:79 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3252-g43be0201-1jammy [2,297 kB] 2024-04-22T23:13:38.061 INFO:teuthology.orchestra.run.smithi176.stdout:Get:80 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3252-g43be0201-1jammy [8,625 kB] 2024-04-22T23:13:38.133 INFO:teuthology.orchestra.run.smithi176.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-04-22T23:13:38.518 INFO:teuthology.orchestra.run.smithi176.stdout:Get:82 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3252-g43be0201-1jammy [14.2 kB] 2024-04-22T23:13:38.519 INFO:teuthology.orchestra.run.smithi176.stdout:Get:83 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3252-g43be0201-1jammy [51.6 MB] 2024-04-22T23:13:38.569 INFO:teuthology.orchestra.run.smithi176.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-04-22T23:13:38.577 INFO:teuthology.orchestra.run.smithi176.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-04-22T23:13:38.919 INFO:teuthology.orchestra.run.smithi176.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-04-22T23:13:38.920 INFO:teuthology.orchestra.run.smithi176.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-04-22T23:13:38.922 INFO:teuthology.orchestra.run.smithi176.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-04-22T23:13:38.924 INFO:teuthology.orchestra.run.smithi176.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-04-22T23:13:38.926 INFO:teuthology.orchestra.run.smithi176.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-04-22T23:13:38.927 INFO:teuthology.orchestra.run.smithi176.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-04-22T23:13:38.929 INFO:teuthology.orchestra.run.smithi176.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-04-22T23:13:38.931 INFO:teuthology.orchestra.run.smithi176.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-04-22T23:13:39.114 INFO:teuthology.orchestra.run.smithi176.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-04-22T23:13:39.521 INFO:teuthology.orchestra.run.smithi176.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-04-22T23:13:39.567 INFO:teuthology.orchestra.run.smithi176.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-04-22T23:13:39.602 INFO:teuthology.orchestra.run.smithi176.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-04-22T23:13:39.700 INFO:teuthology.orchestra.run.smithi176.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-04-22T23:13:39.739 INFO:teuthology.orchestra.run.smithi176.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-04-22T23:13:39.751 INFO:teuthology.orchestra.run.smithi176.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-04-22T23:13:39.757 INFO:teuthology.orchestra.run.smithi176.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-04-22T23:13:39.784 INFO:teuthology.orchestra.run.smithi033.stdout:Get:97 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-3252-g43be0201-1jammy [112 kB] 2024-04-22T23:13:39.805 INFO:teuthology.orchestra.run.smithi176.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-04-22T23:13:39.808 INFO:teuthology.orchestra.run.smithi176.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-04-22T23:13:39.827 INFO:teuthology.orchestra.run.smithi033.stdout:Get:98 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-3252-g43be0201-1jammy [466 kB] 2024-04-22T23:13:39.828 INFO:teuthology.orchestra.run.smithi176.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-04-22T23:13:39.994 INFO:teuthology.orchestra.run.smithi176.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-04-22T23:13:40.045 INFO:teuthology.orchestra.run.smithi033.stdout:Get:99 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-3252-g43be0201-1jammy [25.8 MB] 2024-04-22T23:13:40.254 INFO:teuthology.orchestra.run.smithi171.stdout:Get:100 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3252-g43be0201-1jammy [5,092 kB] 2024-04-22T23:13:40.257 INFO:teuthology.orchestra.run.smithi176.stdout:Get:106 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-04-22T23:13:40.283 INFO:teuthology.orchestra.run.smithi176.stdout:Get:107 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-04-22T23:13:40.457 INFO:teuthology.orchestra.run.smithi176.stdout:Get:108 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-04-22T23:13:40.521 INFO:teuthology.orchestra.run.smithi176.stdout:Get:109 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-04-22T23:13:40.861 INFO:teuthology.orchestra.run.smithi171.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3252-g43be0201-1jammy [245 kB] 2024-04-22T23:13:40.870 INFO:teuthology.orchestra.run.smithi171.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3252-g43be0201-1jammy [124 kB] 2024-04-22T23:13:40.909 INFO:teuthology.orchestra.run.smithi171.stdout:Get:103 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3252-g43be0201-1jammy [1,527 kB] 2024-04-22T23:13:41.093 INFO:teuthology.orchestra.run.smithi171.stdout:Get:104 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3252-g43be0201-1jammy [6,260 kB] 2024-04-22T23:13:41.351 INFO:teuthology.orchestra.run.smithi176.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3252-g43be0201-1jammy [124 kB] 2024-04-22T23:13:41.353 INFO:teuthology.orchestra.run.smithi176.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3252-g43be0201-1jammy [38.9 kB] 2024-04-22T23:13:41.354 INFO:teuthology.orchestra.run.smithi176.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3252-g43be0201-1jammy [13.6 MB] 2024-04-22T23:13:41.403 INFO:teuthology.orchestra.run.smithi176.stdout:Get:113 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-04-22T23:13:41.418 INFO:teuthology.orchestra.run.smithi176.stdout:Get:114 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-04-22T23:13:41.427 INFO:teuthology.orchestra.run.smithi176.stdout:Get:115 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-04-22T23:13:41.554 INFO:teuthology.orchestra.run.smithi176.stdout:Get:116 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-04-22T23:13:41.582 INFO:teuthology.orchestra.run.smithi176.stdout:Get:117 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-04-22T23:13:41.756 INFO:teuthology.orchestra.run.smithi171.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3252-g43be0201-1jammy [22.8 MB] 2024-04-22T23:13:41.879 INFO:teuthology.orchestra.run.smithi176.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3252-g43be0201-1jammy [91.6 kB] 2024-04-22T23:13:43.055 INFO:teuthology.orchestra.run.smithi171.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3252-g43be0201-1jammy [14.0 kB] 2024-04-22T23:13:43.056 INFO:teuthology.orchestra.run.smithi171.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3252-g43be0201-1jammy [870 kB] 2024-04-22T23:13:43.072 INFO:teuthology.orchestra.run.smithi171.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3252-g43be0201-1jammy [2,437 kB] 2024-04-22T23:13:43.168 INFO:teuthology.orchestra.run.smithi171.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3252-g43be0201-1jammy [791 kB] 2024-04-22T23:13:43.170 INFO:teuthology.orchestra.run.smithi176.stdout:Fetched 181 MB in 9s (20.2 MB/s) 2024-04-22T23:13:43.204 INFO:teuthology.orchestra.run.smithi171.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3252-g43be0201-1jammy [149 kB] 2024-04-22T23:13:43.207 INFO:teuthology.orchestra.run.smithi171.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3252-g43be0201-1jammy [2,297 kB] 2024-04-22T23:13:43.315 INFO:teuthology.orchestra.run.smithi171.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3252-g43be0201-1jammy [8,625 kB] 2024-04-22T23:13:43.340 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-22T23:13:43.418 INFO:teuthology.orchestra.run.smithi176.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165995 files and directories currently installed.) 2024-04-22T23:13:43.423 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-22T23:13:43.506 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-22T23:13:43.713 INFO:teuthology.orchestra.run.smithi171.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3252-g43be0201-1jammy [14.2 kB] 2024-04-22T23:13:43.713 INFO:teuthology.orchestra.run.smithi171.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3252-g43be0201-1jammy [51.6 MB] 2024-04-22T23:13:43.851 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-22T23:13:43.877 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-22T23:13:43.918 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-22T23:13:44.421 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-22T23:13:44.447 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-22T23:13:44.487 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-22T23:13:44.916 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-22T23:13:44.942 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-22T23:13:44.990 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-22T23:13:45.402 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-22T23:13:45.428 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-22T23:13:45.469 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-22T23:13:45.479 INFO:teuthology.orchestra.run.smithi033.stdout:Get:100 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-3252-g43be0201-1jammy [5,092 kB] 2024-04-22T23:13:45.780 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-22T23:13:45.806 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-22T23:13:45.838 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-22T23:13:46.094 INFO:teuthology.orchestra.run.smithi033.stdout:Get:101 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-3252-g43be0201-1jammy [245 kB] 2024-04-22T23:13:46.127 INFO:teuthology.orchestra.run.smithi033.stdout:Get:102 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-3252-g43be0201-1jammy [124 kB] 2024-04-22T23:13:46.132 INFO:teuthology.orchestra.run.smithi033.stdout:Get:103 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-3252-g43be0201-1jammy [1,527 kB] 2024-04-22T23:13:46.183 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-22T23:13:46.210 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-22T23:13:46.250 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-22T23:13:46.339 INFO:teuthology.orchestra.run.smithi033.stdout:Get:104 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-3252-g43be0201-1jammy [6,260 kB] 2024-04-22T23:13:46.611 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package librados2. 2024-04-22T23:13:46.626 INFO:teuthology.orchestra.run.smithi171.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3252-g43be0201-1jammy [124 kB] 2024-04-22T23:13:46.628 INFO:teuthology.orchestra.run.smithi171.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3252-g43be0201-1jammy [38.9 kB] 2024-04-22T23:13:46.629 INFO:teuthology.orchestra.run.smithi171.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3252-g43be0201-1jammy [13.6 MB] 2024-04-22T23:13:46.638 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../007-librados2_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:13:46.677 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking librados2 (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:13:47.147 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package librbd1. 2024-04-22T23:13:47.173 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../008-librbd1_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:13:47.213 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking librbd1 (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:13:47.485 INFO:teuthology.orchestra.run.smithi033.stdout:Get:105 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-3252-g43be0201-1jammy [22.8 MB] 2024-04-22T23:13:47.616 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package libcephfs2. 2024-04-22T23:13:47.632 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:13:47.674 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking libcephfs2 (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:13:47.791 INFO:teuthology.orchestra.run.smithi171.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3252-g43be0201-1jammy [91.6 kB] 2024-04-22T23:13:47.960 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-rados. 2024-04-22T23:13:47.976 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:13:48.018 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-rados (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:13:48.346 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-22T23:13:48.349 INFO:teuthology.orchestra.run.smithi171.stdout:Fetched 181 MB in 14s (13.1 MB/s) 2024-04-22T23:13:48.373 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3252-g43be0201-1jammy_all.deb ... 2024-04-22T23:13:48.412 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-ceph-argparse (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:13:48.522 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-22T23:13:48.621 INFO:teuthology.orchestra.run.smithi171.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165995 files and directories currently installed.) 2024-04-22T23:13:48.626 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-22T23:13:48.657 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-cephfs. 2024-04-22T23:13:48.672 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:13:48.707 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-cephfs (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:13:48.713 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-22T23:13:48.968 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-22T23:13:48.983 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3252-g43be0201-1jammy_all.deb ... 2024-04-22T23:13:49.026 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-ceph-common (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:13:49.050 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-22T23:13:49.076 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-22T23:13:49.116 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-22T23:13:49.337 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-22T23:13:49.364 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-22T23:13:49.419 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-22T23:13:49.445 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-22T23:13:49.485 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-22T23:13:49.493 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-22T23:13:49.881 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-22T23:13:49.907 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-22T23:13:49.956 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-22T23:13:50.091 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-prettytable. 2024-04-22T23:13:50.111 INFO:teuthology.orchestra.run.smithi033.stdout:Get:106 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-3252-g43be0201-1jammy [14.0 kB] 2024-04-22T23:13:50.115 INFO:teuthology.orchestra.run.smithi033.stdout:Get:107 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-3252-g43be0201-1jammy [870 kB] 2024-04-22T23:13:50.117 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-22T23:13:50.131 INFO:teuthology.orchestra.run.smithi033.stdout:Get:108 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-3252-g43be0201-1jammy [2,437 kB] 2024-04-22T23:13:50.157 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-22T23:13:50.292 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-22T23:13:50.299 INFO:teuthology.orchestra.run.smithi033.stdout:Get:109 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-3252-g43be0201-1jammy [791 kB] 2024-04-22T23:13:50.318 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-22T23:13:50.340 INFO:teuthology.orchestra.run.smithi033.stdout:Get:110 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-3252-g43be0201-1jammy [149 kB] 2024-04-22T23:13:50.359 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-22T23:13:50.369 INFO:teuthology.orchestra.run.smithi033.stdout:Get:111 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-3252-g43be0201-1jammy [2,297 kB] 2024-04-22T23:13:50.418 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-rbd. 2024-04-22T23:13:50.440 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:13:50.484 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-rbd (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:13:50.520 INFO:teuthology.orchestra.run.smithi033.stdout:Get:112 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-3252-g43be0201-1jammy [8,625 kB] 2024-04-22T23:13:50.712 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-22T23:13:50.738 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-22T23:13:50.778 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-22T23:13:50.821 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-22T23:13:50.847 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-22T23:13:50.887 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-22T23:13:51.056 INFO:teuthology.orchestra.run.smithi033.stdout:Get:113 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-3252-g43be0201-1jammy [14.2 kB] 2024-04-22T23:13:51.057 INFO:teuthology.orchestra.run.smithi033.stdout:Get:114 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-3252-g43be0201-1jammy [51.6 MB] 2024-04-22T23:13:51.132 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-22T23:13:51.158 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-22T23:13:51.198 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-22T23:13:51.206 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-22T23:13:51.233 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-22T23:13:51.290 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-22T23:13:51.459 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package librados2. 2024-04-22T23:13:51.474 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../007-librados2_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:13:51.509 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking librados2 (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:13:51.601 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-22T23:13:51.627 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-22T23:13:51.667 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-22T23:13:51.962 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package librbd1. 2024-04-22T23:13:51.985 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../008-librbd1_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:13:52.004 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package lua5.1. 2024-04-22T23:13:52.028 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking librbd1 (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:13:52.030 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-22T23:13:52.070 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-22T23:13:52.415 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package lua-any. 2024-04-22T23:13:52.442 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-22T23:13:52.442 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package libcephfs2. 2024-04-22T23:13:52.468 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:13:52.508 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking libcephfs2 (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:13:52.515 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-22T23:13:52.777 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-rados. 2024-04-22T23:13:52.793 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package zip. 2024-04-22T23:13:52.803 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:13:52.819 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-22T23:13:52.835 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-rados (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:13:52.859 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking zip (3.0-12build2) ... 2024-04-22T23:13:53.163 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-22T23:13:53.179 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package unzip. 2024-04-22T23:13:53.189 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3252-g43be0201-1jammy_all.deb ... 2024-04-22T23:13:53.205 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-22T23:13:53.245 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-22T23:13:53.363 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-ceph-argparse (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:13:53.616 INFO:teuthology.orchestra.run.smithi033.stdout:Get:115 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-3252-g43be0201-1jammy [124 kB] 2024-04-22T23:13:53.618 INFO:teuthology.orchestra.run.smithi033.stdout:Get:116 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-3252-g43be0201-1jammy [38.9 kB] 2024-04-22T23:13:53.619 INFO:teuthology.orchestra.run.smithi033.stdout:Get:117 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-3252-g43be0201-1jammy [13.6 MB] 2024-04-22T23:13:53.624 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-cephfs. 2024-04-22T23:13:53.639 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:13:53.641 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package luarocks. 2024-04-22T23:13:53.667 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-22T23:13:53.682 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-cephfs (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:13:53.708 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-22T23:13:53.943 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-22T23:13:53.969 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3252-g43be0201-1jammy_all.deb ... 2024-04-22T23:13:53.974 INFO:teuthology.orchestra.run.smithi033.stdout:Get:118 https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-3252-g43be0201-1jammy [91.6 kB] 2024-04-22T23:13:54.010 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-ceph-common (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:13:54.107 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package librgw2. 2024-04-22T23:13:54.133 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../025-librgw2_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:13:54.182 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking librgw2 (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:13:54.296 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-22T23:13:54.323 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-22T23:13:54.354 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-22T23:13:54.630 INFO:teuthology.orchestra.run.smithi033.stdout:Fetched 181 MB in 20s (8,986 kB/s) 2024-04-22T23:13:54.666 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-prettytable. 2024-04-22T23:13:54.692 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-22T23:13:54.732 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-22T23:13:54.795 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-04-22T23:13:54.899 INFO:teuthology.orchestra.run.smithi033.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 165995 files and directories currently installed.) 2024-04-22T23:13:54.904 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-04-22T23:13:54.909 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-rgw. 2024-04-22T23:13:54.935 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:13:54.976 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-rgw (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:13:54.977 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-22T23:13:54.993 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-rbd. 2024-04-22T23:13:55.008 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:13:55.051 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-rbd (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:13:55.262 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-22T23:13:55.284 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-22T23:13:55.305 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-04-22T23:13:55.320 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-22T23:13:55.322 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-04-22T23:13:55.355 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-22T23:13:55.404 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-22T23:13:55.431 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-22T23:13:55.471 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-22T23:13:55.658 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-04-22T23:13:55.673 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package libradosstriper1. 2024-04-22T23:13:55.685 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-04-22T23:13:55.700 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:13:55.725 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-22T23:13:55.732 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-22T23:13:55.739 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking libradosstriper1 (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:13:55.747 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-22T23:13:55.782 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-22T23:13:56.068 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-22T23:13:56.095 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-22T23:13:56.126 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package ceph-common. 2024-04-22T23:13:56.134 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-22T23:13:56.153 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:13:56.193 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking ceph-common (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:13:56.454 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-04-22T23:13:56.463 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package lua5.1. 2024-04-22T23:13:56.480 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-22T23:13:56.489 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-22T23:13:56.528 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-22T23:13:56.529 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-22T23:13:56.849 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package lua-any. 2024-04-22T23:13:56.865 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-22T23:13:56.899 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-22T23:13:56.915 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-04-22T23:13:56.942 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-22T23:13:56.974 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-22T23:13:57.118 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package zip. 2024-04-22T23:13:57.145 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-22T23:13:57.185 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking zip (3.0-12build2) ... 2024-04-22T23:13:57.310 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-04-22T23:13:57.337 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-04-22T23:13:57.377 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-22T23:13:57.497 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package unzip. 2024-04-22T23:13:57.523 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package ceph-base. 2024-04-22T23:13:57.523 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-22T23:13:57.550 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:13:57.563 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-22T23:13:57.590 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking ceph-base (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:13:57.730 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-04-22T23:13:57.757 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-04-22T23:13:57.797 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-22T23:13:57.950 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package luarocks. 2024-04-22T23:13:57.977 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-22T23:13:58.017 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-22T23:13:58.108 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package librados2. 2024-04-22T23:13:58.135 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../007-librados2_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:13:58.169 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-22T23:13:58.174 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking librados2 (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:13:58.195 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-22T23:13:58.235 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-22T23:13:58.366 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package librgw2. 2024-04-22T23:13:58.392 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../025-librgw2_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:13:58.424 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking librgw2 (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:13:58.538 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-cheroot. 2024-04-22T23:13:58.564 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-22T23:13:58.604 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-22T23:13:58.619 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package librbd1. 2024-04-22T23:13:58.646 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../008-librbd1_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:13:58.685 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking librbd1 (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:13:58.916 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-22T23:13:58.942 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-22T23:13:58.968 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-rgw. 2024-04-22T23:13:58.982 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-22T23:13:58.995 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:13:59.035 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-rgw (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:13:59.147 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libcephfs2. 2024-04-22T23:13:59.174 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:13:59.214 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libcephfs2 (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:13:59.260 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-22T23:13:59.287 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-22T23:13:59.326 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-22T23:13:59.371 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-22T23:13:59.398 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-22T23:13:59.438 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-22T23:13:59.475 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-rados. 2024-04-22T23:13:59.491 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../010-python3-rados_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:13:59.526 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-rados (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:13:59.604 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-22T23:13:59.631 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-22T23:13:59.671 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-22T23:13:59.724 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package libradosstriper1. 2024-04-22T23:13:59.750 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:13:59.791 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking libradosstriper1 (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:13:59.827 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-04-22T23:13:59.855 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-3252-g43be0201-1jammy_all.deb ... 2024-04-22T23:13:59.894 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-ceph-argparse (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:13:59.941 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-tempora. 2024-04-22T23:13:59.967 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-22T23:14:00.007 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-22T23:14:00.155 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-cephfs. 2024-04-22T23:14:00.177 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package ceph-common. 2024-04-22T23:14:00.183 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:14:00.204 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:14:00.222 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-cephfs (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:00.244 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking ceph-common (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:00.310 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-portend. 2024-04-22T23:14:00.337 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-22T23:14:00.376 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-22T23:14:00.516 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-ceph-common. 2024-04-22T23:14:00.543 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-3252-g43be0201-1jammy_all.deb ... 2024-04-22T23:14:00.583 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-ceph-common (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:00.671 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-22T23:14:00.698 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-22T23:14:00.738 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-22T23:14:00.903 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-wcwidth. 2024-04-22T23:14:00.930 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-04-22T23:14:00.961 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-22T23:14:01.015 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-22T23:14:01.030 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-22T23:14:01.073 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-22T23:14:01.256 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-prettytable. 2024-04-22T23:14:01.283 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-04-22T23:14:01.322 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-04-22T23:14:01.419 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-natsort. 2024-04-22T23:14:01.445 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-22T23:14:01.485 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-22T23:14:01.583 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-rbd. 2024-04-22T23:14:01.599 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:14:01.658 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-rbd (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:01.716 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package ceph-base. 2024-04-22T23:14:01.742 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:14:01.792 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking ceph-base (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:01.822 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-logutils. 2024-04-22T23:14:01.848 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-22T23:14:01.888 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-22T23:14:02.011 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-04-22T23:14:02.038 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-04-22T23:14:02.078 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-22T23:14:02.174 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-22T23:14:02.201 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-22T23:14:02.241 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-22T23:14:02.337 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-22T23:14:02.347 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-04-22T23:14:02.363 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-22T23:14:02.363 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-04-22T23:14:02.403 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-22T23:14:02.406 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-04-22T23:14:02.502 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-mako. 2024-04-22T23:14:02.528 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-22T23:14:02.568 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-22T23:14:02.700 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-04-22T23:14:02.706 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-cheroot. 2024-04-22T23:14:02.716 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-04-22T23:14:02.725 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-22T23:14:02.759 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-22T23:14:02.764 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-22T23:14:02.888 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-22T23:14:02.915 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-22T23:14:02.955 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-22T23:14:03.076 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-22T23:14:03.087 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package lua5.1. 2024-04-22T23:14:03.102 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-22T23:14:03.114 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-04-22T23:14:03.142 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-22T23:14:03.153 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-04-22T23:14:03.258 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-22T23:14:03.285 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-22T23:14:03.324 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-22T23:14:03.457 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package lua-any. 2024-04-22T23:14:03.484 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-04-22T23:14:03.524 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking lua-any (27ubuntu1) ... 2024-04-22T23:14:03.635 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-webob. 2024-04-22T23:14:03.636 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-22T23:14:03.662 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-22T23:14:03.663 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-22T23:14:03.695 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-22T23:14:03.702 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-22T23:14:03.768 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package zip. 2024-04-22T23:14:03.784 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-04-22T23:14:03.826 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking zip (3.0-12build2) ... 2024-04-22T23:14:03.964 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-22T23:14:03.991 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-22T23:14:04.029 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-waitress. 2024-04-22T23:14:04.030 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-22T23:14:04.045 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-22T23:14:04.082 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-22T23:14:04.138 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package unzip. 2024-04-22T23:14:04.164 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-04-22T23:14:04.204 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-04-22T23:14:04.334 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-tempora. 2024-04-22T23:14:04.341 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-tempita. 2024-04-22T23:14:04.360 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-22T23:14:04.368 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-22T23:14:04.400 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-22T23:14:04.407 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-22T23:14:04.567 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package luarocks. 2024-04-22T23:14:04.593 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-04-22T23:14:04.625 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-04-22T23:14:04.703 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-portend. 2024-04-22T23:14:04.710 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-paste. 2024-04-22T23:14:04.730 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-22T23:14:04.736 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-22T23:14:04.770 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-22T23:14:04.802 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-22T23:14:04.991 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package librgw2. 2024-04-22T23:14:05.018 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../025-librgw2_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:14:05.058 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking librgw2 (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:05.330 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-22T23:14:05.357 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-22T23:14:05.396 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-22T23:14:05.602 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-rgw. 2024-04-22T23:14:05.618 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:14:05.660 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-rgw (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:05.675 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-22T23:14:05.701 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-22T23:14:05.715 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-22T23:14:05.733 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-22T23:14:05.742 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-22T23:14:05.773 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-22T23:14:05.997 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package liboath0:amd64. 2024-04-22T23:14:06.002 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-webtest. 2024-04-22T23:14:06.024 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-04-22T23:14:06.029 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-22T23:14:06.069 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-22T23:14:06.072 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-04-22T23:14:06.076 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-22T23:14:06.103 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-22T23:14:06.143 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-22T23:14:06.325 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libradosstriper1. 2024-04-22T23:14:06.352 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:14:06.380 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-pecan. 2024-04-22T23:14:06.391 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libradosstriper1 (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:06.407 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-22T23:14:06.446 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-22T23:14:06.505 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-natsort. 2024-04-22T23:14:06.531 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-22T23:14:06.571 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-22T23:14:06.770 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-certifi. 2024-04-22T23:14:06.796 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-22T23:14:06.836 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-22T23:14:06.882 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-logutils. 2024-04-22T23:14:06.909 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-22T23:14:06.949 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-22T23:14:06.970 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-common. 2024-04-22T23:14:06.998 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../029-ceph-common_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:14:07.210 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-22T23:14:07.236 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-22T23:14:07.269 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-22T23:14:07.461 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-common (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:07.571 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-mako. 2024-04-22T23:14:07.598 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-22T23:14:07.638 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-22T23:14:07.975 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-22T23:14:07.990 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-idna. 2024-04-22T23:14:08.001 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-22T23:14:08.017 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-22T23:14:08.032 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-22T23:14:08.056 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-22T23:14:08.302 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-22T23:14:08.329 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-22T23:14:08.368 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-22T23:14:08.375 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-urllib3. 2024-04-22T23:14:08.402 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-22T23:14:08.442 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-22T23:14:08.663 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-webob. 2024-04-22T23:14:08.689 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-22T23:14:08.729 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-22T23:14:08.770 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-requests. 2024-04-22T23:14:08.797 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-22T23:14:08.837 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-22T23:14:09.091 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-waitress. 2024-04-22T23:14:09.117 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-22T23:14:09.131 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-22T23:14:09.158 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-22T23:14:09.161 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-22T23:14:09.197 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-22T23:14:09.209 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-base. 2024-04-22T23:14:09.236 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../030-ceph-base_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:14:09.285 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-base (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:09.469 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-tempita. 2024-04-22T23:14:09.495 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-22T23:14:09.509 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-22T23:14:09.525 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3252-g43be0201-1jammy_all.deb ... 2024-04-22T23:14:09.535 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-22T23:14:09.567 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:09.813 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-paste. 2024-04-22T23:14:09.838 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-04-22T23:14:09.840 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-22T23:14:09.865 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-04-22T23:14:09.880 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-22T23:14:09.899 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-04-22T23:14:09.955 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-22T23:14:09.982 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:14:10.022 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:10.176 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-cheroot. 2024-04-22T23:14:10.191 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-22T23:14:10.204 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-04-22T23:14:10.207 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-22T23:14:10.243 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-22T23:14:10.249 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-22T23:14:10.341 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-22T23:14:10.368 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-22T23:14:10.416 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-22T23:14:10.536 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-22T23:14:10.546 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-04-22T23:14:10.562 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-22T23:14:10.572 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-04-22T23:14:10.602 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-22T23:14:10.612 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-04-22T23:14:10.685 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-openssl. 2024-04-22T23:14:10.701 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-22T23:14:10.735 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-22T23:14:10.864 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-webtest. 2024-04-22T23:14:10.976 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-jaraco.text. 2024-04-22T23:14:10.976 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-04-22T23:14:10.976 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-22T23:14:10.976 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-22T23:14:11.007 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-04-22T23:14:11.038 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package ceph-mgr. 2024-04-22T23:14:11.065 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:14:11.105 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking ceph-mgr (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:11.226 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-pecan. 2024-04-22T23:14:11.251 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-22T23:14:11.285 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-04-22T23:14:11.291 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-22T23:14:11.311 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-04-22T23:14:11.343 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-04-22T23:14:11.491 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package ceph-mon. 2024-04-22T23:14:11.518 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:14:11.557 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking ceph-mon (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:11.612 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-tempora. 2024-04-22T23:14:11.639 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-04-22T23:14:11.646 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-certifi. 2024-04-22T23:14:11.673 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-22T23:14:11.679 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-04-22T23:14:11.712 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-22T23:14:11.965 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-portend. 2024-04-22T23:14:11.994 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-04-22T23:14:12.024 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-idna. 2024-04-22T23:14:12.031 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-04-22T23:14:12.050 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-22T23:14:12.099 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-22T23:14:12.178 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package ceph-osd. 2024-04-22T23:14:12.204 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:14:12.244 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking ceph-osd (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:12.343 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-04-22T23:14:12.369 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-04-22T23:14:12.377 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-urllib3. 2024-04-22T23:14:12.403 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-22T23:14:12.409 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-04-22T23:14:12.443 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-22T23:14:12.712 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-cherrypy3. 2024-04-22T23:14:12.739 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-04-22T23:14:12.746 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-requests. 2024-04-22T23:14:12.773 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-22T23:14:12.778 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-04-22T23:14:12.813 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-22T23:14:13.091 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-22T23:14:13.106 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-22T23:14:13.141 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-natsort. 2024-04-22T23:14:13.162 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-22T23:14:13.167 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-04-22T23:14:13.207 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-04-22T23:14:13.255 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package ceph. 2024-04-22T23:14:13.271 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../066-ceph_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:14:13.305 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking ceph (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:13.444 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-22T23:14:13.470 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3252-g43be0201-1jammy_all.deb ... 2024-04-22T23:14:13.485 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-logutils. 2024-04-22T23:14:13.510 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:13.512 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-04-22T23:14:13.543 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-04-22T23:14:13.608 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package ceph-fuse. 2024-04-22T23:14:13.635 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:14:13.674 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking ceph-fuse (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:13.829 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-markupsafe. 2024-04-22T23:14:13.856 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-04-22T23:14:13.882 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-22T23:14:13.896 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-04-22T23:14:13.908 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:14:13.948 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:14.061 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package ceph-mds. 2024-04-22T23:14:14.088 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:14:14.127 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking ceph-mds (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:14.198 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-mako. 2024-04-22T23:14:14.222 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-04-22T23:14:14.242 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-22T23:14:14.258 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-22T23:14:14.265 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-22T23:14:14.292 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-22T23:14:14.505 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package cephadm. 2024-04-22T23:14:14.532 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../069-cephadm_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:14:14.545 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-openssl. 2024-04-22T23:14:14.560 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-22T23:14:14.572 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking cephadm (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:14.595 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-22T23:14:14.610 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-simplegeneric. 2024-04-22T23:14:14.637 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-04-22T23:14:14.677 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-04-22T23:14:14.824 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-22T23:14:14.851 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-22T23:14:14.882 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-22T23:14:14.932 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package ceph-mgr. 2024-04-22T23:14:14.954 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-singledispatch. 2024-04-22T23:14:14.958 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:14:14.970 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-04-22T23:14:14.998 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking ceph-mgr (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:15.004 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-04-22T23:14:15.202 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-22T23:14:15.217 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-22T23:14:15.252 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-22T23:14:15.257 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-webob. 2024-04-22T23:14:15.284 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-04-22T23:14:15.323 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-04-22T23:14:15.401 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package ceph-mon. 2024-04-22T23:14:15.428 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:14:15.468 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking ceph-mon (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:15.678 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-waitress. 2024-04-22T23:14:15.703 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-04-22T23:14:15.746 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-22T23:14:15.997 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package ceph-osd. 2024-04-22T23:14:16.023 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:14:16.054 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-tempita. 2024-04-22T23:14:16.055 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking ceph-osd (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:16.082 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-04-22T23:14:16.121 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-04-22T23:14:16.365 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-babel. 2024-04-22T23:14:16.392 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-22T23:14:16.424 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-paste. 2024-04-22T23:14:16.431 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-22T23:14:16.451 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-04-22T23:14:16.515 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-04-22T23:14:16.751 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-jinja2. 2024-04-22T23:14:16.777 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-22T23:14:16.817 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-22T23:14:16.843 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-04-22T23:14:16.859 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-04-22T23:14:16.902 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-04-22T23:14:17.133 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package ceph. 2024-04-22T23:14:17.148 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../066-ceph_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:14:17.179 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-22T23:14:17.182 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking ceph (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:17.187 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-pastedeploy. 2024-04-22T23:14:17.206 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3252-g43be0201-1jammy_all.deb ... 2024-04-22T23:14:17.214 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-04-22T23:14:17.245 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:17.254 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-04-22T23:14:17.494 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package ceph-fuse. 2024-04-22T23:14:17.520 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:14:17.540 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-webtest. 2024-04-22T23:14:17.560 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking ceph-fuse (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:17.567 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-04-22T23:14:17.582 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-22T23:14:17.607 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-04-22T23:14:17.609 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-22T23:14:17.648 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-22T23:14:17.926 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-pecan. 2024-04-22T23:14:17.947 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package ceph-mds. 2024-04-22T23:14:17.951 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-routes. 2024-04-22T23:14:17.953 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-04-22T23:14:17.973 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:14:17.978 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-22T23:14:17.993 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-04-22T23:14:18.013 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking ceph-mds (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:18.017 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-22T23:14:18.348 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-certifi. 2024-04-22T23:14:18.371 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-22T23:14:18.375 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-04-22T23:14:18.397 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3252-g43be0201-1jammy_all.deb ... 2024-04-22T23:14:18.399 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package cephadm. 2024-04-22T23:14:18.414 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-04-22T23:14:18.426 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../069-cephadm_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:14:18.437 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:18.466 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking cephadm (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:18.701 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-idna. 2024-04-22T23:14:18.719 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-22T23:14:18.727 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-04-22T23:14:18.745 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-22T23:14:18.759 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-idna (3.3-1) ... 2024-04-22T23:14:18.785 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-22T23:14:19.061 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-urllib3. 2024-04-22T23:14:19.088 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-04-22T23:14:19.128 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-22T23:14:19.280 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-22T23:14:19.306 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-22T23:14:19.338 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-22T23:14:19.448 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-requests. 2024-04-22T23:14:19.475 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-04-22T23:14:19.514 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-22T23:14:19.658 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-22T23:14:19.686 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-22T23:14:19.716 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-22T23:14:19.842 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-werkzeug. 2024-04-22T23:14:19.869 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-04-22T23:14:19.909 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-22T23:14:20.170 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-04-22T23:14:20.197 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-3252-g43be0201-1jammy_all.deb ... 2024-04-22T23:14:20.237 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-mgr-modules-core (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:20.237 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-joblib. 2024-04-22T23:14:20.264 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-22T23:14:20.303 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-22T23:14:20.343 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-babel. 2024-04-22T23:14:20.370 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-22T23:14:20.409 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-22T23:14:20.625 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-04-22T23:14:20.652 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:14:20.682 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-22T23:14:20.692 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:20.704 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-jinja2. 2024-04-22T23:14:20.709 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-22T23:14:20.731 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-22T23:14:20.748 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-22T23:14:20.770 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-22T23:14:20.994 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-bcrypt. 2024-04-22T23:14:21.021 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-04-22T23:14:21.050 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-sklearn. 2024-04-22T23:14:21.061 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-04-22T23:14:21.078 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-22T23:14:21.107 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-22T23:14:21.117 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-22T23:14:21.134 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3252-g43be0201-1jammy_all.deb ... 2024-04-22T23:14:21.165 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:21.364 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-openssl. 2024-04-22T23:14:21.391 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-04-22T23:14:21.430 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-04-22T23:14:21.519 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-22T23:14:21.546 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-22T23:14:21.585 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-22T23:14:21.775 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-mgr. 2024-04-22T23:14:21.783 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-22T23:14:21.800 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3252-g43be0201-1jammy_all.deb ... 2024-04-22T23:14:21.802 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:14:21.841 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-mgr (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:21.846 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-routes. 2024-04-22T23:14:21.873 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-22T23:14:21.904 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-22T23:14:21.919 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:22.203 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-mon. 2024-04-22T23:14:22.216 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-22T23:14:22.230 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:14:22.243 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3252-g43be0201-1jammy_all.deb ... 2024-04-22T23:14:22.261 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-mon (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:22.274 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:22.898 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-cachetools. 2024-04-22T23:14:22.925 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-22T23:14:22.964 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-22T23:14:23.048 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-osd. 2024-04-22T23:14:23.075 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:14:23.114 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-osd (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:23.275 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-22T23:14:23.303 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-22T23:14:23.341 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-22T23:14:23.438 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-22T23:14:23.465 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-22T23:14:23.504 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-22T23:14:23.678 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-22T23:14:23.706 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-22T23:14:23.745 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-22T23:14:23.999 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-joblib. 2024-04-22T23:14:24.026 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-22T23:14:24.039 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-rsa. 2024-04-22T23:14:24.067 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-22T23:14:24.074 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-22T23:14:24.105 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-22T23:14:24.134 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph. 2024-04-22T23:14:24.150 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../066-ceph_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:14:24.192 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:24.384 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-google-auth. 2024-04-22T23:14:24.411 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-22T23:14:24.442 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-22T23:14:24.528 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-fuse. 2024-04-22T23:14:24.555 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:14:24.594 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-22T23:14:24.595 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-fuse (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:24.621 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-22T23:14:24.660 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-22T23:14:24.712 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-22T23:14:24.740 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-22T23:14:24.779 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-22T23:14:24.931 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-mds. 2024-04-22T23:14:24.958 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:14:24.988 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-sklearn. 2024-04-22T23:14:24.997 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-mds (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:25.015 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-22T23:14:25.055 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-22T23:14:25.073 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-websocket. 2024-04-22T23:14:25.101 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-22T23:14:25.140 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-22T23:14:25.434 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package cephadm. 2024-04-22T23:14:25.459 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-22T23:14:25.461 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../069-cephadm_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:14:25.487 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-22T23:14:25.500 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking cephadm (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:25.526 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-22T23:14:25.755 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-22T23:14:25.783 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3252-g43be0201-1jammy_all.deb ... 2024-04-22T23:14:25.811 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-asyncssh. 2024-04-22T23:14:25.838 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-04-22T23:14:25.878 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-04-22T23:14:25.910 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:26.242 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python-babel-localedata. 2024-04-22T23:14:26.269 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-04-22T23:14:26.380 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-22T23:14:26.406 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-22T23:14:26.423 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3252-g43be0201-1jammy_all.deb ... 2024-04-22T23:14:26.465 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:26.759 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-22T23:14:26.787 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-22T23:14:26.825 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-22T23:14:26.969 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-cachetools. 2024-04-22T23:14:26.996 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-22T23:14:27.035 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-22T23:14:27.154 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-22T23:14:27.181 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-22T23:14:27.220 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-22T23:14:27.338 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-22T23:14:27.366 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-22T23:14:27.386 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-babel. 2024-04-22T23:14:27.405 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-22T23:14:27.413 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-04-22T23:14:27.452 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-04-22T23:14:27.481 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package jq. 2024-04-22T23:14:27.508 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-22T23:14:27.547 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-22T23:14:27.708 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-22T23:14:27.736 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-22T23:14:27.775 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-22T23:14:27.788 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-jinja2. 2024-04-22T23:14:27.800 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package socat. 2024-04-22T23:14:27.816 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-04-22T23:14:27.827 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-22T23:14:27.854 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-22T23:14:27.866 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-22T23:14:28.070 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-rsa. 2024-04-22T23:14:28.096 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-22T23:14:28.136 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-22T23:14:28.144 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package xmlstarlet. 2024-04-22T23:14:28.160 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-22T23:14:28.194 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-22T23:14:28.199 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-04-22T23:14:28.226 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-3252-g43be0201-1jammy_all.deb ... 2024-04-22T23:14:28.291 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-mgr-cephadm (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:28.456 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-google-auth. 2024-04-22T23:14:28.484 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-22T23:14:28.507 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package ceph-test. 2024-04-22T23:14:28.522 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-22T23:14:28.523 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:14:28.556 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking ceph-test (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:28.628 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-repoze.lru. 2024-04-22T23:14:28.655 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-04-22T23:14:28.694 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-04-22T23:14:28.843 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-22T23:14:28.870 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-22T23:14:28.909 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-22T23:14:28.946 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-routes. 2024-04-22T23:14:28.962 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-04-22T23:14:29.004 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-04-22T23:14:29.195 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-websocket. 2024-04-22T23:14:29.211 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-22T23:14:29.245 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-22T23:14:29.300 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-04-22T23:14:29.327 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-3252-g43be0201-1jammy_all.deb ... 2024-04-22T23:14:29.383 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-mgr-dashboard (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:29.515 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-22T23:14:29.531 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-22T23:14:29.581 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-22T23:14:30.171 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-22T23:14:30.199 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3252-g43be0201-1jammy_all.deb ... 2024-04-22T23:14:30.237 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:30.557 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-22T23:14:30.584 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-22T23:14:30.621 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-04-22T23:14:30.623 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-22T23:14:30.638 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-04-22T23:14:30.671 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-22T23:14:30.761 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package ceph-volume. 2024-04-22T23:14:30.788 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3252-g43be0201-1jammy_all.deb ... 2024-04-22T23:14:30.827 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking ceph-volume (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:30.920 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-22T23:14:30.936 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-22T23:14:30.969 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-22T23:14:31.123 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-22T23:14:31.150 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:14:31.166 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-joblib. 2024-04-22T23:14:31.189 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking libcephfs-dev (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:31.193 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-04-22T23:14:31.214 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package jq. 2024-04-22T23:14:31.233 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-04-22T23:14:31.242 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-22T23:14:31.280 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-22T23:14:31.533 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package socat. 2024-04-22T23:14:31.560 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-22T23:14:31.599 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-22T23:14:31.602 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-04-22T23:14:31.608 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-22T23:14:31.627 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-04-22T23:14:31.635 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-22T23:14:31.669 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-04-22T23:14:31.674 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-22T23:14:31.886 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package xmlstarlet. 2024-04-22T23:14:31.914 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-22T23:14:31.952 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-22T23:14:31.972 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-sklearn. 2024-04-22T23:14:31.999 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-04-22T23:14:32.004 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-22T23:14:32.020 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-22T23:14:32.038 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-22T23:14:32.062 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-22T23:14:32.298 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package ceph-test. 2024-04-22T23:14:32.315 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:14:32.356 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking ceph-test (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:32.374 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package nvme-cli. 2024-04-22T23:14:32.402 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-22T23:14:32.449 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-22T23:14:32.829 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package pkg-config. 2024-04-22T23:14:32.857 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-22T23:14:32.872 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-04-22T23:14:32.896 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-22T23:14:32.900 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-3252-g43be0201-1jammy_all.deb ... 2024-04-22T23:14:33.024 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:33.157 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-22T23:14:33.173 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-22T23:14:33.215 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-22T23:14:33.651 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-22T23:14:33.681 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-22T23:14:33.718 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-22T23:14:33.978 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-cachetools. 2024-04-22T23:14:34.005 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-04-22T23:14:34.021 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-pastescript. 2024-04-22T23:14:34.044 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-04-22T23:14:34.048 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-22T23:14:34.087 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-22T23:14:34.347 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-pyasn1. 2024-04-22T23:14:34.374 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-04-22T23:14:34.413 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-04-22T23:14:34.415 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-pluggy. 2024-04-22T23:14:34.443 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-22T23:14:34.482 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-22T23:14:34.750 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-04-22T23:14:34.751 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-psutil. 2024-04-22T23:14:34.767 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-22T23:14:34.777 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-04-22T23:14:34.801 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-22T23:14:34.825 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-04-22T23:14:34.902 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package ceph-volume. 2024-04-22T23:14:34.918 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3252-g43be0201-1jammy_all.deb ... 2024-04-22T23:14:34.960 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking ceph-volume (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:35.136 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-rsa. 2024-04-22T23:14:35.146 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-py. 2024-04-22T23:14:35.164 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-04-22T23:14:35.173 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-22T23:14:35.202 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-rsa (4.8-1) ... 2024-04-22T23:14:35.212 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-22T23:14:35.264 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-22T23:14:35.280 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:14:35.322 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking libcephfs-dev (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:35.506 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-google-auth. 2024-04-22T23:14:35.523 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-pygments. 2024-04-22T23:14:35.533 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-04-22T23:14:35.551 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-22T23:14:35.572 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-04-22T23:14:35.581 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-22T23:14:35.600 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-22T23:14:35.628 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-22T23:14:35.658 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-22T23:14:35.842 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-04-22T23:14:35.870 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-04-22T23:14:35.908 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-22T23:14:35.988 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-22T23:14:36.015 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-22T23:14:36.019 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-22T23:14:36.047 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-22T23:14:36.054 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-22T23:14:36.085 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-22T23:14:36.220 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-websocket. 2024-04-22T23:14:36.250 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-04-22T23:14:36.286 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-04-22T23:14:36.405 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-toml. 2024-04-22T23:14:36.416 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package nvme-cli. 2024-04-22T23:14:36.432 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-22T23:14:36.444 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-22T23:14:36.471 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-22T23:14:36.516 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-22T23:14:36.615 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-kubernetes. 2024-04-22T23:14:36.642 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-04-22T23:14:36.681 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-22T23:14:36.757 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-pytest. 2024-04-22T23:14:36.785 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-22T23:14:36.823 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-22T23:14:36.829 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package pkg-config. 2024-04-22T23:14:36.857 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-22T23:14:36.887 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-22T23:14:37.140 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-22T23:14:37.168 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-22T23:14:37.169 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package python3-simplejson. 2024-04-22T23:14:37.197 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-22T23:14:37.207 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-22T23:14:37.235 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-22T23:14:37.337 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-04-22T23:14:37.365 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-3252-g43be0201-1jammy_all.deb ... 2024-04-22T23:14:37.403 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:37.512 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-22T23:14:37.529 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-22T23:14:37.571 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-22T23:14:37.610 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-22T23:14:37.638 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-22T23:14:37.676 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-22T23:14:37.697 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libonig5:amd64. 2024-04-22T23:14:37.725 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-04-22T23:14:37.756 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-22T23:14:38.013 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-pastescript. 2024-04-22T23:14:38.040 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-22T23:14:38.079 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-22T23:14:38.092 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libjq1:amd64. 2024-04-22T23:14:38.120 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-04-22T23:14:38.158 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-22T23:14:38.308 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package radosgw. 2024-04-22T23:14:38.336 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../116-radosgw_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:14:38.374 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking radosgw (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:38.399 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-pluggy. 2024-04-22T23:14:38.419 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package jq. 2024-04-22T23:14:38.427 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-22T23:14:38.436 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-04-22T23:14:38.465 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-22T23:14:38.478 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-04-22T23:14:38.713 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package socat. 2024-04-22T23:14:38.730 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-04-22T23:14:38.752 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-psutil. 2024-04-22T23:14:38.771 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-04-22T23:14:38.780 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-22T23:14:38.818 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-22T23:14:39.083 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package xmlstarlet. 2024-04-22T23:14:39.099 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-04-22T23:14:39.141 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-04-22T23:14:39.154 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-py. 2024-04-22T23:14:39.182 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-22T23:14:39.186 INFO:teuthology.orchestra.run.smithi176.stdout:Selecting previously unselected package rbd-fuse. 2024-04-22T23:14:39.202 INFO:teuthology.orchestra.run.smithi176.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:14:39.221 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-22T23:14:39.235 INFO:teuthology.orchestra.run.smithi176.stdout:Unpacking rbd-fuse (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:39.496 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-test. 2024-04-22T23:14:39.516 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-pygments. 2024-04-22T23:14:39.523 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../097-ceph-test_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:14:39.544 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-22T23:14:39.547 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-22T23:14:39.562 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-test (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:39.582 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-22T23:14:39.807 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-22T23:14:39.933 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-22T23:14:40.053 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-22T23:14:40.080 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-22T23:14:40.119 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-22T23:14:40.194 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-22T23:14:40.422 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-toml. 2024-04-22T23:14:40.449 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-22T23:14:40.488 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-22T23:14:40.507 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-22T23:14:40.791 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-pytest. 2024-04-22T23:14:40.818 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-22T23:14:40.857 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-22T23:14:40.959 INFO:teuthology.orchestra.run.smithi176.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-22T23:14:41.026 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up cephadm (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:41.178 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package python3-simplejson. 2024-04-22T23:14:41.205 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-22T23:14:41.236 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-22T23:14:41.471 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-22T23:14:41.487 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-22T23:14:41.521 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-22T23:14:41.817 INFO:teuthology.orchestra.run.smithi176.stdout:Adding system user cephadm....done 2024-04-22T23:14:41.932 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-22T23:14:42.008 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-volume. 2024-04-22T23:14:42.035 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-3252-g43be0201-1jammy_all.deb ... 2024-04-22T23:14:42.083 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-volume (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:42.216 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-22T23:14:42.275 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package radosgw. 2024-04-22T23:14:42.303 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../116-radosgw_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:14:42.341 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking radosgw (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:42.345 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libcephfs-dev. 2024-04-22T23:14:42.363 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:14:42.395 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libcephfs-dev (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:42.467 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-22T23:14:42.593 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-22T23:14:42.714 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package lua-socket:amd64. 2024-04-22T23:14:42.742 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-04-22T23:14:42.781 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-22T23:14:42.845 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-22T23:14:43.104 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-22T23:14:43.161 INFO:teuthology.orchestra.run.smithi171.stdout:Selecting previously unselected package rbd-fuse. 2024-04-22T23:14:43.189 INFO:teuthology.orchestra.run.smithi171.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:14:43.209 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package lua-sec:amd64. 2024-04-22T23:14:43.213 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-22T23:14:43.228 INFO:teuthology.orchestra.run.smithi171.stdout:Unpacking rbd-fuse (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:43.238 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-04-22T23:14:43.368 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-04-22T23:14:43.515 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-22T23:14:43.524 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-22T23:14:43.722 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package nvme-cli. 2024-04-22T23:14:43.750 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-04-22T23:14:43.789 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-04-22T23:14:43.799 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-22T23:14:43.867 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-22T23:14:43.925 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-22T23:14:44.118 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-22T23:14:44.188 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-22T23:14:44.202 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package pkg-config. 2024-04-22T23:14:44.230 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-04-22T23:14:44.268 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-04-22T23:14:44.377 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-22T23:14:44.496 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-04-22T23:14:44.504 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-22T23:14:44.513 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-04-22T23:14:44.546 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-04-22T23:14:44.637 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-22T23:14:44.914 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-22T23:14:44.943 INFO:teuthology.orchestra.run.smithi171.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-22T23:14:44.958 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-iniconfig. 2024-04-22T23:14:44.986 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-04-22T23:14:45.019 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up cephadm (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:45.024 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-04-22T23:14:45.173 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-22T23:14:45.335 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-pastescript. 2024-04-22T23:14:45.363 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-04-22T23:14:45.402 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-04-22T23:14:45.432 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-ceph-argparse (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:45.485 INFO:teuthology.orchestra.run.smithi171.stdout:Adding system user cephadm....done 2024-04-22T23:14:45.633 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-22T23:14:45.730 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-pluggy. 2024-04-22T23:14:45.758 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-04-22T23:14:45.796 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-04-22T23:14:45.866 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-22T23:14:45.917 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-22T23:14:45.992 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-22T23:14:46.066 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-psutil. 2024-04-22T23:14:46.094 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-04-22T23:14:46.118 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-22T23:14:46.124 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-04-22T23:14:46.194 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-22T23:14:46.244 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-22T23:14:46.312 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-22T23:14:46.444 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-py. 2024-04-22T23:14:46.472 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-04-22T23:14:46.486 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-22T23:14:46.510 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-py (1.10.0-1) ... 2024-04-22T23:14:46.546 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-22T23:14:46.781 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-22T23:14:46.797 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-pygments. 2024-04-22T23:14:46.813 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-04-22T23:14:46.855 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-04-22T23:14:46.885 INFO:teuthology.orchestra.run.smithi176.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-22T23:14:46.906 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-22T23:14:47.051 INFO:teuthology.orchestra.run.smithi176.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-22T23:14:47.115 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-22T23:14:47.208 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-22T23:14:47.241 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-22T23:14:47.342 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-pyinotify. 2024-04-22T23:14:47.370 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-04-22T23:14:47.409 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-04-22T23:14:47.559 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-22T23:14:47.608 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-22T23:14:47.720 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-toml. 2024-04-22T23:14:47.734 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-22T23:14:47.748 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-04-22T23:14:47.786 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-04-22T23:14:47.819 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-22T23:14:48.019 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-22T23:14:48.079 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-22T23:14:48.089 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-pytest. 2024-04-22T23:14:48.117 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-04-22T23:14:48.155 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-04-22T23:14:48.270 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-22T23:14:48.313 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-22T23:14:48.536 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-simplejson. 2024-04-22T23:14:48.563 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up zip (3.0-12build2) ... 2024-04-22T23:14:48.564 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-04-22T23:14:48.581 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-22T23:14:48.602 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-04-22T23:14:48.672 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-22T23:14:48.840 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-22T23:14:48.880 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-04-22T23:14:48.908 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-04-22T23:14:48.946 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-04-22T23:14:49.099 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-ceph-argparse (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:49.332 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-22T23:14:49.367 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-22T23:14:49.501 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-22T23:14:49.591 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-22T23:14:49.617 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package radosgw. 2024-04-22T23:14:49.619 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-22T23:14:49.645 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../116-radosgw_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:14:49.675 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking radosgw (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:49.717 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-22T23:14:49.729 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-22T23:14:49.843 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-22T23:14:49.971 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-22T23:14:50.136 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-22T23:14:50.487 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-22T23:14:50.553 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package rbd-fuse. 2024-04-22T23:14:50.569 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-3252-g43be0201-1jammy_amd64.deb ... 2024-04-22T23:14:50.611 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking rbd-fuse (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:50.644 INFO:teuthology.orchestra.run.smithi171.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-22T23:14:50.678 INFO:teuthology.orchestra.run.smithi171.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-22T23:14:50.721 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-22T23:14:50.741 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-22T23:14:50.867 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-22T23:14:50.916 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-04-22T23:14:51.098 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-22T23:14:51.191 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-04-22T23:14:51.227 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-22T23:14:51.334 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-04-22T23:14:51.353 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-22T23:14:51.399 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-22T23:14:51.606 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-04-22T23:14:51.612 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-22T23:14:51.742 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-22T23:14:51.855 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-22T23:14:51.972 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-04-22T23:14:51.987 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-22T23:14:52.096 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-ceph-common (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:52.148 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up zip (3.0-12build2) ... 2024-04-22T23:14:52.273 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-22T23:14:52.381 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-idna (3.3-1) ... 2024-04-22T23:14:52.408 INFO:teuthology.orchestra.run.smithi033.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-04-22T23:14:52.477 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up cephadm (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:52.698 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-22T23:14:52.925 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-22T23:14:52.952 INFO:teuthology.orchestra.run.smithi033.stdout:Adding system user cephadm....done 2024-04-22T23:14:53.083 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-04-22T23:14:53.185 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-22T23:14:53.311 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-22T23:14:53.409 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-04-22T23:14:53.420 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-22T23:14:53.696 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-22T23:14:53.861 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-04-22T23:14:53.887 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-22T23:14:53.987 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-04-22T23:14:54.056 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-22T23:14:54.130 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-22T23:14:54.221 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-04-22T23:14:54.264 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-22T23:14:54.315 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-22T23:14:54.497 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-04-22T23:14:54.557 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-22T23:14:54.623 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-py (1.10.0-1) ... 2024-04-22T23:14:54.683 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-22T23:14:54.724 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-22T23:14:54.809 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-22T23:14:54.925 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-04-22T23:14:55.009 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-22T23:14:55.110 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-22T23:14:55.302 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-04-22T23:14:55.361 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-22T23:14:55.500 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-22T23:14:55.553 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-04-22T23:14:55.596 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-22T23:14:55.722 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-22T23:14:55.804 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-22T23:14:55.804 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-04-22T23:14:55.921 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-ceph-common (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:56.014 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-22T23:14:56.056 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-04-22T23:14:56.197 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-idna (3.3-1) ... 2024-04-22T23:14:56.265 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-22T23:14:56.315 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-04-22T23:14:56.515 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-22T23:14:56.516 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-22T23:14:56.591 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-04-22T23:14:56.759 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-22T23:14:56.942 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-ceph-argparse (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:14:57.035 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-22T23:14:57.210 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-04-22T23:14:57.294 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-22T23:14:57.311 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-04-22T23:14:57.420 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-04-22T23:14:57.428 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-22T23:14:57.521 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-04-22T23:14:57.687 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-22T23:14:57.705 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-22T23:14:57.780 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-04-22T23:14:57.831 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-22T23:14:57.922 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-22T23:14:58.048 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-22T23:14:58.115 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-22T23:14:58.186 INFO:teuthology.orchestra.run.smithi033.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-04-22T23:14:58.212 INFO:teuthology.orchestra.run.smithi033.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-04-22T23:14:58.275 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-04-22T23:14:58.307 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-22T23:14:58.401 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-04-22T23:14:58.408 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-22T23:14:58.433 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-22T23:14:58.592 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-22T23:14:58.658 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-22T23:14:58.768 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-22T23:14:58.786 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-04-22T23:14:58.887 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-04-22T23:14:58.893 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-22T23:14:58.902 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-22T23:14:58.983 INFO:teuthology.orchestra.run.smithi176.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-22T23:14:59.138 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-04-22T23:14:59.153 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-22T23:14:59.229 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-22T23:14:59.330 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-22T23:14:59.388 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-22T23:14:59.406 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-04-22T23:14:59.514 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-22T23:14:59.714 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-22T23:14:59.715 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up zip (3.0-12build2) ... 2024-04-22T23:14:59.823 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-22T23:14:59.841 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-04-22T23:14:59.990 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-22T23:15:00.091 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-22T23:15:00.133 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-22T23:15:00.358 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-22T23:15:00.384 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-22T23:15:00.510 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-22T23:15:00.543 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-04-22T23:15:00.626 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-22T23:15:00.794 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-04-22T23:15:00.828 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-22T23:15:00.877 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-22T23:15:00.896 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-04-22T23:15:01.005 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-04-22T23:15:01.112 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-22T23:15:01.137 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-22T23:15:01.238 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-22T23:15:01.314 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-04-22T23:15:01.380 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-22T23:15:01.506 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-22T23:15:01.506 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-22T23:15:01.631 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-22T23:15:01.741 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-04-22T23:15:01.782 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-22T23:15:01.916 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-22T23:15:01.991 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-04-22T23:15:02.058 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-22T23:15:02.259 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-22T23:15:02.393 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-04-22T23:15:02.436 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-22T23:15:02.518 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-22T23:15:02.653 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-22T23:15:02.669 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-04-22T23:15:02.754 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-22T23:15:02.813 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-22T23:15:02.826 INFO:teuthology.orchestra.run.smithi171.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-22T23:15:02.996 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-04-22T23:15:03.055 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-22T23:15:03.089 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-22T23:15:03.173 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-22T23:15:03.264 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-04-22T23:15:03.390 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-ceph-common (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:03.458 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-22T23:15:03.566 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-22T23:15:03.584 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up librados2 (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:03.710 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:03.724 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-idna (3.3-1) ... 2024-04-22T23:15:03.833 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-22T23:15:03.836 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-22T23:15:03.960 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-22T23:15:04.050 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-04-22T23:15:04.147 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up libcephfs2 (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:04.219 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-22T23:15:04.256 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up libradosstriper1 (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:04.328 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-22T23:15:04.382 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-22T23:15:04.654 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-22T23:15:04.659 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up librbd1 (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:04.785 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up ceph-mgr-modules-core (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:04.894 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up ceph-fuse (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:04.955 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-22T23:15:05.089 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-22T23:15:05.089 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-22T23:15:05.232 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-22T23:15:05.256 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-04-22T23:15:05.357 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-22T23:15:05.499 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-22T23:15:05.587 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up libcephfs-dev (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:05.633 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-22T23:15:05.634 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-toml (0.10.2-1) ... 2024-04-22T23:15:05.696 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-rados (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:05.805 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up librgw2 (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:05.901 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-22T23:15:05.902 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-04-22T23:15:05.914 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-22T23:15:06.028 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-04-22T23:15:06.145 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-04-22T23:15:06.238 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-22T23:15:06.455 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-04-22T23:15:06.589 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-22T23:15:06.773 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-04-22T23:15:06.882 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-22T23:15:07.032 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-22T23:15:07.158 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-04-22T23:15:07.160 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-rbd (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:07.286 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up rbd-fuse (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:07.293 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-22T23:15:07.387 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-rgw (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:07.411 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up librados2 (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:07.468 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-04-22T23:15:07.512 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:07.521 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up python3-cephfs (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:07.621 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-22T23:15:07.647 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up ceph-common (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:07.736 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-04-22T23:15:07.933 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up libcephfs2 (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:08.004 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-04-22T23:15:08.058 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up libradosstriper1 (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:08.184 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-22T23:15:08.189 INFO:teuthology.orchestra.run.smithi176.stdout:Adding group ceph....done 2024-04-22T23:15:08.255 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-04-22T23:15:08.469 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up librbd1 (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:08.506 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-04-22T23:15:08.566 INFO:teuthology.orchestra.run.smithi176.stdout:Adding system user ceph....done 2024-04-22T23:15:08.587 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up ceph-mgr-modules-core (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:08.709 INFO:teuthology.orchestra.run.smithi176.stdout:Setting system user ceph properties....done 2024-04-22T23:15:08.713 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up ceph-fuse (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:08.722 INFO:teuthology.orchestra.run.smithi176.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-22T23:15:08.773 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-04-22T23:15:08.857 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-22T23:15:08.899 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-04-22T23:15:08.922 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-22T23:15:08.922 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-22T23:15:09.191 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-22T23:15:09.217 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-04-22T23:15:09.343 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-04-22T23:15:09.398 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up libcephfs-dev (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:09.549 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-rados (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:09.636 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-04-22T23:15:09.675 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up librgw2 (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:09.714 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up ceph-test (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:09.801 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-22T23:15:09.857 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up radosgw (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:09.921 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-04-22T23:15:10.180 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-04-22T23:15:10.306 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-04-22T23:15:10.361 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-22T23:15:10.361 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-22T23:15:10.432 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-04-22T23:15:10.520 INFO:teuthology.orchestra.run.smithi033.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-04-22T23:15:10.767 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-04-22T23:15:10.851 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up ceph-base (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:10.893 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-04-22T23:15:10.982 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-rbd (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:11.109 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up rbd-fuse (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:11.192 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-22T23:15:11.234 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-rgw (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:11.294 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-04-22T23:15:11.360 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up python3-cephfs (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:11.462 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up ceph-common (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:11.545 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up lua-any (27ubuntu1) ... 2024-04-22T23:15:11.644 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up ceph-mds (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:11.672 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-portend (3.0.0-1) ... 2024-04-22T23:15:11.889 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-22T23:15:11.889 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-22T23:15:11.948 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-04-22T23:15:11.988 INFO:teuthology.orchestra.run.smithi171.stdout:Adding group ceph....done 2024-04-22T23:15:12.074 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-04-22T23:15:12.380 INFO:teuthology.orchestra.run.smithi171.stdout:Adding system user ceph....done 2024-04-22T23:15:12.400 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-04-22T23:15:12.532 INFO:teuthology.orchestra.run.smithi171.stdout:Setting system user ceph properties....done 2024-04-22T23:15:12.548 INFO:teuthology.orchestra.run.smithi171.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-22T23:15:12.663 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up ceph-mgr (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:12.688 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-22T23:15:12.701 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-04-22T23:15:12.875 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-22T23:15:12.875 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-22T23:15:12.969 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-04-22T23:15:13.011 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-22T23:15:13.095 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-rsa (4.8-1) ... 2024-04-22T23:15:13.362 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-04-22T23:15:13.437 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up ceph-osd (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:13.496 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up ceph-test (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:13.639 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up radosgw (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:13.639 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-04-22T23:15:13.828 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-22T23:15:13.828 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-22T23:15:13.992 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-04-22T23:15:14.139 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-22T23:15:14.139 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-22T23:15:14.282 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:14.385 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-04-22T23:15:14.408 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:14.559 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up ceph-mon (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:14.649 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up ceph-base (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:14.653 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-04-22T23:15:14.771 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-22T23:15:14.771 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-22T23:15:14.981 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-04-22T23:15:14.998 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-22T23:15:15.107 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up librados2 (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:15.233 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libsqlite3-mod-ceph (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:15.235 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up ceph-mgr-cephadm (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:15.359 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-04-22T23:15:15.386 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up ceph (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:15.502 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up ceph-mds (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:15.521 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up ceph-mgr-dashboard (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:15.654 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libcephfs2 (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:15.655 INFO:teuthology.orchestra.run.smithi176.stdout:Setting up ceph-volume (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:15.736 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-22T23:15:15.736 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-22T23:15:15.771 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libradosstriper1 (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:15.897 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-04-22T23:15:15.991 INFO:teuthology.orchestra.run.smithi176.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-22T23:15:16.100 INFO:teuthology.orchestra.run.smithi176.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-22T23:15:16.182 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up librbd1 (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:16.252 INFO:teuthology.orchestra.run.smithi176.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-22T23:15:16.308 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-mgr-modules-core (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:16.434 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-fuse (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:16.479 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up ceph-mgr (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:16.653 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-22T23:15:16.654 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-04-22T23:15:16.700 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-22T23:15:16.700 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-22T23:15:17.172 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up ceph-osd (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:17.185 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libcephfs-dev (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:17.269 INFO:teuthology.orchestra.run.smithi176.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-22T23:15:17.303 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-rados (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:17.441 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-22T23:15:17.441 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-22T23:15:17.454 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up librgw2 (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:17.580 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-04-22T23:15:17.905 INFO:teuthology.orchestra.run.smithi176.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-22T23:15:17.911 DEBUG:teuthology.parallel:result is None 2024-04-22T23:15:17.931 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:18.057 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:18.208 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up ceph-mon (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:18.422 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-22T23:15:18.423 INFO:teuthology.orchestra.run.smithi171.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-22T23:15:18.884 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-rbd (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:18.885 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up ceph-mgr-cephadm (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:19.018 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up rbd-fuse (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:19.036 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up ceph (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:19.119 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-rgw (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:19.153 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up ceph-mgr-dashboard (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:19.220 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-cephfs (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:19.339 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-common (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:19.438 INFO:teuthology.orchestra.run.smithi171.stdout:Setting up ceph-volume (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:19.790 INFO:teuthology.orchestra.run.smithi171.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-22T23:15:19.871 INFO:teuthology.orchestra.run.smithi033.stdout:Adding group ceph....done 2024-04-22T23:15:19.900 INFO:teuthology.orchestra.run.smithi171.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-22T23:15:20.052 INFO:teuthology.orchestra.run.smithi171.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-22T23:15:20.232 INFO:teuthology.orchestra.run.smithi033.stdout:Adding system user ceph....done 2024-04-22T23:15:20.384 INFO:teuthology.orchestra.run.smithi033.stdout:Setting system user ceph properties....done 2024-04-22T23:15:20.396 INFO:teuthology.orchestra.run.smithi033.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-04-22T23:15:20.543 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-04-22T23:15:20.752 INFO:teuthology.orchestra.run.smithi171.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-22T23:15:20.887 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-04-22T23:15:21.372 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-test (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:21.405 INFO:teuthology.orchestra.run.smithi171.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-22T23:15:21.410 DEBUG:teuthology.parallel:result is None 2024-04-22T23:15:21.498 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up radosgw (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:21.977 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-22T23:15:21.977 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-04-22T23:15:22.450 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-base (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:22.823 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-04-22T23:15:23.302 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-mds (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:23.520 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-22T23:15:23.520 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-04-22T23:15:24.029 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-mgr (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:24.281 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-22T23:15:24.281 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-04-22T23:15:24.763 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-osd (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:25.049 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-22T23:15:25.049 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-04-22T23:15:25.556 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-mgr-k8sevents (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:25.682 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:25.833 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-mon (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:26.052 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-22T23:15:26.053 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-04-22T23:15:26.535 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-mgr-cephadm (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:26.661 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:26.762 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-mgr-dashboard (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:26.913 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-volume (19.0.0-3252-g43be0201-1jammy) ... 2024-04-22T23:15:27.266 INFO:teuthology.orchestra.run.smithi033.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-04-22T23:15:27.366 INFO:teuthology.orchestra.run.smithi033.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-04-22T23:15:27.519 INFO:teuthology.orchestra.run.smithi033.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-04-22T23:15:28.653 INFO:teuthology.orchestra.run.smithi033.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-04-22T23:15:29.332 INFO:teuthology.orchestra.run.smithi033.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-04-22T23:15:29.337 DEBUG:teuthology.parallel:result is None 2024-04-22T23:15:29.337 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:15:29.556 DEBUG:teuthology.orchestra.run.smithi033:> dpkg-query -W -f '${Version}' ceph 2024-04-22T23:15:29.575 INFO:teuthology.orchestra.run.smithi033.stdout:19.0.0-3252-g43be0201-1jammy 2024-04-22T23:15:29.576 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3252-g43be0201-1jammy 2024-04-22T23:15:29.576 INFO:teuthology.task.install:The correct ceph version 19.0.0-3252-g43be0201-1jammy is installed. 2024-04-22T23:15:29.578 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:15:29.800 DEBUG:teuthology.orchestra.run.smithi171:> dpkg-query -W -f '${Version}' ceph 2024-04-22T23:15:29.820 INFO:teuthology.orchestra.run.smithi171.stdout:19.0.0-3252-g43be0201-1jammy 2024-04-22T23:15:29.820 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3252-g43be0201-1jammy 2024-04-22T23:15:29.820 INFO:teuthology.task.install:The correct ceph version 19.0.0-3252-g43be0201-1jammy is installed. 2024-04-22T23:15:29.822 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:15:29.961 DEBUG:teuthology.orchestra.run.smithi176:> dpkg-query -W -f '${Version}' ceph 2024-04-22T23:15:29.981 INFO:teuthology.orchestra.run.smithi176.stdout:19.0.0-3252-g43be0201-1jammy 2024-04-22T23:15:29.982 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-3252-g43be0201-1jammy 2024-04-22T23:15:29.982 INFO:teuthology.task.install:The correct ceph version 19.0.0-3252-g43be0201-1jammy is installed. 2024-04-22T23:15:29.986 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-04-22T23:15:29.986 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-04-22T23:15:29.986 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-22T23:15:30.001 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-04-22T23:15:30.002 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-22T23:15:30.016 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2024-04-22T23:15:30.016 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-04-22T23:15:30.039 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-04-22T23:15:30.039 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-04-22T23:15:30.039 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/usr/bin/daemon-helper 2024-04-22T23:15:30.059 DEBUG:teuthology.orchestra.run.smithi033:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-22T23:15:30.114 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-04-22T23:15:30.114 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd of=/usr/bin/daemon-helper 2024-04-22T23:15:30.128 DEBUG:teuthology.orchestra.run.smithi171:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-22T23:15:30.181 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2024-04-22T23:15:30.181 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd of=/usr/bin/daemon-helper 2024-04-22T23:15:30.194 DEBUG:teuthology.orchestra.run.smithi176:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-04-22T23:15:30.250 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-04-22T23:15:30.250 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-04-22T23:15:30.250 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-22T23:15:30.264 DEBUG:teuthology.orchestra.run.smithi033:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-22T23:15:30.317 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-04-22T23:15:30.317 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-22T23:15:30.331 DEBUG:teuthology.orchestra.run.smithi171:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-22T23:15:30.384 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2024-04-22T23:15:30.385 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd of=/usr/bin/adjust-ulimits 2024-04-22T23:15:30.398 DEBUG:teuthology.orchestra.run.smithi176:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-04-22T23:15:30.452 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-04-22T23:15:30.452 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-04-22T23:15:30.452 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/usr/bin/stdin-killer 2024-04-22T23:15:30.466 DEBUG:teuthology.orchestra.run.smithi033:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-22T23:15:30.521 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-04-22T23:15:30.522 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd of=/usr/bin/stdin-killer 2024-04-22T23:15:30.535 DEBUG:teuthology.orchestra.run.smithi171:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-22T23:15:30.590 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2024-04-22T23:15:30.590 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd of=/usr/bin/stdin-killer 2024-04-22T23:15:30.603 DEBUG:teuthology.orchestra.run.smithi176:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-04-22T23:15:30.657 INFO:teuthology.run_tasks:Running task cephadm... 2024-04-22T23:15:30.767 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'], 'log-only-match': ['CEPHADM_'], 'sha1': '43be020184947e53516056c9931e1ac5bdbbb1a5'} 2024-04-22T23:15:30.768 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:15:30.768 INFO:tasks.cephadm:Cluster fsid is 367dd694-00fe-11ef-bc93-c7b262605968 2024-04-22T23:15:30.768 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-04-22T23:15:30.768 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.33', 'mon.b': '172.21.15.171', 'mon.c': '172.21.15.176'} 2024-04-22T23:15:30.768 INFO:tasks.cephadm:First mon is mon.a on smithi033 2024-04-22T23:15:30.769 INFO:tasks.cephadm:First mgr is a 2024-04-22T23:15:30.769 INFO:tasks.cephadm:Normalizing hostnames... 2024-04-22T23:15:30.769 DEBUG:teuthology.orchestra.run.smithi033:> sudo hostname $(hostname -s) 2024-04-22T23:15:30.784 DEBUG:teuthology.orchestra.run.smithi171:> sudo hostname $(hostname -s) 2024-04-22T23:15:30.799 DEBUG:teuthology.orchestra.run.smithi176:> sudo hostname $(hostname -s) 2024-04-22T23:15:30.813 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-04-22T23:15:30.814 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:15:31.031 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '43be020184947e53516056c9931e1ac5bdbbb1a5', '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/78807/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-3252-g43be0201', 'node_name': '172.21.5.38+adami08', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=jammy,DIST=jammy,MACHINE_SIZE=gigantic', 'package_manager_version': '19.0.0-3252-g43be0201-1jammy'}, 'url': 'https://3.chacra.ceph.com/r/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-04-22 21:55:29.434998', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-adk-testing-2024-04-22-1618', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-04-22T23:15:31.243 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-adk-testing-2024-04-22-1618, sha1 43be020184947e53516056c9931e1ac5bdbbb1a5 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:15:31.245 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-04-22T23:15:31.245 DEBUG:teuthology.orchestra.run.smithi033:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-22T23:15:31.822 INFO:teuthology.orchestra.run.smithi033.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789766 Apr 22 23:15 /home/ubuntu/cephtest/cephadm 2024-04-22T23:15:31.822 DEBUG:teuthology.orchestra.run.smithi171:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-22T23:15:32.411 INFO:teuthology.orchestra.run.smithi171.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789766 Apr 22 23:15 /home/ubuntu/cephtest/cephadm 2024-04-22T23:15:32.411 DEBUG:teuthology.orchestra.run.smithi176:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-adk-testing-2024-04-22-1618/43be020184947e53516056c9931e1ac5bdbbb1a5/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-04-22T23:15:33.022 INFO:teuthology.orchestra.run.smithi176.stdout:-rw-rw-r-- 1 ubuntu ubuntu 789766 Apr 22 23:15 /home/ubuntu/cephtest/cephadm 2024-04-22T23:15:33.023 DEBUG:teuthology.orchestra.run.smithi033:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T23:15:33.030 DEBUG:teuthology.orchestra.run.smithi171:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T23:15:33.038 DEBUG:teuthology.orchestra.run.smithi176:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-04-22T23:15:33.057 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 on all hosts... 2024-04-22T23:15:33.057 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 pull 2024-04-22T23:15:33.075 DEBUG:teuthology.orchestra.run.smithi171:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 pull 2024-04-22T23:15:33.083 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 pull 2024-04-22T23:15:33.243 INFO:teuthology.orchestra.run.smithi033.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5... 2024-04-22T23:15:33.247 INFO:teuthology.orchestra.run.smithi171.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5... 2024-04-22T23:15:33.254 INFO:teuthology.orchestra.run.smithi176.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5... 2024-04-22T23:16:26.423 INFO:teuthology.orchestra.run.smithi176.stdout:{ 2024-04-22T23:16:26.424 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph_version": "ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev)", 2024-04-22T23:16:26.424 INFO:teuthology.orchestra.run.smithi176.stdout: "image_id": "a0434699c1d76af4eea1fc95ff0a22ea73d1e04e609464fbf658d6f39bc7f2fc", 2024-04-22T23:16:26.424 INFO:teuthology.orchestra.run.smithi176.stdout: "repo_digests": [ 2024-04-22T23:16:26.424 INFO:teuthology.orchestra.run.smithi176.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c" 2024-04-22T23:16:26.424 INFO:teuthology.orchestra.run.smithi176.stdout: ] 2024-04-22T23:16:26.424 INFO:teuthology.orchestra.run.smithi176.stdout:} 2024-04-22T23:16:29.230 INFO:teuthology.orchestra.run.smithi171.stdout:{ 2024-04-22T23:16:29.230 INFO:teuthology.orchestra.run.smithi171.stdout: "ceph_version": "ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev)", 2024-04-22T23:16:29.230 INFO:teuthology.orchestra.run.smithi171.stdout: "image_id": "a0434699c1d76af4eea1fc95ff0a22ea73d1e04e609464fbf658d6f39bc7f2fc", 2024-04-22T23:16:29.231 INFO:teuthology.orchestra.run.smithi171.stdout: "repo_digests": [ 2024-04-22T23:16:29.231 INFO:teuthology.orchestra.run.smithi171.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c" 2024-04-22T23:16:29.231 INFO:teuthology.orchestra.run.smithi171.stdout: ] 2024-04-22T23:16:29.231 INFO:teuthology.orchestra.run.smithi171.stdout:} 2024-04-22T23:16:43.239 INFO:teuthology.orchestra.run.smithi033.stdout:{ 2024-04-22T23:16:43.240 INFO:teuthology.orchestra.run.smithi033.stdout: "ceph_version": "ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev)", 2024-04-22T23:16:43.240 INFO:teuthology.orchestra.run.smithi033.stdout: "image_id": "a0434699c1d76af4eea1fc95ff0a22ea73d1e04e609464fbf658d6f39bc7f2fc", 2024-04-22T23:16:43.240 INFO:teuthology.orchestra.run.smithi033.stdout: "repo_digests": [ 2024-04-22T23:16:43.240 INFO:teuthology.orchestra.run.smithi033.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c" 2024-04-22T23:16:43.240 INFO:teuthology.orchestra.run.smithi033.stdout: ] 2024-04-22T23:16:43.240 INFO:teuthology.orchestra.run.smithi033.stdout:} 2024-04-22T23:16:43.288 DEBUG:teuthology.orchestra.run.smithi033:> sudo mkdir -p /etc/ceph 2024-04-22T23:16:43.303 DEBUG:teuthology.orchestra.run.smithi171:> sudo mkdir -p /etc/ceph 2024-04-22T23:16:43.317 DEBUG:teuthology.orchestra.run.smithi176:> sudo mkdir -p /etc/ceph 2024-04-22T23:16:43.333 DEBUG:teuthology.orchestra.run.smithi033:> sudo chmod 777 /etc/ceph 2024-04-22T23:16:43.357 DEBUG:teuthology.orchestra.run.smithi171:> sudo chmod 777 /etc/ceph 2024-04-22T23:16:43.373 DEBUG:teuthology.orchestra.run.smithi176:> sudo chmod 777 /etc/ceph 2024-04-22T23:16:43.390 INFO:tasks.cephadm:Writing seed config... 2024-04-22T23:16:43.395 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-04-22T23:16:43.395 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-04-22T23:16:43.395 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-04-22T23:16:43.395 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-04-22T23:16:43.396 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-04-22T23:16:43.396 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-04-22T23:16:43.396 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-04-22T23:16:43.396 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-04-22T23:16:43.396 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-04-22T23:16:43.397 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-04-22T23:16:43.397 DEBUG:teuthology.orchestra.run.smithi033:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-04-22T23:16:43.406 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 = 367dd694-00fe-11ef-bc93-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-04-22T23:16:43.406 DEBUG:teuthology.orchestra.run.smithi033:mon.a> sudo journalctl -f -n 0 -u ceph-367dd694-00fe-11ef-bc93-c7b262605968@mon.a.service 2024-04-22T23:16:43.455 DEBUG:teuthology.orchestra.run.smithi033:mgr.a> sudo journalctl -f -n 0 -u ceph-367dd694-00fe-11ef-bc93-c7b262605968@mgr.a.service 2024-04-22T23:16:43.502 INFO:tasks.cephadm:Bootstrapping... 2024-04-22T23:16:43.502 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 -v bootstrap --fsid 367dd694-00fe-11ef-bc93-c7b262605968 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.33 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:16:43.714 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-04-22T23:16:43.714 INFO:teuthology.orchestra.run.smithi033.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5', '-v', 'bootstrap', '--fsid', '367dd694-00fe-11ef-bc93-c7b262605968', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.33', '--skip-admin-label'] 2024-04-22T23:16:43.715 INFO:teuthology.orchestra.run.smithi033.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-04-22T23:16:43.715 INFO:teuthology.orchestra.run.smithi033.stdout:Verifying podman|docker is present... 2024-04-22T23:16:43.715 INFO:teuthology.orchestra.run.smithi033.stdout:Verifying lvm2 is present... 2024-04-22T23:16:43.715 INFO:teuthology.orchestra.run.smithi033.stdout:Verifying time synchronization is in place... 2024-04-22T23:16:43.720 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-22T23:16:43.720 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-22T23:16:43.725 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-22T23:16:43.726 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout inactive 2024-04-22T23:16:43.731 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-22T23:16:43.731 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-22T23:16:43.734 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-22T23:16:43.734 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout inactive 2024-04-22T23:16:43.739 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-22T23:16:43.739 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout masked 2024-04-22T23:16:43.743 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-22T23:16:43.743 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout inactive 2024-04-22T23:16:43.746 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-22T23:16:43.747 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-22T23:16:43.750 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-22T23:16:43.750 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout inactive 2024-04-22T23:16:43.754 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout enabled 2024-04-22T23:16:43.759 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout active 2024-04-22T23:16:43.759 INFO:teuthology.orchestra.run.smithi033.stdout:Unit ntp.service is enabled and running 2024-04-22T23:16:43.759 INFO:teuthology.orchestra.run.smithi033.stdout:Repeating the final host check... 2024-04-22T23:16:43.759 INFO:teuthology.orchestra.run.smithi033.stdout:docker (/usr/bin/docker) is present 2024-04-22T23:16:43.759 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl is present 2024-04-22T23:16:43.759 INFO:teuthology.orchestra.run.smithi033.stdout:lvcreate is present 2024-04-22T23:16:43.762 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-04-22T23:16:43.762 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-04-22T23:16:43.766 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-04-22T23:16:43.766 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout inactive 2024-04-22T23:16:43.769 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-04-22T23:16:43.769 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-04-22T23:16:43.773 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-04-22T23:16:43.773 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout inactive 2024-04-22T23:16:43.777 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-04-22T23:16:43.777 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout masked 2024-04-22T23:16:43.780 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-04-22T23:16:43.780 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout inactive 2024-04-22T23:16:43.784 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-04-22T23:16:43.784 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-04-22T23:16:43.788 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-04-22T23:16:43.788 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout inactive 2024-04-22T23:16:43.792 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout enabled 2024-04-22T23:16:43.797 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout active 2024-04-22T23:16:43.797 INFO:teuthology.orchestra.run.smithi033.stdout:Unit ntp.service is enabled and running 2024-04-22T23:16:43.797 INFO:teuthology.orchestra.run.smithi033.stdout:Host looks OK 2024-04-22T23:16:43.797 INFO:teuthology.orchestra.run.smithi033.stdout:Cluster fsid: 367dd694-00fe-11ef-bc93-c7b262605968 2024-04-22T23:16:43.797 INFO:teuthology.orchestra.run.smithi033.stdout:Acquiring lock 140007322331040 on /run/cephadm/367dd694-00fe-11ef-bc93-c7b262605968.lock 2024-04-22T23:16:43.797 INFO:teuthology.orchestra.run.smithi033.stdout:Lock 140007322331040 acquired on /run/cephadm/367dd694-00fe-11ef-bc93-c7b262605968.lock 2024-04-22T23:16:43.797 INFO:teuthology.orchestra.run.smithi033.stdout:Verifying IP 172.21.15.33 port 3300 ... 2024-04-22T23:16:43.797 INFO:teuthology.orchestra.run.smithi033.stdout:Verifying IP 172.21.15.33 port 6789 ... 2024-04-22T23:16:43.797 INFO:teuthology.orchestra.run.smithi033.stdout:Base mon IP(s) is [172.21.15.33:3300, 172.21.15.33:6789], mon addrv is [v2:172.21.15.33:3300,v1:172.21.15.33:6789] 2024-04-22T23:16:43.803 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-04-22T23:16:43.803 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-04-22T23:16:43.803 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.33 2024-04-22T23:16:43.803 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-04-22T23:16:43.803 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-04-22T23:16:43.803 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1777sec hoplimit 64 pref medium 2024-04-22T23:16:43.804 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-04-22T23:16:43.804 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-04-22T23:16:43.804 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-22T23:16:43.804 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-04-22T23:16:43.804 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/sbin/ip: stdout inet6 fe80::ae1f:6bff:fea5:d294/64 scope link 2024-04-22T23:16:43.804 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-04-22T23:16:43.805 INFO:teuthology.orchestra.run.smithi033.stdout:Mon IP `172.21.15.33` is in CIDR network `172.21.0.0/20` 2024-04-22T23:16:43.805 INFO:teuthology.orchestra.run.smithi033.stdout:Mon IP `172.21.15.33` is in CIDR network `172.21.0.0/20` 2024-04-22T23:16:43.805 INFO:teuthology.orchestra.run.smithi033.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-04-22T23:16:43.805 INFO:teuthology.orchestra.run.smithi033.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-04-22T23:16:43.806 INFO:teuthology.orchestra.run.smithi033.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5... 2024-04-22T23:16:44.029 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/docker: stdout 43be020184947e53516056c9931e1ac5bdbbb1a5: Pulling from ceph-ci/ceph 2024-04-22T23:16:44.029 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/docker: stdout Digest: sha256:b8bc99cfccdf4e584cbe106d55b5c5dc774312148ba54d6ca5b660445cf4506c 2024-04-22T23:16:44.030 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:16:44.030 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 2024-04-22T23:16:45.460 INFO:teuthology.orchestra.run.smithi033.stdout:ceph: stdout ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev) 2024-04-22T23:16:45.461 INFO:teuthology.orchestra.run.smithi033.stdout:Ceph version: ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev) 2024-04-22T23:16:45.461 INFO:teuthology.orchestra.run.smithi033.stdout:Extracting ceph user uid/gid from container image... 2024-04-22T23:16:46.757 INFO:teuthology.orchestra.run.smithi033.stdout:stat: stdout 167 167 2024-04-22T23:16:46.757 INFO:teuthology.orchestra.run.smithi033.stdout:Creating initial keys... 2024-04-22T23:16:47.994 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-authtool: stdout AQDf7yZm5Th3GRAAowJc/D+jM3egS1jhht8h3g== 2024-04-22T23:16:49.176 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-authtool: stdout AQDg7yZmmCMNJhAAu16+xo5c9E9JPHlNHml9oA== 2024-04-22T23:16:50.605 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-authtool: stdout AQDh7yZmFF6YORAAYaw9+cwlJPjBiwj0Kae5lQ== 2024-04-22T23:16:50.606 INFO:teuthology.orchestra.run.smithi033.stdout:Creating initial monmap... 2024-04-22T23:16:51.902 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-22T23:16:51.902 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-04-22T23:16:51.902 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 367dd694-00fe-11ef-bc93-c7b262605968 2024-04-22T23:16:51.902 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-22T23:16:51.902 INFO:teuthology.orchestra.run.smithi033.stdout:monmaptool for a [v2:172.21.15.33:3300,v1:172.21.15.33:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-04-22T23:16:51.902 INFO:teuthology.orchestra.run.smithi033.stdout:setting min_mon_release = quincy 2024-04-22T23:16:51.902 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/monmaptool: set fsid to 367dd694-00fe-11ef-bc93-c7b262605968 2024-04-22T23:16:51.902 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-04-22T23:16:51.902 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-22T23:16:51.902 INFO:teuthology.orchestra.run.smithi033.stdout:Creating mon... 2024-04-22T23:16:53.154 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.547+0000 7f08af743c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-22T23:16:53.155 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.547+0000 7f08af743c80 1 imported monmap: 2024-04-22T23:16:53.155 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-04-22T23:16:53.155 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr fsid 367dd694-00fe-11ef-bc93-c7b262605968 2024-04-22T23:16:53.155 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-04-22T23:16:51.341249+0000 2024-04-22T23:16:53.155 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr created 2024-04-22T23:16:51.341249+0000 2024-04-22T23:16:53.155 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-04-22T23:16:53.155 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-04-22T23:16:53.155 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0] mon.a 2024-04-22T23:16:53.155 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:16:53.155 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.547+0000 7f08af743c80 0 /usr/bin/ceph-mon: set fsid to 367dd694-00fe-11ef-bc93-c7b262605968 2024-04-22T23:16:53.155 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-22T23:16:53.155 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:16:53.156 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Git sha 0 2024-04-22T23:16:53.156 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Compile date 2024-04-22 21:33:31 2024-04-22T23:16:53.156 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: DB SUMMARY 2024-04-22T23:16:53.156 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:16:53.156 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: DB Session ID: UTH6HDGZ5P4XGB65DJEG 2024-04-22T23:16:53.156 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:16:53.156 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-04-22T23:16:53.156 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:16:53.156 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-04-22T23:16:53.156 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:16:53.156 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.error_if_exists: 0 2024-04-22T23:16:53.156 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.create_if_missing: 1 2024-04-22T23:16:53.157 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-22T23:16:53.157 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-22T23:16:53.157 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-22T23:16:53.157 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-22T23:16:53.157 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.env: 0x560bfd53bcc0 2024-04-22T23:16:53.157 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-22T23:16:53.157 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.info_log: 0x560bff0d8e60 2024-04-22T23:16:53.157 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-22T23:16:53.157 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.statistics: (nil) 2024-04-22T23:16:53.157 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.use_fsync: 0 2024-04-22T23:16:53.157 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-22T23:16:53.157 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-22T23:16:53.157 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-22T23:16:53.157 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-22T23:16:53.158 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-22T23:16:53.158 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-22T23:16:53.158 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-22T23:16:53.158 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-22T23:16:53.158 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-22T23:16:53.158 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-22T23:16:53.158 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-22T23:16:53.158 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.db_log_dir: 2024-04-22T23:16:53.158 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.wal_dir: 2024-04-22T23:16:53.158 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-22T23:16:53.158 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-22T23:16:53.158 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-22T23:16:53.158 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-22T23:16:53.159 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-22T23:16:53.159 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-22T23:16:53.159 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-22T23:16:53.159 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-22T23:16:53.159 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.write_buffer_manager: 0x560bff06caa0 2024-04-22T23:16:53.159 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-22T23:16:53.159 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-22T23:16:53.159 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-22T23:16:53.159 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-22T23:16:53.159 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-22T23:16:53.159 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-22T23:16:53.159 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-22T23:16:53.159 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-22T23:16:53.159 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.unordered_write: 0 2024-04-22T23:16:53.160 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-22T23:16:53.160 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-22T23:16:53.160 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-22T23:16:53.160 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-22T23:16:53.160 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.row_cache: None 2024-04-22T23:16:53.160 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.wal_filter: None 2024-04-22T23:16:53.160 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-22T23:16:53.160 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-22T23:16:53.160 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.two_write_queues: 0 2024-04-22T23:16:53.160 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-22T23:16:53.160 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.wal_compression: 0 2024-04-22T23:16:53.160 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.atomic_flush: 0 2024-04-22T23:16:53.160 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-22T23:16:53.161 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-22T23:16:53.161 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-22T23:16:53.161 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-22T23:16:53.161 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-22T23:16:53.161 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-22T23:16:53.161 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-22T23:16:53.161 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-22T23:16:53.161 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-22T23:16:53.162 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-22T23:16:53.162 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-22T23:16:53.162 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-22T23:16:53.162 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-22T23:16:53.162 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-22T23:16:53.162 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-22T23:16:53.162 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-22T23:16:53.162 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-22T23:16:53.162 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-22T23:16:53.162 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-22T23:16:53.162 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-22T23:16:53.162 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-22T23:16:53.162 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-22T23:16:53.163 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.max_open_files: -1 2024-04-22T23:16:53.163 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-22T23:16:53.163 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-22T23:16:53.163 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-22T23:16:53.163 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-22T23:16:53.163 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-22T23:16:53.163 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Compression algorithms supported: 2024-04-22T23:16:53.163 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-22T23:16:53.163 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: kZSTD supported: 0 2024-04-22T23:16:53.163 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: kXpressCompression supported: 0 2024-04-22T23:16:53.163 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-22T23:16:53.163 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: kZlibCompression supported: 1 2024-04-22T23:16:53.163 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-22T23:16:53.163 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-22T23:16:53.163 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-22T23:16:53.164 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-22T23:16:53.164 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-22T23:16:53.164 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-04-22T23:16:53.164 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:16:53.164 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-04-22T23:16:53.164 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:16:53.164 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-22T23:16:53.164 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:16:53.164 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-22T23:16:53.164 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.merge_operator: 2024-04-22T23:16:53.164 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.compaction_filter: None 2024-04-22T23:16:53.164 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-22T23:16:53.164 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-22T23:16:53.164 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-22T23:16:53.164 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-22T23:16:53.165 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x560bff0d9040) 2024-04-22T23:16:53.165 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-04-22T23:16:53.165 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-04-22T23:16:53.165 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-22T23:16:53.165 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-04-22T23:16:53.165 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-04-22T23:16:53.165 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-04-22T23:16:53.165 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-04-22T23:16:53.165 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-04-22T23:16:53.165 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-04-22T23:16:53.165 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-04-22T23:16:53.165 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x560bff09f1f0 2024-04-22T23:16:53.165 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-04-22T23:16:53.166 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-04-22T23:16:53.166 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-04-22T23:16:53.166 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-04-22T23:16:53.166 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-04-22T23:16:53.166 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-04-22T23:16:53.166 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-04-22T23:16:53.166 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-04-22T23:16:53.166 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-04-22T23:16:53.166 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-04-22T23:16:53.166 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-04-22T23:16:53.166 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-04-22T23:16:53.166 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-04-22T23:16:53.166 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-04-22T23:16:53.166 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-04-22T23:16:53.166 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-04-22T23:16:53.167 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-04-22T23:16:53.167 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-04-22T23:16:53.167 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-04-22T23:16:53.167 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-04-22T23:16:53.167 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-04-22T23:16:53.167 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-04-22T23:16:53.167 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-04-22T23:16:53.167 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-04-22T23:16:53.167 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-04-22T23:16:53.167 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-04-22T23:16:53.167 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:16:53.167 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-22T23:16:53.167 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-22T23:16:53.167 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.compression: NoCompression 2024-04-22T23:16:53.168 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-22T23:16:53.168 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-22T23:16:53.168 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-22T23:16:53.168 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.num_levels: 7 2024-04-22T23:16:53.168 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-22T23:16:53.168 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-22T23:16:53.168 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-22T23:16:53.168 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-22T23:16:53.168 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-22T23:16:53.168 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-22T23:16:53.168 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-22T23:16:53.168 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-22T23:16:53.168 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-22T23:16:53.168 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-22T23:16:53.168 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-22T23:16:53.169 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-22T23:16:53.169 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-22T23:16:53.169 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-22T23:16:53.169 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-22T23:16:53.169 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-22T23:16:53.169 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-22T23:16:53.169 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-22T23:16:53.169 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-22T23:16:53.169 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-22T23:16:53.169 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-22T23:16:53.170 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-22T23:16:53.170 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-22T23:16:53.170 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-22T23:16:53.170 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-22T23:16:53.170 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-22T23:16:53.170 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-22T23:16:53.170 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-22T23:16:53.170 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-22T23:16:53.170 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-22T23:16:53.170 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-22T23:16:53.170 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-22T23:16:53.170 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-22T23:16:53.170 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-22T23:16:53.170 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-22T23:16:53.170 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-22T23:16:53.171 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-22T23:16:53.171 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-22T23:16:53.171 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-22T23:16:53.171 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-22T23:16:53.171 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-22T23:16:53.171 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-22T23:16:53.171 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-22T23:16:53.171 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-22T23:16:53.171 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-22T23:16:53.171 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-22T23:16:53.171 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-22T23:16:53.171 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-22T23:16:53.171 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-22T23:16:53.171 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-22T23:16:53.172 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-22T23:16:53.172 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-22T23:16:53.172 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-22T23:16:53.172 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-22T23:16:53.172 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-22T23:16:53.172 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-22T23:16:53.172 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-22T23:16:53.172 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-22T23:16:53.172 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-22T23:16:53.173 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.bloom_locality: 0 2024-04-22T23:16:53.173 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-22T23:16:53.173 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-22T23:16:53.173 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-22T23:16:53.173 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-22T23:16:53.173 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-22T23:16:53.173 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.ttl: 2592000 2024-04-22T23:16:53.173 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-22T23:16:53.173 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-22T23:16:53.173 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-22T23:16:53.173 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.enable_blob_files: false 2024-04-22T23:16:53.173 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.min_blob_size: 0 2024-04-22T23:16:53.173 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-22T23:16:53.173 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-22T23:16:53.174 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-22T23:16:53.174 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-22T23:16:53.174 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-22T23:16:53.174 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-22T23:16:53.174 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-22T23:16:53.174 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-22T23:16:53.174 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-04-22T23:16:53.174 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:16:53.174 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-22T23:16:53.174 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:16:53.174 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 5d81ab76-4baf-4577-be87-c2c4115905e9 2024-04-22T23:16:53.174 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:16:53.174 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.551+0000 7f08af743c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-04-22T23:16:53.175 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:16:53.175 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.555+0000 7f08af743c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x560bff18e000 2024-04-22T23:16:53.175 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.555+0000 7f08af743c80 4 rocksdb: DB pointer 0x560bff17e000 2024-04-22T23:16:53.175 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.555+0000 7f089f8a5700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-22T23:16:53.175 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.555+0000 7f089f8a5700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-22T23:16:53.175 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-04-22T23:16:53.175 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-22T23:16:53.175 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-22T23:16:53.175 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-22T23:16:53.175 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-22T23:16:53.175 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-22T23:16:53.175 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-22T23:16:53.175 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-22T23:16:53.175 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:16:53.176 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-22T23:16:53.176 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-22T23:16:53.176 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-22T23:16:53.176 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-04-22T23:16:53.176 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 0.0 0.0 2024-04-22T23:16:53.176 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:16:53.176 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-04-22T23:16:53.176 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-22T23:16:53.176 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-22T23:16:53.176 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:16:53.176 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-22T23:16:53.176 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:16:53.176 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-04-22T23:16:53.176 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-04-22T23:16:53.176 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-04-22T23:16:53.177 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-04-22T23:16:53.177 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-04-22T23:16:53.177 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-04-22T23:16:53.177 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-22T23:16:53.177 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-22T23:16:53.177 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-22T23:16:53.177 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x560bff09f1f0#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-04-22T23:16:53.177 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-04-22T23:16:53.177 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:16:53.177 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-04-22T23:16:53.177 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-04-22T23:16:53.178 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.555+0000 7f08af743c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-04-22T23:16:53.178 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.555+0000 7f08af743c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-04-22T23:16:53.178 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-04-22T23:16:52.555+0000 7f08af743c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-04-22T23:16:53.178 INFO:teuthology.orchestra.run.smithi033.stdout:create mon.a on 2024-04-22T23:16:53.411 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-04-22T23:16:53.616 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-04-22T23:16:53.845 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-367dd694-00fe-11ef-bc93-c7b262605968.target -> /etc/systemd/system/ceph-367dd694-00fe-11ef-bc93-c7b262605968.target. 2024-04-22T23:16:53.845 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-367dd694-00fe-11ef-bc93-c7b262605968.target -> /etc/systemd/system/ceph-367dd694-00fe-11ef-bc93-c7b262605968.target. 2024-04-22T23:16:54.143 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-367dd694-00fe-11ef-bc93-c7b262605968@mon.a 2024-04-22T23:16:54.143 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Failed to reset failed state of unit ceph-367dd694-00fe-11ef-bc93-c7b262605968@mon.a.service: Unit ceph-367dd694-00fe-11ef-bc93-c7b262605968@mon.a.service not loaded. 2024-04-22T23:16:54.364 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-367dd694-00fe-11ef-bc93-c7b262605968.target.wants/ceph-367dd694-00fe-11ef-bc93-c7b262605968@mon.a.service -> /etc/systemd/system/ceph-367dd694-00fe-11ef-bc93-c7b262605968@.service. 2024-04-22T23:16:54.373 INFO:teuthology.orchestra.run.smithi033.stdout:firewalld does not appear to be present 2024-04-22T23:16:54.373 INFO:teuthology.orchestra.run.smithi033.stdout:Not possible to enable service . firewalld.service is not available 2024-04-22T23:16:54.373 INFO:teuthology.orchestra.run.smithi033.stdout:Waiting for mon to start... 2024-04-22T23:16:54.373 INFO:teuthology.orchestra.run.smithi033.stdout:Waiting for mon... 2024-04-22T23:16:55.849 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:16:55 smithi033 bash[20970]: cluster 2024-04-22T23:16:55.567065+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-22T23:16:56.396 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout cluster: 2024-04-22T23:16:56.396 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout id: 367dd694-00fe-11ef-bc93-c7b262605968 2024-04-22T23:16:56.396 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-04-22T23:16:56.396 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 2024-04-22T23:16:56.396 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout services: 2024-04-22T23:16:56.396 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.246232s) 2024-04-22T23:16:56.396 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-04-22T23:16:56.396 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-04-22T23:16:56.397 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 2024-04-22T23:16:56.397 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout data: 2024-04-22T23:16:56.397 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-04-22T23:16:56.397 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-04-22T23:16:56.397 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-04-22T23:16:56.397 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout pgs: 2024-04-22T23:16:56.397 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 2024-04-22T23:16:56.397 INFO:teuthology.orchestra.run.smithi033.stdout:mon is available 2024-04-22T23:16:56.397 INFO:teuthology.orchestra.run.smithi033.stdout:Assimilating anything we can from ceph.conf... 2024-04-22T23:16:56.850 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:16:56 smithi033 bash[20970]: cluster 2024-04-22T23:16:55.591081+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-22T23:16:56.850 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:16:56 smithi033 bash[20970]: cluster 2024-04-22T23:16:55.591081+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-22T23:16:56.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:16:56 smithi033 bash[20970]: cluster 2024-04-22T23:16:55.591338+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-04-22T23:16:56.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:16:56 smithi033 bash[20970]: cluster 2024-04-22T23:16:55.591338+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-04-22T23:16:56.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:16:56 smithi033 bash[20970]: cluster 2024-04-22T23:16:55.591363+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 367dd694-00fe-11ef-bc93-c7b262605968 2024-04-22T23:16:56.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:16:56 smithi033 bash[20970]: cluster 2024-04-22T23:16:55.591363+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 367dd694-00fe-11ef-bc93-c7b262605968 2024-04-22T23:16:56.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:16:56 smithi033 bash[20970]: cluster 2024-04-22T23:16:55.591372+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-04-22T23:16:51.341249+0000 2024-04-22T23:16:56.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:16:56 smithi033 bash[20970]: cluster 2024-04-22T23:16:55.591372+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-04-22T23:16:51.341249+0000 2024-04-22T23:16:56.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:16:56 smithi033 bash[20970]: cluster 2024-04-22T23:16:55.591382+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-04-22T23:16:51.341249+0000 2024-04-22T23:16:56.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:16:56 smithi033 bash[20970]: cluster 2024-04-22T23:16:55.591382+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-04-22T23:16:51.341249+0000 2024-04-22T23:16:56.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:16:56 smithi033 bash[20970]: cluster 2024-04-22T23:16:55.591391+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-04-22T23:16:56.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:16:56 smithi033 bash[20970]: cluster 2024-04-22T23:16:55.591391+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-04-22T23:16:56.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:16:56 smithi033 bash[20970]: cluster 2024-04-22T23:16:55.591399+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-04-22T23:16:56.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:16:56 smithi033 bash[20970]: cluster 2024-04-22T23:16:55.591399+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-04-22T23:16:56.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:16:56 smithi033 bash[20970]: cluster 2024-04-22T23:16:55.591407+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0] mon.a 2024-04-22T23:16:56.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:16:56 smithi033 bash[20970]: cluster 2024-04-22T23:16:55.591407+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0] mon.a 2024-04-22T23:16:56.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:16:56 smithi033 bash[20970]: cluster 2024-04-22T23:16:55.593958+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-04-22T23:16:56.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:16:56 smithi033 bash[20970]: cluster 2024-04-22T23:16:55.593958+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-04-22T23:16:56.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:16:56 smithi033 bash[20970]: cluster 2024-04-22T23:16:55.596481+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-22T23:16:56.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:16:56 smithi033 bash[20970]: cluster 2024-04-22T23:16:55.596481+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-22T23:16:56.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:16:56 smithi033 bash[20970]: cluster 2024-04-22T23:16:55.597022+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-04-22T23:16:56.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:16:56 smithi033 bash[20970]: cluster 2024-04-22T23:16:55.597022+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-04-22T23:16:56.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:16:56 smithi033 bash[20970]: audit 2024-04-22T23:16:55.837242+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.33:0/387200289' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-22T23:16:56.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:16:56 smithi033 bash[20970]: audit 2024-04-22T23:16:55.837242+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.33:0/387200289' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-04-22T23:16:57.850 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:16:57 smithi033 bash[20970]: audit 2024-04-22T23:16:57.382247+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.33:0/799341247' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-22T23:16:57.850 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:16:57 smithi033 bash[20970]: audit 2024-04-22T23:16:57.382247+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.33:0/799341247' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-22T23:16:57.850 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:16:57 smithi033 bash[20970]: audit 2024-04-22T23:16:57.384964+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.33:0/799341247' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-22T23:16:57.850 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:16:57 smithi033 bash[20970]: audit 2024-04-22T23:16:57.384964+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.33:0/799341247' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-22T23:16:58.042 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 2024-04-22T23:16:58.042 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout [global] 2024-04-22T23:16:58.042 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout fsid = 367dd694-00fe-11ef-bc93-c7b262605968 2024-04-22T23:16:58.042 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-22T23:16:58.042 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.33:3300,v1:172.21.15.33:6789] 2024-04-22T23:16:58.042 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-22T23:16:58.042 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-22T23:16:58.042 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-22T23:16:58.043 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-22T23:16:58.043 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 2024-04-22T23:16:58.043 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-22T23:16:58.043 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-04-22T23:16:58.043 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-22T23:16:58.043 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 2024-04-22T23:16:58.043 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout [osd] 2024-04-22T23:16:58.043 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-22T23:16:58.043 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-22T23:16:58.043 INFO:teuthology.orchestra.run.smithi033.stdout:Generating new minimal ceph.conf... 2024-04-22T23:16:59.350 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:16:59 smithi033 bash[20970]: audit 2024-04-22T23:16:58.994696+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.33:0/979845354' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:16:59.350 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:16:59 smithi033 bash[20970]: audit 2024-04-22T23:16:58.994696+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.33:0/979845354' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:16:59.587 INFO:teuthology.orchestra.run.smithi033.stdout:Restarting the monitor... 2024-04-22T23:16:59.850 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:16:59 smithi033 systemd[1]: Stopping Ceph mon.a for 367dd694-00fe-11ef-bc93-c7b262605968... 2024-04-22T23:16:59.850 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:16:59 smithi033 bash[20970]: debug 2024-04-22T23:16:59.734+0000 7fc30cb14700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-04-22T23:16:59.850 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:16:59 smithi033 bash[20970]: debug 2024-04-22T23:16:59.734+0000 7fc30cb14700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-04-22T23:17:00.498 INFO:teuthology.orchestra.run.smithi033.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-04-22T23:17:00.600 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:00 smithi033 bash[21355]: ceph-367dd694-00fe-11ef-bc93-c7b262605968-mon-a 2024-04-22T23:17:00.600 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:00 smithi033 bash[21415]: Error response from daemon: No such container: ceph-367dd694-00fe-11ef-bc93-c7b262605968-mon-a 2024-04-22T23:17:00.600 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:00 smithi033 systemd[1]: ceph-367dd694-00fe-11ef-bc93-c7b262605968@mon.a.service: Deactivated successfully. 2024-04-22T23:17:00.600 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:00 smithi033 systemd[1]: Stopped Ceph mon.a for 367dd694-00fe-11ef-bc93-c7b262605968. 2024-04-22T23:17:00.600 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:00 smithi033 systemd[1]: Started Ceph mon.a for 367dd694-00fe-11ef-bc93-c7b262605968. 2024-04-22T23:17:01.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.614+0000 7f7bd4fffc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-22T23:17:01.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.614+0000 7f7bd4fffc80 0 ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev), process ceph-mon, pid 7 2024-04-22T23:17:01.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.614+0000 7f7bd4fffc80 0 pidfile_write: ignore empty --pid-file 2024-04-22T23:17:01.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.618+0000 7f7bd4fffc80 0 load: jerasure load: lrc 2024-04-22T23:17:01.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: RocksDB version: 7.9.2 2024-04-22T23:17:01.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Git sha 0 2024-04-22T23:17:01.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Compile date 2024-04-22 21:33:31 2024-04-22T23:17:01.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: DB SUMMARY 2024-04-22T23:17:01.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: DB Session ID: L3ZLQE9UNYPOD9LQDHNS 2024-04-22T23:17:01.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: CURRENT file: CURRENT 2024-04-22T23:17:01.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-22T23:17:01.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-04-22T23:17:01.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-04-22T23:17:01.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88533 ; 2024-04-22T23:17:01.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.error_if_exists: 0 2024-04-22T23:17:01.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.create_if_missing: 0 2024-04-22T23:17:01.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.paranoid_checks: 1 2024-04-22T23:17:01.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-22T23:17:01.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-22T23:17:01.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-22T23:17:01.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.env: 0x55dceb446cc0 2024-04-22T23:17:01.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-22T23:17:01.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.info_log: 0x55dcecaebc40 2024-04-22T23:17:01.853 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-22T23:17:01.853 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.statistics: (nil) 2024-04-22T23:17:01.853 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.use_fsync: 0 2024-04-22T23:17:01.853 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.max_log_file_size: 0 2024-04-22T23:17:01.853 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-22T23:17:01.853 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-22T23:17:01.854 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-22T23:17:01.854 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-22T23:17:01.854 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.allow_fallocate: 1 2024-04-22T23:17:01.854 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-22T23:17:01.854 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-22T23:17:01.854 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.use_direct_reads: 0 2024-04-22T23:17:01.854 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-22T23:17:01.854 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-22T23:17:01.854 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.db_log_dir: 2024-04-22T23:17:01.854 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.wal_dir: 2024-04-22T23:17:01.854 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-22T23:17:01.854 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-22T23:17:01.854 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-22T23:17:01.855 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-22T23:17:01.855 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-22T23:17:01.855 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-22T23:17:01.855 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-22T23:17:01.855 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-22T23:17:01.855 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.write_buffer_manager: 0x55dceca810e0 2024-04-22T23:17:01.855 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-22T23:17:01.855 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-22T23:17:01.855 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-22T23:17:01.855 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-22T23:17:01.855 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-22T23:17:01.855 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-22T23:17:01.856 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-22T23:17:01.856 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-22T23:17:01.856 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.unordered_write: 0 2024-04-22T23:17:01.856 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-22T23:17:01.856 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-22T23:17:01.856 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-22T23:17:01.856 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-22T23:17:01.856 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.row_cache: None 2024-04-22T23:17:01.856 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.wal_filter: None 2024-04-22T23:17:01.856 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-22T23:17:01.856 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-22T23:17:01.856 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.two_write_queues: 0 2024-04-22T23:17:01.856 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-22T23:17:01.856 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.wal_compression: 0 2024-04-22T23:17:01.856 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.atomic_flush: 0 2024-04-22T23:17:01.857 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-22T23:17:01.857 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-22T23:17:01.857 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-22T23:17:01.857 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.log_readahead_size: 0 2024-04-22T23:17:01.857 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-22T23:17:01.857 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-22T23:17:01.857 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-22T23:17:01.857 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-22T23:17:01.857 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-22T23:17:01.857 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-22T23:17:01.857 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-22T23:17:01.857 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.max_background_jobs: 2 2024-04-22T23:17:01.857 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.max_background_compactions: -1 2024-04-22T23:17:01.857 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.max_subcompactions: 1 2024-04-22T23:17:01.857 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-22T23:17:01.858 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-22T23:17:01.858 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-22T23:17:01.858 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-22T23:17:01.858 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-22T23:17:01.858 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-22T23:17:01.858 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-22T23:17:01.858 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-22T23:17:01.858 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.max_open_files: -1 2024-04-22T23:17:01.858 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-22T23:17:01.858 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-22T23:17:01.858 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-22T23:17:01.858 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-22T23:17:01.858 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.max_background_flushes: -1 2024-04-22T23:17:01.858 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Compression algorithms supported: 2024-04-22T23:17:01.859 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-22T23:17:01.859 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: kZSTD supported: 0 2024-04-22T23:17:01.859 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: kXpressCompression supported: 0 2024-04-22T23:17:01.859 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-22T23:17:01.859 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: kZlibCompression supported: 1 2024-04-22T23:17:01.859 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: kSnappyCompression supported: 1 2024-04-22T23:17:01.859 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: kLZ4Compression supported: 1 2024-04-22T23:17:01.859 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: kBZip2Compression supported: 0 2024-04-22T23:17:01.859 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-22T23:17:01.859 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-22T23:17:01.859 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-04-22T23:17:01.861 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-22T23:17:01.861 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-22T23:17:01.861 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.merge_operator: 2024-04-22T23:17:01.861 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.compaction_filter: None 2024-04-22T23:17:01.861 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-22T23:17:01.861 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-22T23:17:01.862 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-22T23:17:01.862 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-22T23:17:01.862 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55dcecaebe00) 2024-04-22T23:17:01.862 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: cache_index_and_filter_blocks: 1 2024-04-22T23:17:01.862 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-22T23:17:01.862 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-22T23:17:01.862 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: pin_top_level_index_and_filter: 1 2024-04-22T23:17:01.862 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: index_type: 0 2024-04-22T23:17:01.862 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: data_block_index_type: 0 2024-04-22T23:17:01.862 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: index_shortening: 1 2024-04-22T23:17:01.862 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: data_block_hash_table_util_ratio: 0.750000 2024-04-22T23:17:01.862 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: checksum: 4 2024-04-22T23:17:01.862 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: no_block_cache: 0 2024-04-22T23:17:01.862 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: block_cache: 0x55dcecab11f0 2024-04-22T23:17:01.863 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: block_cache_name: BinnedLRUCache 2024-04-22T23:17:01.863 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: block_cache_options: 2024-04-22T23:17:01.863 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: capacity : 536870912 2024-04-22T23:17:01.863 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: num_shard_bits : 4 2024-04-22T23:17:01.863 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: strict_capacity_limit : 0 2024-04-22T23:17:01.863 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: high_pri_pool_ratio: 0.000 2024-04-22T23:17:01.863 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: block_cache_compressed: (nil) 2024-04-22T23:17:01.863 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: persistent_cache: (nil) 2024-04-22T23:17:01.863 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: block_size: 4096 2024-04-22T23:17:01.863 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: block_size_deviation: 10 2024-04-22T23:17:01.863 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: block_restart_interval: 16 2024-04-22T23:17:01.863 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: index_block_restart_interval: 1 2024-04-22T23:17:01.863 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: metadata_block_size: 4096 2024-04-22T23:17:01.863 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: partition_filters: 0 2024-04-22T23:17:01.863 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: use_delta_encoding: 1 2024-04-22T23:17:01.864 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: filter_policy: bloomfilter 2024-04-22T23:17:01.864 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: whole_key_filtering: 1 2024-04-22T23:17:01.864 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: verify_compression: 0 2024-04-22T23:17:01.864 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: read_amp_bytes_per_bit: 0 2024-04-22T23:17:01.864 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: format_version: 5 2024-04-22T23:17:01.864 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: enable_index_compression: 1 2024-04-22T23:17:01.864 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: block_align: 0 2024-04-22T23:17:01.864 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: max_auto_readahead_size: 262144 2024-04-22T23:17:01.864 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: prepopulate_block_cache: 0 2024-04-22T23:17:01.864 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: initial_auto_readahead_size: 8192 2024-04-22T23:17:01.864 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: num_file_reads_for_auto_readahead: 2 2024-04-22T23:17:01.864 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-22T23:17:01.864 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-22T23:17:01.864 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.compression: NoCompression 2024-04-22T23:17:01.865 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-22T23:17:01.865 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-22T23:17:01.865 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-22T23:17:01.865 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.num_levels: 7 2024-04-22T23:17:01.865 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-22T23:17:01.865 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-22T23:17:01.865 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-22T23:17:01.865 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-22T23:17:01.865 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-22T23:17:01.865 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-22T23:17:01.865 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-22T23:17:01.865 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-22T23:17:01.865 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-22T23:17:01.865 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-22T23:17:01.866 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-22T23:17:01.866 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-22T23:17:01.866 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-22T23:17:01.866 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-22T23:17:01.866 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-22T23:17:01.866 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-22T23:17:01.866 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-22T23:17:01.866 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-22T23:17:01.866 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-22T23:17:01.866 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-22T23:17:01.866 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-22T23:17:01.866 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-22T23:17:01.866 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-22T23:17:01.866 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-22T23:17:01.867 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-22T23:17:01.867 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-22T23:17:01.867 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-22T23:17:01.867 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-22T23:17:01.867 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-22T23:17:01.867 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-22T23:17:01.867 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-22T23:17:01.867 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-22T23:17:01.867 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-22T23:17:01.867 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-22T23:17:01.867 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-22T23:17:01.867 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-22T23:17:01.867 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-22T23:17:01.867 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-22T23:17:01.867 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-22T23:17:01.868 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-22T23:17:01.868 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-22T23:17:01.868 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-22T23:17:01.868 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-22T23:17:01.868 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-22T23:17:01.868 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-22T23:17:01.868 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-22T23:17:01.868 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-22T23:17:01.868 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-22T23:17:01.868 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-22T23:17:01.868 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-22T23:17:01.868 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-22T23:17:01.868 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-22T23:17:01.868 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-22T23:17:01.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-22T23:17:01.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.inplace_update_support: 0 2024-04-22T23:17:01.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-22T23:17:01.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-22T23:17:01.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-22T23:17:01.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-22T23:17:01.870 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.bloom_locality: 0 2024-04-22T23:17:01.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.max_successive_merges: 0 2024-04-22T23:17:01.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-22T23:17:01.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-22T23:17:01.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-22T23:17:01.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-22T23:17:01.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.ttl: 2592000 2024-04-22T23:17:01.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-22T23:17:01.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-22T23:17:01.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-22T23:17:01.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.enable_blob_files: false 2024-04-22T23:17:01.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.min_blob_size: 0 2024-04-22T23:17:01.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-22T23:17:01.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-22T23:17:01.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-22T23:17:01.871 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-22T23:17:01.872 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-22T23:17:01.872 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-22T23:17:01.872 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-22T23:17:01.872 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-22T23:17:01.872 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-04-22T23:17:01.872 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-04-22T23:17:01.872 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 5d81ab76-4baf-4577-be87-c2c4115905e9 2024-04-22T23:17:01.872 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713827821628791, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-04-22T23:17:01.872 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-04-22T23:17:01.872 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713827821629844, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85272, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 256, "table_properties": {"data_size": 83419, "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": 10064, "raw_average_key_size": 46, "raw_value_size": 77631, "raw_average_value_size": 361, "num_data_blocks": 11, "num_entries": 215, "num_filter_entries": 215, "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": 1713827821, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "5d81ab76-4baf-4577-be87-c2c4115905e9", "db_session_id": "L3ZLQE9UNYPOD9LQDHNS", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-04-22T23:17:01.872 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713827821629944, "job": 1, "event": "recovery_finished"} 2024-04-22T23:17:01.872 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.622+0000 7f7bd4fffc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-04-22T23:17:01.872 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.626+0000 7f7bd4fffc80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-22T23:17:01.872 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.626+0000 7f7bd4fffc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55dcecbca000 2024-04-22T23:17:01.873 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.626+0000 7f7bd4fffc80 4 rocksdb: DB pointer 0x55dcecbb4000 2024-04-22T23:17:01.873 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.626+0000 7f7bc3759700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-22T23:17:01.873 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.626+0000 7f7bc3759700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-22T23:17:01.873 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: ** DB Stats ** 2024-04-22T23:17:01.873 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-22T23:17:01.873 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-22T23:17:01.873 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-22T23:17:01.873 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-22T23:17:01.873 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-22T23:17:01.873 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-22T23:17:01.873 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-22T23:17:01.873 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: ** Compaction Stats [default] ** 2024-04-22T23:17:01.873 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-22T23:17:01.873 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-22T23:17:01.873 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: L0 2/0 85.13 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 127.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-22T23:17:01.874 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: Sum 2/0 85.13 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 127.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-22T23:17:01.874 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 127.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-22T23:17:01.874 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: ** Compaction Stats [default] ** 2024-04-22T23:17:01.874 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-22T23:17:01.874 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-22T23:17:01.874 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 127.3 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-04-22T23:17:01.874 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-22T23:17:01.874 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-22T23:17:01.874 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-22T23:17:01.874 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-22T23:17:01.874 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: AddFile(Total Files): cumulative 0, interval 0 2024-04-22T23:17:01.874 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-22T23:17:01.874 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: AddFile(Keys): cumulative 0, interval 0 2024-04-22T23:17:01.874 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: Cumulative compaction: 0.00 GB write, 21.94 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-22T23:17:01.874 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: Interval compaction: 0.00 GB write, 21.94 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-22T23:17:01.875 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-22T23:17:01.875 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: Block cache BinnedLRUCache@0x55dcecab11f0#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-04-22T23:17:01.875 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-04-22T23:17:01.875 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: ** File Read Latency Histogram By Level [default] ** 2024-04-22T23:17:01.875 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: debug 2024-04-22T23:17:01.626+0000 7f7bd4fffc80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0] at bind addrs [v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 367dd694-00fe-11ef-bc93-c7b262605968 2024-04-22T23:17:01.875 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: cluster 2024-04-22T23:17:01.655079+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-22T23:17:01.875 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: cluster 2024-04-22T23:17:01.655079+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-04-22T23:17:01.875 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: cluster 2024-04-22T23:17:01.655141+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-04-22T23:17:01.875 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: cluster 2024-04-22T23:17:01.655141+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-04-22T23:17:01.875 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: cluster 2024-04-22T23:17:01.655150+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 367dd694-00fe-11ef-bc93-c7b262605968 2024-04-22T23:17:01.875 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: cluster 2024-04-22T23:17:01.655150+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 367dd694-00fe-11ef-bc93-c7b262605968 2024-04-22T23:17:01.875 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: cluster 2024-04-22T23:17:01.655230+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-04-22T23:16:51.341249+0000 2024-04-22T23:17:01.875 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: cluster 2024-04-22T23:17:01.655230+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-04-22T23:16:51.341249+0000 2024-04-22T23:17:01.875 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: cluster 2024-04-22T23:17:01.655240+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-04-22T23:16:51.341249+0000 2024-04-22T23:17:01.875 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: cluster 2024-04-22T23:17:01.655240+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-04-22T23:16:51.341249+0000 2024-04-22T23:17:01.876 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: cluster 2024-04-22T23:17:01.655247+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-04-22T23:17:01.876 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: cluster 2024-04-22T23:17:01.655247+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-04-22T23:17:01.876 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: cluster 2024-04-22T23:17:01.655260+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-04-22T23:17:01.876 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: cluster 2024-04-22T23:17:01.655260+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-04-22T23:17:01.876 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: cluster 2024-04-22T23:17:01.655274+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0] mon.a 2024-04-22T23:17:01.876 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: cluster 2024-04-22T23:17:01.655274+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0] mon.a 2024-04-22T23:17:01.876 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: cluster 2024-04-22T23:17:01.655668+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-04-22T23:17:01.876 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: cluster 2024-04-22T23:17:01.655668+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-04-22T23:17:01.876 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: cluster 2024-04-22T23:17:01.655694+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-22T23:17:01.876 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: cluster 2024-04-22T23:17:01.655694+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-04-22T23:17:01.876 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: cluster 2024-04-22T23:17:01.656096+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-04-22T23:17:01.876 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:01 smithi033 bash[21450]: cluster 2024-04-22T23:17:01.656096+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-04-22T23:17:02.532 INFO:teuthology.orchestra.run.smithi033.stdout:Wrote config to /etc/ceph/ceph.conf 2024-04-22T23:17:02.559 INFO:teuthology.orchestra.run.smithi033.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:17:02.559 INFO:teuthology.orchestra.run.smithi033.stdout:Creating mgr... 2024-04-22T23:17:02.559 INFO:teuthology.orchestra.run.smithi033.stdout:Verifying port 0.0.0.0:9283 ... 2024-04-22T23:17:02.559 INFO:teuthology.orchestra.run.smithi033.stdout:Verifying port 0.0.0.0:8765 ... 2024-04-22T23:17:02.878 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:02 smithi033 systemd[1]: /etc/systemd/system/ceph-367dd694-00fe-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-22T23:17:02.879 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:02 smithi033 systemd[1]: /etc/systemd/system/ceph-367dd694-00fe-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-22T23:17:02.880 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-367dd694-00fe-11ef-bc93-c7b262605968@mgr.a 2024-04-22T23:17:02.880 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Failed to reset failed state of unit ceph-367dd694-00fe-11ef-bc93-c7b262605968@mgr.a.service: Unit ceph-367dd694-00fe-11ef-bc93-c7b262605968@mgr.a.service not loaded. 2024-04-22T23:17:03.105 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-367dd694-00fe-11ef-bc93-c7b262605968.target.wants/ceph-367dd694-00fe-11ef-bc93-c7b262605968@mgr.a.service -> /etc/systemd/system/ceph-367dd694-00fe-11ef-bc93-c7b262605968@.service. 2024-04-22T23:17:03.113 INFO:teuthology.orchestra.run.smithi033.stdout:firewalld does not appear to be present 2024-04-22T23:17:03.113 INFO:teuthology.orchestra.run.smithi033.stdout:Not possible to enable service . firewalld.service is not available 2024-04-22T23:17:03.113 INFO:teuthology.orchestra.run.smithi033.stdout:firewalld does not appear to be present 2024-04-22T23:17:03.113 INFO:teuthology.orchestra.run.smithi033.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-04-22T23:17:03.113 INFO:teuthology.orchestra.run.smithi033.stdout:Waiting for mgr to start... 2024-04-22T23:17:03.113 INFO:teuthology.orchestra.run.smithi033.stdout:Waiting for mgr... 2024-04-22T23:17:03.152 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:03 smithi033 systemd[1]: /etc/systemd/system/ceph-367dd694-00fe-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-22T23:17:03.152 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:03 smithi033 systemd[1]: Started Ceph mgr.a for 367dd694-00fe-11ef-bc93-c7b262605968. 2024-04-22T23:17:03.153 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:02 smithi033 bash[21450]: audit 2024-04-22T23:17:01.879773+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.33:0/1018788459' entity='client.admin' 2024-04-22T23:17:03.153 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:02 smithi033 bash[21450]: audit 2024-04-22T23:17:01.879773+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.33:0/1018788459' entity='client.admin' 2024-04-22T23:17:03.153 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:03 smithi033 systemd[1]: /etc/systemd/system/ceph-367dd694-00fe-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-22T23:17:04.807 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:04 smithi033 bash[21707]: debug 2024-04-22T23:17:04.446+0000 7f9326e88200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-22T23:17:04.808 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:04 smithi033 bash[21450]: audit 2024-04-22T23:17:04.604191+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.33:0/3039686748' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:17:04.808 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:04 smithi033 bash[21450]: audit 2024-04-22T23:17:04.604191+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.33:0/3039686748' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:17:05.228 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 2024-04-22T23:17:05.228 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:17:05.228 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "fsid": "367dd694-00fe-11ef-bc93-c7b262605968", 2024-04-22T23:17:05.228 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "health": { 2024-04-22T23:17:05.229 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-22T23:17:05.229 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-22T23:17:05.229 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-22T23:17:05.229 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:17:05.229 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-22T23:17:05.229 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-22T23:17:05.229 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 0 2024-04-22T23:17:05.229 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:17:05.229 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-22T23:17:05.229 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "a" 2024-04-22T23:17:05.229 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:17:05.229 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-04-22T23:17:05.229 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-22T23:17:05.229 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:17:05.229 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-22T23:17:05.229 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-22T23:17:05.230 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:17:05.230 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-22T23:17:05.230 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:17:05.230 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-22T23:17:05.230 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-22T23:17:05.230 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-22T23:17:05.230 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-22T23:17:05.230 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-22T23:17:05.230 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-22T23:17:05.234 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:17:05.234 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-22T23:17:05.234 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-22T23:17:05.234 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-22T23:17:05.234 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-22T23:17:05.234 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-22T23:17:05.234 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-22T23:17:05.234 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-22T23:17:05.234 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-22T23:17:05.234 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-22T23:17:05.234 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:17:05.235 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-22T23:17:05.235 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:17:05.235 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-22T23:17:05.235 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-22T23:17:05.235 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:17:05.235 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-22T23:17:05.235 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-22T23:17:05.235 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-22T23:17:05.235 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-22T23:17:05.235 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-22T23:17:05.235 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-22T23:17:05.235 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "restful" 2024-04-22T23:17:05.235 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:17:05.235 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:17:05.235 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:17:05.236 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-22T23:17:05.236 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:17:05.236 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "modified": "2024-04-22T23:16:55.592708+0000", 2024-04-22T23:17:05.236 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:17:05.236 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:17:05.236 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-22T23:17:05.236 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:17:05.236 INFO:teuthology.orchestra.run.smithi033.stdout:mgr not available, waiting (1/15)... 2024-04-22T23:17:06.350 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:06 smithi033 bash[21707]: debug 2024-04-22T23:17:06.078+0000 7f9326e88200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-22T23:17:06.350 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:06 smithi033 bash[21707]: debug 2024-04-22T23:17:06.178+0000 7f9326e88200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-22T23:17:06.850 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:06 smithi033 bash[21707]: debug 2024-04-22T23:17:06.430+0000 7f9326e88200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-22T23:17:07.600 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:07 smithi033 bash[21707]: debug 2024-04-22T23:17:07.258+0000 7f9326e88200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-22T23:17:07.600 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:07 smithi033 bash[21707]: debug 2024-04-22T23:17:07.370+0000 7f9326e88200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-22T23:17:07.601 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:07 smithi033 bash[21707]: debug 2024-04-22T23:17:07.478+0000 7f9326e88200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-22T23:17:08.100 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:07 smithi033 bash[21707]: debug 2024-04-22T23:17:07.842+0000 7f9326e88200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-22T23:17:08.100 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:07 smithi033 bash[21707]: debug 2024-04-22T23:17:07.958+0000 7f9326e88200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-22T23:17:08.100 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:08 smithi033 bash[21707]: debug 2024-04-22T23:17:08.066+0000 7f9326e88200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-22T23:17:08.684 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:08 smithi033 bash[21707]: debug 2024-04-22T23:17:08.438+0000 7f9326e88200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-22T23:17:08.684 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:08 smithi033 bash[21450]: audit 2024-04-22T23:17:08.382096+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.33:0/1686214480' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:17:08.685 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:08 smithi033 bash[21450]: audit 2024-04-22T23:17:08.382096+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.33:0/1686214480' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:17:08.955 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:08 smithi033 bash[21707]: debug 2024-04-22T23:17:08.682+0000 7f9326e88200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-22T23:17:08.987 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 2024-04-22T23:17:08.987 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:17:08.987 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "fsid": "367dd694-00fe-11ef-bc93-c7b262605968", 2024-04-22T23:17:08.987 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "health": { 2024-04-22T23:17:08.987 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-22T23:17:08.987 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-22T23:17:08.987 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-22T23:17:08.987 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:17:08.988 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-22T23:17:08.988 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-22T23:17:08.988 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 0 2024-04-22T23:17:08.988 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:17:08.988 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-22T23:17:08.988 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "a" 2024-04-22T23:17:08.988 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:17:08.988 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-04-22T23:17:08.988 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-22T23:17:08.988 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:17:08.988 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-22T23:17:08.988 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-22T23:17:08.988 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:17:08.988 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-22T23:17:08.989 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:17:08.989 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-22T23:17:08.989 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-22T23:17:08.989 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-22T23:17:08.989 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-22T23:17:08.989 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-22T23:17:08.989 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-22T23:17:08.989 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:17:08.989 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-22T23:17:08.989 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-22T23:17:08.989 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-22T23:17:08.989 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-22T23:17:08.989 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-22T23:17:08.989 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-22T23:17:08.989 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-22T23:17:08.990 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-22T23:17:08.990 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-22T23:17:08.990 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:17:08.990 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-22T23:17:08.990 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:17:08.990 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-22T23:17:08.990 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-22T23:17:08.990 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:17:08.990 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-22T23:17:08.990 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-22T23:17:08.990 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-22T23:17:08.990 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-22T23:17:08.990 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-22T23:17:08.990 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-22T23:17:08.991 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "restful" 2024-04-22T23:17:08.991 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:17:08.991 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:17:08.991 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:17:08.991 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-22T23:17:08.991 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:17:08.991 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "modified": "2024-04-22T23:16:55.592708+0000", 2024-04-22T23:17:08.991 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:17:08.991 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:17:08.991 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-22T23:17:08.991 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:17:08.991 INFO:teuthology.orchestra.run.smithi033.stdout:mgr not available, waiting (2/15)... 2024-04-22T23:17:09.350 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:08 smithi033 bash[21707]: debug 2024-04-22T23:17:08.954+0000 7f9326e88200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-22T23:17:09.350 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:09 smithi033 bash[21707]: debug 2024-04-22T23:17:09.070+0000 7f9326e88200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-22T23:17:09.777 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:09 smithi033 bash[21707]: debug 2024-04-22T23:17:09.354+0000 7f9326e88200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-22T23:17:10.100 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:09 smithi033 bash[21707]: debug 2024-04-22T23:17:09.774+0000 7f9326e88200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-22T23:17:10.100 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:10 smithi033 bash[21707]: debug 2024-04-22T23:17:10.018+0000 7f9326e88200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-22T23:17:10.395 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:10 smithi033 bash[21707]: debug 2024-04-22T23:17:10.138+0000 7f9326e88200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-22T23:17:10.850 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:10 smithi033 bash[21707]: debug 2024-04-22T23:17:10.394+0000 7f9326e88200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-22T23:17:11.850 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:11 smithi033 bash[21707]: debug 2024-04-22T23:17:11.438+0000 7f9326e88200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-22T23:17:11.850 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:11 smithi033 bash[21707]: debug 2024-04-22T23:17:11.554+0000 7f9326e88200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-22T23:17:12.173 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:12 smithi033 bash[21450]: audit 2024-04-22T23:17:11.950233+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.33:0/3779949408' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:17:12.173 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:12 smithi033 bash[21450]: audit 2024-04-22T23:17:11.950233+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.33:0/3779949408' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:17:12.173 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:11 smithi033 bash[21707]: debug 2024-04-22T23:17:11.862+0000 7f9326e88200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-22T23:17:12.173 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:11 smithi033 bash[21707]: debug 2024-04-22T23:17:11.978+0000 7f9326e88200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-22T23:17:12.546 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 2024-04-22T23:17:12.547 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:17:12.547 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "fsid": "367dd694-00fe-11ef-bc93-c7b262605968", 2024-04-22T23:17:12.547 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "health": { 2024-04-22T23:17:12.547 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-22T23:17:12.547 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-22T23:17:12.547 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-22T23:17:12.547 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:17:12.548 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-22T23:17:12.549 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-22T23:17:12.549 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 0 2024-04-22T23:17:12.549 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:17:12.549 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-22T23:17:12.549 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "a" 2024-04-22T23:17:12.549 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:17:12.549 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-04-22T23:17:12.549 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-22T23:17:12.549 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:17:12.549 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-22T23:17:12.549 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-22T23:17:12.549 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:17:12.549 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-22T23:17:12.549 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:17:12.549 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-22T23:17:12.550 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-22T23:17:12.550 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-22T23:17:12.550 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-22T23:17:12.550 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-22T23:17:12.550 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-22T23:17:12.553 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:17:12.554 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-22T23:17:12.554 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-22T23:17:12.554 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-22T23:17:12.554 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-22T23:17:12.554 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-22T23:17:12.554 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-22T23:17:12.554 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-22T23:17:12.554 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-22T23:17:12.554 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-22T23:17:12.554 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:17:12.554 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-22T23:17:12.554 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:17:12.554 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-22T23:17:12.555 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-22T23:17:12.555 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:17:12.555 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-22T23:17:12.555 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "available": false, 2024-04-22T23:17:12.555 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-22T23:17:12.555 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-22T23:17:12.555 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-22T23:17:12.555 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-22T23:17:12.555 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "restful" 2024-04-22T23:17:12.555 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:17:12.555 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:17:12.555 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:17:12.555 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-22T23:17:12.555 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:17:12.555 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "modified": "2024-04-22T23:16:55.592708+0000", 2024-04-22T23:17:12.555 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:17:12.556 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:17:12.556 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-22T23:17:12.556 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:17:12.556 INFO:teuthology.orchestra.run.smithi033.stdout:mgr not available, waiting (3/15)... 2024-04-22T23:17:12.850 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:12 smithi033 bash[21707]: debug 2024-04-22T23:17:12.450+0000 7f9326e88200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-22T23:17:12.850 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:12 smithi033 bash[21707]: debug 2024-04-22T23:17:12.574+0000 7f9326e88200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-22T23:17:13.356 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:13 smithi033 bash[21450]: cluster 2024-04-22T23:17:12.577561+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon a 2024-04-22T23:17:13.356 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:13 smithi033 bash[21450]: cluster 2024-04-22T23:17:12.577561+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon a 2024-04-22T23:17:13.356 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:13 smithi033 bash[21450]: cluster 2024-04-22T23:17:12.581258+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: a(active, starting, since 0.0039869s) 2024-04-22T23:17:13.356 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:13 smithi033 bash[21450]: cluster 2024-04-22T23:17:12.581258+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: a(active, starting, since 0.0039869s) 2024-04-22T23:17:13.356 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:13 smithi033 bash[21450]: audit 2024-04-22T23:17:12.583488+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.33:0/2530232012' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:17:13.356 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:13 smithi033 bash[21450]: audit 2024-04-22T23:17:12.583488+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.33:0/2530232012' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:17:13.356 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:13 smithi033 bash[21450]: audit 2024-04-22T23:17:12.583703+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.33:0/2530232012' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:17:13.357 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:13 smithi033 bash[21450]: audit 2024-04-22T23:17:12.583703+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.33:0/2530232012' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:17:13.357 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:13 smithi033 bash[21450]: audit 2024-04-22T23:17:12.583905+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.33:0/2530232012' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:17:13.357 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:13 smithi033 bash[21450]: audit 2024-04-22T23:17:12.583905+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.33:0/2530232012' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:17:13.357 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:13 smithi033 bash[21450]: audit 2024-04-22T23:17:12.584101+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.33:0/2530232012' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:17:13.357 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:13 smithi033 bash[21450]: audit 2024-04-22T23:17:12.584101+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.33:0/2530232012' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:17:13.357 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:13 smithi033 bash[21450]: audit 2024-04-22T23:17:12.584438+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.33:0/2530232012' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-22T23:17:13.357 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:13 smithi033 bash[21450]: audit 2024-04-22T23:17:12.584438+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.33:0/2530232012' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-22T23:17:13.357 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:13 smithi033 bash[21450]: cluster 2024-04-22T23:17:12.612829+0000 mon.a (mon.0) 23 : cluster [INF] Manager daemon a is now available 2024-04-22T23:17:13.357 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:13 smithi033 bash[21450]: cluster 2024-04-22T23:17:12.612829+0000 mon.a (mon.0) 23 : cluster [INF] Manager daemon a is now available 2024-04-22T23:17:13.357 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:13 smithi033 bash[21450]: audit 2024-04-22T23:17:12.625015+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.33:0/2530232012' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:17:13.357 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:13 smithi033 bash[21450]: audit 2024-04-22T23:17:12.625015+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.33:0/2530232012' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:17:13.357 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:13 smithi033 bash[21450]: audit 2024-04-22T23:17:12.627845+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.33:0/2530232012' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-22T23:17:13.357 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:13 smithi033 bash[21450]: audit 2024-04-22T23:17:12.627845+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.33:0/2530232012' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-22T23:17:13.358 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:13 smithi033 bash[21450]: audit 2024-04-22T23:17:12.631250+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.33:0/2530232012' entity='mgr.a' 2024-04-22T23:17:13.358 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:13 smithi033 bash[21450]: audit 2024-04-22T23:17:12.631250+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.33:0/2530232012' entity='mgr.a' 2024-04-22T23:17:13.358 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:13 smithi033 bash[21450]: audit 2024-04-22T23:17:12.633888+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.33:0/2530232012' entity='mgr.a' 2024-04-22T23:17:13.358 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:13 smithi033 bash[21450]: audit 2024-04-22T23:17:12.633888+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.33:0/2530232012' entity='mgr.a' 2024-04-22T23:17:13.358 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:13 smithi033 bash[21450]: audit 2024-04-22T23:17:12.639249+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.33:0/2530232012' entity='mgr.a' 2024-04-22T23:17:13.358 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:13 smithi033 bash[21450]: audit 2024-04-22T23:17:12.639249+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.33:0/2530232012' entity='mgr.a' 2024-04-22T23:17:14.850 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:14 smithi033 bash[21450]: cluster 2024-04-22T23:17:13.590033+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e3: a(active, since 1.01275s) 2024-04-22T23:17:14.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:14 smithi033 bash[21450]: cluster 2024-04-22T23:17:13.590033+0000 mon.a (mon.0) 29 : cluster [DBG] mgrmap e3: a(active, since 1.01275s) 2024-04-22T23:17:16.768 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 2024-04-22T23:17:16.768 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:17:16.768 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "fsid": "367dd694-00fe-11ef-bc93-c7b262605968", 2024-04-22T23:17:16.768 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "health": { 2024-04-22T23:17:16.769 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-04-22T23:17:16.769 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-04-22T23:17:16.769 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-04-22T23:17:16.769 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:17:16.770 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-04-22T23:17:16.770 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-04-22T23:17:16.770 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 0 2024-04-22T23:17:16.771 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:17:16.771 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-04-22T23:17:16.771 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "a" 2024-04-22T23:17:16.771 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:17:16.771 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2024-04-22T23:17:16.771 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "monmap": { 2024-04-22T23:17:16.771 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:17:16.771 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-04-22T23:17:16.771 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-04-22T23:17:16.772 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:17:16.773 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-04-22T23:17:16.773 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:17:16.773 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-04-22T23:17:16.773 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-04-22T23:17:16.773 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-04-22T23:17:16.773 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-04-22T23:17:16.773 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-04-22T23:17:16.773 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-04-22T23:17:16.773 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:17:16.773 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-04-22T23:17:16.775 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-04-22T23:17:16.775 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-04-22T23:17:16.775 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-04-22T23:17:16.775 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-04-22T23:17:16.775 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-04-22T23:17:16.776 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-04-22T23:17:16.776 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-04-22T23:17:16.776 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-04-22T23:17:16.776 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:17:16.776 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-04-22T23:17:16.776 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:17:16.776 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-04-22T23:17:16.776 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-04-22T23:17:16.776 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:17:16.776 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-04-22T23:17:16.776 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-22T23:17:16.778 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-04-22T23:17:16.778 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "modules": [ 2024-04-22T23:17:16.778 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "iostat", 2024-04-22T23:17:16.778 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "nfs", 2024-04-22T23:17:16.778 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "restful" 2024-04-22T23:17:16.778 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout ], 2024-04-22T23:17:16.778 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:17:16.778 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:17:16.779 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-04-22T23:17:16.779 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-04-22T23:17:16.779 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "modified": "2024-04-22T23:16:55.592708+0000", 2024-04-22T23:17:16.779 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "services": {} 2024-04-22T23:17:16.779 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-04-22T23:17:16.779 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-04-22T23:17:16.779 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:17:16.779 INFO:teuthology.orchestra.run.smithi033.stdout:mgr is available 2024-04-22T23:17:16.850 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:16 smithi033 bash[21450]: cluster 2024-04-22T23:17:15.586263+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: a(active, since 3s) 2024-04-22T23:17:16.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:16 smithi033 bash[21450]: cluster 2024-04-22T23:17:15.586263+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e4: a(active, since 3s) 2024-04-22T23:17:16.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:16 smithi033 bash[21450]: audit 2024-04-22T23:17:16.110545+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.33:0/2494121948' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:17:16.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:16 smithi033 bash[21450]: audit 2024-04-22T23:17:16.110545+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.33:0/2494121948' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-04-22T23:17:18.601 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:18 smithi033 bash[21450]: audit 2024-04-22T23:17:18.081923+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.33:0/4114447301' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-22T23:17:18.601 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:18 smithi033 bash[21450]: audit 2024-04-22T23:17:18.081923+0000 mon.a (mon.0) 32 : audit [INF] from='client.? 172.21.15.33:0/4114447301' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-04-22T23:17:18.601 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:18 smithi033 bash[21450]: audit 2024-04-22T23:17:18.084945+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.33:0/4114447301' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-22T23:17:18.601 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:18 smithi033 bash[21450]: audit 2024-04-22T23:17:18.084945+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.33:0/4114447301' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-04-22T23:17:18.632 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 2024-04-22T23:17:18.633 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout [global] 2024-04-22T23:17:18.633 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout fsid = 367dd694-00fe-11ef-bc93-c7b262605968 2024-04-22T23:17:18.633 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-04-22T23:17:18.633 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-04-22T23:17:18.633 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-04-22T23:17:18.634 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-04-22T23:17:18.634 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-04-22T23:17:18.634 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 2024-04-22T23:17:18.634 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout [mgr] 2024-04-22T23:17:18.634 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-04-22T23:17:18.634 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 2024-04-22T23:17:18.634 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout [osd] 2024-04-22T23:17:18.635 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-04-22T23:17:18.635 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-04-22T23:17:18.635 INFO:teuthology.orchestra.run.smithi033.stdout:Enabling cephadm module... 2024-04-22T23:17:20.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:20 smithi033 bash[21450]: audit 2024-04-22T23:17:19.999632+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.33:0/2147771451' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-22T23:17:20.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:20 smithi033 bash[21450]: audit 2024-04-22T23:17:19.999632+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.33:0/2147771451' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-04-22T23:17:20.351 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:20 smithi033 bash[21707]: ignoring --setuser ceph since I am not root 2024-04-22T23:17:20.351 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:20 smithi033 bash[21707]: ignoring --setgroup ceph since I am not root 2024-04-22T23:17:20.351 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:20 smithi033 bash[21707]: debug 2024-04-22T23:17:20.238+0000 7f39567ba200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-22T23:17:21.321 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:21 smithi033 bash[21450]: audit 2024-04-22T23:17:20.051106+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.33:0/2147771451' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-22T23:17:21.322 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:21 smithi033 bash[21450]: audit 2024-04-22T23:17:20.051106+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.33:0/2147771451' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-04-22T23:17:21.322 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:21 smithi033 bash[21450]: cluster 2024-04-22T23:17:20.057042+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e5: a(active, since 7s) 2024-04-22T23:17:21.322 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:21 smithi033 bash[21450]: cluster 2024-04-22T23:17:20.057042+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e5: a(active, since 7s) 2024-04-22T23:17:22.075 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:21 smithi033 bash[21707]: debug 2024-04-22T23:17:21.870+0000 7f39567ba200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-22T23:17:22.075 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:21 smithi033 bash[21707]: debug 2024-04-22T23:17:21.970+0000 7f39567ba200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-22T23:17:22.075 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:22 smithi033 bash[21450]: audit 2024-04-22T23:17:22.002978+0000 mon.a (mon.0) 37 : audit [DBG] from='client.? 172.21.15.33:0/341130109' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-22T23:17:22.075 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:22 smithi033 bash[21450]: audit 2024-04-22T23:17:22.002978+0000 mon.a (mon.0) 37 : audit [DBG] from='client.? 172.21.15.33:0/341130109' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-22T23:17:22.592 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:17:22.593 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-04-22T23:17:22.593 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-22T23:17:22.593 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-22T23:17:22.593 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-22T23:17:22.593 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:17:22.593 INFO:teuthology.orchestra.run.smithi033.stdout:Waiting for the mgr to restart... 2024-04-22T23:17:22.593 INFO:teuthology.orchestra.run.smithi033.stdout:Waiting for mgr epoch 5... 2024-04-22T23:17:22.600 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:22 smithi033 bash[21707]: debug 2024-04-22T23:17:22.225+0000 7f39567ba200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-22T23:17:23.350 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:23 smithi033 bash[21707]: debug 2024-04-22T23:17:23.053+0000 7f39567ba200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-22T23:17:23.350 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:23 smithi033 bash[21707]: debug 2024-04-22T23:17:23.169+0000 7f39567ba200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-22T23:17:23.350 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:23 smithi033 bash[21707]: debug 2024-04-22T23:17:23.277+0000 7f39567ba200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-22T23:17:24.100 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:23 smithi033 bash[21707]: debug 2024-04-22T23:17:23.645+0000 7f39567ba200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-22T23:17:24.100 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:23 smithi033 bash[21707]: debug 2024-04-22T23:17:23.765+0000 7f39567ba200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-22T23:17:24.101 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:23 smithi033 bash[21707]: debug 2024-04-22T23:17:23.873+0000 7f39567ba200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-22T23:17:24.600 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:24 smithi033 bash[21707]: debug 2024-04-22T23:17:24.241+0000 7f39567ba200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-22T23:17:24.600 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:24 smithi033 bash[21707]: debug 2024-04-22T23:17:24.485+0000 7f39567ba200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-22T23:17:25.100 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:24 smithi033 bash[21707]: debug 2024-04-22T23:17:24.757+0000 7f39567ba200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-22T23:17:25.100 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:24 smithi033 bash[21707]: debug 2024-04-22T23:17:24.873+0000 7f39567ba200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-22T23:17:25.581 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:25 smithi033 bash[21707]: debug 2024-04-22T23:17:25.157+0000 7f39567ba200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-22T23:17:25.850 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:25 smithi033 bash[21707]: debug 2024-04-22T23:17:25.577+0000 7f39567ba200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-22T23:17:25.850 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:25 smithi033 bash[21707]: debug 2024-04-22T23:17:25.821+0000 7f39567ba200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-22T23:17:26.204 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:25 smithi033 bash[21707]: debug 2024-04-22T23:17:25.945+0000 7f39567ba200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-22T23:17:26.600 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:26 smithi033 bash[21707]: debug 2024-04-22T23:17:26.201+0000 7f39567ba200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-22T23:17:27.600 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:27 smithi033 bash[21707]: debug 2024-04-22T23:17:27.249+0000 7f39567ba200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-22T23:17:27.600 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:27 smithi033 bash[21707]: debug 2024-04-22T23:17:27.365+0000 7f39567ba200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-22T23:17:28.100 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:27 smithi033 bash[21707]: debug 2024-04-22T23:17:27.673+0000 7f39567ba200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-22T23:17:28.100 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:27 smithi033 bash[21707]: debug 2024-04-22T23:17:27.789+0000 7f39567ba200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-22T23:17:28.600 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:28 smithi033 bash[21707]: debug 2024-04-22T23:17:28.257+0000 7f39567ba200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-22T23:17:28.601 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:28 smithi033 bash[21707]: debug 2024-04-22T23:17:28.381+0000 7f39567ba200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-22T23:17:28.601 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:28 smithi033 bash[21450]: cluster 2024-04-22T23:17:28.404836+0000 mon.a (mon.0) 38 : cluster [INF] Active manager daemon a restarted 2024-04-22T23:17:28.601 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:28 smithi033 bash[21450]: cluster 2024-04-22T23:17:28.404836+0000 mon.a (mon.0) 38 : cluster [INF] Active manager daemon a restarted 2024-04-22T23:17:28.601 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:28 smithi033 bash[21450]: cluster 2024-04-22T23:17:28.405246+0000 mon.a (mon.0) 39 : cluster [INF] Activating manager daemon a 2024-04-22T23:17:28.601 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:28 smithi033 bash[21450]: cluster 2024-04-22T23:17:28.405246+0000 mon.a (mon.0) 39 : cluster [INF] Activating manager daemon a 2024-04-22T23:17:28.601 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:28 smithi033 bash[21450]: cluster 2024-04-22T23:17:28.411866+0000 mon.a (mon.0) 40 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-04-22T23:17:28.601 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:28 smithi033 bash[21450]: cluster 2024-04-22T23:17:28.411866+0000 mon.a (mon.0) 40 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-04-22T23:17:28.602 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:28 smithi033 bash[21450]: cluster 2024-04-22T23:17:28.412224+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00710296s) 2024-04-22T23:17:28.602 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:28 smithi033 bash[21450]: cluster 2024-04-22T23:17:28.412224+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00710296s) 2024-04-22T23:17:28.602 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:28 smithi033 bash[21450]: audit 2024-04-22T23:17:28.413750+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.33:0/1745961341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:17:28.602 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:28 smithi033 bash[21450]: audit 2024-04-22T23:17:28.413750+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14120 172.21.15.33:0/1745961341' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:17:28.602 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:28 smithi033 bash[21450]: audit 2024-04-22T23:17:28.416052+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.33:0/1745961341' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-22T23:17:28.602 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:28 smithi033 bash[21450]: audit 2024-04-22T23:17:28.416052+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14120 172.21.15.33:0/1745961341' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-22T23:17:28.602 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:28 smithi033 bash[21450]: audit 2024-04-22T23:17:28.417138+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.33:0/1745961341' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:17:28.602 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:28 smithi033 bash[21450]: audit 2024-04-22T23:17:28.417138+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14120 172.21.15.33:0/1745961341' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:17:28.602 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:28 smithi033 bash[21450]: audit 2024-04-22T23:17:28.417352+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.33:0/1745961341' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:17:28.602 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:28 smithi033 bash[21450]: audit 2024-04-22T23:17:28.417352+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.33:0/1745961341' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:17:28.602 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:28 smithi033 bash[21450]: audit 2024-04-22T23:17:28.417534+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.33:0/1745961341' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:17:28.602 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:28 smithi033 bash[21450]: audit 2024-04-22T23:17:28.417534+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.33:0/1745961341' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:17:28.603 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:28 smithi033 bash[21450]: cluster 2024-04-22T23:17:28.441102+0000 mon.a (mon.0) 47 : cluster [INF] Manager daemon a is now available 2024-04-22T23:17:28.603 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:28 smithi033 bash[21450]: cluster 2024-04-22T23:17:28.441102+0000 mon.a (mon.0) 47 : cluster [INF] Manager daemon a is now available 2024-04-22T23:17:29.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:29 smithi033 bash[21450]: cephadm 2024-04-22T23:17:28.459662+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-04-22T23:17:29.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:29 smithi033 bash[21450]: cephadm 2024-04-22T23:17:28.459662+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-04-22T23:17:29.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:29 smithi033 bash[21450]: audit 2024-04-22T23:17:28.461506+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.33:0/1745961341' entity='mgr.a' 2024-04-22T23:17:29.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:29 smithi033 bash[21450]: audit 2024-04-22T23:17:28.461506+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.33:0/1745961341' entity='mgr.a' 2024-04-22T23:17:29.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:29 smithi033 bash[21450]: audit 2024-04-22T23:17:28.464266+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.33:0/1745961341' entity='mgr.a' 2024-04-22T23:17:29.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:29 smithi033 bash[21450]: audit 2024-04-22T23:17:28.464266+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.33:0/1745961341' entity='mgr.a' 2024-04-22T23:17:29.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:29 smithi033 bash[21450]: audit 2024-04-22T23:17:28.467059+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14120 172.21.15.33:0/1745961341' entity='mgr.a' 2024-04-22T23:17:29.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:29 smithi033 bash[21450]: audit 2024-04-22T23:17:28.467059+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14120 172.21.15.33:0/1745961341' entity='mgr.a' 2024-04-22T23:17:29.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:29 smithi033 bash[21450]: audit 2024-04-22T23:17:28.470723+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14120 172.21.15.33:0/1745961341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:17:29.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:29 smithi033 bash[21450]: audit 2024-04-22T23:17:28.470723+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.14120 172.21.15.33:0/1745961341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:17:29.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:29 smithi033 bash[21450]: audit 2024-04-22T23:17:28.474843+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14120 172.21.15.33:0/1745961341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:17:29.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:29 smithi033 bash[21450]: audit 2024-04-22T23:17:28.474843+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.14120 172.21.15.33:0/1745961341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:17:29.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:29 smithi033 bash[21450]: audit 2024-04-22T23:17:28.485906+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.33:0/1745961341' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:17:29.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:29 smithi033 bash[21450]: audit 2024-04-22T23:17:28.485906+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.33:0/1745961341' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:17:29.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:29 smithi033 bash[21450]: audit 2024-04-22T23:17:28.489744+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.33:0/1745961341' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-22T23:17:29.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:29 smithi033 bash[21450]: audit 2024-04-22T23:17:28.489744+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.33:0/1745961341' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-22T23:17:29.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:29 smithi033 bash[21450]: cluster 2024-04-22T23:17:29.416903+0000 mon.a (mon.0) 55 : cluster [DBG] mgrmap e7: a(active, since 1.01179s) 2024-04-22T23:17:29.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:29 smithi033 bash[21450]: cluster 2024-04-22T23:17:29.416903+0000 mon.a (mon.0) 55 : cluster [DBG] mgrmap e7: a(active, since 1.01179s) 2024-04-22T23:17:30.157 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:17:30.157 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-04-22T23:17:30.157 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-22T23:17:30.157 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:17:30.158 INFO:teuthology.orchestra.run.smithi033.stdout:mgr epoch 5 is available 2024-04-22T23:17:30.158 INFO:teuthology.orchestra.run.smithi033.stdout:Setting orchestrator backend to cephadm... 2024-04-22T23:17:31.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:30 smithi033 bash[21450]: audit 2024-04-22T23:17:29.415164+0000 mgr.a (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-22T23:17:31.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:30 smithi033 bash[21450]: audit 2024-04-22T23:17:29.415164+0000 mgr.a (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-22T23:17:31.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:30 smithi033 bash[21450]: audit 2024-04-22T23:17:29.430331+0000 mgr.a (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-22T23:17:31.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:30 smithi033 bash[21450]: audit 2024-04-22T23:17:29.430331+0000 mgr.a (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-22T23:17:31.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:30 smithi033 bash[21450]: audit 2024-04-22T23:17:29.771277+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.33:0/1745961341' entity='mgr.a' 2024-04-22T23:17:31.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:30 smithi033 bash[21450]: audit 2024-04-22T23:17:29.771277+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.33:0/1745961341' entity='mgr.a' 2024-04-22T23:17:31.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:30 smithi033 bash[21450]: audit 2024-04-22T23:17:29.776682+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14120 172.21.15.33:0/1745961341' entity='mgr.a' 2024-04-22T23:17:31.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:30 smithi033 bash[21450]: audit 2024-04-22T23:17:29.776682+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14120 172.21.15.33:0/1745961341' entity='mgr.a' 2024-04-22T23:17:32.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:31 smithi033 bash[21450]: cluster 2024-04-22T23:17:30.779718+0000 mon.a (mon.0) 58 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-04-22T23:17:32.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:31 smithi033 bash[21450]: cluster 2024-04-22T23:17:30.779718+0000 mon.a (mon.0) 58 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-04-22T23:17:32.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:31 smithi033 bash[21450]: audit 2024-04-22T23:17:31.404862+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14120 172.21.15.33:0/1745961341' entity='mgr.a' 2024-04-22T23:17:32.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:31 smithi033 bash[21450]: audit 2024-04-22T23:17:31.404862+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14120 172.21.15.33:0/1745961341' entity='mgr.a' 2024-04-22T23:17:32.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:31 smithi033 bash[21450]: audit 2024-04-22T23:17:31.445128+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.14120 172.21.15.33:0/1745961341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:17:32.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:31 smithi033 bash[21450]: audit 2024-04-22T23:17:31.445128+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.14120 172.21.15.33:0/1745961341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:17:33.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:32 smithi033 bash[21450]: audit 2024-04-22T23:17:31.399432+0000 mgr.a (mgr.14120) 4 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:17:33.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:32 smithi033 bash[21450]: audit 2024-04-22T23:17:31.399432+0000 mgr.a (mgr.14120) 4 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:17:33.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:32 smithi033 bash[21450]: cephadm 2024-04-22T23:17:31.666268+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [22/Apr/2024:23:17:31] ENGINE Bus STARTING 2024-04-22T23:17:33.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:32 smithi033 bash[21450]: cephadm 2024-04-22T23:17:31.666268+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [22/Apr/2024:23:17:31] ENGINE Bus STARTING 2024-04-22T23:17:33.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:32 smithi033 bash[21450]: cephadm 2024-04-22T23:17:31.787930+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [22/Apr/2024:23:17:31] ENGINE Serving on https://172.21.15.33:7150 2024-04-22T23:17:33.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:32 smithi033 bash[21450]: cephadm 2024-04-22T23:17:31.787930+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [22/Apr/2024:23:17:31] ENGINE Serving on https://172.21.15.33:7150 2024-04-22T23:17:33.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:32 smithi033 bash[21450]: cephadm 2024-04-22T23:17:31.889345+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [22/Apr/2024:23:17:31] ENGINE Serving on http://172.21.15.33:8765 2024-04-22T23:17:33.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:32 smithi033 bash[21450]: cephadm 2024-04-22T23:17:31.889345+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [22/Apr/2024:23:17:31] ENGINE Serving on http://172.21.15.33:8765 2024-04-22T23:17:33.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:32 smithi033 bash[21450]: cephadm 2024-04-22T23:17:31.889506+0000 mgr.a (mgr.14120) 8 : cephadm [INF] [22/Apr/2024:23:17:31] ENGINE Bus STARTED 2024-04-22T23:17:33.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:32 smithi033 bash[21450]: cephadm 2024-04-22T23:17:31.889506+0000 mgr.a (mgr.14120) 8 : cephadm [INF] [22/Apr/2024:23:17:31] ENGINE Bus STARTED 2024-04-22T23:17:33.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:32 smithi033 bash[21450]: audit 2024-04-22T23:17:31.912451+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.14120 172.21.15.33:0/1745961341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:17:33.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:32 smithi033 bash[21450]: audit 2024-04-22T23:17:31.912451+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.14120 172.21.15.33:0/1745961341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:17:33.929 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout value unchanged 2024-04-22T23:17:33.930 INFO:teuthology.orchestra.run.smithi033.stdout:Generating ssh key... 2024-04-22T23:17:34.350 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:34 smithi033 bash[21450]: audit 2024-04-22T23:17:33.294280+0000 mgr.a (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:17:34.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:34 smithi033 bash[21450]: audit 2024-04-22T23:17:33.294280+0000 mgr.a (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:17:35.851 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:35 smithi033 bash[21707]: Generating public/private rsa key pair. 2024-04-22T23:17:35.851 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:35 smithi033 bash[21707]: Your identification has been saved in /tmp/tmprj4pyyst/key. 2024-04-22T23:17:35.851 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:35 smithi033 bash[21707]: Your public key has been saved in /tmp/tmprj4pyyst/key.pub. 2024-04-22T23:17:35.851 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:35 smithi033 bash[21707]: The key fingerprint is: 2024-04-22T23:17:35.851 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:35 smithi033 bash[21707]: SHA256:meiv/GLWsX038Psepqm3DrJh+Xt8yiW24cFJQLg3690 ceph-367dd694-00fe-11ef-bc93-c7b262605968 2024-04-22T23:17:35.851 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:35 smithi033 bash[21707]: The key's randomart image is: 2024-04-22T23:17:35.852 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:35 smithi033 bash[21707]: +---[RSA 3072]----+ 2024-04-22T23:17:35.852 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:35 smithi033 bash[21707]: | .. | 2024-04-22T23:17:35.852 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:35 smithi033 bash[21707]: | .. | 2024-04-22T23:17:35.852 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:35 smithi033 bash[21707]: | .. | 2024-04-22T23:17:35.852 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:35 smithi033 bash[21707]: | . + o. | 2024-04-22T23:17:35.852 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:35 smithi033 bash[21707]: | . S . o. | 2024-04-22T23:17:35.852 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:35 smithi033 bash[21707]: | . . ..+ . | 2024-04-22T23:17:35.852 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:35 smithi033 bash[21707]: | .. O..oX.+ | 2024-04-22T23:17:35.852 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:35 smithi033 bash[21707]: | .+.+ *.*=&E.| 2024-04-22T23:17:35.852 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:35 smithi033 bash[21707]: | oo+o. =*@==o| 2024-04-22T23:17:35.852 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:35 smithi033 bash[21707]: +----[SHA256]-----+ 2024-04-22T23:17:36.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:36 smithi033 bash[21450]: audit 2024-04-22T23:17:35.135505+0000 mgr.a (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:17:36.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:36 smithi033 bash[21450]: audit 2024-04-22T23:17:35.135505+0000 mgr.a (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:17:36.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:36 smithi033 bash[21450]: cephadm 2024-04-22T23:17:35.135919+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-04-22T23:17:36.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:36 smithi033 bash[21450]: cephadm 2024-04-22T23:17:35.135919+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-04-22T23:17:36.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:36 smithi033 bash[21450]: audit 2024-04-22T23:17:35.541654+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.33:0/1745961341' entity='mgr.a' 2024-04-22T23:17:36.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:36 smithi033 bash[21450]: audit 2024-04-22T23:17:35.541654+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.33:0/1745961341' entity='mgr.a' 2024-04-22T23:17:36.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:36 smithi033 bash[21450]: audit 2024-04-22T23:17:35.546420+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.33:0/1745961341' entity='mgr.a' 2024-04-22T23:17:36.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:36 smithi033 bash[21450]: audit 2024-04-22T23:17:35.546420+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.33:0/1745961341' entity='mgr.a' 2024-04-22T23:17:37.948 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDNX/XCgGgEI7+Xe1LmK1YRTTNEZulFpiT2w4wuMNeTfQqasTsyhYlmJB4g8Q9av/GQZFAhQwaqHcxFh37qdOloIaEOPRvM/1BIbDnV3Mi78tlPQPbw4ity2jECgsM69jcTLKZX/9ZqtGOho60KSqPOsziBAJ3vRJmg8DgasZXfnNTekMYqzbrOveRHcuuDfJZOfDEy0lObe2Fp/Yu5hyNjYwmYaQH3P9UaY0i9RqLpJxnWI8fxj5wCrBoIsgQxguci4kHzGM1bY5U6x0aqIAWP72O3qixdoYE46nE9boxzIqg56R/sDSGB9Ed8hGM71degUp7ozvBwX8K5cnHK9X8wlugIOQnBonZyWTOxYPV/PzWPEYyWIGfMDMiojZwYnfjGAmAR4TIFniu1RXoUU8YvoVbMcmy8/ZyAMZc5YCDLhsbhViOhNy0IhkEdwL2t5/3iS0vzjU32HBABZLl7oQZcr5YfTMzfP3VkabhSSof1yhFdIloW8Nz8KCsSy4CoCWU= ceph-367dd694-00fe-11ef-bc93-c7b262605968 2024-04-22T23:17:37.948 INFO:teuthology.orchestra.run.smithi033.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-04-22T23:17:37.948 INFO:teuthology.orchestra.run.smithi033.stdout:Adding key to root@localhost authorized_keys... 2024-04-22T23:17:37.948 INFO:teuthology.orchestra.run.smithi033.stdout:Adding host smithi033... 2024-04-22T23:17:38.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:38 smithi033 bash[21450]: audit 2024-04-22T23:17:37.316686+0000 mgr.a (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:17:38.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:38 smithi033 bash[21450]: audit 2024-04-22T23:17:37.316686+0000 mgr.a (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:17:40.601 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:40 smithi033 bash[21450]: audit 2024-04-22T23:17:39.198167+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi033", "addr": "172.21.15.33", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:17:40.601 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:40 smithi033 bash[21450]: audit 2024-04-22T23:17:39.198167+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi033", "addr": "172.21.15.33", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:17:40.601 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:40 smithi033 bash[21450]: cephadm 2024-04-22T23:17:39.823713+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi033 2024-04-22T23:17:40.601 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:40 smithi033 bash[21450]: cephadm 2024-04-22T23:17:39.823713+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi033 2024-04-22T23:17:45.661 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout Added host 'smithi033' with addr '172.21.15.33' 2024-04-22T23:17:45.661 INFO:teuthology.orchestra.run.smithi033.stdout:Deploying unmanaged mon service... 2024-04-22T23:17:46.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:45 smithi033 bash[21450]: audit 2024-04-22T23:17:44.864421+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.33:0/1745961341' entity='mgr.a' 2024-04-22T23:17:46.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:45 smithi033 bash[21450]: audit 2024-04-22T23:17:44.864421+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.33:0/1745961341' entity='mgr.a' 2024-04-22T23:17:46.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:45 smithi033 bash[21450]: cephadm 2024-04-22T23:17:44.864862+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi033 2024-04-22T23:17:46.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:45 smithi033 bash[21450]: cephadm 2024-04-22T23:17:44.864862+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi033 2024-04-22T23:17:46.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:45 smithi033 bash[21450]: audit 2024-04-22T23:17:44.883698+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.14120 172.21.15.33:0/1745961341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:17:46.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:45 smithi033 bash[21450]: audit 2024-04-22T23:17:44.883698+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.14120 172.21.15.33:0/1745961341' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:17:48.039 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-04-22T23:17:48.039 INFO:teuthology.orchestra.run.smithi033.stdout:Deploying unmanaged mgr service... 2024-04-22T23:17:48.689 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:48 smithi033 bash[21450]: audit 2024-04-22T23:17:47.395795+0000 mgr.a (mgr.14120) 16 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:17:48.689 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:48 smithi033 bash[21450]: audit 2024-04-22T23:17:47.395795+0000 mgr.a (mgr.14120) 16 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:17:48.689 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:48 smithi033 bash[21450]: cephadm 2024-04-22T23:17:47.399166+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-04-22T23:17:48.689 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:48 smithi033 bash[21450]: cephadm 2024-04-22T23:17:47.399166+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-04-22T23:17:48.689 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:48 smithi033 bash[21450]: audit 2024-04-22T23:17:47.402579+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.33:0/1745961341' entity='mgr.a' 2024-04-22T23:17:48.689 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:48 smithi033 bash[21450]: audit 2024-04-22T23:17:47.402579+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.33:0/1745961341' entity='mgr.a' 2024-04-22T23:17:48.689 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:48 smithi033 bash[21450]: audit 2024-04-22T23:17:47.810047+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.33:0/1745961341' entity='mgr.a' 2024-04-22T23:17:48.689 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:48 smithi033 bash[21450]: audit 2024-04-22T23:17:47.810047+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.33:0/1745961341' entity='mgr.a' 2024-04-22T23:17:48.690 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:48 smithi033 bash[21450]: audit 2024-04-22T23:17:48.350649+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.33:0/1745961341' entity='mgr.a' 2024-04-22T23:17:48.690 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:48 smithi033 bash[21450]: audit 2024-04-22T23:17:48.350649+0000 mon.a (mon.0) 68 : audit [INF] from='mgr.14120 172.21.15.33:0/1745961341' entity='mgr.a' 2024-04-22T23:17:49.600 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:49 smithi033 bash[21450]: cluster 2024-04-22T23:17:48.418871+0000 mgr.a (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:49.601 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:49 smithi033 bash[21450]: cluster 2024-04-22T23:17:48.418871+0000 mgr.a (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:49.601 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:49 smithi033 bash[21450]: audit 2024-04-22T23:17:49.308965+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.33:0/1745961341' entity='mgr.a' 2024-04-22T23:17:49.601 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:49 smithi033 bash[21450]: audit 2024-04-22T23:17:49.308965+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.33:0/1745961341' entity='mgr.a' 2024-04-22T23:17:49.945 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-04-22T23:17:50.850 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:50 smithi033 bash[21450]: audit 2024-04-22T23:17:49.301956+0000 mgr.a (mgr.14120) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:17:50.850 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:50 smithi033 bash[21450]: audit 2024-04-22T23:17:49.301956+0000 mgr.a (mgr.14120) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:17:50.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:50 smithi033 bash[21450]: cephadm 2024-04-22T23:17:49.304550+0000 mgr.a (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-04-22T23:17:50.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:50 smithi033 bash[21450]: cephadm 2024-04-22T23:17:49.304550+0000 mgr.a (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-04-22T23:17:51.601 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:51 smithi033 bash[21450]: cluster 2024-04-22T23:17:50.419267+0000 mgr.a (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:51.601 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:51 smithi033 bash[21450]: cluster 2024-04-22T23:17:50.419267+0000 mgr.a (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:51.601 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:51 smithi033 bash[21450]: audit 2024-04-22T23:17:51.220635+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.33:0/1424121921' entity='client.admin' 2024-04-22T23:17:51.601 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:51 smithi033 bash[21450]: audit 2024-04-22T23:17:51.220635+0000 mon.a (mon.0) 70 : audit [INF] from='client.? 172.21.15.33:0/1424121921' entity='client.admin' 2024-04-22T23:17:53.624 INFO:teuthology.orchestra.run.smithi033.stdout:Enabling the dashboard module... 2024-04-22T23:17:54.350 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:54 smithi033 bash[21450]: cluster 2024-04-22T23:17:52.419686+0000 mgr.a (mgr.14120) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:54.350 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:54 smithi033 bash[21450]: cluster 2024-04-22T23:17:52.419686+0000 mgr.a (mgr.14120) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:17:54.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:54 smithi033 bash[21450]: audit 2024-04-22T23:17:53.073857+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.33:0/3621033278' entity='client.admin' 2024-04-22T23:17:54.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:54 smithi033 bash[21450]: audit 2024-04-22T23:17:53.073857+0000 mon.a (mon.0) 71 : audit [INF] from='client.? 172.21.15.33:0/3621033278' entity='client.admin' 2024-04-22T23:17:55.351 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:55 smithi033 bash[21707]: ignoring --setuser ceph since I am not root 2024-04-22T23:17:55.351 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:55 smithi033 bash[21707]: ignoring --setgroup ceph since I am not root 2024-04-22T23:17:55.351 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:55 smithi033 bash[21707]: debug 2024-04-22T23:17:55.273+0000 7ff32a668200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-22T23:17:55.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:55 smithi033 bash[21450]: audit 2024-04-22T23:17:54.956508+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.33:0/3606803798' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-22T23:17:55.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:55 smithi033 bash[21450]: audit 2024-04-22T23:17:54.956508+0000 mon.a (mon.0) 72 : audit [INF] from='client.? 172.21.15.33:0/3606803798' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-04-22T23:17:56.350 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:56 smithi033 bash[21450]: audit 2024-04-22T23:17:55.078298+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.33:0/3606803798' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-22T23:17:56.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:56 smithi033 bash[21450]: audit 2024-04-22T23:17:55.078298+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.33:0/3606803798' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-04-22T23:17:56.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:56 smithi033 bash[21450]: cluster 2024-04-22T23:17:55.084343+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e9: a(active, since 26s) 2024-04-22T23:17:56.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:56 smithi033 bash[21450]: cluster 2024-04-22T23:17:55.084343+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e9: a(active, since 26s) 2024-04-22T23:17:57.285 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:57 smithi033 bash[21450]: audit 2024-04-22T23:17:57.119969+0000 mon.a (mon.0) 75 : audit [DBG] from='client.? 172.21.15.33:0/2833537677' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-22T23:17:57.285 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:17:57 smithi033 bash[21450]: audit 2024-04-22T23:17:57.119969+0000 mon.a (mon.0) 75 : audit [DBG] from='client.? 172.21.15.33:0/2833537677' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-04-22T23:17:57.286 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:56 smithi033 bash[21707]: debug 2024-04-22T23:17:56.921+0000 7ff32a668200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-22T23:17:57.286 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:57 smithi033 bash[21707]: debug 2024-04-22T23:17:57.021+0000 7ff32a668200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-22T23:17:57.286 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:57 smithi033 bash[21707]: debug 2024-04-22T23:17:57.281+0000 7ff32a668200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-22T23:17:57.810 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:17:57.810 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-04-22T23:17:57.810 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "available": true, 2024-04-22T23:17:57.810 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-04-22T23:17:57.810 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-04-22T23:17:57.810 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:17:57.810 INFO:teuthology.orchestra.run.smithi033.stdout:Waiting for the mgr to restart... 2024-04-22T23:17:57.810 INFO:teuthology.orchestra.run.smithi033.stdout:Waiting for mgr epoch 9... 2024-04-22T23:17:58.431 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:58 smithi033 bash[21707]: debug 2024-04-22T23:17:58.113+0000 7ff32a668200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-22T23:17:58.431 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:58 smithi033 bash[21707]: debug 2024-04-22T23:17:58.225+0000 7ff32a668200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-22T23:17:58.431 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:58 smithi033 bash[21707]: debug 2024-04-22T23:17:58.333+0000 7ff32a668200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-22T23:17:59.101 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:58 smithi033 bash[21707]: debug 2024-04-22T23:17:58.705+0000 7ff32a668200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-22T23:17:59.101 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:58 smithi033 bash[21707]: debug 2024-04-22T23:17:58.821+0000 7ff32a668200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-22T23:17:59.101 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:58 smithi033 bash[21707]: debug 2024-04-22T23:17:58.933+0000 7ff32a668200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-22T23:17:59.601 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:59 smithi033 bash[21707]: debug 2024-04-22T23:17:59.309+0000 7ff32a668200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-22T23:17:59.601 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:59 smithi033 bash[21707]: debug 2024-04-22T23:17:59.553+0000 7ff32a668200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-22T23:18:00.101 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:59 smithi033 bash[21707]: debug 2024-04-22T23:17:59.825+0000 7ff32a668200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-22T23:18:00.101 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:17:59 smithi033 bash[21707]: debug 2024-04-22T23:17:59.945+0000 7ff32a668200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-22T23:18:00.601 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:18:00 smithi033 bash[21707]: debug 2024-04-22T23:18:00.229+0000 7ff32a668200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-22T23:18:01.030 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:18:00 smithi033 bash[21707]: debug 2024-04-22T23:18:00.653+0000 7ff32a668200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-22T23:18:01.030 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:18:00 smithi033 bash[21707]: debug 2024-04-22T23:18:00.901+0000 7ff32a668200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-22T23:18:01.030 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:18:01 smithi033 bash[21707]: debug 2024-04-22T23:18:01.025+0000 7ff32a668200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-22T23:18:01.601 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:18:01 smithi033 bash[21707]: debug 2024-04-22T23:18:01.285+0000 7ff32a668200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-22T23:18:02.601 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:18:02 smithi033 bash[21707]: debug 2024-04-22T23:18:02.329+0000 7ff32a668200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-22T23:18:02.601 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:18:02 smithi033 bash[21707]: debug 2024-04-22T23:18:02.449+0000 7ff32a668200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-22T23:18:03.101 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:18:02 smithi033 bash[21707]: debug 2024-04-22T23:18:02.757+0000 7ff32a668200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-22T23:18:03.101 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:18:02 smithi033 bash[21707]: debug 2024-04-22T23:18:02.873+0000 7ff32a668200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-22T23:18:03.606 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:18:03 smithi033 bash[21707]: debug 2024-04-22T23:18:03.349+0000 7ff32a668200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-04-22T23:18:03.606 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:18:03 smithi033 bash[21707]: debug 2024-04-22T23:18:03.473+0000 7ff32a668200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-04-22T23:18:03.607 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:03 smithi033 bash[21450]: cluster 2024-04-22T23:18:03.496614+0000 mon.a (mon.0) 76 : cluster [INF] Active manager daemon a restarted 2024-04-22T23:18:03.607 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:03 smithi033 bash[21450]: cluster 2024-04-22T23:18:03.496614+0000 mon.a (mon.0) 76 : cluster [INF] Active manager daemon a restarted 2024-04-22T23:18:03.607 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:03 smithi033 bash[21450]: cluster 2024-04-22T23:18:03.496917+0000 mon.a (mon.0) 77 : cluster [INF] Activating manager daemon a 2024-04-22T23:18:03.607 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:03 smithi033 bash[21450]: cluster 2024-04-22T23:18:03.496917+0000 mon.a (mon.0) 77 : cluster [INF] Activating manager daemon a 2024-04-22T23:18:03.607 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:03 smithi033 bash[21450]: cluster 2024-04-22T23:18:03.503520+0000 mon.a (mon.0) 78 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-04-22T23:18:03.607 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:03 smithi033 bash[21450]: cluster 2024-04-22T23:18:03.503520+0000 mon.a (mon.0) 78 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-04-22T23:18:03.607 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:03 smithi033 bash[21450]: cluster 2024-04-22T23:18:03.503800+0000 mon.a (mon.0) 79 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00701211s) 2024-04-22T23:18:03.607 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:03 smithi033 bash[21450]: cluster 2024-04-22T23:18:03.503800+0000 mon.a (mon.0) 79 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00701211s) 2024-04-22T23:18:03.607 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:03 smithi033 bash[21450]: audit 2024-04-22T23:18:03.505103+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:18:03.607 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:03 smithi033 bash[21450]: audit 2024-04-22T23:18:03.505103+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:18:03.608 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:03 smithi033 bash[21450]: audit 2024-04-22T23:18:03.507138+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-22T23:18:03.608 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:03 smithi033 bash[21450]: audit 2024-04-22T23:18:03.507138+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-04-22T23:18:03.608 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:03 smithi033 bash[21450]: audit 2024-04-22T23:18:03.508143+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:18:03.608 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:03 smithi033 bash[21450]: audit 2024-04-22T23:18:03.508143+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-04-22T23:18:03.608 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:03 smithi033 bash[21450]: audit 2024-04-22T23:18:03.508371+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:18:03.608 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:03 smithi033 bash[21450]: audit 2024-04-22T23:18:03.508371+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-04-22T23:18:03.608 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:03 smithi033 bash[21450]: audit 2024-04-22T23:18:03.508555+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:18:03.608 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:03 smithi033 bash[21450]: audit 2024-04-22T23:18:03.508555+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-04-22T23:18:03.608 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:03 smithi033 bash[21450]: cluster 2024-04-22T23:18:03.533202+0000 mon.a (mon.0) 85 : cluster [INF] Manager daemon a is now available 2024-04-22T23:18:03.608 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:03 smithi033 bash[21450]: cluster 2024-04-22T23:18:03.533202+0000 mon.a (mon.0) 85 : cluster [INF] Manager daemon a is now available 2024-04-22T23:18:04.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:04 smithi033 bash[21450]: audit 2024-04-22T23:18:03.555783+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:04.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:04 smithi033 bash[21450]: audit 2024-04-22T23:18:03.555783+0000 mon.a (mon.0) 86 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:04.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:04 smithi033 bash[21450]: audit 2024-04-22T23:18:03.558984+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:18:04.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:04 smithi033 bash[21450]: audit 2024-04-22T23:18:03.558984+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:18:04.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:04 smithi033 bash[21450]: audit 2024-04-22T23:18:03.579934+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:18:04.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:04 smithi033 bash[21450]: audit 2024-04-22T23:18:03.579934+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-04-22T23:18:04.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:04 smithi033 bash[21450]: audit 2024-04-22T23:18:03.583121+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-22T23:18:04.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:04 smithi033 bash[21450]: audit 2024-04-22T23:18:03.583121+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-04-22T23:18:04.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:04 smithi033 bash[21450]: cephadm 2024-04-22T23:18:03.737037+0000 mgr.a (mgr.14152) 1 : cephadm [INF] [22/Apr/2024:23:18:03] ENGINE Bus STARTING 2024-04-22T23:18:04.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:04 smithi033 bash[21450]: cephadm 2024-04-22T23:18:03.737037+0000 mgr.a (mgr.14152) 1 : cephadm [INF] [22/Apr/2024:23:18:03] ENGINE Bus STARTING 2024-04-22T23:18:04.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:04 smithi033 bash[21450]: cephadm 2024-04-22T23:18:03.858931+0000 mgr.a (mgr.14152) 2 : cephadm [INF] [22/Apr/2024:23:18:03] ENGINE Serving on https://172.21.15.33:7150 2024-04-22T23:18:04.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:04 smithi033 bash[21450]: cephadm 2024-04-22T23:18:03.858931+0000 mgr.a (mgr.14152) 2 : cephadm [INF] [22/Apr/2024:23:18:03] ENGINE Serving on https://172.21.15.33:7150 2024-04-22T23:18:04.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:04 smithi033 bash[21450]: cephadm 2024-04-22T23:18:03.960634+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [22/Apr/2024:23:18:03] ENGINE Serving on http://172.21.15.33:8765 2024-04-22T23:18:04.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:04 smithi033 bash[21450]: cephadm 2024-04-22T23:18:03.960634+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [22/Apr/2024:23:18:03] ENGINE Serving on http://172.21.15.33:8765 2024-04-22T23:18:04.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:04 smithi033 bash[21450]: cephadm 2024-04-22T23:18:03.960779+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [22/Apr/2024:23:18:03] ENGINE Bus STARTED 2024-04-22T23:18:04.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:04 smithi033 bash[21450]: cephadm 2024-04-22T23:18:03.960779+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [22/Apr/2024:23:18:03] ENGINE Bus STARTED 2024-04-22T23:18:04.853 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:04 smithi033 bash[21450]: cluster 2024-04-22T23:18:04.508136+0000 mon.a (mon.0) 90 : cluster [DBG] mgrmap e11: a(active, since 1.01134s) 2024-04-22T23:18:04.853 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:04 smithi033 bash[21450]: cluster 2024-04-22T23:18:04.508136+0000 mon.a (mon.0) 90 : cluster [DBG] mgrmap e11: a(active, since 1.01134s) 2024-04-22T23:18:05.274 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout { 2024-04-22T23:18:05.274 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-04-22T23:18:05.274 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "initialized": true 2024-04-22T23:18:05.274 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout } 2024-04-22T23:18:05.275 INFO:teuthology.orchestra.run.smithi033.stdout:mgr epoch 9 is available 2024-04-22T23:18:05.275 INFO:teuthology.orchestra.run.smithi033.stdout:Generating a dashboard self-signed certificate... 2024-04-22T23:18:05.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:05 smithi033 bash[21450]: audit 2024-04-22T23:18:04.507423+0000 mgr.a (mgr.14152) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-22T23:18:05.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:05 smithi033 bash[21450]: audit 2024-04-22T23:18:04.507423+0000 mgr.a (mgr.14152) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-04-22T23:18:05.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:05 smithi033 bash[21450]: audit 2024-04-22T23:18:04.521139+0000 mgr.a (mgr.14152) 6 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-22T23:18:05.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:05 smithi033 bash[21450]: audit 2024-04-22T23:18:04.521139+0000 mgr.a (mgr.14152) 6 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-04-22T23:18:06.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:06 smithi033 bash[21450]: cluster 2024-04-22T23:18:05.563841+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-04-22T23:18:06.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:06 smithi033 bash[21450]: cluster 2024-04-22T23:18:05.563841+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-04-22T23:18:07.380 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-04-22T23:18:07.380 INFO:teuthology.orchestra.run.smithi033.stdout:Creating initial admin user... 2024-04-22T23:18:08.015 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:07 smithi033 bash[21450]: audit 2024-04-22T23:18:06.511344+0000 mgr.a (mgr.14152) 7 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:18:08.015 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:07 smithi033 bash[21450]: audit 2024-04-22T23:18:06.511344+0000 mgr.a (mgr.14152) 7 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:18:08.016 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:07 smithi033 bash[21450]: audit 2024-04-22T23:18:06.753328+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:08.016 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:07 smithi033 bash[21450]: audit 2024-04-22T23:18:06.753328+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:08.016 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:07 smithi033 bash[21450]: audit 2024-04-22T23:18:06.758012+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:08.016 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:07 smithi033 bash[21450]: audit 2024-04-22T23:18:06.758012+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:09.477 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$LBkM/qpVTa.FBkLEm0oCeuzSHWNEUbu9OVvhrxR8X5Os.VnRCzwDe", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1713827888, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-04-22T23:18:09.477 INFO:teuthology.orchestra.run.smithi033.stdout:Fetching dashboard port number... 2024-04-22T23:18:10.154 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:09 smithi033 bash[21450]: audit 2024-04-22T23:18:08.629033+0000 mgr.a (mgr.14152) 8 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:18:10.154 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:09 smithi033 bash[21450]: audit 2024-04-22T23:18:08.629033+0000 mgr.a (mgr.14152) 8 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:18:10.154 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:09 smithi033 bash[21450]: audit 2024-04-22T23:18:08.905136+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:10.154 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:09 smithi033 bash[21450]: audit 2024-04-22T23:18:08.905136+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:11.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:10 smithi033 bash[21450]: cluster 2024-04-22T23:18:09.915517+0000 mon.a (mon.0) 95 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-04-22T23:18:11.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:10 smithi033 bash[21450]: cluster 2024-04-22T23:18:09.915517+0000 mon.a (mon.0) 95 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-04-22T23:18:11.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:10 smithi033 bash[21450]: audit 2024-04-22T23:18:10.221627+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:11.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:10 smithi033 bash[21450]: audit 2024-04-22T23:18:10.221627+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:11.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:10 smithi033 bash[21450]: audit 2024-04-22T23:18:10.222357+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi033", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:18:11.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:10 smithi033 bash[21450]: audit 2024-04-22T23:18:10.222357+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi033", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:18:11.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:10 smithi033 bash[21450]: audit 2024-04-22T23:18:10.225629+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:11.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:10 smithi033 bash[21450]: audit 2024-04-22T23:18:10.225629+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:11.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:10 smithi033 bash[21450]: audit 2024-04-22T23:18:10.227473+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi033", "caps": []}]: dispatch 2024-04-22T23:18:11.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:10 smithi033 bash[21450]: audit 2024-04-22T23:18:10.227473+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi033", "caps": []}]: dispatch 2024-04-22T23:18:11.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:10 smithi033 bash[21450]: audit 2024-04-22T23:18:10.228122+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi033", "caps": []}]': finished 2024-04-22T23:18:11.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:10 smithi033 bash[21450]: audit 2024-04-22T23:18:10.228122+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi033", "caps": []}]': finished 2024-04-22T23:18:11.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:10 smithi033 bash[21450]: audit 2024-04-22T23:18:10.731187+0000 mon.a (mon.0) 101 : audit [DBG] from='client.? 172.21.15.33:0/3016981976' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-22T23:18:11.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:10 smithi033 bash[21450]: audit 2024-04-22T23:18:10.731187+0000 mon.a (mon.0) 101 : audit [DBG] from='client.? 172.21.15.33:0/3016981976' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-04-22T23:18:11.404 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 8443 2024-04-22T23:18:11.405 INFO:teuthology.orchestra.run.smithi033.stdout:firewalld does not appear to be present 2024-04-22T23:18:11.405 INFO:teuthology.orchestra.run.smithi033.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-04-22T23:18:11.408 INFO:teuthology.orchestra.run.smithi033.stdout:Ceph Dashboard is now available at: 2024-04-22T23:18:11.408 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-22T23:18:11.408 INFO:teuthology.orchestra.run.smithi033.stdout: URL: https://smithi033.front.sepia.ceph.com:8443/ 2024-04-22T23:18:11.408 INFO:teuthology.orchestra.run.smithi033.stdout: User: admin 2024-04-22T23:18:11.408 INFO:teuthology.orchestra.run.smithi033.stdout: Password: wooq0k24lu 2024-04-22T23:18:11.408 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-22T23:18:11.409 INFO:teuthology.orchestra.run.smithi033.stdout:Saving cluster configuration to /var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config directory 2024-04-22T23:18:11.409 INFO:teuthology.orchestra.run.smithi033.stdout:Enabling autotune for osd_memory_target 2024-04-22T23:18:13.601 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:13 smithi033 bash[21450]: cephadm 2024-04-22T23:18:12.609141+0000 mgr.a (mgr.14152) 9 : cephadm [INF] Deploying daemon agent.smithi033 on smithi033 2024-04-22T23:18:13.601 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:13 smithi033 bash[21450]: cephadm 2024-04-22T23:18:12.609141+0000 mgr.a (mgr.14152) 9 : cephadm [INF] Deploying daemon agent.smithi033 on smithi033 2024-04-22T23:18:15.226 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-04-22T23:18:15.226 INFO:teuthology.orchestra.run.smithi033.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-04-22T23:18:15.226 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-22T23:18:15.226 INFO:teuthology.orchestra.run.smithi033.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 367dd694-00fe-11ef-bc93-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:18:15.226 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-22T23:18:15.226 INFO:teuthology.orchestra.run.smithi033.stdout:Or, if you are only running a single cluster on this host: 2024-04-22T23:18:15.226 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-22T23:18:15.226 INFO:teuthology.orchestra.run.smithi033.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-04-22T23:18:15.226 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-22T23:18:15.227 INFO:teuthology.orchestra.run.smithi033.stdout:Please consider enabling telemetry to help improve Ceph: 2024-04-22T23:18:15.227 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-22T23:18:15.227 INFO:teuthology.orchestra.run.smithi033.stdout: ceph telemetry on 2024-04-22T23:18:15.227 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-22T23:18:15.227 INFO:teuthology.orchestra.run.smithi033.stdout:For more information see: 2024-04-22T23:18:15.227 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-22T23:18:15.227 INFO:teuthology.orchestra.run.smithi033.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-04-22T23:18:15.227 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-22T23:18:15.227 INFO:teuthology.orchestra.run.smithi033.stdout:Bootstrap complete. 2024-04-22T23:18:15.271 INFO:tasks.cephadm:Fetching config... 2024-04-22T23:18:15.271 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-04-22T23:18:15.271 DEBUG:teuthology.orchestra.run.smithi033:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-04-22T23:18:15.276 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-04-22T23:18:15.277 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-04-22T23:18:15.277 DEBUG:teuthology.orchestra.run.smithi033:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-04-22T23:18:15.323 INFO:tasks.cephadm:Fetching mon keyring... 2024-04-22T23:18:15.323 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-04-22T23:18:15.323 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd if=/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/mon.a/keyring of=/dev/stdout 2024-04-22T23:18:15.376 INFO:tasks.cephadm:Fetching pub ssh key... 2024-04-22T23:18:15.376 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-04-22T23:18:15.376 DEBUG:teuthology.orchestra.run.smithi033:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-04-22T23:18:15.422 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-04-22T23:18:15.422 DEBUG:teuthology.orchestra.run.smithi033:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDNX/XCgGgEI7+Xe1LmK1YRTTNEZulFpiT2w4wuMNeTfQqasTsyhYlmJB4g8Q9av/GQZFAhQwaqHcxFh37qdOloIaEOPRvM/1BIbDnV3Mi78tlPQPbw4ity2jECgsM69jcTLKZX/9ZqtGOho60KSqPOsziBAJ3vRJmg8DgasZXfnNTekMYqzbrOveRHcuuDfJZOfDEy0lObe2Fp/Yu5hyNjYwmYaQH3P9UaY0i9RqLpJxnWI8fxj5wCrBoIsgQxguci4kHzGM1bY5U6x0aqIAWP72O3qixdoYE46nE9boxzIqg56R/sDSGB9Ed8hGM71degUp7ozvBwX8K5cnHK9X8wlugIOQnBonZyWTOxYPV/PzWPEYyWIGfMDMiojZwYnfjGAmAR4TIFniu1RXoUU8YvoVbMcmy8/ZyAMZc5YCDLhsbhViOhNy0IhkEdwL2t5/3iS0vzjU32HBABZLl7oQZcr5YfTMzfP3VkabhSSof1yhFdIloW8Nz8KCsSy4CoCWU= ceph-367dd694-00fe-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-22T23:18:15.484 INFO:teuthology.orchestra.run.smithi033.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDNX/XCgGgEI7+Xe1LmK1YRTTNEZulFpiT2w4wuMNeTfQqasTsyhYlmJB4g8Q9av/GQZFAhQwaqHcxFh37qdOloIaEOPRvM/1BIbDnV3Mi78tlPQPbw4ity2jECgsM69jcTLKZX/9ZqtGOho60KSqPOsziBAJ3vRJmg8DgasZXfnNTekMYqzbrOveRHcuuDfJZOfDEy0lObe2Fp/Yu5hyNjYwmYaQH3P9UaY0i9RqLpJxnWI8fxj5wCrBoIsgQxguci4kHzGM1bY5U6x0aqIAWP72O3qixdoYE46nE9boxzIqg56R/sDSGB9Ed8hGM71degUp7ozvBwX8K5cnHK9X8wlugIOQnBonZyWTOxYPV/PzWPEYyWIGfMDMiojZwYnfjGAmAR4TIFniu1RXoUU8YvoVbMcmy8/ZyAMZc5YCDLhsbhViOhNy0IhkEdwL2t5/3iS0vzjU32HBABZLl7oQZcr5YfTMzfP3VkabhSSof1yhFdIloW8Nz8KCsSy4CoCWU= ceph-367dd694-00fe-11ef-bc93-c7b262605968 2024-04-22T23:18:15.491 DEBUG:teuthology.orchestra.run.smithi171:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDNX/XCgGgEI7+Xe1LmK1YRTTNEZulFpiT2w4wuMNeTfQqasTsyhYlmJB4g8Q9av/GQZFAhQwaqHcxFh37qdOloIaEOPRvM/1BIbDnV3Mi78tlPQPbw4ity2jECgsM69jcTLKZX/9ZqtGOho60KSqPOsziBAJ3vRJmg8DgasZXfnNTekMYqzbrOveRHcuuDfJZOfDEy0lObe2Fp/Yu5hyNjYwmYaQH3P9UaY0i9RqLpJxnWI8fxj5wCrBoIsgQxguci4kHzGM1bY5U6x0aqIAWP72O3qixdoYE46nE9boxzIqg56R/sDSGB9Ed8hGM71degUp7ozvBwX8K5cnHK9X8wlugIOQnBonZyWTOxYPV/PzWPEYyWIGfMDMiojZwYnfjGAmAR4TIFniu1RXoUU8YvoVbMcmy8/ZyAMZc5YCDLhsbhViOhNy0IhkEdwL2t5/3iS0vzjU32HBABZLl7oQZcr5YfTMzfP3VkabhSSof1yhFdIloW8Nz8KCsSy4CoCWU= ceph-367dd694-00fe-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-22T23:18:15.513 INFO:teuthology.orchestra.run.smithi171.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDNX/XCgGgEI7+Xe1LmK1YRTTNEZulFpiT2w4wuMNeTfQqasTsyhYlmJB4g8Q9av/GQZFAhQwaqHcxFh37qdOloIaEOPRvM/1BIbDnV3Mi78tlPQPbw4ity2jECgsM69jcTLKZX/9ZqtGOho60KSqPOsziBAJ3vRJmg8DgasZXfnNTekMYqzbrOveRHcuuDfJZOfDEy0lObe2Fp/Yu5hyNjYwmYaQH3P9UaY0i9RqLpJxnWI8fxj5wCrBoIsgQxguci4kHzGM1bY5U6x0aqIAWP72O3qixdoYE46nE9boxzIqg56R/sDSGB9Ed8hGM71degUp7ozvBwX8K5cnHK9X8wlugIOQnBonZyWTOxYPV/PzWPEYyWIGfMDMiojZwYnfjGAmAR4TIFniu1RXoUU8YvoVbMcmy8/ZyAMZc5YCDLhsbhViOhNy0IhkEdwL2t5/3iS0vzjU32HBABZLl7oQZcr5YfTMzfP3VkabhSSof1yhFdIloW8Nz8KCsSy4CoCWU= ceph-367dd694-00fe-11ef-bc93-c7b262605968 2024-04-22T23:18:15.522 DEBUG:teuthology.orchestra.run.smithi176:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDNX/XCgGgEI7+Xe1LmK1YRTTNEZulFpiT2w4wuMNeTfQqasTsyhYlmJB4g8Q9av/GQZFAhQwaqHcxFh37qdOloIaEOPRvM/1BIbDnV3Mi78tlPQPbw4ity2jECgsM69jcTLKZX/9ZqtGOho60KSqPOsziBAJ3vRJmg8DgasZXfnNTekMYqzbrOveRHcuuDfJZOfDEy0lObe2Fp/Yu5hyNjYwmYaQH3P9UaY0i9RqLpJxnWI8fxj5wCrBoIsgQxguci4kHzGM1bY5U6x0aqIAWP72O3qixdoYE46nE9boxzIqg56R/sDSGB9Ed8hGM71degUp7ozvBwX8K5cnHK9X8wlugIOQnBonZyWTOxYPV/PzWPEYyWIGfMDMiojZwYnfjGAmAR4TIFniu1RXoUU8YvoVbMcmy8/ZyAMZc5YCDLhsbhViOhNy0IhkEdwL2t5/3iS0vzjU32HBABZLl7oQZcr5YfTMzfP3VkabhSSof1yhFdIloW8Nz8KCsSy4CoCWU= ceph-367dd694-00fe-11ef-bc93-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-04-22T23:18:15.539 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:15 smithi033 systemd[1]: /etc/systemd/system/ceph-367dd694-00fe-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-22T23:18:15.540 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:18:15 smithi033 systemd[1]: /etc/systemd/system/ceph-367dd694-00fe-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-22T23:18:15.545 INFO:teuthology.orchestra.run.smithi176.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDNX/XCgGgEI7+Xe1LmK1YRTTNEZulFpiT2w4wuMNeTfQqasTsyhYlmJB4g8Q9av/GQZFAhQwaqHcxFh37qdOloIaEOPRvM/1BIbDnV3Mi78tlPQPbw4ity2jECgsM69jcTLKZX/9ZqtGOho60KSqPOsziBAJ3vRJmg8DgasZXfnNTekMYqzbrOveRHcuuDfJZOfDEy0lObe2Fp/Yu5hyNjYwmYaQH3P9UaY0i9RqLpJxnWI8fxj5wCrBoIsgQxguci4kHzGM1bY5U6x0aqIAWP72O3qixdoYE46nE9boxzIqg56R/sDSGB9Ed8hGM71degUp7ozvBwX8K5cnHK9X8wlugIOQnBonZyWTOxYPV/PzWPEYyWIGfMDMiojZwYnfjGAmAR4TIFniu1RXoUU8YvoVbMcmy8/ZyAMZc5YCDLhsbhViOhNy0IhkEdwL2t5/3iS0vzjU32HBABZLl7oQZcr5YfTMzfP3VkabhSSof1yhFdIloW8Nz8KCsSy4CoCWU= ceph-367dd694-00fe-11ef-bc93-c7b262605968 2024-04-22T23:18:15.554 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 367dd694-00fe-11ef-bc93-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-04-22T23:18:15.851 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:18:15 smithi033 systemd[1]: /etc/systemd/system/ceph-367dd694-00fe-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-22T23:18:15.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:15 smithi033 bash[21450]: audit 2024-04-22T23:18:14.640600+0000 mon.a (mon.0) 102 : audit [INF] from='client.? 172.21.15.33:0/2217565395' entity='client.admin' 2024-04-22T23:18:15.853 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:15 smithi033 bash[21450]: audit 2024-04-22T23:18:14.640600+0000 mon.a (mon.0) 102 : audit [INF] from='client.? 172.21.15.33:0/2217565395' entity='client.admin' 2024-04-22T23:18:15.853 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:15 smithi033 systemd[1]: /etc/systemd/system/ceph-367dd694-00fe-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-22T23:18:17.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:16 smithi033 bash[21450]: audit 2024-04-22T23:18:15.813323+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:17.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:16 smithi033 bash[21450]: audit 2024-04-22T23:18:15.813323+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:17.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:16 smithi033 bash[21450]: audit 2024-04-22T23:18:15.833097+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:17.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:16 smithi033 bash[21450]: audit 2024-04-22T23:18:15.833097+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:17.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:16 smithi033 bash[21450]: audit 2024-04-22T23:18:15.835423+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:17.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:16 smithi033 bash[21450]: audit 2024-04-22T23:18:15.835423+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:17.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:16 smithi033 bash[21450]: audit 2024-04-22T23:18:15.851879+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:18:17.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:16 smithi033 bash[21450]: audit 2024-04-22T23:18:15.851879+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:18:17.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:16 smithi033 bash[21450]: audit 2024-04-22T23:18:15.855291+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:17.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:16 smithi033 bash[21450]: audit 2024-04-22T23:18:15.855291+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:17.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:16 smithi033 bash[21450]: audit 2024-04-22T23:18:15.857274+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:17.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:16 smithi033 bash[21450]: audit 2024-04-22T23:18:15.857274+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:17.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:16 smithi033 bash[21450]: audit 2024-04-22T23:18:15.859093+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:17.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:16 smithi033 bash[21450]: audit 2024-04-22T23:18:15.859093+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:17.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:16 smithi033 bash[21450]: audit 2024-04-22T23:18:15.860871+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:17.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:16 smithi033 bash[21450]: audit 2024-04-22T23:18:15.860871+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:17.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:16 smithi033 bash[21450]: audit 2024-04-22T23:18:15.863729+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:17.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:16 smithi033 bash[21450]: audit 2024-04-22T23:18:15.863729+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:17.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:16 smithi033 bash[21450]: audit 2024-04-22T23:18:15.898065+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:18:17.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:16 smithi033 bash[21450]: audit 2024-04-22T23:18:15.898065+0000 mon.a (mon.0) 112 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:18:17.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:16 smithi033 bash[21450]: audit 2024-04-22T23:18:15.902245+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:17.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:16 smithi033 bash[21450]: audit 2024-04-22T23:18:15.902245+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:17.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:16 smithi033 bash[21450]: audit 2024-04-22T23:18:16.239913+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:17.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:16 smithi033 bash[21450]: audit 2024-04-22T23:18:16.239913+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:19.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:19 smithi033 bash[21450]: audit 2024-04-22T23:18:18.579995+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:19.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:19 smithi033 bash[21450]: audit 2024-04-22T23:18:18.579995+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:20.271 INFO:teuthology.orchestra.run.smithi033.stderr:Inferring config /var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:18:21.928 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:21 smithi033 bash[21450]: audit 2024-04-22T23:18:20.677628+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:21.928 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:21 smithi033 bash[21450]: audit 2024-04-22T23:18:20.677628+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:21.928 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:21 smithi033 bash[21450]: audit 2024-04-22T23:18:20.681892+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:21.929 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:21 smithi033 bash[21450]: audit 2024-04-22T23:18:20.681892+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:22.372 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-04-22T23:18:22.372 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 367dd694-00fe-11ef-bc93-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-04-22T23:18:23.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:22 smithi033 bash[21450]: audit 2024-04-22T23:18:21.713808+0000 mon.a (mon.0) 118 : audit [INF] from='client.? 172.21.15.33:0/3632463487' entity='client.admin' 2024-04-22T23:18:23.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:22 smithi033 bash[21450]: audit 2024-04-22T23:18:21.713808+0000 mon.a (mon.0) 118 : audit [INF] from='client.? 172.21.15.33:0/3632463487' entity='client.admin' 2024-04-22T23:18:23.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:22 smithi033 bash[21450]: audit 2024-04-22T23:18:21.749166+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:18:23.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:22 smithi033 bash[21450]: audit 2024-04-22T23:18:21.749166+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:18:23.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:22 smithi033 bash[21450]: audit 2024-04-22T23:18:21.753546+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:23.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:22 smithi033 bash[21450]: audit 2024-04-22T23:18:21.753546+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:25.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:24 smithi033 bash[21450]: cluster 2024-04-22T23:18:23.509826+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:25.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:24 smithi033 bash[21450]: cluster 2024-04-22T23:18:23.509826+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:26.841 INFO:teuthology.orchestra.run.smithi033.stderr:Inferring config /var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:18:27.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:26 smithi033 bash[21450]: cluster 2024-04-22T23:18:25.510409+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:27.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:26 smithi033 bash[21450]: cluster 2024-04-22T23:18:25.510409+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:27.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:26 smithi033 bash[21450]: audit 2024-04-22T23:18:26.681173+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:27.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:26 smithi033 bash[21450]: audit 2024-04-22T23:18:26.681173+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:27.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:26 smithi033 bash[21450]: audit 2024-04-22T23:18:26.688420+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:27.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:26 smithi033 bash[21450]: audit 2024-04-22T23:18:26.688420+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:28.652 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi171 2024-04-22T23:18:28.652 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-04-22T23:18:28.652 DEBUG:teuthology.orchestra.run.smithi171:> dd of=/etc/ceph/ceph.conf 2024-04-22T23:18:28.658 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-04-22T23:18:28.658 DEBUG:teuthology.orchestra.run.smithi171:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:18:28.707 INFO:tasks.cephadm:Adding host smithi171 to orchestrator... 2024-04-22T23:18:28.708 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 367dd694-00fe-11ef-bc93-c7b262605968 -- ceph orch host add smithi171 2024-04-22T23:18:29.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:28 smithi033 bash[21450]: cluster 2024-04-22T23:18:27.510953+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:29.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:28 smithi033 bash[21450]: cluster 2024-04-22T23:18:27.510953+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:29.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:28 smithi033 bash[21450]: audit 2024-04-22T23:18:27.940304+0000 mgr.a (mgr.14152) 13 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:18:29.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:28 smithi033 bash[21450]: audit 2024-04-22T23:18:27.940304+0000 mgr.a (mgr.14152) 13 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:18:29.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:28 smithi033 bash[21450]: audit 2024-04-22T23:18:27.945845+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:29.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:28 smithi033 bash[21450]: audit 2024-04-22T23:18:27.945845+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:29.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:28 smithi033 bash[21450]: audit 2024-04-22T23:18:27.949278+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:18:29.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:28 smithi033 bash[21450]: audit 2024-04-22T23:18:27.949278+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:18:29.353 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:28 smithi033 bash[21450]: audit 2024-04-22T23:18:27.951281+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:18:29.353 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:28 smithi033 bash[21450]: audit 2024-04-22T23:18:27.951281+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:18:29.353 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:28 smithi033 bash[21450]: audit 2024-04-22T23:18:27.952278+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:18:29.353 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:28 smithi033 bash[21450]: audit 2024-04-22T23:18:27.952278+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:18:29.353 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:28 smithi033 bash[21450]: cephadm 2024-04-22T23:18:27.953467+0000 mgr.a (mgr.14152) 14 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.conf 2024-04-22T23:18:29.353 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:28 smithi033 bash[21450]: cephadm 2024-04-22T23:18:27.953467+0000 mgr.a (mgr.14152) 14 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.conf 2024-04-22T23:18:29.353 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:28 smithi033 bash[21450]: cephadm 2024-04-22T23:18:28.068054+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi033:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:18:29.353 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:28 smithi033 bash[21450]: cephadm 2024-04-22T23:18:28.068054+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi033:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:18:29.353 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:28 smithi033 bash[21450]: audit 2024-04-22T23:18:28.415875+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:29.353 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:28 smithi033 bash[21450]: audit 2024-04-22T23:18:28.415875+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:29.353 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:28 smithi033 bash[21450]: audit 2024-04-22T23:18:28.419744+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:29.353 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:28 smithi033 bash[21450]: audit 2024-04-22T23:18:28.419744+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:30.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:29 smithi033 bash[21450]: cephadm 2024-04-22T23:18:28.182384+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:18:30.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:29 smithi033 bash[21450]: cephadm 2024-04-22T23:18:28.182384+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:18:30.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:29 smithi033 bash[21450]: cephadm 2024-04-22T23:18:28.296655+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi033:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T23:18:30.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:29 smithi033 bash[21450]: cephadm 2024-04-22T23:18:28.296655+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi033:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T23:18:31.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:30 smithi033 bash[21450]: cluster 2024-04-22T23:18:29.511499+0000 mgr.a (mgr.14152) 18 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:31.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:30 smithi033 bash[21450]: cluster 2024-04-22T23:18:29.511499+0000 mgr.a (mgr.14152) 18 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:33.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:32 smithi033 bash[21450]: cluster 2024-04-22T23:18:31.511964+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:33.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:32 smithi033 bash[21450]: cluster 2024-04-22T23:18:31.511964+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:33.429 INFO:teuthology.orchestra.run.smithi033.stderr:Inferring config /var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:18:35.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:34 smithi033 bash[21450]: cluster 2024-04-22T23:18:33.512462+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:35.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:34 smithi033 bash[21450]: cluster 2024-04-22T23:18:33.512462+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:36.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:35 smithi033 bash[21450]: audit 2024-04-22T23:18:34.606265+0000 mgr.a (mgr.14152) 21 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi171", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:18:36.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:35 smithi033 bash[21450]: audit 2024-04-22T23:18:34.606265+0000 mgr.a (mgr.14152) 21 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi171", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:18:37.289 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:36 smithi033 bash[21450]: cephadm 2024-04-22T23:18:35.321214+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Deploying cephadm binary to smithi171 2024-04-22T23:18:37.289 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:36 smithi033 bash[21450]: cephadm 2024-04-22T23:18:35.321214+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Deploying cephadm binary to smithi171 2024-04-22T23:18:37.290 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:36 smithi033 bash[21450]: cluster 2024-04-22T23:18:35.512892+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:37.290 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:36 smithi033 bash[21450]: cluster 2024-04-22T23:18:35.512892+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:39.307 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:38 smithi033 bash[21450]: cluster 2024-04-22T23:18:37.513157+0000 mgr.a (mgr.14152) 24 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:39.307 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:38 smithi033 bash[21450]: cluster 2024-04-22T23:18:37.513157+0000 mgr.a (mgr.14152) 24 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:40.601 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:40 smithi033 bash[21450]: audit 2024-04-22T23:18:39.288679+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:40.601 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:40 smithi033 bash[21450]: audit 2024-04-22T23:18:39.288679+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:40.601 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:40 smithi033 bash[21450]: audit 2024-04-22T23:18:39.299895+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:40.602 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:40 smithi033 bash[21450]: audit 2024-04-22T23:18:39.299895+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:40.602 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:40 smithi033 bash[21450]: cluster 2024-04-22T23:18:39.513478+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:40.602 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:40 smithi033 bash[21450]: cluster 2024-04-22T23:18:39.513478+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:40.773 INFO:teuthology.orchestra.run.smithi033.stdout:Added host 'smithi171' with addr '172.21.15.171' 2024-04-22T23:18:41.407 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 367dd694-00fe-11ef-bc93-c7b262605968 -- ceph orch host ls --format=json 2024-04-22T23:18:42.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:41 smithi033 bash[21450]: audit 2024-04-22T23:18:40.771961+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:42.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:41 smithi033 bash[21450]: audit 2024-04-22T23:18:40.771961+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:42.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:41 smithi033 bash[21450]: cephadm 2024-04-22T23:18:40.772854+0000 mgr.a (mgr.14152) 26 : cephadm [INF] Added host smithi171 2024-04-22T23:18:42.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:41 smithi033 bash[21450]: cephadm 2024-04-22T23:18:40.772854+0000 mgr.a (mgr.14152) 26 : cephadm [INF] Added host smithi171 2024-04-22T23:18:42.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:41 smithi033 bash[21450]: audit 2024-04-22T23:18:40.815608+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:18:42.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:41 smithi033 bash[21450]: audit 2024-04-22T23:18:40.815608+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:18:42.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:41 smithi033 bash[21450]: audit 2024-04-22T23:18:41.288935+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:42.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:41 smithi033 bash[21450]: audit 2024-04-22T23:18:41.288935+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:43.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:42 smithi033 bash[21450]: cluster 2024-04-22T23:18:41.513780+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:43.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:42 smithi033 bash[21450]: cluster 2024-04-22T23:18:41.513780+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:43.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:42 smithi033 bash[21450]: audit 2024-04-22T23:18:42.764153+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:43.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:42 smithi033 bash[21450]: audit 2024-04-22T23:18:42.764153+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:43.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:42 smithi033 bash[21450]: audit 2024-04-22T23:18:42.770531+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:43.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:42 smithi033 bash[21450]: audit 2024-04-22T23:18:42.770531+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:44.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:43 smithi033 bash[21450]: audit 2024-04-22T23:18:42.773079+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi171", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:18:44.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:43 smithi033 bash[21450]: audit 2024-04-22T23:18:42.773079+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi171", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:18:44.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:43 smithi033 bash[21450]: audit 2024-04-22T23:18:42.779795+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:18:44.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:43 smithi033 bash[21450]: audit 2024-04-22T23:18:42.779795+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:18:44.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:43 smithi033 bash[21450]: audit 2024-04-22T23:18:42.781710+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:18:44.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:43 smithi033 bash[21450]: audit 2024-04-22T23:18:42.781710+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:18:44.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:43 smithi033 bash[21450]: cephadm 2024-04-22T23:18:42.784631+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Updating smithi171:/etc/ceph/ceph.conf 2024-04-22T23:18:44.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:43 smithi033 bash[21450]: cephadm 2024-04-22T23:18:42.784631+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Updating smithi171:/etc/ceph/ceph.conf 2024-04-22T23:18:44.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:43 smithi033 bash[21450]: cephadm 2024-04-22T23:18:43.000435+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Updating smithi171:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:18:44.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:43 smithi033 bash[21450]: cephadm 2024-04-22T23:18:43.000435+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Updating smithi171:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:18:44.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:43 smithi033 bash[21450]: audit 2024-04-22T23:18:43.650859+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:44.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:43 smithi033 bash[21450]: audit 2024-04-22T23:18:43.650859+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:44.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:43 smithi033 bash[21450]: audit 2024-04-22T23:18:43.657471+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:44.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:43 smithi033 bash[21450]: audit 2024-04-22T23:18:43.657471+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:44.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:43 smithi033 bash[21450]: audit 2024-04-22T23:18:43.660787+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi171", "caps": []}]: dispatch 2024-04-22T23:18:44.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:43 smithi033 bash[21450]: audit 2024-04-22T23:18:43.660787+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi171", "caps": []}]: dispatch 2024-04-22T23:18:44.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:43 smithi033 bash[21450]: audit 2024-04-22T23:18:43.662777+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi171", "caps": []}]': finished 2024-04-22T23:18:44.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:43 smithi033 bash[21450]: audit 2024-04-22T23:18:43.662777+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi171", "caps": []}]': finished 2024-04-22T23:18:45.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:44 smithi033 bash[21450]: cephadm 2024-04-22T23:18:43.215489+0000 mgr.a (mgr.14152) 30 : cephadm [INF] Updating smithi171:/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:18:45.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:44 smithi033 bash[21450]: cephadm 2024-04-22T23:18:43.215489+0000 mgr.a (mgr.14152) 30 : cephadm [INF] Updating smithi171:/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:18:45.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:44 smithi033 bash[21450]: cephadm 2024-04-22T23:18:43.430259+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi171:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T23:18:45.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:44 smithi033 bash[21450]: cephadm 2024-04-22T23:18:43.430259+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi171:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T23:18:45.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:44 smithi033 bash[21450]: cluster 2024-04-22T23:18:43.514130+0000 mgr.a (mgr.14152) 32 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:45.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:44 smithi033 bash[21450]: cluster 2024-04-22T23:18:43.514130+0000 mgr.a (mgr.14152) 32 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:46.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:45 smithi033 bash[21450]: cephadm 2024-04-22T23:18:44.186062+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Deploying daemon agent.smithi171 on smithi171 2024-04-22T23:18:46.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:45 smithi033 bash[21450]: cephadm 2024-04-22T23:18:44.186062+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Deploying daemon agent.smithi171 on smithi171 2024-04-22T23:18:46.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:45 smithi033 bash[21450]: audit 2024-04-22T23:18:45.504884+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:46.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:45 smithi033 bash[21450]: audit 2024-04-22T23:18:45.504884+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:46.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:45 smithi033 bash[21450]: audit 2024-04-22T23:18:45.559456+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:46.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:45 smithi033 bash[21450]: audit 2024-04-22T23:18:45.559456+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:46.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:45 smithi033 bash[21450]: audit 2024-04-22T23:18:45.566244+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:46.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:45 smithi033 bash[21450]: audit 2024-04-22T23:18:45.566244+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:46.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:45 smithi033 bash[21450]: audit 2024-04-22T23:18:45.633782+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:18:46.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:45 smithi033 bash[21450]: audit 2024-04-22T23:18:45.633782+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:18:46.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:45 smithi033 bash[21450]: audit 2024-04-22T23:18:45.637320+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:18:46.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:45 smithi033 bash[21450]: audit 2024-04-22T23:18:45.637320+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:18:46.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:45 smithi033 bash[21450]: audit 2024-04-22T23:18:45.638613+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:18:46.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:45 smithi033 bash[21450]: audit 2024-04-22T23:18:45.638613+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:18:46.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:45 smithi033 bash[21450]: audit 2024-04-22T23:18:45.646015+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:46.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:45 smithi033 bash[21450]: audit 2024-04-22T23:18:45.646015+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:46.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:45 smithi033 bash[21450]: audit 2024-04-22T23:18:45.714314+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:18:46.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:45 smithi033 bash[21450]: audit 2024-04-22T23:18:45.714314+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:18:46.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:45 smithi033 bash[21450]: audit 2024-04-22T23:18:45.717699+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:18:46.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:45 smithi033 bash[21450]: audit 2024-04-22T23:18:45.717699+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:18:46.104 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:45 smithi033 bash[21450]: audit 2024-04-22T23:18:45.719100+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:18:46.104 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:45 smithi033 bash[21450]: audit 2024-04-22T23:18:45.719100+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:18:46.104 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:45 smithi033 bash[21450]: audit 2024-04-22T23:18:45.725557+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:46.104 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:45 smithi033 bash[21450]: audit 2024-04-22T23:18:45.725557+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:46.124 INFO:teuthology.orchestra.run.smithi033.stderr:Inferring config /var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:18:47.304 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-22T23:18:47.304 INFO:teuthology.orchestra.run.smithi033.stdout:[{"addr": "172.21.15.33", "hostname": "smithi033", "labels": [], "status": ""}, {"addr": "172.21.15.171", "hostname": "smithi171", "labels": [], "status": ""}] 2024-04-22T23:18:47.317 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:46 smithi033 bash[21450]: cluster 2024-04-22T23:18:45.514536+0000 mgr.a (mgr.14152) 34 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:47.318 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:46 smithi033 bash[21450]: cluster 2024-04-22T23:18:45.514536+0000 mgr.a (mgr.14152) 34 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:47.318 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:46 smithi033 bash[21450]: audit 2024-04-22T23:18:45.987744+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:47.318 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:46 smithi033 bash[21450]: audit 2024-04-22T23:18:45.987744+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:48.021 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi176 2024-04-22T23:18:48.021 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2024-04-22T23:18:48.022 DEBUG:teuthology.orchestra.run.smithi176:> dd of=/etc/ceph/ceph.conf 2024-04-22T23:18:48.028 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2024-04-22T23:18:48.028 DEBUG:teuthology.orchestra.run.smithi176:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:18:48.073 INFO:tasks.cephadm:Adding host smithi176 to orchestrator... 2024-04-22T23:18:48.074 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 367dd694-00fe-11ef-bc93-c7b262605968 -- ceph orch host add smithi176 2024-04-22T23:18:48.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:48 smithi033 bash[21450]: audit 2024-04-22T23:18:47.047907+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:48.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:48 smithi033 bash[21450]: audit 2024-04-22T23:18:47.047907+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:48.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:48 smithi033 bash[21450]: audit 2024-04-22T23:18:47.058014+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:48.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:48 smithi033 bash[21450]: audit 2024-04-22T23:18:47.058014+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:49.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:49 smithi033 bash[21450]: audit 2024-04-22T23:18:47.302899+0000 mgr.a (mgr.14152) 35 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T23:18:49.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:49 smithi033 bash[21450]: audit 2024-04-22T23:18:47.302899+0000 mgr.a (mgr.14152) 35 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T23:18:49.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:49 smithi033 bash[21450]: cluster 2024-04-22T23:18:47.514916+0000 mgr.a (mgr.14152) 36 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:49.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:49 smithi033 bash[21450]: cluster 2024-04-22T23:18:47.514916+0000 mgr.a (mgr.14152) 36 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:49.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:49 smithi033 bash[21450]: audit 2024-04-22T23:18:48.590335+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:49.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:49 smithi033 bash[21450]: audit 2024-04-22T23:18:48.590335+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:51.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:51 smithi033 bash[21450]: cluster 2024-04-22T23:18:49.515298+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:51.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:51 smithi033 bash[21450]: cluster 2024-04-22T23:18:49.515298+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:52.790 INFO:teuthology.orchestra.run.smithi033.stderr:Inferring config /var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:18:53.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:53 smithi033 bash[21450]: cluster 2024-04-22T23:18:51.515749+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:53.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:53 smithi033 bash[21450]: cluster 2024-04-22T23:18:51.515749+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:55.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:55 smithi033 bash[21450]: cluster 2024-04-22T23:18:53.516181+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:55.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:55 smithi033 bash[21450]: cluster 2024-04-22T23:18:53.516181+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:55.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:55 smithi033 bash[21450]: audit 2024-04-22T23:18:54.046055+0000 mgr.a (mgr.14152) 40 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi176", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:18:55.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:55 smithi033 bash[21450]: audit 2024-04-22T23:18:54.046055+0000 mgr.a (mgr.14152) 40 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi176", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:18:56.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:56 smithi033 bash[21450]: cephadm 2024-04-22T23:18:54.717633+0000 mgr.a (mgr.14152) 41 : cephadm [INF] Deploying cephadm binary to smithi176 2024-04-22T23:18:56.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:56 smithi033 bash[21450]: cephadm 2024-04-22T23:18:54.717633+0000 mgr.a (mgr.14152) 41 : cephadm [INF] Deploying cephadm binary to smithi176 2024-04-22T23:18:57.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:57 smithi033 bash[21450]: cluster 2024-04-22T23:18:55.516623+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:57.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:57 smithi033 bash[21450]: cluster 2024-04-22T23:18:55.516623+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:59.510 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:59 smithi033 bash[21450]: cluster 2024-04-22T23:18:57.516983+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:59.510 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:59 smithi033 bash[21450]: cluster 2024-04-22T23:18:57.516983+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:18:59.510 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:59 smithi033 bash[21450]: audit 2024-04-22T23:18:58.102830+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:59.510 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:59 smithi033 bash[21450]: audit 2024-04-22T23:18:58.102830+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:59.510 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:59 smithi033 bash[21450]: audit 2024-04-22T23:18:58.113094+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:18:59.510 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:18:59 smithi033 bash[21450]: audit 2024-04-22T23:18:58.113094+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:00.423 INFO:teuthology.orchestra.run.smithi033.stdout:Added host 'smithi176' with addr '172.21.15.176' 2024-04-22T23:19:00.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:00 smithi033 bash[21450]: audit 2024-04-22T23:18:59.488974+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:00.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:00 smithi033 bash[21450]: audit 2024-04-22T23:18:59.488974+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:00.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:00 smithi033 bash[21450]: audit 2024-04-22T23:18:59.498511+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:00.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:00 smithi033 bash[21450]: audit 2024-04-22T23:18:59.498511+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:00.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:00 smithi033 bash[21450]: cluster 2024-04-22T23:18:59.517370+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:00.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:00 smithi033 bash[21450]: cluster 2024-04-22T23:18:59.517370+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:00.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:00 smithi033 bash[21450]: audit 2024-04-22T23:19:00.421780+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:00.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:00 smithi033 bash[21450]: audit 2024-04-22T23:19:00.421780+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:00.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:00 smithi033 bash[21450]: audit 2024-04-22T23:19:00.459202+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:00.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:00 smithi033 bash[21450]: audit 2024-04-22T23:19:00.459202+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:01.176 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 367dd694-00fe-11ef-bc93-c7b262605968 -- ceph orch host ls --format=json 2024-04-22T23:19:02.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:01 smithi033 bash[21450]: cephadm 2024-04-22T23:19:00.422646+0000 mgr.a (mgr.14152) 45 : cephadm [INF] Added host smithi176 2024-04-22T23:19:02.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:01 smithi033 bash[21450]: cephadm 2024-04-22T23:19:00.422646+0000 mgr.a (mgr.14152) 45 : cephadm [INF] Added host smithi176 2024-04-22T23:19:02.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:01 smithi033 bash[21450]: audit 2024-04-22T23:19:00.932616+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:02.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:01 smithi033 bash[21450]: audit 2024-04-22T23:19:00.932616+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:03.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:02 smithi033 bash[21450]: cluster 2024-04-22T23:19:01.517791+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:03.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:02 smithi033 bash[21450]: cluster 2024-04-22T23:19:01.517791+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:03.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:02 smithi033 bash[21450]: audit 2024-04-22T23:19:02.408002+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:03.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:02 smithi033 bash[21450]: audit 2024-04-22T23:19:02.408002+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:03.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:02 smithi033 bash[21450]: audit 2024-04-22T23:19:02.414202+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:03.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:02 smithi033 bash[21450]: audit 2024-04-22T23:19:02.414202+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:03.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:02 smithi033 bash[21450]: audit 2024-04-22T23:19:02.415885+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi176", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:19:03.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:02 smithi033 bash[21450]: audit 2024-04-22T23:19:02.415885+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi176", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:19:03.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:02 smithi033 bash[21450]: audit 2024-04-22T23:19:02.418028+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:03.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:02 smithi033 bash[21450]: audit 2024-04-22T23:19:02.418028+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:03.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:02 smithi033 bash[21450]: audit 2024-04-22T23:19:02.419935+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:03.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:02 smithi033 bash[21450]: audit 2024-04-22T23:19:02.419935+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:04.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:03 smithi033 bash[21450]: cephadm 2024-04-22T23:19:02.423002+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Updating smithi176:/etc/ceph/ceph.conf 2024-04-22T23:19:04.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:03 smithi033 bash[21450]: cephadm 2024-04-22T23:19:02.423002+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Updating smithi176:/etc/ceph/ceph.conf 2024-04-22T23:19:04.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:03 smithi033 bash[21450]: cephadm 2024-04-22T23:19:02.638977+0000 mgr.a (mgr.14152) 48 : cephadm [INF] Updating smithi176:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:19:04.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:03 smithi033 bash[21450]: cephadm 2024-04-22T23:19:02.638977+0000 mgr.a (mgr.14152) 48 : cephadm [INF] Updating smithi176:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:19:04.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:03 smithi033 bash[21450]: cephadm 2024-04-22T23:19:02.854824+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Updating smithi176:/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:19:04.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:03 smithi033 bash[21450]: cephadm 2024-04-22T23:19:02.854824+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Updating smithi176:/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:19:04.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:03 smithi033 bash[21450]: cephadm 2024-04-22T23:19:03.069931+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Updating smithi176:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T23:19:04.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:03 smithi033 bash[21450]: cephadm 2024-04-22T23:19:03.069931+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Updating smithi176:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T23:19:04.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:03 smithi033 bash[21450]: audit 2024-04-22T23:19:03.290614+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:04.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:03 smithi033 bash[21450]: audit 2024-04-22T23:19:03.290614+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:04.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:03 smithi033 bash[21450]: audit 2024-04-22T23:19:03.297691+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:04.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:03 smithi033 bash[21450]: audit 2024-04-22T23:19:03.297691+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:04.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:03 smithi033 bash[21450]: audit 2024-04-22T23:19:03.301530+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi176", "caps": []}]: dispatch 2024-04-22T23:19:04.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:03 smithi033 bash[21450]: audit 2024-04-22T23:19:03.301530+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi176", "caps": []}]: dispatch 2024-04-22T23:19:04.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:03 smithi033 bash[21450]: audit 2024-04-22T23:19:03.303162+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi176", "caps": []}]': finished 2024-04-22T23:19:04.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:03 smithi033 bash[21450]: audit 2024-04-22T23:19:03.303162+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi176", "caps": []}]': finished 2024-04-22T23:19:05.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:04 smithi033 bash[21450]: cluster 2024-04-22T23:19:03.518177+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:05.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:04 smithi033 bash[21450]: cluster 2024-04-22T23:19:03.518177+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:05.892 INFO:teuthology.orchestra.run.smithi033.stderr:Inferring config /var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:19:06.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:05 smithi033 bash[21450]: cephadm 2024-04-22T23:19:04.320280+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Deploying daemon agent.smithi176 on smithi176 2024-04-22T23:19:06.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:05 smithi033 bash[21450]: cephadm 2024-04-22T23:19:04.320280+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Deploying daemon agent.smithi176 on smithi176 2024-04-22T23:19:06.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:05 smithi033 bash[21450]: audit 2024-04-22T23:19:05.285348+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:06.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:05 smithi033 bash[21450]: audit 2024-04-22T23:19:05.285348+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:06.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:05 smithi033 bash[21450]: audit 2024-04-22T23:19:05.296328+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:06.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:05 smithi033 bash[21450]: audit 2024-04-22T23:19:05.296328+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:06.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:05 smithi033 bash[21450]: audit 2024-04-22T23:19:05.301810+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:06.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:05 smithi033 bash[21450]: audit 2024-04-22T23:19:05.301810+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:06.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:05 smithi033 bash[21450]: audit 2024-04-22T23:19:05.402712+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:06.353 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:05 smithi033 bash[21450]: audit 2024-04-22T23:19:05.402712+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:06.353 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:05 smithi033 bash[21450]: audit 2024-04-22T23:19:05.406868+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:06.353 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:05 smithi033 bash[21450]: audit 2024-04-22T23:19:05.406868+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:06.353 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:05 smithi033 bash[21450]: audit 2024-04-22T23:19:05.408249+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:06.353 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:05 smithi033 bash[21450]: audit 2024-04-22T23:19:05.408249+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:06.353 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:05 smithi033 bash[21450]: audit 2024-04-22T23:19:05.416285+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:06.353 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:05 smithi033 bash[21450]: audit 2024-04-22T23:19:05.416285+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:06.353 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:05 smithi033 bash[21450]: audit 2024-04-22T23:19:05.522211+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:06.353 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:05 smithi033 bash[21450]: audit 2024-04-22T23:19:05.522211+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:06.353 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:05 smithi033 bash[21450]: audit 2024-04-22T23:19:05.527850+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:06.353 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:05 smithi033 bash[21450]: audit 2024-04-22T23:19:05.527850+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:06.353 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:05 smithi033 bash[21450]: audit 2024-04-22T23:19:05.529631+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:06.353 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:05 smithi033 bash[21450]: audit 2024-04-22T23:19:05.529631+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:06.353 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:05 smithi033 bash[21450]: audit 2024-04-22T23:19:05.538291+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:06.354 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:05 smithi033 bash[21450]: audit 2024-04-22T23:19:05.538291+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:06.354 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:05 smithi033 bash[21450]: audit 2024-04-22T23:19:05.766941+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:06.354 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:05 smithi033 bash[21450]: audit 2024-04-22T23:19:05.766941+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:07.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:06 smithi033 bash[21450]: cluster 2024-04-22T23:19:05.518594+0000 mgr.a (mgr.14152) 53 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:07.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:06 smithi033 bash[21450]: cluster 2024-04-22T23:19:05.518594+0000 mgr.a (mgr.14152) 53 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:07.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:06 smithi033 bash[21450]: audit 2024-04-22T23:19:06.611879+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:07.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:06 smithi033 bash[21450]: audit 2024-04-22T23:19:06.611879+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:07.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:06 smithi033 bash[21450]: audit 2024-04-22T23:19:06.622404+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:07.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:06 smithi033 bash[21450]: audit 2024-04-22T23:19:06.622404+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:07.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:06 smithi033 bash[21450]: audit 2024-04-22T23:19:06.827499+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:07.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:06 smithi033 bash[21450]: audit 2024-04-22T23:19:06.827499+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:07.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:06 smithi033 bash[21450]: audit 2024-04-22T23:19:06.835084+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:07.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:06 smithi033 bash[21450]: audit 2024-04-22T23:19:06.835084+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:07.186 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-04-22T23:19:07.186 INFO:teuthology.orchestra.run.smithi033.stdout:[{"addr": "172.21.15.33", "hostname": "smithi033", "labels": [], "status": ""}, {"addr": "172.21.15.171", "hostname": "smithi171", "labels": [], "status": ""}, {"addr": "172.21.15.176", "hostname": "smithi176", "labels": [], "status": ""}] 2024-04-22T23:19:07.818 INFO:tasks.cephadm:Setting crush tunables to default 2024-04-22T23:19:07.852 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 367dd694-00fe-11ef-bc93-c7b262605968 -- ceph osd crush tunables default 2024-04-22T23:19:09.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:08 smithi033 bash[21450]: audit 2024-04-22T23:19:07.185231+0000 mgr.a (mgr.14152) 54 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T23:19:09.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:08 smithi033 bash[21450]: audit 2024-04-22T23:19:07.185231+0000 mgr.a (mgr.14152) 54 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T23:19:09.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:08 smithi033 bash[21450]: cluster 2024-04-22T23:19:07.519039+0000 mgr.a (mgr.14152) 55 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:09.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:08 smithi033 bash[21450]: cluster 2024-04-22T23:19:07.519039+0000 mgr.a (mgr.14152) 55 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:09.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:08 smithi033 bash[21450]: audit 2024-04-22T23:19:08.600173+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:09.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:08 smithi033 bash[21450]: audit 2024-04-22T23:19:08.600173+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:11.344 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:10 smithi033 bash[21450]: cluster 2024-04-22T23:19:09.519431+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:11.344 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:10 smithi033 bash[21450]: cluster 2024-04-22T23:19:09.519431+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:12.570 INFO:teuthology.orchestra.run.smithi033.stderr:Inferring config /var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:19:13.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:12 smithi033 bash[21450]: cluster 2024-04-22T23:19:11.519799+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:13.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:12 smithi033 bash[21450]: cluster 2024-04-22T23:19:11.519799+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:13.961 INFO:teuthology.orchestra.run.smithi033.stderr:adjusted tunables profile to default 2024-04-22T23:19:14.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:13 smithi033 bash[21450]: audit 2024-04-22T23:19:13.766424+0000 mon.a (mon.0) 191 : audit [INF] from='client.? 172.21.15.33:0/3759944264' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-22T23:19:14.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:13 smithi033 bash[21450]: audit 2024-04-22T23:19:13.766424+0000 mon.a (mon.0) 191 : audit [INF] from='client.? 172.21.15.33:0/3759944264' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-22T23:19:14.602 INFO:tasks.cephadm:Adding mon.a on smithi033 2024-04-22T23:19:14.603 INFO:tasks.cephadm:Adding mon.b on smithi171 2024-04-22T23:19:14.603 INFO:tasks.cephadm:Adding mon.c on smithi176 2024-04-22T23:19:14.603 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 367dd694-00fe-11ef-bc93-c7b262605968 -- ceph orch apply mon '3;smithi033:172.21.15.33=a;smithi171:172.21.15.171=b;smithi176:172.21.15.176=c' 2024-04-22T23:19:15.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:14 smithi033 bash[21450]: cluster 2024-04-22T23:19:13.520033+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:15.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:14 smithi033 bash[21450]: cluster 2024-04-22T23:19:13.520033+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:15.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:14 smithi033 bash[21450]: audit 2024-04-22T23:19:13.955095+0000 mon.a (mon.0) 192 : audit [INF] from='client.? 172.21.15.33:0/3759944264' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-22T23:19:15.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:14 smithi033 bash[21450]: audit 2024-04-22T23:19:13.955095+0000 mon.a (mon.0) 192 : audit [INF] from='client.? 172.21.15.33:0/3759944264' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-22T23:19:15.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:14 smithi033 bash[21450]: cluster 2024-04-22T23:19:13.960198+0000 mon.a (mon.0) 193 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:19:15.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:14 smithi033 bash[21450]: cluster 2024-04-22T23:19:13.960198+0000 mon.a (mon.0) 193 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:19:15.812 INFO:teuthology.orchestra.run.smithi176.stderr:Inferring config /var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:19:17.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:16 smithi033 bash[21450]: cluster 2024-04-22T23:19:15.520413+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:17.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:16 smithi033 bash[21450]: cluster 2024-04-22T23:19:15.520413+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:17.480 INFO:teuthology.orchestra.run.smithi176.stdout:Scheduled mon update... 2024-04-22T23:19:18.461 DEBUG:teuthology.orchestra.run.smithi171:mon.b> sudo journalctl -f -n 0 -u ceph-367dd694-00fe-11ef-bc93-c7b262605968@mon.b.service 2024-04-22T23:19:18.464 DEBUG:teuthology.orchestra.run.smithi176:mon.c> sudo journalctl -f -n 0 -u ceph-367dd694-00fe-11ef-bc93-c7b262605968@mon.c.service 2024-04-22T23:19:18.466 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-22T23:19:18.466 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 367dd694-00fe-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-22T23:19:18.602 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:18 smithi033 bash[21450]: audit 2024-04-22T23:19:17.467162+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi033:172.21.15.33=a;smithi171:172.21.15.171=b;smithi176:172.21.15.176=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:19:18.602 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:18 smithi033 bash[21450]: audit 2024-04-22T23:19:17.467162+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi033:172.21.15.33=a;smithi171:172.21.15.171=b;smithi176:172.21.15.176=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:19:18.602 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:18 smithi033 bash[21450]: cephadm 2024-04-22T23:19:17.472950+0000 mgr.a (mgr.14152) 61 : cephadm [INF] Saving service mon spec with placement smithi033:172.21.15.33=a;smithi171:172.21.15.171=b;smithi176:172.21.15.176=c;count:3 2024-04-22T23:19:18.602 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:18 smithi033 bash[21450]: cephadm 2024-04-22T23:19:17.472950+0000 mgr.a (mgr.14152) 61 : cephadm [INF] Saving service mon spec with placement smithi033:172.21.15.33=a;smithi171:172.21.15.171=b;smithi176:172.21.15.176=c;count:3 2024-04-22T23:19:18.602 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:18 smithi033 bash[21450]: audit 2024-04-22T23:19:17.478473+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:18.602 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:18 smithi033 bash[21450]: audit 2024-04-22T23:19:17.478473+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:18.603 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:18 smithi033 bash[21450]: audit 2024-04-22T23:19:17.485903+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:18.603 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:18 smithi033 bash[21450]: audit 2024-04-22T23:19:17.485903+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:18.603 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:18 smithi033 bash[21450]: audit 2024-04-22T23:19:17.491439+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:18.603 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:18 smithi033 bash[21450]: audit 2024-04-22T23:19:17.491439+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:18.603 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:18 smithi033 bash[21450]: audit 2024-04-22T23:19:17.493257+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:18.603 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:18 smithi033 bash[21450]: audit 2024-04-22T23:19:17.493257+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:18.603 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:18 smithi033 bash[21450]: audit 2024-04-22T23:19:17.501882+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:18.603 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:18 smithi033 bash[21450]: audit 2024-04-22T23:19:17.501882+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:18.603 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:18 smithi033 bash[21450]: audit 2024-04-22T23:19:17.507408+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:19:18.603 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:18 smithi033 bash[21450]: audit 2024-04-22T23:19:17.507408+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:19:18.603 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:18 smithi033 bash[21450]: audit 2024-04-22T23:19:17.509274+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:18.603 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:18 smithi033 bash[21450]: audit 2024-04-22T23:19:17.509274+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:18.603 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:18 smithi033 bash[21450]: cephadm 2024-04-22T23:19:17.511446+0000 mgr.a (mgr.14152) 62 : cephadm [INF] Deploying daemon mon.c on smithi176 2024-04-22T23:19:18.603 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:18 smithi033 bash[21450]: cephadm 2024-04-22T23:19:17.511446+0000 mgr.a (mgr.14152) 62 : cephadm [INF] Deploying daemon mon.c on smithi176 2024-04-22T23:19:18.604 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:18 smithi033 bash[21450]: cluster 2024-04-22T23:19:17.520828+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:18.604 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:18 smithi033 bash[21450]: cluster 2024-04-22T23:19:17.520828+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:19.693 INFO:teuthology.orchestra.run.smithi176.stderr:Inferring config /var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:19:19.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:19 smithi033 bash[21450]: audit 2024-04-22T23:19:18.541948+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:19.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:19 smithi033 bash[21450]: audit 2024-04-22T23:19:18.541948+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:19.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:19 smithi033 bash[21450]: audit 2024-04-22T23:19:18.550229+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:19.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:19 smithi033 bash[21450]: audit 2024-04-22T23:19:18.550229+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:21.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:20 smithi033 bash[21450]: cluster 2024-04-22T23:19:19.521214+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:21.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:20 smithi033 bash[21450]: cluster 2024-04-22T23:19:19.521214+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:21.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:20 smithi033 bash[21450]: audit 2024-04-22T23:19:19.703482+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:21.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:20 smithi033 bash[21450]: audit 2024-04-22T23:19:19.703482+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:21.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:20 smithi033 bash[21450]: audit 2024-04-22T23:19:19.713351+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:21.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:20 smithi033 bash[21450]: audit 2024-04-22T23:19:19.713351+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:21.360 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-22T23:19:21.360 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"367dd694-00fe-11ef-bc93-c7b262605968","modified":"2024-04-22T23:16:51.341249Z","created":"2024-04-22T23:16:51.341249Z","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.33:3300","nonce":0},{"type":"v1","addr":"172.21.15.33:6789","nonce":0}]},"addr":"172.21.15.33:6789/0","public_addr":"172.21.15.33:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-04-22T23:19:21.362 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2024-04-22T23:19:22.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:21 smithi033 bash[21450]: audit 2024-04-22T23:19:21.359296+0000 mon.a (mon.0) 205 : audit [DBG] from='client.? 172.21.15.176:0/1968235245' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:19:22.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:21 smithi033 bash[21450]: audit 2024-04-22T23:19:21.359296+0000 mon.a (mon.0) 205 : audit [DBG] from='client.? 172.21.15.176:0/1968235245' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:19:23.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:22 smithi033 bash[21450]: cluster 2024-04-22T23:19:21.521609+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:23.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:22 smithi033 bash[21450]: cluster 2024-04-22T23:19:21.521609+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:23.198 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-22T23:19:23.198 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 367dd694-00fe-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-22T23:19:24.169 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:02.414202+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:24.169 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:02.415885+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi176", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:19:24.169 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:02.415885+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi176", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:19:24.169 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:02.418028+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:24.170 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:02.418028+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:24.170 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:02.419935+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:24.170 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:02.419935+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:24.393 INFO:teuthology.orchestra.run.smithi176.stderr:Inferring config /var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/mon.c/config 2024-04-22T23:19:24.414 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: cephadm 2024-04-22T23:19:02.423002+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Updating smithi176:/etc/ceph/ceph.conf 2024-04-22T23:19:24.415 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: cephadm 2024-04-22T23:19:02.423002+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Updating smithi176:/etc/ceph/ceph.conf 2024-04-22T23:19:24.415 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: cephadm 2024-04-22T23:19:02.638977+0000 mgr.a (mgr.14152) 48 : cephadm [INF] Updating smithi176:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:19:24.415 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: cephadm 2024-04-22T23:19:02.638977+0000 mgr.a (mgr.14152) 48 : cephadm [INF] Updating smithi176:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:19:24.415 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: cephadm 2024-04-22T23:19:02.854824+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Updating smithi176:/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:19:24.415 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: cephadm 2024-04-22T23:19:02.854824+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Updating smithi176:/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:19:24.415 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: cephadm 2024-04-22T23:19:03.069931+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Updating smithi176:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T23:19:24.415 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: cephadm 2024-04-22T23:19:03.069931+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Updating smithi176:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T23:19:24.415 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:03.290614+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:24.415 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:03.290614+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:24.415 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:03.297691+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:24.415 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:03.297691+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:24.415 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:03.301530+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi176", "caps": []}]: dispatch 2024-04-22T23:19:24.416 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:03.301530+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi176", "caps": []}]: dispatch 2024-04-22T23:19:24.416 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:03.303162+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi176", "caps": []}]': finished 2024-04-22T23:19:24.416 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:03.303162+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi176", "caps": []}]': finished 2024-04-22T23:19:24.416 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: cluster 2024-04-22T23:19:03.518177+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:24.416 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: cluster 2024-04-22T23:19:03.518177+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:24.416 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: cephadm 2024-04-22T23:19:04.320280+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Deploying daemon agent.smithi176 on smithi176 2024-04-22T23:19:24.416 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: cephadm 2024-04-22T23:19:04.320280+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Deploying daemon agent.smithi176 on smithi176 2024-04-22T23:19:24.416 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:05.285348+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:24.416 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:05.285348+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:24.416 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:05.296328+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:24.416 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:05.296328+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:24.416 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:05.301810+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:24.416 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:05.301810+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:24.417 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:05.402712+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:24.417 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:05.402712+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:24.417 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:05.406868+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:24.417 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:05.406868+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:24.417 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:05.408249+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:24.417 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:05.408249+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:24.417 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:05.416285+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:24.417 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:05.416285+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:24.417 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:05.522211+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:24.417 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:05.522211+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:24.417 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:05.527850+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:24.417 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:05.527850+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:24.417 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:05.529631+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:24.417 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:05.529631+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:24.418 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:05.538291+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:24.418 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:05.538291+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:24.418 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:05.766941+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:24.418 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:05.766941+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:24.418 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: cluster 2024-04-22T23:19:05.518594+0000 mgr.a (mgr.14152) 53 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:24.418 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: cluster 2024-04-22T23:19:05.518594+0000 mgr.a (mgr.14152) 53 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:24.418 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:06.611879+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:24.418 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:06.611879+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:24.418 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:06.622404+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:24.418 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:06.622404+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:24.418 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:06.827499+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:24.418 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:06.827499+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:24.418 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:06.835084+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:24.419 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:06.835084+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:24.419 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:07.185231+0000 mgr.a (mgr.14152) 54 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T23:19:24.419 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:07.185231+0000 mgr.a (mgr.14152) 54 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T23:19:24.419 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: cluster 2024-04-22T23:19:07.519039+0000 mgr.a (mgr.14152) 55 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:24.419 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: cluster 2024-04-22T23:19:07.519039+0000 mgr.a (mgr.14152) 55 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:24.419 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:08.600173+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:24.419 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:08.600173+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:24.419 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: cluster 2024-04-22T23:19:09.519431+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:24.419 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: cluster 2024-04-22T23:19:09.519431+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:24.419 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: cluster 2024-04-22T23:19:11.519799+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:24.419 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: cluster 2024-04-22T23:19:11.519799+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:24.419 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:13.766424+0000 mon.a (mon.0) 191 : audit [INF] from='client.? 172.21.15.33:0/3759944264' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-22T23:19:24.419 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:13.766424+0000 mon.a (mon.0) 191 : audit [INF] from='client.? 172.21.15.33:0/3759944264' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-22T23:19:24.419 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: cluster 2024-04-22T23:19:13.520033+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:24.420 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: cluster 2024-04-22T23:19:13.520033+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:24.420 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:13.955095+0000 mon.a (mon.0) 192 : audit [INF] from='client.? 172.21.15.33:0/3759944264' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-22T23:19:24.420 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:13.955095+0000 mon.a (mon.0) 192 : audit [INF] from='client.? 172.21.15.33:0/3759944264' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-22T23:19:24.420 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: cluster 2024-04-22T23:19:13.960198+0000 mon.a (mon.0) 193 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:19:24.420 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: cluster 2024-04-22T23:19:13.960198+0000 mon.a (mon.0) 193 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:19:24.420 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: cluster 2024-04-22T23:19:15.520413+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:24.420 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: cluster 2024-04-22T23:19:15.520413+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:24.420 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:17.467162+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi033:172.21.15.33=a;smithi171:172.21.15.171=b;smithi176:172.21.15.176=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:19:24.420 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:17.467162+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi033:172.21.15.33=a;smithi171:172.21.15.171=b;smithi176:172.21.15.176=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:19:24.420 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: cephadm 2024-04-22T23:19:17.472950+0000 mgr.a (mgr.14152) 61 : cephadm [INF] Saving service mon spec with placement smithi033:172.21.15.33=a;smithi171:172.21.15.171=b;smithi176:172.21.15.176=c;count:3 2024-04-22T23:19:24.420 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: cephadm 2024-04-22T23:19:17.472950+0000 mgr.a (mgr.14152) 61 : cephadm [INF] Saving service mon spec with placement smithi033:172.21.15.33=a;smithi171:172.21.15.171=b;smithi176:172.21.15.176=c;count:3 2024-04-22T23:19:24.420 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:17.478473+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:24.420 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:17.478473+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:24.420 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:17.485903+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:24.421 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:17.485903+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:24.421 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:17.491439+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:24.421 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:17.491439+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:24.421 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:17.493257+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:24.421 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:17.493257+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:24.421 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:17.501882+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:24.421 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:17.501882+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:24.421 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:17.507408+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:19:24.421 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:17.507408+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:19:24.421 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:17.509274+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:24.421 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:17.509274+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:24.421 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: cephadm 2024-04-22T23:19:17.511446+0000 mgr.a (mgr.14152) 62 : cephadm [INF] Deploying daemon mon.c on smithi176 2024-04-22T23:19:24.421 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: cephadm 2024-04-22T23:19:17.511446+0000 mgr.a (mgr.14152) 62 : cephadm [INF] Deploying daemon mon.c on smithi176 2024-04-22T23:19:24.421 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: cluster 2024-04-22T23:19:17.520828+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:24.422 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: cluster 2024-04-22T23:19:17.520828+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:24.422 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:18.541948+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:24.422 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:18.541948+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:24.422 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:18.550229+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:24.422 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:18.550229+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:24.422 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: cluster 2024-04-22T23:19:19.521214+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:24.422 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: cluster 2024-04-22T23:19:19.521214+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:24.422 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:19.703482+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:24.422 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:19.703482+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:24.422 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:19.713351+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:24.422 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:19.713351+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:24.422 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:21.359296+0000 mon.a (mon.0) 205 : audit [DBG] from='client.? 172.21.15.176:0/1968235245' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:19:24.422 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: audit 2024-04-22T23:19:21.359296+0000 mon.a (mon.0) 205 : audit [DBG] from='client.? 172.21.15.176:0/1968235245' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:19:24.422 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: cluster 2024-04-22T23:19:21.521609+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:24.423 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: cluster 2024-04-22T23:19:21.521609+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:24.423 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:24 smithi176 bash[21908]: debug 2024-04-22T23:19:24.162+0000 7fc3d3722700 1 mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-04-22T23:19:27.559 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:27 smithi171 systemd[1]: Started Ceph mon.b for 367dd694-00fe-11ef-bc93-c7b262605968. 2024-04-22T23:19:28.513 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.463+0000 7f67e6534c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-04-22T23:19:28.514 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.463+0000 7f67e6534c80 0 ceph version 19.0.0-3252-g43be0201 (43be020184947e53516056c9931e1ac5bdbbb1a5) squid (dev), process ceph-mon, pid 7 2024-04-22T23:19:28.514 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.463+0000 7f67e6534c80 0 pidfile_write: ignore empty --pid-file 2024-04-22T23:19:28.514 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 0 load: jerasure load: lrc 2024-04-22T23:19:28.514 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: RocksDB version: 7.9.2 2024-04-22T23:19:28.514 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Git sha 0 2024-04-22T23:19:28.514 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Compile date 2024-04-22 21:33:31 2024-04-22T23:19:28.514 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: DB SUMMARY 2024-04-22T23:19:28.514 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: DB Session ID: CPQFES3T3CZOGZLVK81S 2024-04-22T23:19:28.514 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: CURRENT file: CURRENT 2024-04-22T23:19:28.514 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: IDENTITY file: IDENTITY 2024-04-22T23:19:28.514 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-04-22T23:19:28.515 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-04-22T23:19:28.515 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2024-04-22T23:19:28.515 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.error_if_exists: 0 2024-04-22T23:19:28.515 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.create_if_missing: 0 2024-04-22T23:19:28.515 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.paranoid_checks: 1 2024-04-22T23:19:28.515 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-04-22T23:19:28.515 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-04-22T23:19:28.515 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-04-22T23:19:28.515 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.env: 0x55ed67f36cc0 2024-04-22T23:19:28.515 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.fs: PosixFileSystem 2024-04-22T23:19:28.515 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.info_log: 0x55ed69ea1c40 2024-04-22T23:19:28.515 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-04-22T23:19:28.515 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.statistics: (nil) 2024-04-22T23:19:28.515 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.use_fsync: 0 2024-04-22T23:19:28.515 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.max_log_file_size: 0 2024-04-22T23:19:28.516 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-04-22T23:19:28.516 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-04-22T23:19:28.517 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-04-22T23:19:28.517 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-04-22T23:19:28.517 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.allow_fallocate: 1 2024-04-22T23:19:28.517 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-04-22T23:19:28.517 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-04-22T23:19:28.517 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.use_direct_reads: 0 2024-04-22T23:19:28.517 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-04-22T23:19:28.517 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.create_missing_column_families: 0 2024-04-22T23:19:28.517 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.db_log_dir: 2024-04-22T23:19:28.517 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.wal_dir: 2024-04-22T23:19:28.517 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-04-22T23:19:28.517 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-04-22T23:19:28.517 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-04-22T23:19:28.517 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-04-22T23:19:28.517 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-04-22T23:19:28.518 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-04-22T23:19:28.518 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.advise_random_on_open: 1 2024-04-22T23:19:28.518 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-04-22T23:19:28.518 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.write_buffer_manager: 0x55ed69e370e0 2024-04-22T23:19:28.518 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-04-22T23:19:28.518 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-04-22T23:19:28.518 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-04-22T23:19:28.518 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.rate_limiter: (nil) 2024-04-22T23:19:28.518 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-04-22T23:19:28.518 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-04-22T23:19:28.518 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-04-22T23:19:28.518 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-04-22T23:19:28.518 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.unordered_write: 0 2024-04-22T23:19:28.519 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-04-22T23:19:28.519 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-04-22T23:19:28.519 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-04-22T23:19:28.519 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-04-22T23:19:28.519 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.row_cache: None 2024-04-22T23:19:28.519 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.wal_filter: None 2024-04-22T23:19:28.519 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-04-22T23:19:28.519 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-04-22T23:19:28.519 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.two_write_queues: 0 2024-04-22T23:19:28.519 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.manual_wal_flush: 0 2024-04-22T23:19:28.519 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.wal_compression: 0 2024-04-22T23:19:28.519 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.atomic_flush: 0 2024-04-22T23:19:28.519 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-04-22T23:19:28.519 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-04-22T23:19:28.519 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-04-22T23:19:28.520 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.log_readahead_size: 0 2024-04-22T23:19:28.520 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-04-22T23:19:28.520 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-04-22T23:19:28.520 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-04-22T23:19:28.520 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-04-22T23:19:28.520 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-04-22T23:19:28.520 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-04-22T23:19:28.520 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-04-22T23:19:28.520 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.max_background_jobs: 2 2024-04-22T23:19:28.520 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.max_background_compactions: -1 2024-04-22T23:19:28.520 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.max_subcompactions: 1 2024-04-22T23:19:28.520 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-04-22T23:19:28.520 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-04-22T23:19:28.520 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-04-22T23:19:28.521 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.max_total_wal_size: 0 2024-04-22T23:19:28.521 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-04-22T23:19:28.521 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-04-22T23:19:28.521 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-04-22T23:19:28.521 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-04-22T23:19:28.521 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.max_open_files: -1 2024-04-22T23:19:28.521 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.bytes_per_sync: 0 2024-04-22T23:19:28.521 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-04-22T23:19:28.521 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-04-22T23:19:28.521 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-04-22T23:19:28.521 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Options.max_background_flushes: -1 2024-04-22T23:19:28.521 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Compression algorithms supported: 2024-04-22T23:19:28.521 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-04-22T23:19:28.521 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: kZSTD supported: 0 2024-04-22T23:19:28.521 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: kXpressCompression supported: 0 2024-04-22T23:19:28.522 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-04-22T23:19:28.522 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: kZlibCompression supported: 1 2024-04-22T23:19:28.522 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: kSnappyCompression supported: 1 2024-04-22T23:19:28.522 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: kLZ4Compression supported: 1 2024-04-22T23:19:28.522 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: kBZip2Compression supported: 0 2024-04-22T23:19:28.522 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-04-22T23:19:28.522 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-04-22T23:19:28.522 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.467+0000 7f67e6534c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-04-22T23:19:28.522 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-04-22T23:19:28.522 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-04-22T23:19:28.522 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.merge_operator: 2024-04-22T23:19:28.522 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.compaction_filter: None 2024-04-22T23:19:28.522 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.compaction_filter_factory: None 2024-04-22T23:19:28.523 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-04-22T23:19:28.523 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-04-22T23:19:28.523 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-04-22T23:19:28.523 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55ed69ea1e00) 2024-04-22T23:19:28.523 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cache_index_and_filter_blocks: 1 2024-04-22T23:19:28.523 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cache_index_and_filter_blocks_with_high_priority: 0 2024-04-22T23:19:28.523 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-04-22T23:19:28.523 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: pin_top_level_index_and_filter: 1 2024-04-22T23:19:28.523 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: index_type: 0 2024-04-22T23:19:28.523 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: data_block_index_type: 0 2024-04-22T23:19:28.523 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: index_shortening: 1 2024-04-22T23:19:28.523 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: data_block_hash_table_util_ratio: 0.750000 2024-04-22T23:19:28.523 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: checksum: 4 2024-04-22T23:19:28.523 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: no_block_cache: 0 2024-04-22T23:19:28.523 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: block_cache: 0x55ed69e671f0 2024-04-22T23:19:28.523 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: block_cache_name: BinnedLRUCache 2024-04-22T23:19:28.524 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: block_cache_options: 2024-04-22T23:19:28.524 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: capacity : 536870912 2024-04-22T23:19:28.524 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: num_shard_bits : 4 2024-04-22T23:19:28.524 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: strict_capacity_limit : 0 2024-04-22T23:19:28.524 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: high_pri_pool_ratio: 0.000 2024-04-22T23:19:28.524 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: block_cache_compressed: (nil) 2024-04-22T23:19:28.524 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: persistent_cache: (nil) 2024-04-22T23:19:28.524 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: block_size: 4096 2024-04-22T23:19:28.524 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: block_size_deviation: 10 2024-04-22T23:19:28.524 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: block_restart_interval: 16 2024-04-22T23:19:28.524 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: index_block_restart_interval: 1 2024-04-22T23:19:28.524 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: metadata_block_size: 4096 2024-04-22T23:19:28.524 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: partition_filters: 0 2024-04-22T23:19:28.524 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: use_delta_encoding: 1 2024-04-22T23:19:28.524 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: filter_policy: bloomfilter 2024-04-22T23:19:28.524 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: whole_key_filtering: 1 2024-04-22T23:19:28.525 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: verify_compression: 0 2024-04-22T23:19:28.525 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: read_amp_bytes_per_bit: 0 2024-04-22T23:19:28.525 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: format_version: 5 2024-04-22T23:19:28.525 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: enable_index_compression: 1 2024-04-22T23:19:28.525 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: block_align: 0 2024-04-22T23:19:28.525 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: max_auto_readahead_size: 262144 2024-04-22T23:19:28.525 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: prepopulate_block_cache: 0 2024-04-22T23:19:28.525 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: initial_auto_readahead_size: 8192 2024-04-22T23:19:28.525 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: num_file_reads_for_auto_readahead: 2 2024-04-22T23:19:28.525 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-04-22T23:19:28.525 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-04-22T23:19:28.525 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.compression: NoCompression 2024-04-22T23:19:28.525 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-04-22T23:19:28.525 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-04-22T23:19:28.525 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-04-22T23:19:28.526 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.num_levels: 7 2024-04-22T23:19:28.526 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-04-22T23:19:28.526 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-04-22T23:19:28.526 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-04-22T23:19:28.526 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-04-22T23:19:28.526 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-04-22T23:19:28.526 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-04-22T23:19:28.526 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-04-22T23:19:28.526 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-04-22T23:19:28.526 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-04-22T23:19:28.526 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-04-22T23:19:28.527 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-04-22T23:19:28.527 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-04-22T23:19:28.527 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-04-22T23:19:28.527 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.compression_opts.level: 32767 2024-04-22T23:19:28.527 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-04-22T23:19:28.527 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-04-22T23:19:28.527 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-04-22T23:19:28.527 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-04-22T23:19:28.527 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-04-22T23:19:28.527 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.compression_opts.enabled: false 2024-04-22T23:19:28.527 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-04-22T23:19:28.530 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-04-22T23:19:28.530 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-04-22T23:19:28.530 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-04-22T23:19:28.530 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-04-22T23:19:28.530 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-04-22T23:19:28.530 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-04-22T23:19:28.530 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-04-22T23:19:28.530 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-04-22T23:19:28.530 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-04-22T23:19:28.530 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-04-22T23:19:28.530 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-04-22T23:19:28.530 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-04-22T23:19:28.531 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-04-22T23:19:28.531 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-04-22T23:19:28.531 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-04-22T23:19:28.531 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-04-22T23:19:28.531 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-04-22T23:19:28.531 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-04-22T23:19:28.531 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.arena_block_size: 1048576 2024-04-22T23:19:28.531 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-04-22T23:19:28.531 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-04-22T23:19:28.531 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-04-22T23:19:28.531 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-04-22T23:19:28.531 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-04-22T23:19:28.531 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-04-22T23:19:28.531 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-04-22T23:19:28.532 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-04-22T23:19:28.532 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-04-22T23:19:28.532 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-04-22T23:19:28.532 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-04-22T23:19:28.532 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-04-22T23:19:28.532 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-04-22T23:19:28.532 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-04-22T23:19:28.532 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.inplace_update_support: 0 2024-04-22T23:19:28.532 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-04-22T23:19:28.532 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-04-22T23:19:28.532 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-04-22T23:19:28.532 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-04-22T23:19:28.532 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.bloom_locality: 0 2024-04-22T23:19:28.532 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.max_successive_merges: 0 2024-04-22T23:19:28.533 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-04-22T23:19:28.533 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-04-22T23:19:28.533 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.force_consistency_checks: 1 2024-04-22T23:19:28.533 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-04-22T23:19:28.533 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.ttl: 2592000 2024-04-22T23:19:28.533 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-04-22T23:19:28.533 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-04-22T23:19:28.533 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-04-22T23:19:28.533 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.enable_blob_files: false 2024-04-22T23:19:28.533 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.min_blob_size: 0 2024-04-22T23:19:28.533 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.blob_file_size: 268435456 2024-04-22T23:19:28.533 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-04-22T23:19:28.533 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-04-22T23:19:28.533 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-04-22T23:19:28.533 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-04-22T23:19:28.534 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-04-22T23:19:28.534 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-04-22T23:19:28.534 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-04-22T23:19:28.534 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-04-22T23:19:28.534 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-04-22T23:19:28.534 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 0ca5d15a-d190-4817-ae68-84a9a77e2e1d 2024-04-22T23:19:28.534 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713827968475990, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-04-22T23:19:28.534 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-04-22T23:19:28.534 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713827968476485, "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": 1713827968, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "0ca5d15a-d190-4817-ae68-84a9a77e2e1d", "db_session_id": "CPQFES3T3CZOGZLVK81S", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-04-22T23:19:28.534 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1713827968476593, "job": 1, "event": "recovery_finished"} 2024-04-22T23:19:28.534 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-04-22T23:19:28.534 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-04-22T23:19:28.534 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55ed69f80000 2024-04-22T23:19:28.535 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 4 rocksdb: DB pointer 0x55ed69f6a000 2024-04-22T23:19:28.535 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67d4c8e700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-04-22T23:19:28.535 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67d4c8e700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-04-22T23:19:28.535 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: ** DB Stats ** 2024-04-22T23:19:28.535 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-22T23:19:28.535 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-04-22T23:19:28.535 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-22T23:19:28.535 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-22T23:19:28.535 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-04-22T23:19:28.535 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-04-22T23:19:28.535 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-04-22T23:19:28.535 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: ** Compaction Stats [default] ** 2024-04-22T23:19:28.535 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-22T23:19:28.535 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-04-22T23:19:28.536 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: 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.5 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-22T23:19:28.536 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: 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.5 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-22T23:19:28.536 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: 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.5 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-22T23:19:28.536 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: ** Compaction Stats [default] ** 2024-04-22T23:19:28.536 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-04-22T23:19:28.536 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-04-22T23:19:28.536 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: 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.5 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-04-22T23:19:28.536 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-04-22T23:19:28.536 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: Uptime(secs): 0.0 total, 0.0 interval 2024-04-22T23:19:28.536 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: Flush(GB): cumulative 0.000, interval 0.000 2024-04-22T23:19:28.536 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: AddFile(GB): cumulative 0.000, interval 0.000 2024-04-22T23:19:28.536 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: AddFile(Total Files): cumulative 0, interval 0 2024-04-22T23:19:28.536 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: AddFile(L0 Files): cumulative 0, interval 0 2024-04-22T23:19:28.536 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: AddFile(Keys): cumulative 0, interval 0 2024-04-22T23:19:28.536 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: Cumulative compaction: 0.00 GB write, 0.50 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-22T23:19:28.537 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: Interval compaction: 0.00 GB write, 0.50 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-04-22T23:19:28.537 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-04-22T23:19:28.537 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: Block cache BinnedLRUCache@0x55ed69e671f0#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-04-22T23:19:28.537 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-04-22T23:19:28.537 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: ** File Read Latency Histogram By Level [default] ** 2024-04-22T23:19:28.537 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2024-04-22T23:19:28.537 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 0 using public_addr v2:172.21.15.171:0/0 -> [v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0] 2024-04-22T23:19:28.537 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.471+0000 7f67e6534c80 0 starting mon.b rank -1 at public addrs [v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0] at bind addrs [v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 367dd694-00fe-11ef-bc93-c7b262605968 2024-04-22T23:19:28.537 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.475+0000 7f67e6534c80 1 mon.b@-1(???) e0 preinit fsid 367dd694-00fe-11ef-bc93-c7b262605968 2024-04-22T23:19:28.537 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.495+0000 7f67d7c94700 0 mon.b@-1(synchronizing).mds e1 new map 2024-04-22T23:19:28.538 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.495+0000 7f67d7c94700 0 mon.b@-1(synchronizing).mds e1 print_map 2024-04-22T23:19:28.538 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: e1 2024-04-22T23:19:28.538 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: enable_multiple, ever_enabled_multiple: 1,1 2024-04-22T23:19:28.538 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-04-22T23:19:28.538 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: legacy client fscid: -1 2024-04-22T23:19:28.538 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: 2024-04-22T23:19:28.538 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: No filesystems configured 2024-04-22T23:19:28.538 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.495+0000 7f67d7c94700 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-04-22T23:19:28.538 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.495+0000 7f67d7c94700 1 mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-04-22T23:19:28.538 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.495+0000 7f67d7c94700 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-04-22T23:19:28.538 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.495+0000 7f67d7c94700 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-04-22T23:19:28.538 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.495+0000 7f67d7c94700 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-04-22T23:19:28.539 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.495+0000 7f67d7c94700 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-04-22T23:19:28.539 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.499+0000 7f67d7c94700 0 mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-04-22T23:19:28.539 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.499+0000 7f67d7c94700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T23:19:28.539 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.499+0000 7f67d7c94700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T23:19:28.539 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.499+0000 7f67d7c94700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-04-22T23:19:28.539 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cephadm 2024-04-22T23:18:28.182384+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:19:28.539 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cephadm 2024-04-22T23:18:28.182384+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:19:28.539 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cephadm 2024-04-22T23:18:28.296655+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi033:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T23:19:28.539 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cephadm 2024-04-22T23:18:28.296655+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi033:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T23:19:28.539 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:18:29.511499+0000 mgr.a (mgr.14152) 18 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.539 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:18:29.511499+0000 mgr.a (mgr.14152) 18 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.540 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:18:31.511964+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.540 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:18:31.511964+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.540 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:18:33.512462+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.540 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:18:33.512462+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.540 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:34.606265+0000 mgr.a (mgr.14152) 21 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi171", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:19:28.540 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:34.606265+0000 mgr.a (mgr.14152) 21 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi171", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:19:28.540 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cephadm 2024-04-22T23:18:35.321214+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Deploying cephadm binary to smithi171 2024-04-22T23:19:28.540 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cephadm 2024-04-22T23:18:35.321214+0000 mgr.a (mgr.14152) 22 : cephadm [INF] Deploying cephadm binary to smithi171 2024-04-22T23:19:28.540 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:18:35.512892+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.540 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:18:35.512892+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.540 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:18:37.513157+0000 mgr.a (mgr.14152) 24 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.540 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:18:37.513157+0000 mgr.a (mgr.14152) 24 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.540 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:39.288679+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.540 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:39.288679+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.540 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:39.299895+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.541 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:39.299895+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.541 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:18:39.513478+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.541 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:18:39.513478+0000 mgr.a (mgr.14152) 25 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.541 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:40.771961+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.541 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:40.771961+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.541 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cephadm 2024-04-22T23:18:40.772854+0000 mgr.a (mgr.14152) 26 : cephadm [INF] Added host smithi171 2024-04-22T23:19:28.541 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cephadm 2024-04-22T23:18:40.772854+0000 mgr.a (mgr.14152) 26 : cephadm [INF] Added host smithi171 2024-04-22T23:19:28.541 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:40.815608+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:28.541 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:40.815608+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:28.541 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:41.288935+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.541 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:41.288935+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.541 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:18:41.513780+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.541 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:18:41.513780+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.541 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:42.764153+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.542 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:42.764153+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.542 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:42.770531+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.542 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:42.770531+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.542 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:42.773079+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi171", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:19:28.542 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:42.773079+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi171", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:19:28.542 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:42.779795+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:28.542 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:42.779795+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:28.542 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:42.781710+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:28.542 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:42.781710+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:28.542 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cephadm 2024-04-22T23:18:42.784631+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Updating smithi171:/etc/ceph/ceph.conf 2024-04-22T23:19:28.542 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cephadm 2024-04-22T23:18:42.784631+0000 mgr.a (mgr.14152) 28 : cephadm [INF] Updating smithi171:/etc/ceph/ceph.conf 2024-04-22T23:19:28.542 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cephadm 2024-04-22T23:18:43.000435+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Updating smithi171:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:19:28.542 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cephadm 2024-04-22T23:18:43.000435+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Updating smithi171:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:19:28.542 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:43.650859+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.543 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:43.650859+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.543 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:43.657471+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.543 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:43.657471+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.543 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:43.660787+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi171", "caps": []}]: dispatch 2024-04-22T23:19:28.543 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:43.660787+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi171", "caps": []}]: dispatch 2024-04-22T23:19:28.543 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:43.662777+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi171", "caps": []}]': finished 2024-04-22T23:19:28.543 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:43.662777+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi171", "caps": []}]': finished 2024-04-22T23:19:28.543 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cephadm 2024-04-22T23:18:43.215489+0000 mgr.a (mgr.14152) 30 : cephadm [INF] Updating smithi171:/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:19:28.543 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cephadm 2024-04-22T23:18:43.215489+0000 mgr.a (mgr.14152) 30 : cephadm [INF] Updating smithi171:/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:19:28.543 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cephadm 2024-04-22T23:18:43.430259+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi171:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T23:19:28.543 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cephadm 2024-04-22T23:18:43.430259+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi171:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T23:19:28.543 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:18:43.514130+0000 mgr.a (mgr.14152) 32 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.543 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:18:43.514130+0000 mgr.a (mgr.14152) 32 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.544 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cephadm 2024-04-22T23:18:44.186062+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Deploying daemon agent.smithi171 on smithi171 2024-04-22T23:19:28.544 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cephadm 2024-04-22T23:18:44.186062+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Deploying daemon agent.smithi171 on smithi171 2024-04-22T23:19:28.544 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:45.504884+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.544 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:45.504884+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.544 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:45.559456+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.544 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:45.559456+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.544 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:45.566244+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.544 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:45.566244+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.544 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:45.633782+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:28.544 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:45.633782+0000 mon.a (mon.0) 146 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:28.544 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:45.637320+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:28.544 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:45.637320+0000 mon.a (mon.0) 147 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:28.544 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:45.638613+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:28.544 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:45.638613+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:28.544 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:45.646015+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.545 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:45.646015+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.545 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:45.714314+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:28.545 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:45.714314+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:28.545 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:45.717699+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:28.545 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:45.717699+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:28.545 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:45.719100+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:28.545 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:45.719100+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:28.545 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:45.725557+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.545 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:45.725557+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.545 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:18:45.514536+0000 mgr.a (mgr.14152) 34 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.545 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:18:45.514536+0000 mgr.a (mgr.14152) 34 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.545 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:45.987744+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.545 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:45.987744+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.545 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:47.047907+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.545 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:47.047907+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.546 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:47.058014+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.546 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:47.058014+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.546 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:47.302899+0000 mgr.a (mgr.14152) 35 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T23:19:28.546 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:47.302899+0000 mgr.a (mgr.14152) 35 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T23:19:28.546 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:18:47.514916+0000 mgr.a (mgr.14152) 36 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.546 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:18:47.514916+0000 mgr.a (mgr.14152) 36 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.546 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:48.590335+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.546 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:48.590335+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.546 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:18:49.515298+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.546 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:18:49.515298+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.546 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:18:51.515749+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.546 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:18:51.515749+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.546 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:18:53.516181+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.546 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:18:53.516181+0000 mgr.a (mgr.14152) 39 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.547 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:54.046055+0000 mgr.a (mgr.14152) 40 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi176", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:19:28.547 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:54.046055+0000 mgr.a (mgr.14152) 40 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi176", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:19:28.547 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cephadm 2024-04-22T23:18:54.717633+0000 mgr.a (mgr.14152) 41 : cephadm [INF] Deploying cephadm binary to smithi176 2024-04-22T23:19:28.547 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cephadm 2024-04-22T23:18:54.717633+0000 mgr.a (mgr.14152) 41 : cephadm [INF] Deploying cephadm binary to smithi176 2024-04-22T23:19:28.547 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:18:55.516623+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.547 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:18:55.516623+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.547 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:18:57.516983+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.547 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:18:57.516983+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.547 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:58.102830+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.547 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:58.102830+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.547 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:58.113094+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.547 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:58.113094+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.547 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:59.488974+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.547 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:59.488974+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.548 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:59.498511+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.548 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:18:59.498511+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.548 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:18:59.517370+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.548 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:18:59.517370+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.548 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:00.421780+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.548 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:00.421780+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.548 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:00.459202+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:28.548 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:00.459202+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:28.548 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cephadm 2024-04-22T23:19:00.422646+0000 mgr.a (mgr.14152) 45 : cephadm [INF] Added host smithi176 2024-04-22T23:19:28.548 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cephadm 2024-04-22T23:19:00.422646+0000 mgr.a (mgr.14152) 45 : cephadm [INF] Added host smithi176 2024-04-22T23:19:28.548 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:00.932616+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.548 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:00.932616+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.548 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:19:01.517791+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.548 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:19:01.517791+0000 mgr.a (mgr.14152) 46 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.548 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:02.408002+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.549 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:02.408002+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.549 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:02.414202+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.549 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:02.414202+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.549 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:02.415885+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi176", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:19:28.549 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:02.415885+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi176", "name": "osd_memory_target"}]: dispatch 2024-04-22T23:19:28.549 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:02.418028+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:28.549 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:02.418028+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:28.549 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:02.419935+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:28.549 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:02.419935+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:28.549 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cephadm 2024-04-22T23:19:02.423002+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Updating smithi176:/etc/ceph/ceph.conf 2024-04-22T23:19:28.549 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cephadm 2024-04-22T23:19:02.423002+0000 mgr.a (mgr.14152) 47 : cephadm [INF] Updating smithi176:/etc/ceph/ceph.conf 2024-04-22T23:19:28.549 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cephadm 2024-04-22T23:19:02.638977+0000 mgr.a (mgr.14152) 48 : cephadm [INF] Updating smithi176:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:19:28.549 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cephadm 2024-04-22T23:19:02.638977+0000 mgr.a (mgr.14152) 48 : cephadm [INF] Updating smithi176:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:19:28.549 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cephadm 2024-04-22T23:19:02.854824+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Updating smithi176:/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:19:28.550 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cephadm 2024-04-22T23:19:02.854824+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Updating smithi176:/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:19:28.550 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cephadm 2024-04-22T23:19:03.069931+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Updating smithi176:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T23:19:28.550 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cephadm 2024-04-22T23:19:03.069931+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Updating smithi176:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.client.admin.keyring 2024-04-22T23:19:28.550 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:03.290614+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.550 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:03.290614+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.550 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:03.297691+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.550 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:03.297691+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.550 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:03.301530+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi176", "caps": []}]: dispatch 2024-04-22T23:19:28.550 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:03.301530+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi176", "caps": []}]: dispatch 2024-04-22T23:19:28.550 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:03.303162+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi176", "caps": []}]': finished 2024-04-22T23:19:28.550 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:03.303162+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi176", "caps": []}]': finished 2024-04-22T23:19:28.550 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:19:03.518177+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.550 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:19:03.518177+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.550 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cephadm 2024-04-22T23:19:04.320280+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Deploying daemon agent.smithi176 on smithi176 2024-04-22T23:19:28.551 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cephadm 2024-04-22T23:19:04.320280+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Deploying daemon agent.smithi176 on smithi176 2024-04-22T23:19:28.551 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:05.285348+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.551 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:05.285348+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.551 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:05.296328+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.551 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:05.296328+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.551 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:05.301810+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.551 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:05.301810+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.551 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:05.402712+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:28.551 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:05.402712+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:28.551 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:05.406868+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:28.551 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:05.406868+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:28.551 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:05.408249+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:28.551 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:05.408249+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:28.551 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:05.416285+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.551 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:05.416285+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.552 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:05.522211+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:28.552 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:05.522211+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:28.552 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:05.527850+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:28.552 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:05.527850+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:28.552 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:05.529631+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:28.552 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:05.529631+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:28.552 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:05.538291+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.552 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:05.538291+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.552 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:05.766941+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.552 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:05.766941+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.552 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:19:05.518594+0000 mgr.a (mgr.14152) 53 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.552 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:19:05.518594+0000 mgr.a (mgr.14152) 53 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.552 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:06.611879+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.552 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:06.611879+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.552 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:06.622404+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.553 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:06.622404+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.553 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:06.827499+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.553 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:06.827499+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.553 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:06.835084+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.553 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:06.835084+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.553 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:07.185231+0000 mgr.a (mgr.14152) 54 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T23:19:28.553 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:07.185231+0000 mgr.a (mgr.14152) 54 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-04-22T23:19:28.553 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:19:07.519039+0000 mgr.a (mgr.14152) 55 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.553 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:19:07.519039+0000 mgr.a (mgr.14152) 55 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.553 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:08.600173+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.553 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:08.600173+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.553 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:19:09.519431+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.553 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:19:09.519431+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.553 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:19:11.519799+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.554 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:19:11.519799+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.554 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:13.766424+0000 mon.a (mon.0) 191 : audit [INF] from='client.? 172.21.15.33:0/3759944264' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-22T23:19:28.554 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:13.766424+0000 mon.a (mon.0) 191 : audit [INF] from='client.? 172.21.15.33:0/3759944264' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-04-22T23:19:28.554 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:19:13.520033+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.554 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:19:13.520033+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.554 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:13.955095+0000 mon.a (mon.0) 192 : audit [INF] from='client.? 172.21.15.33:0/3759944264' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-22T23:19:28.554 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:13.955095+0000 mon.a (mon.0) 192 : audit [INF] from='client.? 172.21.15.33:0/3759944264' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-04-22T23:19:28.554 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:19:13.960198+0000 mon.a (mon.0) 193 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:19:28.554 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:19:13.960198+0000 mon.a (mon.0) 193 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:19:28.554 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:19:15.520413+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.554 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:19:15.520413+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.554 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:17.467162+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi033:172.21.15.33=a;smithi171:172.21.15.171=b;smithi176:172.21.15.176=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:19:28.555 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:17.467162+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi033:172.21.15.33=a;smithi171:172.21.15.171=b;smithi176:172.21.15.176=c", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:19:28.555 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cephadm 2024-04-22T23:19:17.472950+0000 mgr.a (mgr.14152) 61 : cephadm [INF] Saving service mon spec with placement smithi033:172.21.15.33=a;smithi171:172.21.15.171=b;smithi176:172.21.15.176=c;count:3 2024-04-22T23:19:28.555 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cephadm 2024-04-22T23:19:17.472950+0000 mgr.a (mgr.14152) 61 : cephadm [INF] Saving service mon spec with placement smithi033:172.21.15.33=a;smithi171:172.21.15.171=b;smithi176:172.21.15.176=c;count:3 2024-04-22T23:19:28.555 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:17.478473+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.555 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:17.478473+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.555 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:17.485903+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:28.555 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:17.485903+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:28.555 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:17.491439+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:28.555 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:17.491439+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:28.555 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:17.493257+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:28.555 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:17.493257+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:28.555 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:17.501882+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.555 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:17.501882+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.555 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:17.507408+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:19:28.555 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:17.507408+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:19:28.556 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:17.509274+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:28.556 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:17.509274+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:28.556 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cephadm 2024-04-22T23:19:17.511446+0000 mgr.a (mgr.14152) 62 : cephadm [INF] Deploying daemon mon.c on smithi176 2024-04-22T23:19:28.556 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cephadm 2024-04-22T23:19:17.511446+0000 mgr.a (mgr.14152) 62 : cephadm [INF] Deploying daemon mon.c on smithi176 2024-04-22T23:19:28.556 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:19:17.520828+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.556 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:19:17.520828+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.556 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:18.541948+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.556 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:18.541948+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.556 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:18.550229+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.556 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:18.550229+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.556 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:19:19.521214+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.556 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:19:19.521214+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.556 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:19.703482+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.556 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:19.703482+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.556 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:19.713351+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.557 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:19.713351+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:28.557 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:21.359296+0000 mon.a (mon.0) 205 : audit [DBG] from='client.? 172.21.15.176:0/1968235245' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:19:28.557 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: audit 2024-04-22T23:19:21.359296+0000 mon.a (mon.0) 205 : audit [DBG] from='client.? 172.21.15.176:0/1968235245' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:19:28.557 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:19:21.521609+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.557 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: cluster 2024-04-22T23:19:21.521609+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:28.557 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:28 smithi171 bash[21940]: debug 2024-04-22T23:19:28.503+0000 7f67d7c94700 1 mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-04-22T23:19:29.601 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: audit 2024-04-22T23:19:24.173285+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:29.602 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: audit 2024-04-22T23:19:24.173285+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:29.602 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: audit 2024-04-22T23:19:24.178793+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:19:29.602 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: audit 2024-04-22T23:19:24.178793+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:19:29.602 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: cluster 2024-04-22T23:19:24.179209+0000 mon.a (mon.0) 212 : cluster [INF] mon.a calling monitor election 2024-04-22T23:19:29.602 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: cluster 2024-04-22T23:19:24.179209+0000 mon.a (mon.0) 212 : cluster [INF] mon.a calling monitor election 2024-04-22T23:19:29.602 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: audit 2024-04-22T23:19:24.200109+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:29.602 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: audit 2024-04-22T23:19:24.200109+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:29.602 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: audit 2024-04-22T23:19:25.173280+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:29.602 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: audit 2024-04-22T23:19:25.173280+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:29.602 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: cluster 2024-04-22T23:19:25.522426+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:29.602 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: cluster 2024-04-22T23:19:25.522426+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:29.602 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: audit 2024-04-22T23:19:26.173326+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:29.602 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: audit 2024-04-22T23:19:26.173326+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:29.603 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: cluster 2024-04-22T23:19:26.174761+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-22T23:19:29.603 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: cluster 2024-04-22T23:19:26.174761+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-22T23:19:29.603 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: audit 2024-04-22T23:19:27.173250+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:29.603 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: audit 2024-04-22T23:19:27.173250+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:29.603 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: cluster 2024-04-22T23:19:27.522797+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:29.603 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: cluster 2024-04-22T23:19:27.522797+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:29.603 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: audit 2024-04-22T23:19:28.173746+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:29.604 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: audit 2024-04-22T23:19:28.173746+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:29.604 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: audit 2024-04-22T23:19:28.514678+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:29.604 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: audit 2024-04-22T23:19:28.514678+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:29.604 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: audit 2024-04-22T23:19:29.173799+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:29.604 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: audit 2024-04-22T23:19:29.173799+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:29.604 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: cluster 2024-04-22T23:19:29.219357+0000 mon.a (mon.0) 220 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-22T23:19:29.604 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: cluster 2024-04-22T23:19:29.219357+0000 mon.a (mon.0) 220 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-22T23:19:29.604 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: cluster 2024-04-22T23:19:29.225643+0000 mon.a (mon.0) 221 : cluster [DBG] monmap epoch 2 2024-04-22T23:19:29.604 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: cluster 2024-04-22T23:19:29.225643+0000 mon.a (mon.0) 221 : cluster [DBG] monmap epoch 2 2024-04-22T23:19:29.604 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: cluster 2024-04-22T23:19:29.225712+0000 mon.a (mon.0) 222 : cluster [DBG] fsid 367dd694-00fe-11ef-bc93-c7b262605968 2024-04-22T23:19:29.604 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: cluster 2024-04-22T23:19:29.225712+0000 mon.a (mon.0) 222 : cluster [DBG] fsid 367dd694-00fe-11ef-bc93-c7b262605968 2024-04-22T23:19:29.604 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: cluster 2024-04-22T23:19:29.225736+0000 mon.a (mon.0) 223 : cluster [DBG] last_changed 2024-04-22T23:19:24.172623+0000 2024-04-22T23:19:29.604 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: cluster 2024-04-22T23:19:29.225736+0000 mon.a (mon.0) 223 : cluster [DBG] last_changed 2024-04-22T23:19:24.172623+0000 2024-04-22T23:19:29.605 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: cluster 2024-04-22T23:19:29.225780+0000 mon.a (mon.0) 224 : cluster [DBG] created 2024-04-22T23:16:51.341249+0000 2024-04-22T23:19:29.605 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: cluster 2024-04-22T23:19:29.225780+0000 mon.a (mon.0) 224 : cluster [DBG] created 2024-04-22T23:16:51.341249+0000 2024-04-22T23:19:29.605 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: cluster 2024-04-22T23:19:29.225804+0000 mon.a (mon.0) 225 : cluster [DBG] min_mon_release 19 (squid) 2024-04-22T23:19:29.605 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: cluster 2024-04-22T23:19:29.225804+0000 mon.a (mon.0) 225 : cluster [DBG] min_mon_release 19 (squid) 2024-04-22T23:19:29.605 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: cluster 2024-04-22T23:19:29.225827+0000 mon.a (mon.0) 226 : cluster [DBG] election_strategy: 1 2024-04-22T23:19:29.605 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: cluster 2024-04-22T23:19:29.225827+0000 mon.a (mon.0) 226 : cluster [DBG] election_strategy: 1 2024-04-22T23:19:29.605 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: cluster 2024-04-22T23:19:29.225849+0000 mon.a (mon.0) 227 : cluster [DBG] 0: [v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0] mon.a 2024-04-22T23:19:29.605 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: cluster 2024-04-22T23:19:29.225849+0000 mon.a (mon.0) 227 : cluster [DBG] 0: [v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0] mon.a 2024-04-22T23:19:29.605 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: cluster 2024-04-22T23:19:29.225870+0000 mon.a (mon.0) 228 : cluster [DBG] 1: [v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0] mon.c 2024-04-22T23:19:29.605 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: cluster 2024-04-22T23:19:29.225870+0000 mon.a (mon.0) 228 : cluster [DBG] 1: [v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0] mon.c 2024-04-22T23:19:29.605 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: cluster 2024-04-22T23:19:29.243544+0000 mon.a (mon.0) 229 : cluster [DBG] fsmap 2024-04-22T23:19:29.605 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: cluster 2024-04-22T23:19:29.243544+0000 mon.a (mon.0) 229 : cluster [DBG] fsmap 2024-04-22T23:19:29.605 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: cluster 2024-04-22T23:19:29.243638+0000 mon.a (mon.0) 230 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:19:29.605 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: cluster 2024-04-22T23:19:29.243638+0000 mon.a (mon.0) 230 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:19:29.605 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: cluster 2024-04-22T23:19:29.243922+0000 mon.a (mon.0) 231 : cluster [DBG] mgrmap e13: a(active, since 85s) 2024-04-22T23:19:29.606 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: cluster 2024-04-22T23:19:29.243922+0000 mon.a (mon.0) 231 : cluster [DBG] mgrmap e13: a(active, since 85s) 2024-04-22T23:19:29.606 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: cluster 2024-04-22T23:19:29.244165+0000 mon.a (mon.0) 232 : cluster [INF] overall HEALTH_OK 2024-04-22T23:19:29.606 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: cluster 2024-04-22T23:19:29.244165+0000 mon.a (mon.0) 232 : cluster [INF] overall HEALTH_OK 2024-04-22T23:19:29.606 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: audit 2024-04-22T23:19:29.251940+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:29.606 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: audit 2024-04-22T23:19:29.251940+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:29.606 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: audit 2024-04-22T23:19:29.258097+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:29.606 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: audit 2024-04-22T23:19:29.258097+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:29.606 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: audit 2024-04-22T23:19:29.264886+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:29.606 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: audit 2024-04-22T23:19:29.264886+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:29.606 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: audit 2024-04-22T23:19:29.289906+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:29.606 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:29 smithi033 bash[21450]: audit 2024-04-22T23:19:29.289906+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:29.745 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: audit 2024-04-22T23:19:24.173285+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:29.745 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: audit 2024-04-22T23:19:24.173285+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:29.745 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: audit 2024-04-22T23:19:24.178793+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:19:29.745 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: audit 2024-04-22T23:19:24.178793+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:19:29.745 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: cluster 2024-04-22T23:19:24.179209+0000 mon.a (mon.0) 212 : cluster [INF] mon.a calling monitor election 2024-04-22T23:19:29.745 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: cluster 2024-04-22T23:19:24.179209+0000 mon.a (mon.0) 212 : cluster [INF] mon.a calling monitor election 2024-04-22T23:19:29.745 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: audit 2024-04-22T23:19:24.200109+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:29.745 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: audit 2024-04-22T23:19:24.200109+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:29.745 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: audit 2024-04-22T23:19:25.173280+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:29.745 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: audit 2024-04-22T23:19:25.173280+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:29.746 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: cluster 2024-04-22T23:19:25.522426+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:29.746 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: cluster 2024-04-22T23:19:25.522426+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:29.746 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: audit 2024-04-22T23:19:26.173326+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:29.746 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: audit 2024-04-22T23:19:26.173326+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:29.746 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: cluster 2024-04-22T23:19:26.174761+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-22T23:19:29.746 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: cluster 2024-04-22T23:19:26.174761+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-22T23:19:29.746 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: audit 2024-04-22T23:19:27.173250+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:29.746 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: audit 2024-04-22T23:19:27.173250+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:29.746 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: cluster 2024-04-22T23:19:27.522797+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:29.746 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: cluster 2024-04-22T23:19:27.522797+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:29.746 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: audit 2024-04-22T23:19:28.173746+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:29.746 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: audit 2024-04-22T23:19:28.173746+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:29.746 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: audit 2024-04-22T23:19:28.514678+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:29.747 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: audit 2024-04-22T23:19:28.514678+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:29.747 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: audit 2024-04-22T23:19:29.173799+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:29.747 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: audit 2024-04-22T23:19:29.173799+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:29.747 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: cluster 2024-04-22T23:19:29.219357+0000 mon.a (mon.0) 220 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-22T23:19:29.747 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: cluster 2024-04-22T23:19:29.219357+0000 mon.a (mon.0) 220 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-22T23:19:29.747 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: cluster 2024-04-22T23:19:29.225643+0000 mon.a (mon.0) 221 : cluster [DBG] monmap epoch 2 2024-04-22T23:19:29.747 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: cluster 2024-04-22T23:19:29.225643+0000 mon.a (mon.0) 221 : cluster [DBG] monmap epoch 2 2024-04-22T23:19:29.747 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: cluster 2024-04-22T23:19:29.225712+0000 mon.a (mon.0) 222 : cluster [DBG] fsid 367dd694-00fe-11ef-bc93-c7b262605968 2024-04-22T23:19:29.747 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: cluster 2024-04-22T23:19:29.225712+0000 mon.a (mon.0) 222 : cluster [DBG] fsid 367dd694-00fe-11ef-bc93-c7b262605968 2024-04-22T23:19:29.747 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: cluster 2024-04-22T23:19:29.225736+0000 mon.a (mon.0) 223 : cluster [DBG] last_changed 2024-04-22T23:19:24.172623+0000 2024-04-22T23:19:29.747 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: cluster 2024-04-22T23:19:29.225736+0000 mon.a (mon.0) 223 : cluster [DBG] last_changed 2024-04-22T23:19:24.172623+0000 2024-04-22T23:19:29.747 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: cluster 2024-04-22T23:19:29.225780+0000 mon.a (mon.0) 224 : cluster [DBG] created 2024-04-22T23:16:51.341249+0000 2024-04-22T23:19:29.747 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: cluster 2024-04-22T23:19:29.225780+0000 mon.a (mon.0) 224 : cluster [DBG] created 2024-04-22T23:16:51.341249+0000 2024-04-22T23:19:29.747 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: cluster 2024-04-22T23:19:29.225804+0000 mon.a (mon.0) 225 : cluster [DBG] min_mon_release 19 (squid) 2024-04-22T23:19:29.748 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: cluster 2024-04-22T23:19:29.225804+0000 mon.a (mon.0) 225 : cluster [DBG] min_mon_release 19 (squid) 2024-04-22T23:19:29.748 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: cluster 2024-04-22T23:19:29.225827+0000 mon.a (mon.0) 226 : cluster [DBG] election_strategy: 1 2024-04-22T23:19:29.748 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: cluster 2024-04-22T23:19:29.225827+0000 mon.a (mon.0) 226 : cluster [DBG] election_strategy: 1 2024-04-22T23:19:29.748 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: cluster 2024-04-22T23:19:29.225849+0000 mon.a (mon.0) 227 : cluster [DBG] 0: [v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0] mon.a 2024-04-22T23:19:29.748 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: cluster 2024-04-22T23:19:29.225849+0000 mon.a (mon.0) 227 : cluster [DBG] 0: [v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0] mon.a 2024-04-22T23:19:29.748 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: cluster 2024-04-22T23:19:29.225870+0000 mon.a (mon.0) 228 : cluster [DBG] 1: [v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0] mon.c 2024-04-22T23:19:29.748 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: cluster 2024-04-22T23:19:29.225870+0000 mon.a (mon.0) 228 : cluster [DBG] 1: [v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0] mon.c 2024-04-22T23:19:29.748 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: cluster 2024-04-22T23:19:29.243544+0000 mon.a (mon.0) 229 : cluster [DBG] fsmap 2024-04-22T23:19:29.748 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: cluster 2024-04-22T23:19:29.243544+0000 mon.a (mon.0) 229 : cluster [DBG] fsmap 2024-04-22T23:19:29.748 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: cluster 2024-04-22T23:19:29.243638+0000 mon.a (mon.0) 230 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:19:29.748 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: cluster 2024-04-22T23:19:29.243638+0000 mon.a (mon.0) 230 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:19:29.748 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: cluster 2024-04-22T23:19:29.243922+0000 mon.a (mon.0) 231 : cluster [DBG] mgrmap e13: a(active, since 85s) 2024-04-22T23:19:29.748 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: cluster 2024-04-22T23:19:29.243922+0000 mon.a (mon.0) 231 : cluster [DBG] mgrmap e13: a(active, since 85s) 2024-04-22T23:19:29.749 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: cluster 2024-04-22T23:19:29.244165+0000 mon.a (mon.0) 232 : cluster [INF] overall HEALTH_OK 2024-04-22T23:19:29.749 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: cluster 2024-04-22T23:19:29.244165+0000 mon.a (mon.0) 232 : cluster [INF] overall HEALTH_OK 2024-04-22T23:19:29.749 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: audit 2024-04-22T23:19:29.251940+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:29.749 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: audit 2024-04-22T23:19:29.251940+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:29.749 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: audit 2024-04-22T23:19:29.258097+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:29.749 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: audit 2024-04-22T23:19:29.258097+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:29.749 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: audit 2024-04-22T23:19:29.264886+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:29.749 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: audit 2024-04-22T23:19:29.264886+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:29.749 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: audit 2024-04-22T23:19:29.289906+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:29.749 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:29 smithi176 bash[21908]: audit 2024-04-22T23:19:29.289906+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.275 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-22T23:19:30.275 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":2,"fsid":"367dd694-00fe-11ef-bc93-c7b262605968","modified":"2024-04-22T23:19:24.172623Z","created":"2024-04-22T23:16:51.341249Z","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.33:3300","nonce":0},{"type":"v1","addr":"172.21.15.33:6789","nonce":0}]},"addr":"172.21.15.33:6789/0","public_addr":"172.21.15.33:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:3300","nonce":0},{"type":"v1","addr":"172.21.15.176:6789","nonce":0}]},"addr":"172.21.15.176:6789/0","public_addr":"172.21.15.176:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-04-22T23:19:30.277 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 2 2024-04-22T23:19:30.602 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: audit 2024-04-22T23:19:29.297202+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.602 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: audit 2024-04-22T23:19:29.297202+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.602 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: audit 2024-04-22T23:19:29.402768+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:30.602 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: audit 2024-04-22T23:19:29.402768+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:30.602 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: audit 2024-04-22T23:19:29.406390+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:30.602 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: audit 2024-04-22T23:19:29.406390+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:30.602 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: audit 2024-04-22T23:19:29.407381+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:30.602 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: audit 2024-04-22T23:19:29.407381+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:30.602 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: cephadm 2024-04-22T23:19:29.409076+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.conf 2024-04-22T23:19:30.602 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: cephadm 2024-04-22T23:19:29.409076+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.conf 2024-04-22T23:19:30.603 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: cephadm 2024-04-22T23:19:29.409640+0000 mgr.a (mgr.14152) 71 : cephadm [INF] Updating smithi171:/etc/ceph/ceph.conf 2024-04-22T23:19:30.603 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: cephadm 2024-04-22T23:19:29.409640+0000 mgr.a (mgr.14152) 71 : cephadm [INF] Updating smithi171:/etc/ceph/ceph.conf 2024-04-22T23:19:30.603 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: cephadm 2024-04-22T23:19:29.410393+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Updating smithi176:/etc/ceph/ceph.conf 2024-04-22T23:19:30.603 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: cephadm 2024-04-22T23:19:29.410393+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Updating smithi176:/etc/ceph/ceph.conf 2024-04-22T23:19:30.603 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: audit 2024-04-22T23:19:29.457345+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.603 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: audit 2024-04-22T23:19:29.457345+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.603 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: audit 2024-04-22T23:19:29.463283+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.603 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: audit 2024-04-22T23:19:29.463283+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.603 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: audit 2024-04-22T23:19:29.514158+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:30.603 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: audit 2024-04-22T23:19:29.514158+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:30.603 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: cluster 2024-04-22T23:19:29.523090+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:30.603 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: cluster 2024-04-22T23:19:29.523090+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:30.603 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: cephadm 2024-04-22T23:19:29.674798+0000 mgr.a (mgr.14152) 74 : cephadm [INF] Updating smithi171:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:19:30.603 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: cephadm 2024-04-22T23:19:29.674798+0000 mgr.a (mgr.14152) 74 : cephadm [INF] Updating smithi171:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:19:30.604 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: cephadm 2024-04-22T23:19:29.675405+0000 mgr.a (mgr.14152) 75 : cephadm [INF] Updating smithi033:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:19:30.604 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: cephadm 2024-04-22T23:19:29.675405+0000 mgr.a (mgr.14152) 75 : cephadm [INF] Updating smithi033:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:19:30.604 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: cephadm 2024-04-22T23:19:29.675763+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi176:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:19:30.604 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: cephadm 2024-04-22T23:19:29.675763+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi176:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:19:30.604 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: audit 2024-04-22T23:19:29.893914+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.604 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: audit 2024-04-22T23:19:29.893914+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.604 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: audit 2024-04-22T23:19:29.897307+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.604 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: audit 2024-04-22T23:19:29.897307+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.604 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: audit 2024-04-22T23:19:29.900496+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.604 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: audit 2024-04-22T23:19:29.900496+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.604 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: audit 2024-04-22T23:19:29.904242+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.604 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: audit 2024-04-22T23:19:29.904242+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.604 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: cephadm 2024-04-22T23:19:29.904727+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-22T23:19:30.604 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: cephadm 2024-04-22T23:19:29.904727+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-22T23:19:30.605 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: cephadm 2024-04-22T23:19:29.952584+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-22T23:19:30.605 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: cephadm 2024-04-22T23:19:29.952584+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-22T23:19:30.605 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: audit 2024-04-22T23:19:29.952908+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:19:30.605 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: audit 2024-04-22T23:19:29.952908+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:19:30.605 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: audit 2024-04-22T23:19:29.953676+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:19:30.605 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: audit 2024-04-22T23:19:29.953676+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:19:30.605 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: audit 2024-04-22T23:19:29.954359+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:30.605 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: audit 2024-04-22T23:19:29.954359+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:30.605 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: cephadm 2024-04-22T23:19:29.955185+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Reconfiguring daemon mon.a on smithi033 2024-04-22T23:19:30.605 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: cephadm 2024-04-22T23:19:29.955185+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Reconfiguring daemon mon.a on smithi033 2024-04-22T23:19:30.605 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: audit 2024-04-22T23:19:30.173410+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:30.605 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: audit 2024-04-22T23:19:30.173410+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:30.605 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: audit 2024-04-22T23:19:30.274128+0000 mon.a (mon.0) 252 : audit [DBG] from='client.? 172.21.15.176:0/1416817835' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:19:30.605 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:30 smithi033 bash[21450]: audit 2024-04-22T23:19:30.274128+0000 mon.a (mon.0) 252 : audit [DBG] from='client.? 172.21.15.176:0/1416817835' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:19:30.745 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: audit 2024-04-22T23:19:29.297202+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.745 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: audit 2024-04-22T23:19:29.297202+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.745 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: audit 2024-04-22T23:19:29.402768+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:30.745 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: audit 2024-04-22T23:19:29.402768+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:30.745 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: audit 2024-04-22T23:19:29.406390+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:30.745 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: audit 2024-04-22T23:19:29.406390+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:30.745 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: audit 2024-04-22T23:19:29.407381+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:30.745 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: audit 2024-04-22T23:19:29.407381+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:30.745 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: cephadm 2024-04-22T23:19:29.409076+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.conf 2024-04-22T23:19:30.745 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: cephadm 2024-04-22T23:19:29.409076+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.conf 2024-04-22T23:19:30.745 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: cephadm 2024-04-22T23:19:29.409640+0000 mgr.a (mgr.14152) 71 : cephadm [INF] Updating smithi171:/etc/ceph/ceph.conf 2024-04-22T23:19:30.745 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: cephadm 2024-04-22T23:19:29.409640+0000 mgr.a (mgr.14152) 71 : cephadm [INF] Updating smithi171:/etc/ceph/ceph.conf 2024-04-22T23:19:30.745 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: cephadm 2024-04-22T23:19:29.410393+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Updating smithi176:/etc/ceph/ceph.conf 2024-04-22T23:19:30.746 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: cephadm 2024-04-22T23:19:29.410393+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Updating smithi176:/etc/ceph/ceph.conf 2024-04-22T23:19:30.746 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: audit 2024-04-22T23:19:29.457345+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.746 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: audit 2024-04-22T23:19:29.457345+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.746 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: audit 2024-04-22T23:19:29.463283+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.746 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: audit 2024-04-22T23:19:29.463283+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.746 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: audit 2024-04-22T23:19:29.514158+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:30.746 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: audit 2024-04-22T23:19:29.514158+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:30.746 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: cluster 2024-04-22T23:19:29.523090+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:30.746 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: cluster 2024-04-22T23:19:29.523090+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:30.747 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: cephadm 2024-04-22T23:19:29.674798+0000 mgr.a (mgr.14152) 74 : cephadm [INF] Updating smithi171:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:19:30.747 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: cephadm 2024-04-22T23:19:29.674798+0000 mgr.a (mgr.14152) 74 : cephadm [INF] Updating smithi171:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:19:30.747 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: cephadm 2024-04-22T23:19:29.675405+0000 mgr.a (mgr.14152) 75 : cephadm [INF] Updating smithi033:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:19:30.747 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: cephadm 2024-04-22T23:19:29.675405+0000 mgr.a (mgr.14152) 75 : cephadm [INF] Updating smithi033:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:19:30.747 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: cephadm 2024-04-22T23:19:29.675763+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi176:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:19:30.747 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: cephadm 2024-04-22T23:19:29.675763+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi176:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:19:30.747 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: audit 2024-04-22T23:19:29.893914+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.747 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: audit 2024-04-22T23:19:29.893914+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.747 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: audit 2024-04-22T23:19:29.897307+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.747 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: audit 2024-04-22T23:19:29.897307+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.747 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: audit 2024-04-22T23:19:29.900496+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.748 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: audit 2024-04-22T23:19:29.900496+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.748 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: audit 2024-04-22T23:19:29.904242+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.748 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: audit 2024-04-22T23:19:29.904242+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.748 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: cephadm 2024-04-22T23:19:29.904727+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-22T23:19:30.748 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: cephadm 2024-04-22T23:19:29.904727+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-22T23:19:30.748 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: cephadm 2024-04-22T23:19:29.952584+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-22T23:19:30.748 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: cephadm 2024-04-22T23:19:29.952584+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-22T23:19:30.748 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: audit 2024-04-22T23:19:29.952908+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:19:30.748 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: audit 2024-04-22T23:19:29.952908+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:19:30.748 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: audit 2024-04-22T23:19:29.953676+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:19:30.748 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: audit 2024-04-22T23:19:29.953676+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:19:30.748 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: audit 2024-04-22T23:19:29.954359+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:30.748 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: audit 2024-04-22T23:19:29.954359+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:30.748 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: cephadm 2024-04-22T23:19:29.955185+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Reconfiguring daemon mon.a on smithi033 2024-04-22T23:19:30.748 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: cephadm 2024-04-22T23:19:29.955185+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Reconfiguring daemon mon.a on smithi033 2024-04-22T23:19:30.749 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: audit 2024-04-22T23:19:30.173410+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:30.749 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: audit 2024-04-22T23:19:30.173410+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:30.749 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: audit 2024-04-22T23:19:30.274128+0000 mon.a (mon.0) 252 : audit [DBG] from='client.? 172.21.15.176:0/1416817835' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:19:30.749 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:30 smithi176 bash[21908]: audit 2024-04-22T23:19:30.274128+0000 mon.a (mon.0) 252 : audit [DBG] from='client.? 172.21.15.176:0/1416817835' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:19:30.860 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:24.173285+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:30.860 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:24.173285+0000 mon.a (mon.0) 210 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:30.860 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:24.178793+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:19:30.860 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:24.178793+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:19:30.860 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cluster 2024-04-22T23:19:24.179209+0000 mon.a (mon.0) 212 : cluster [INF] mon.a calling monitor election 2024-04-22T23:19:30.860 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cluster 2024-04-22T23:19:24.179209+0000 mon.a (mon.0) 212 : cluster [INF] mon.a calling monitor election 2024-04-22T23:19:30.860 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:24.200109+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:30.861 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:24.200109+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:30.861 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:25.173280+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:30.861 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:25.173280+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:30.861 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cluster 2024-04-22T23:19:25.522426+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:30.861 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cluster 2024-04-22T23:19:25.522426+0000 mgr.a (mgr.14152) 68 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:30.861 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:26.173326+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:30.861 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:26.173326+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:30.861 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cluster 2024-04-22T23:19:26.174761+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-22T23:19:30.861 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cluster 2024-04-22T23:19:26.174761+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-04-22T23:19:30.861 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:27.173250+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:30.861 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:27.173250+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:30.861 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cluster 2024-04-22T23:19:27.522797+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:30.861 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cluster 2024-04-22T23:19:27.522797+0000 mgr.a (mgr.14152) 69 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:30.862 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:28.173746+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:30.862 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:28.173746+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:30.862 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:28.514678+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:30.862 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:28.514678+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:30.862 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:29.173799+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:30.862 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:29.173799+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:30.862 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cluster 2024-04-22T23:19:29.219357+0000 mon.a (mon.0) 220 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-22T23:19:30.862 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cluster 2024-04-22T23:19:29.219357+0000 mon.a (mon.0) 220 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-04-22T23:19:30.862 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cluster 2024-04-22T23:19:29.225643+0000 mon.a (mon.0) 221 : cluster [DBG] monmap epoch 2 2024-04-22T23:19:30.862 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cluster 2024-04-22T23:19:29.225643+0000 mon.a (mon.0) 221 : cluster [DBG] monmap epoch 2 2024-04-22T23:19:30.862 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cluster 2024-04-22T23:19:29.225712+0000 mon.a (mon.0) 222 : cluster [DBG] fsid 367dd694-00fe-11ef-bc93-c7b262605968 2024-04-22T23:19:30.862 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cluster 2024-04-22T23:19:29.225712+0000 mon.a (mon.0) 222 : cluster [DBG] fsid 367dd694-00fe-11ef-bc93-c7b262605968 2024-04-22T23:19:30.862 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cluster 2024-04-22T23:19:29.225736+0000 mon.a (mon.0) 223 : cluster [DBG] last_changed 2024-04-22T23:19:24.172623+0000 2024-04-22T23:19:30.862 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cluster 2024-04-22T23:19:29.225736+0000 mon.a (mon.0) 223 : cluster [DBG] last_changed 2024-04-22T23:19:24.172623+0000 2024-04-22T23:19:30.862 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cluster 2024-04-22T23:19:29.225780+0000 mon.a (mon.0) 224 : cluster [DBG] created 2024-04-22T23:16:51.341249+0000 2024-04-22T23:19:30.863 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cluster 2024-04-22T23:19:29.225780+0000 mon.a (mon.0) 224 : cluster [DBG] created 2024-04-22T23:16:51.341249+0000 2024-04-22T23:19:30.863 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cluster 2024-04-22T23:19:29.225804+0000 mon.a (mon.0) 225 : cluster [DBG] min_mon_release 19 (squid) 2024-04-22T23:19:30.863 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cluster 2024-04-22T23:19:29.225804+0000 mon.a (mon.0) 225 : cluster [DBG] min_mon_release 19 (squid) 2024-04-22T23:19:30.863 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cluster 2024-04-22T23:19:29.225827+0000 mon.a (mon.0) 226 : cluster [DBG] election_strategy: 1 2024-04-22T23:19:30.863 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cluster 2024-04-22T23:19:29.225827+0000 mon.a (mon.0) 226 : cluster [DBG] election_strategy: 1 2024-04-22T23:19:30.863 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cluster 2024-04-22T23:19:29.225849+0000 mon.a (mon.0) 227 : cluster [DBG] 0: [v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0] mon.a 2024-04-22T23:19:30.863 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cluster 2024-04-22T23:19:29.225849+0000 mon.a (mon.0) 227 : cluster [DBG] 0: [v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0] mon.a 2024-04-22T23:19:30.863 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cluster 2024-04-22T23:19:29.225870+0000 mon.a (mon.0) 228 : cluster [DBG] 1: [v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0] mon.c 2024-04-22T23:19:30.863 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cluster 2024-04-22T23:19:29.225870+0000 mon.a (mon.0) 228 : cluster [DBG] 1: [v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0] mon.c 2024-04-22T23:19:30.863 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cluster 2024-04-22T23:19:29.243544+0000 mon.a (mon.0) 229 : cluster [DBG] fsmap 2024-04-22T23:19:30.864 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cluster 2024-04-22T23:19:29.243544+0000 mon.a (mon.0) 229 : cluster [DBG] fsmap 2024-04-22T23:19:30.864 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cluster 2024-04-22T23:19:29.243638+0000 mon.a (mon.0) 230 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:19:30.864 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cluster 2024-04-22T23:19:29.243638+0000 mon.a (mon.0) 230 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:19:30.864 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cluster 2024-04-22T23:19:29.243922+0000 mon.a (mon.0) 231 : cluster [DBG] mgrmap e13: a(active, since 85s) 2024-04-22T23:19:30.864 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cluster 2024-04-22T23:19:29.243922+0000 mon.a (mon.0) 231 : cluster [DBG] mgrmap e13: a(active, since 85s) 2024-04-22T23:19:30.864 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cluster 2024-04-22T23:19:29.244165+0000 mon.a (mon.0) 232 : cluster [INF] overall HEALTH_OK 2024-04-22T23:19:30.864 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cluster 2024-04-22T23:19:29.244165+0000 mon.a (mon.0) 232 : cluster [INF] overall HEALTH_OK 2024-04-22T23:19:30.864 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:29.251940+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.864 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:29.251940+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.865 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:29.258097+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.865 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:29.258097+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.865 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:29.264886+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.865 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:29.264886+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.865 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:29.289906+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.865 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:29.289906+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.865 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:29.297202+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.865 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:29.297202+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.865 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:29.402768+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:30.865 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:29.402768+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:30.865 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:29.406390+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:30.865 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:29.406390+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:30.865 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:29.407381+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:30.865 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:29.407381+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:30.865 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cephadm 2024-04-22T23:19:29.409076+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.conf 2024-04-22T23:19:30.866 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cephadm 2024-04-22T23:19:29.409076+0000 mgr.a (mgr.14152) 70 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.conf 2024-04-22T23:19:30.866 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cephadm 2024-04-22T23:19:29.409640+0000 mgr.a (mgr.14152) 71 : cephadm [INF] Updating smithi171:/etc/ceph/ceph.conf 2024-04-22T23:19:30.866 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cephadm 2024-04-22T23:19:29.409640+0000 mgr.a (mgr.14152) 71 : cephadm [INF] Updating smithi171:/etc/ceph/ceph.conf 2024-04-22T23:19:30.866 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cephadm 2024-04-22T23:19:29.410393+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Updating smithi176:/etc/ceph/ceph.conf 2024-04-22T23:19:30.866 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cephadm 2024-04-22T23:19:29.410393+0000 mgr.a (mgr.14152) 72 : cephadm [INF] Updating smithi176:/etc/ceph/ceph.conf 2024-04-22T23:19:30.866 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:29.457345+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.866 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:29.457345+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.866 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:29.463283+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.866 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:29.463283+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.866 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:29.514158+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:30.866 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:29.514158+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:30.866 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cluster 2024-04-22T23:19:29.523090+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:30.866 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cluster 2024-04-22T23:19:29.523090+0000 mgr.a (mgr.14152) 73 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:30.867 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cephadm 2024-04-22T23:19:29.674798+0000 mgr.a (mgr.14152) 74 : cephadm [INF] Updating smithi171:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:19:30.867 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cephadm 2024-04-22T23:19:29.674798+0000 mgr.a (mgr.14152) 74 : cephadm [INF] Updating smithi171:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:19:30.867 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cephadm 2024-04-22T23:19:29.675405+0000 mgr.a (mgr.14152) 75 : cephadm [INF] Updating smithi033:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:19:30.867 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cephadm 2024-04-22T23:19:29.675405+0000 mgr.a (mgr.14152) 75 : cephadm [INF] Updating smithi033:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:19:30.867 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cephadm 2024-04-22T23:19:29.675763+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi176:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:19:30.867 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cephadm 2024-04-22T23:19:29.675763+0000 mgr.a (mgr.14152) 76 : cephadm [INF] Updating smithi176:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:19:30.867 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:29.893914+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.867 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:29.893914+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.867 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:29.897307+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.867 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:29.897307+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.867 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:29.900496+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.867 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:29.900496+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.867 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:29.904242+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.867 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:29.904242+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:30.868 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cephadm 2024-04-22T23:19:29.904727+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-22T23:19:30.868 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cephadm 2024-04-22T23:19:29.904727+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-22T23:19:30.868 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cephadm 2024-04-22T23:19:29.952584+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-22T23:19:30.868 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cephadm 2024-04-22T23:19:29.952584+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-04-22T23:19:30.868 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:29.952908+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:19:30.868 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:29.952908+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:19:30.868 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:29.953676+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:19:30.868 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:29.953676+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:19:30.868 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:29.954359+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:30.868 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:29.954359+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:30.868 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cephadm 2024-04-22T23:19:29.955185+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Reconfiguring daemon mon.a on smithi033 2024-04-22T23:19:30.868 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: cephadm 2024-04-22T23:19:29.955185+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Reconfiguring daemon mon.a on smithi033 2024-04-22T23:19:30.868 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:30.173410+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:30.868 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:30.173410+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:30.869 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:30.274128+0000 mon.a (mon.0) 252 : audit [DBG] from='client.? 172.21.15.176:0/1416817835' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:19:30.869 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:30 smithi171 bash[21940]: audit 2024-04-22T23:19:30.274128+0000 mon.a (mon.0) 252 : audit [DBG] from='client.? 172.21.15.176:0/1416817835' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:19:31.683 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:19:31 smithi033 bash[21707]: debug 2024-04-22T23:19:31.167+0000 7ff2e8dc7700 -1 mgr.server handle_report got status from non-daemon mon.c 2024-04-22T23:19:31.925 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-04-22T23:19:31.925 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 367dd694-00fe-11ef-bc93-c7b262605968 -- ceph mon dump -f json 2024-04-22T23:19:35.995 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: audit 2024-04-22T23:19:30.532754+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:19:35.996 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: audit 2024-04-22T23:19:30.532754+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:19:35.996 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: cluster 2024-04-22T23:19:30.533218+0000 mon.a (mon.0) 255 : cluster [INF] mon.a calling monitor election 2024-04-22T23:19:35.996 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: cluster 2024-04-22T23:19:30.533218+0000 mon.a (mon.0) 255 : cluster [INF] mon.a calling monitor election 2024-04-22T23:19:35.996 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: cluster 2024-04-22T23:19:30.534450+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-22T23:19:35.996 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: cluster 2024-04-22T23:19:30.534450+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-22T23:19:35.996 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: audit 2024-04-22T23:19:30.535058+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:35.996 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: audit 2024-04-22T23:19:30.535058+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:35.996 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: audit 2024-04-22T23:19:30.535431+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:35.996 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: audit 2024-04-22T23:19:30.535431+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:35.996 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: audit 2024-04-22T23:19:31.515220+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:35.996 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: audit 2024-04-22T23:19:31.515220+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:35.997 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: cluster 2024-04-22T23:19:31.523472+0000 mgr.a (mgr.14152) 80 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:35.997 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: cluster 2024-04-22T23:19:31.523472+0000 mgr.a (mgr.14152) 80 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:35.997 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: audit 2024-04-22T23:19:32.515754+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:35.997 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: audit 2024-04-22T23:19:32.515754+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:35.997 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: cluster 2024-04-22T23:19:32.529523+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-22T23:19:35.997 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: cluster 2024-04-22T23:19:32.529523+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-22T23:19:35.997 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: audit 2024-04-22T23:19:33.515492+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:35.997 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: audit 2024-04-22T23:19:33.515492+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:35.997 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: cluster 2024-04-22T23:19:33.523898+0000 mgr.a (mgr.14152) 81 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:35.997 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: cluster 2024-04-22T23:19:33.523898+0000 mgr.a (mgr.14152) 81 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:35.998 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: audit 2024-04-22T23:19:34.515522+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:35.998 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: audit 2024-04-22T23:19:34.515522+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:35.998 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: audit 2024-04-22T23:19:35.515653+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:35.998 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: audit 2024-04-22T23:19:35.515653+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:35.998 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: cluster 2024-04-22T23:19:35.556988+0000 mon.a (mon.0) 263 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-22T23:19:35.998 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: cluster 2024-04-22T23:19:35.556988+0000 mon.a (mon.0) 263 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-22T23:19:35.998 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: cluster 2024-04-22T23:19:35.563415+0000 mon.a (mon.0) 264 : cluster [DBG] monmap epoch 3 2024-04-22T23:19:35.998 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: cluster 2024-04-22T23:19:35.563415+0000 mon.a (mon.0) 264 : cluster [DBG] monmap epoch 3 2024-04-22T23:19:35.998 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: cluster 2024-04-22T23:19:35.563452+0000 mon.a (mon.0) 265 : cluster [DBG] fsid 367dd694-00fe-11ef-bc93-c7b262605968 2024-04-22T23:19:35.998 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: cluster 2024-04-22T23:19:35.563452+0000 mon.a (mon.0) 265 : cluster [DBG] fsid 367dd694-00fe-11ef-bc93-c7b262605968 2024-04-22T23:19:35.999 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: cluster 2024-04-22T23:19:35.563474+0000 mon.a (mon.0) 266 : cluster [DBG] last_changed 2024-04-22T23:19:30.527806+0000 2024-04-22T23:19:35.999 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: cluster 2024-04-22T23:19:35.563474+0000 mon.a (mon.0) 266 : cluster [DBG] last_changed 2024-04-22T23:19:30.527806+0000 2024-04-22T23:19:35.999 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: cluster 2024-04-22T23:19:35.563492+0000 mon.a (mon.0) 267 : cluster [DBG] created 2024-04-22T23:16:51.341249+0000 2024-04-22T23:19:35.999 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: cluster 2024-04-22T23:19:35.563492+0000 mon.a (mon.0) 267 : cluster [DBG] created 2024-04-22T23:16:51.341249+0000 2024-04-22T23:19:35.999 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: cluster 2024-04-22T23:19:35.563517+0000 mon.a (mon.0) 268 : cluster [DBG] min_mon_release 19 (squid) 2024-04-22T23:19:35.999 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: cluster 2024-04-22T23:19:35.563517+0000 mon.a (mon.0) 268 : cluster [DBG] min_mon_release 19 (squid) 2024-04-22T23:19:35.999 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: cluster 2024-04-22T23:19:35.563537+0000 mon.a (mon.0) 269 : cluster [DBG] election_strategy: 1 2024-04-22T23:19:35.999 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: cluster 2024-04-22T23:19:35.563537+0000 mon.a (mon.0) 269 : cluster [DBG] election_strategy: 1 2024-04-22T23:19:35.999 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: cluster 2024-04-22T23:19:35.563556+0000 mon.a (mon.0) 270 : cluster [DBG] 0: [v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0] mon.a 2024-04-22T23:19:36.000 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: cluster 2024-04-22T23:19:35.563556+0000 mon.a (mon.0) 270 : cluster [DBG] 0: [v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0] mon.a 2024-04-22T23:19:36.000 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: cluster 2024-04-22T23:19:35.563580+0000 mon.a (mon.0) 271 : cluster [DBG] 1: [v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0] mon.c 2024-04-22T23:19:36.000 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: cluster 2024-04-22T23:19:35.563580+0000 mon.a (mon.0) 271 : cluster [DBG] 1: [v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0] mon.c 2024-04-22T23:19:36.000 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: cluster 2024-04-22T23:19:35.563606+0000 mon.a (mon.0) 272 : cluster [DBG] 2: [v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0] mon.b 2024-04-22T23:19:36.000 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: cluster 2024-04-22T23:19:35.563606+0000 mon.a (mon.0) 272 : cluster [DBG] 2: [v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0] mon.b 2024-04-22T23:19:36.001 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: cluster 2024-04-22T23:19:35.583574+0000 mon.a (mon.0) 273 : cluster [DBG] fsmap 2024-04-22T23:19:36.001 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: cluster 2024-04-22T23:19:35.583574+0000 mon.a (mon.0) 273 : cluster [DBG] fsmap 2024-04-22T23:19:36.001 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: cluster 2024-04-22T23:19:35.583631+0000 mon.a (mon.0) 274 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:19:36.001 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: cluster 2024-04-22T23:19:35.583631+0000 mon.a (mon.0) 274 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:19:36.001 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: cluster 2024-04-22T23:19:35.583936+0000 mon.a (mon.0) 275 : cluster [DBG] mgrmap e13: a(active, since 92s) 2024-04-22T23:19:36.001 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: cluster 2024-04-22T23:19:35.583936+0000 mon.a (mon.0) 275 : cluster [DBG] mgrmap e13: a(active, since 92s) 2024-04-22T23:19:36.001 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: cluster 2024-04-22T23:19:35.584188+0000 mon.a (mon.0) 276 : cluster [INF] overall HEALTH_OK 2024-04-22T23:19:36.001 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: cluster 2024-04-22T23:19:35.584188+0000 mon.a (mon.0) 276 : cluster [INF] overall HEALTH_OK 2024-04-22T23:19:36.001 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: audit 2024-04-22T23:19:35.592132+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:36.001 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: audit 2024-04-22T23:19:35.592132+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:36.001 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: audit 2024-04-22T23:19:35.600111+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:36.002 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: audit 2024-04-22T23:19:35.600111+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:36.002 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: audit 2024-04-22T23:19:35.607407+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:36.002 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: audit 2024-04-22T23:19:35.607407+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:36.003 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: audit 2024-04-22T23:19:35.613643+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:36.003 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: audit 2024-04-22T23:19:35.613643+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:36.003 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: audit 2024-04-22T23:19:35.620234+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:36.003 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:35 smithi176 bash[21908]: audit 2024-04-22T23:19:35.620234+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:36.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: audit 2024-04-22T23:19:30.532754+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:19:36.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: audit 2024-04-22T23:19:30.532754+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:19:36.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: cluster 2024-04-22T23:19:30.533218+0000 mon.a (mon.0) 255 : cluster [INF] mon.a calling monitor election 2024-04-22T23:19:36.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: cluster 2024-04-22T23:19:30.533218+0000 mon.a (mon.0) 255 : cluster [INF] mon.a calling monitor election 2024-04-22T23:19:36.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: cluster 2024-04-22T23:19:30.534450+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-22T23:19:36.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: cluster 2024-04-22T23:19:30.534450+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-22T23:19:36.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: audit 2024-04-22T23:19:30.535058+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:36.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: audit 2024-04-22T23:19:30.535058+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:36.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: audit 2024-04-22T23:19:30.535431+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:36.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: audit 2024-04-22T23:19:30.535431+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:36.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: audit 2024-04-22T23:19:31.515220+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:36.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: audit 2024-04-22T23:19:31.515220+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:36.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: cluster 2024-04-22T23:19:31.523472+0000 mgr.a (mgr.14152) 80 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:36.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: cluster 2024-04-22T23:19:31.523472+0000 mgr.a (mgr.14152) 80 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:36.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: audit 2024-04-22T23:19:32.515754+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:36.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: audit 2024-04-22T23:19:32.515754+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:36.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: cluster 2024-04-22T23:19:32.529523+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-22T23:19:36.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: cluster 2024-04-22T23:19:32.529523+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-22T23:19:36.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: audit 2024-04-22T23:19:33.515492+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:36.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: audit 2024-04-22T23:19:33.515492+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:36.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: cluster 2024-04-22T23:19:33.523898+0000 mgr.a (mgr.14152) 81 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:36.104 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: cluster 2024-04-22T23:19:33.523898+0000 mgr.a (mgr.14152) 81 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:36.104 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: audit 2024-04-22T23:19:34.515522+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:36.104 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: audit 2024-04-22T23:19:34.515522+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:36.104 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: audit 2024-04-22T23:19:35.515653+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:36.104 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: audit 2024-04-22T23:19:35.515653+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:36.104 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: cluster 2024-04-22T23:19:35.556988+0000 mon.a (mon.0) 263 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-22T23:19:36.104 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: cluster 2024-04-22T23:19:35.556988+0000 mon.a (mon.0) 263 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-22T23:19:36.104 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: cluster 2024-04-22T23:19:35.563415+0000 mon.a (mon.0) 264 : cluster [DBG] monmap epoch 3 2024-04-22T23:19:36.104 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: cluster 2024-04-22T23:19:35.563415+0000 mon.a (mon.0) 264 : cluster [DBG] monmap epoch 3 2024-04-22T23:19:36.104 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: cluster 2024-04-22T23:19:35.563452+0000 mon.a (mon.0) 265 : cluster [DBG] fsid 367dd694-00fe-11ef-bc93-c7b262605968 2024-04-22T23:19:36.104 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: cluster 2024-04-22T23:19:35.563452+0000 mon.a (mon.0) 265 : cluster [DBG] fsid 367dd694-00fe-11ef-bc93-c7b262605968 2024-04-22T23:19:36.104 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: cluster 2024-04-22T23:19:35.563474+0000 mon.a (mon.0) 266 : cluster [DBG] last_changed 2024-04-22T23:19:30.527806+0000 2024-04-22T23:19:36.105 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: cluster 2024-04-22T23:19:35.563474+0000 mon.a (mon.0) 266 : cluster [DBG] last_changed 2024-04-22T23:19:30.527806+0000 2024-04-22T23:19:36.105 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: cluster 2024-04-22T23:19:35.563492+0000 mon.a (mon.0) 267 : cluster [DBG] created 2024-04-22T23:16:51.341249+0000 2024-04-22T23:19:36.105 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: cluster 2024-04-22T23:19:35.563492+0000 mon.a (mon.0) 267 : cluster [DBG] created 2024-04-22T23:16:51.341249+0000 2024-04-22T23:19:36.105 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: cluster 2024-04-22T23:19:35.563517+0000 mon.a (mon.0) 268 : cluster [DBG] min_mon_release 19 (squid) 2024-04-22T23:19:36.105 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: cluster 2024-04-22T23:19:35.563517+0000 mon.a (mon.0) 268 : cluster [DBG] min_mon_release 19 (squid) 2024-04-22T23:19:36.105 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: cluster 2024-04-22T23:19:35.563537+0000 mon.a (mon.0) 269 : cluster [DBG] election_strategy: 1 2024-04-22T23:19:36.105 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: cluster 2024-04-22T23:19:35.563537+0000 mon.a (mon.0) 269 : cluster [DBG] election_strategy: 1 2024-04-22T23:19:36.105 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: cluster 2024-04-22T23:19:35.563556+0000 mon.a (mon.0) 270 : cluster [DBG] 0: [v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0] mon.a 2024-04-22T23:19:36.105 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: cluster 2024-04-22T23:19:35.563556+0000 mon.a (mon.0) 270 : cluster [DBG] 0: [v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0] mon.a 2024-04-22T23:19:36.105 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: cluster 2024-04-22T23:19:35.563580+0000 mon.a (mon.0) 271 : cluster [DBG] 1: [v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0] mon.c 2024-04-22T23:19:36.105 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: cluster 2024-04-22T23:19:35.563580+0000 mon.a (mon.0) 271 : cluster [DBG] 1: [v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0] mon.c 2024-04-22T23:19:36.105 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: cluster 2024-04-22T23:19:35.563606+0000 mon.a (mon.0) 272 : cluster [DBG] 2: [v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0] mon.b 2024-04-22T23:19:36.105 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: cluster 2024-04-22T23:19:35.563606+0000 mon.a (mon.0) 272 : cluster [DBG] 2: [v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0] mon.b 2024-04-22T23:19:36.105 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: cluster 2024-04-22T23:19:35.583574+0000 mon.a (mon.0) 273 : cluster [DBG] fsmap 2024-04-22T23:19:36.105 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: cluster 2024-04-22T23:19:35.583574+0000 mon.a (mon.0) 273 : cluster [DBG] fsmap 2024-04-22T23:19:36.106 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: cluster 2024-04-22T23:19:35.583631+0000 mon.a (mon.0) 274 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:19:36.106 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: cluster 2024-04-22T23:19:35.583631+0000 mon.a (mon.0) 274 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:19:36.106 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: cluster 2024-04-22T23:19:35.583936+0000 mon.a (mon.0) 275 : cluster [DBG] mgrmap e13: a(active, since 92s) 2024-04-22T23:19:36.106 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: cluster 2024-04-22T23:19:35.583936+0000 mon.a (mon.0) 275 : cluster [DBG] mgrmap e13: a(active, since 92s) 2024-04-22T23:19:36.106 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: cluster 2024-04-22T23:19:35.584188+0000 mon.a (mon.0) 276 : cluster [INF] overall HEALTH_OK 2024-04-22T23:19:36.106 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: cluster 2024-04-22T23:19:35.584188+0000 mon.a (mon.0) 276 : cluster [INF] overall HEALTH_OK 2024-04-22T23:19:36.106 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: audit 2024-04-22T23:19:35.592132+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:36.106 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: audit 2024-04-22T23:19:35.592132+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:36.106 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: audit 2024-04-22T23:19:35.600111+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:36.106 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: audit 2024-04-22T23:19:35.600111+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:36.106 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: audit 2024-04-22T23:19:35.607407+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:36.106 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: audit 2024-04-22T23:19:35.607407+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:36.106 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: audit 2024-04-22T23:19:35.613643+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:36.106 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: audit 2024-04-22T23:19:35.613643+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:36.106 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: audit 2024-04-22T23:19:35.620234+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:36.107 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:35 smithi033 bash[21450]: audit 2024-04-22T23:19:35.620234+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:36.107 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: audit 2024-04-22T23:19:30.532754+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:19:36.107 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: audit 2024-04-22T23:19:30.532754+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-04-22T23:19:36.107 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: cluster 2024-04-22T23:19:30.533218+0000 mon.a (mon.0) 255 : cluster [INF] mon.a calling monitor election 2024-04-22T23:19:36.107 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: cluster 2024-04-22T23:19:30.533218+0000 mon.a (mon.0) 255 : cluster [INF] mon.a calling monitor election 2024-04-22T23:19:36.108 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: cluster 2024-04-22T23:19:30.534450+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-22T23:19:36.108 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: cluster 2024-04-22T23:19:30.534450+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-04-22T23:19:36.108 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: audit 2024-04-22T23:19:30.535058+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:36.108 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: audit 2024-04-22T23:19:30.535058+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:36.108 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: audit 2024-04-22T23:19:30.535431+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:36.108 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: audit 2024-04-22T23:19:30.535431+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-04-22T23:19:36.108 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: audit 2024-04-22T23:19:31.515220+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:36.108 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: audit 2024-04-22T23:19:31.515220+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:36.108 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: cluster 2024-04-22T23:19:31.523472+0000 mgr.a (mgr.14152) 80 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:36.108 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: cluster 2024-04-22T23:19:31.523472+0000 mgr.a (mgr.14152) 80 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:36.108 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: audit 2024-04-22T23:19:32.515754+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:36.108 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: audit 2024-04-22T23:19:32.515754+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:36.108 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: cluster 2024-04-22T23:19:32.529523+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-22T23:19:36.108 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: cluster 2024-04-22T23:19:32.529523+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-04-22T23:19:36.108 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: audit 2024-04-22T23:19:33.515492+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:36.109 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: audit 2024-04-22T23:19:33.515492+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:36.109 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: cluster 2024-04-22T23:19:33.523898+0000 mgr.a (mgr.14152) 81 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:36.109 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: cluster 2024-04-22T23:19:33.523898+0000 mgr.a (mgr.14152) 81 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:36.109 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: audit 2024-04-22T23:19:34.515522+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:36.109 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: audit 2024-04-22T23:19:34.515522+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:36.109 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: audit 2024-04-22T23:19:35.515653+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:36.109 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: audit 2024-04-22T23:19:35.515653+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:36.109 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: cluster 2024-04-22T23:19:35.556988+0000 mon.a (mon.0) 263 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-22T23:19:36.109 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: cluster 2024-04-22T23:19:35.556988+0000 mon.a (mon.0) 263 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-04-22T23:19:36.109 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: cluster 2024-04-22T23:19:35.563415+0000 mon.a (mon.0) 264 : cluster [DBG] monmap epoch 3 2024-04-22T23:19:36.109 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: cluster 2024-04-22T23:19:35.563415+0000 mon.a (mon.0) 264 : cluster [DBG] monmap epoch 3 2024-04-22T23:19:36.109 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: cluster 2024-04-22T23:19:35.563452+0000 mon.a (mon.0) 265 : cluster [DBG] fsid 367dd694-00fe-11ef-bc93-c7b262605968 2024-04-22T23:19:36.109 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: cluster 2024-04-22T23:19:35.563452+0000 mon.a (mon.0) 265 : cluster [DBG] fsid 367dd694-00fe-11ef-bc93-c7b262605968 2024-04-22T23:19:36.109 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: cluster 2024-04-22T23:19:35.563474+0000 mon.a (mon.0) 266 : cluster [DBG] last_changed 2024-04-22T23:19:30.527806+0000 2024-04-22T23:19:36.109 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: cluster 2024-04-22T23:19:35.563474+0000 mon.a (mon.0) 266 : cluster [DBG] last_changed 2024-04-22T23:19:30.527806+0000 2024-04-22T23:19:36.110 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: cluster 2024-04-22T23:19:35.563492+0000 mon.a (mon.0) 267 : cluster [DBG] created 2024-04-22T23:16:51.341249+0000 2024-04-22T23:19:36.110 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: cluster 2024-04-22T23:19:35.563492+0000 mon.a (mon.0) 267 : cluster [DBG] created 2024-04-22T23:16:51.341249+0000 2024-04-22T23:19:36.110 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: cluster 2024-04-22T23:19:35.563517+0000 mon.a (mon.0) 268 : cluster [DBG] min_mon_release 19 (squid) 2024-04-22T23:19:36.110 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: cluster 2024-04-22T23:19:35.563517+0000 mon.a (mon.0) 268 : cluster [DBG] min_mon_release 19 (squid) 2024-04-22T23:19:36.110 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: cluster 2024-04-22T23:19:35.563537+0000 mon.a (mon.0) 269 : cluster [DBG] election_strategy: 1 2024-04-22T23:19:36.110 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: cluster 2024-04-22T23:19:35.563537+0000 mon.a (mon.0) 269 : cluster [DBG] election_strategy: 1 2024-04-22T23:19:36.110 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: cluster 2024-04-22T23:19:35.563556+0000 mon.a (mon.0) 270 : cluster [DBG] 0: [v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0] mon.a 2024-04-22T23:19:36.110 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: cluster 2024-04-22T23:19:35.563556+0000 mon.a (mon.0) 270 : cluster [DBG] 0: [v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0] mon.a 2024-04-22T23:19:36.110 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: cluster 2024-04-22T23:19:35.563580+0000 mon.a (mon.0) 271 : cluster [DBG] 1: [v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0] mon.c 2024-04-22T23:19:36.110 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: cluster 2024-04-22T23:19:35.563580+0000 mon.a (mon.0) 271 : cluster [DBG] 1: [v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0] mon.c 2024-04-22T23:19:36.110 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: cluster 2024-04-22T23:19:35.563606+0000 mon.a (mon.0) 272 : cluster [DBG] 2: [v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0] mon.b 2024-04-22T23:19:36.110 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: cluster 2024-04-22T23:19:35.563606+0000 mon.a (mon.0) 272 : cluster [DBG] 2: [v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0] mon.b 2024-04-22T23:19:36.110 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: cluster 2024-04-22T23:19:35.583574+0000 mon.a (mon.0) 273 : cluster [DBG] fsmap 2024-04-22T23:19:36.110 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: cluster 2024-04-22T23:19:35.583574+0000 mon.a (mon.0) 273 : cluster [DBG] fsmap 2024-04-22T23:19:36.111 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: cluster 2024-04-22T23:19:35.583631+0000 mon.a (mon.0) 274 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:19:36.111 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: cluster 2024-04-22T23:19:35.583631+0000 mon.a (mon.0) 274 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-04-22T23:19:36.111 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: cluster 2024-04-22T23:19:35.583936+0000 mon.a (mon.0) 275 : cluster [DBG] mgrmap e13: a(active, since 92s) 2024-04-22T23:19:36.111 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: cluster 2024-04-22T23:19:35.583936+0000 mon.a (mon.0) 275 : cluster [DBG] mgrmap e13: a(active, since 92s) 2024-04-22T23:19:36.111 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: cluster 2024-04-22T23:19:35.584188+0000 mon.a (mon.0) 276 : cluster [INF] overall HEALTH_OK 2024-04-22T23:19:36.111 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: cluster 2024-04-22T23:19:35.584188+0000 mon.a (mon.0) 276 : cluster [INF] overall HEALTH_OK 2024-04-22T23:19:36.111 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: audit 2024-04-22T23:19:35.592132+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:36.111 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: audit 2024-04-22T23:19:35.592132+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:36.111 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: audit 2024-04-22T23:19:35.600111+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:36.111 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: audit 2024-04-22T23:19:35.600111+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:36.111 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: audit 2024-04-22T23:19:35.607407+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:36.111 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: audit 2024-04-22T23:19:35.607407+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:36.111 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: audit 2024-04-22T23:19:35.613643+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:36.111 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: audit 2024-04-22T23:19:35.613643+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:36.111 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: audit 2024-04-22T23:19:35.620234+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:36.112 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:35 smithi171 bash[21940]: audit 2024-04-22T23:19:35.620234+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:36.388 INFO:teuthology.orchestra.run.smithi176.stderr:Inferring config /var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/mon.c/config 2024-04-22T23:19:36.745 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:36 smithi176 bash[21908]: cluster 2024-04-22T23:19:35.524258+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:36.745 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:36 smithi176 bash[21908]: cluster 2024-04-22T23:19:35.524258+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:36.745 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:36 smithi176 bash[21908]: cephadm 2024-04-22T23:19:35.634174+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-22T23:19:36.745 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:36 smithi176 bash[21908]: cephadm 2024-04-22T23:19:35.634174+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-22T23:19:36.745 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:36 smithi176 bash[21908]: audit 2024-04-22T23:19:35.635381+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:19:36.745 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:36 smithi176 bash[21908]: audit 2024-04-22T23:19:35.635381+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:19:36.745 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:36 smithi176 bash[21908]: audit 2024-04-22T23:19:35.656507+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:19:36.745 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:36 smithi176 bash[21908]: audit 2024-04-22T23:19:35.656507+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:19:36.745 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:36 smithi176 bash[21908]: audit 2024-04-22T23:19:35.658356+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:36.745 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:36 smithi176 bash[21908]: audit 2024-04-22T23:19:35.658356+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:36.746 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:36 smithi176 bash[21908]: cephadm 2024-04-22T23:19:35.660441+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring daemon mon.b on smithi171 2024-04-22T23:19:36.746 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:36 smithi176 bash[21908]: cephadm 2024-04-22T23:19:35.660441+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring daemon mon.b on smithi171 2024-04-22T23:19:36.746 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:36 smithi176 bash[21908]: audit 2024-04-22T23:19:35.770106+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:36.746 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:36 smithi176 bash[21908]: audit 2024-04-22T23:19:35.770106+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:36.746 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:36 smithi176 bash[21908]: audit 2024-04-22T23:19:35.779484+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:36.746 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:36 smithi176 bash[21908]: audit 2024-04-22T23:19:35.779484+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:36.746 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:36 smithi176 bash[21908]: audit 2024-04-22T23:19:35.816004+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:36.746 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:36 smithi176 bash[21908]: audit 2024-04-22T23:19:35.816004+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:36.746 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:36 smithi176 bash[21908]: audit 2024-04-22T23:19:35.825230+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:36.746 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:36 smithi176 bash[21908]: audit 2024-04-22T23:19:35.825230+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:36.746 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:36 smithi176 bash[21908]: audit 2024-04-22T23:19:36.515945+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:36.746 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:36 smithi176 bash[21908]: audit 2024-04-22T23:19:36.515945+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:36.896 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:36 smithi171 bash[21940]: cluster 2024-04-22T23:19:35.524258+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:36.896 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:36 smithi171 bash[21940]: cluster 2024-04-22T23:19:35.524258+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:36.896 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:36 smithi171 bash[21940]: cephadm 2024-04-22T23:19:35.634174+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-22T23:19:36.897 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:36 smithi171 bash[21940]: cephadm 2024-04-22T23:19:35.634174+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-22T23:19:36.897 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:36 smithi171 bash[21940]: audit 2024-04-22T23:19:35.635381+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:19:36.897 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:36 smithi171 bash[21940]: audit 2024-04-22T23:19:35.635381+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:19:36.897 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:36 smithi171 bash[21940]: audit 2024-04-22T23:19:35.656507+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:19:36.897 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:36 smithi171 bash[21940]: audit 2024-04-22T23:19:35.656507+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:19:36.897 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:36 smithi171 bash[21940]: audit 2024-04-22T23:19:35.658356+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:36.897 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:36 smithi171 bash[21940]: audit 2024-04-22T23:19:35.658356+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:36.897 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:36 smithi171 bash[21940]: cephadm 2024-04-22T23:19:35.660441+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring daemon mon.b on smithi171 2024-04-22T23:19:36.897 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:36 smithi171 bash[21940]: cephadm 2024-04-22T23:19:35.660441+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring daemon mon.b on smithi171 2024-04-22T23:19:36.897 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:36 smithi171 bash[21940]: audit 2024-04-22T23:19:35.770106+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:36.897 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:36 smithi171 bash[21940]: audit 2024-04-22T23:19:35.770106+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:36.897 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:36 smithi171 bash[21940]: audit 2024-04-22T23:19:35.779484+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:36.897 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:36 smithi171 bash[21940]: audit 2024-04-22T23:19:35.779484+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:36.898 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:36 smithi171 bash[21940]: audit 2024-04-22T23:19:35.816004+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:36.898 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:36 smithi171 bash[21940]: audit 2024-04-22T23:19:35.816004+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:36.898 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:36 smithi171 bash[21940]: audit 2024-04-22T23:19:35.825230+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:36.898 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:36 smithi171 bash[21940]: audit 2024-04-22T23:19:35.825230+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:36.898 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:36 smithi171 bash[21940]: audit 2024-04-22T23:19:36.515945+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:36.898 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:36 smithi171 bash[21940]: audit 2024-04-22T23:19:36.515945+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:37.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:36 smithi033 bash[21450]: cluster 2024-04-22T23:19:35.524258+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:37.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:36 smithi033 bash[21450]: cluster 2024-04-22T23:19:35.524258+0000 mgr.a (mgr.14152) 82 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:37.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:36 smithi033 bash[21450]: cephadm 2024-04-22T23:19:35.634174+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-22T23:19:37.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:36 smithi033 bash[21450]: cephadm 2024-04-22T23:19:35.634174+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-04-22T23:19:37.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:36 smithi033 bash[21450]: audit 2024-04-22T23:19:35.635381+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:19:37.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:36 smithi033 bash[21450]: audit 2024-04-22T23:19:35.635381+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:19:37.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:36 smithi033 bash[21450]: audit 2024-04-22T23:19:35.656507+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:19:37.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:36 smithi033 bash[21450]: audit 2024-04-22T23:19:35.656507+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:19:37.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:36 smithi033 bash[21450]: audit 2024-04-22T23:19:35.658356+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:37.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:36 smithi033 bash[21450]: audit 2024-04-22T23:19:35.658356+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:37.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:36 smithi033 bash[21450]: cephadm 2024-04-22T23:19:35.660441+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring daemon mon.b on smithi171 2024-04-22T23:19:37.102 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:36 smithi033 bash[21450]: cephadm 2024-04-22T23:19:35.660441+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Reconfiguring daemon mon.b on smithi171 2024-04-22T23:19:37.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:36 smithi033 bash[21450]: audit 2024-04-22T23:19:35.770106+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:37.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:36 smithi033 bash[21450]: audit 2024-04-22T23:19:35.770106+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:37.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:36 smithi033 bash[21450]: audit 2024-04-22T23:19:35.779484+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:37.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:36 smithi033 bash[21450]: audit 2024-04-22T23:19:35.779484+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:37.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:36 smithi033 bash[21450]: audit 2024-04-22T23:19:35.816004+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:37.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:36 smithi033 bash[21450]: audit 2024-04-22T23:19:35.816004+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:37.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:36 smithi033 bash[21450]: audit 2024-04-22T23:19:35.825230+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:37.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:36 smithi033 bash[21450]: audit 2024-04-22T23:19:35.825230+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:37.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:36 smithi033 bash[21450]: audit 2024-04-22T23:19:36.515945+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:37.103 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:36 smithi033 bash[21450]: audit 2024-04-22T23:19:36.515945+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-04-22T23:19:37.558 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-04-22T23:19:37.558 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":3,"fsid":"367dd694-00fe-11ef-bc93-c7b262605968","modified":"2024-04-22T23:19:30.527806Z","created":"2024-04-22T23:16:51.341249Z","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.33:3300","nonce":0},{"type":"v1","addr":"172.21.15.33:6789","nonce":0}]},"addr":"172.21.15.33:6789/0","public_addr":"172.21.15.33:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:3300","nonce":0},{"type":"v1","addr":"172.21.15.176:6789","nonce":0}]},"addr":"172.21.15.176:6789/0","public_addr":"172.21.15.176:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.171:3300","nonce":0},{"type":"v1","addr":"172.21.15.171:6789","nonce":0}]},"addr":"172.21.15.171:6789/0","public_addr":"172.21.15.171:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-04-22T23:19:37.561 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 3 2024-04-22T23:19:38.364 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-04-22T23:19:38.365 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 367dd694-00fe-11ef-bc93-c7b262605968 -- ceph config generate-minimal-conf 2024-04-22T23:19:38.618 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:38 smithi176 bash[21908]: audit 2024-04-22T23:19:37.424508+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:38.618 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:38 smithi176 bash[21908]: audit 2024-04-22T23:19:37.424508+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:38.619 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:38 smithi176 bash[21908]: cephadm 2024-04-22T23:19:37.430887+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-22T23:19:38.619 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:38 smithi176 bash[21908]: cephadm 2024-04-22T23:19:37.430887+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-22T23:19:38.619 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:38 smithi176 bash[21908]: audit 2024-04-22T23:19:37.431592+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:19:38.619 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:38 smithi176 bash[21908]: audit 2024-04-22T23:19:37.431592+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:19:38.619 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:38 smithi176 bash[21908]: audit 2024-04-22T23:19:37.433499+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:19:38.619 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:38 smithi176 bash[21908]: audit 2024-04-22T23:19:37.433499+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:19:38.619 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:38 smithi176 bash[21908]: audit 2024-04-22T23:19:37.435259+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:38.619 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:38 smithi176 bash[21908]: audit 2024-04-22T23:19:37.435259+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:38.619 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:38 smithi176 bash[21908]: cephadm 2024-04-22T23:19:37.437291+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.c on smithi176 2024-04-22T23:19:38.619 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:38 smithi176 bash[21908]: cephadm 2024-04-22T23:19:37.437291+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.c on smithi176 2024-04-22T23:19:38.619 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:38 smithi176 bash[21908]: cluster 2024-04-22T23:19:37.524617+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:38.619 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:38 smithi176 bash[21908]: cluster 2024-04-22T23:19:37.524617+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:38.619 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:38 smithi176 bash[21908]: audit 2024-04-22T23:19:37.557666+0000 mon.a (mon.0) 294 : audit [DBG] from='client.? 172.21.15.176:0/672495567' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:19:38.619 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:38 smithi176 bash[21908]: audit 2024-04-22T23:19:37.557666+0000 mon.a (mon.0) 294 : audit [DBG] from='client.? 172.21.15.176:0/672495567' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:19:38.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:38 smithi033 bash[21450]: audit 2024-04-22T23:19:37.424508+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:38.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:38 smithi033 bash[21450]: audit 2024-04-22T23:19:37.424508+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:38.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:38 smithi033 bash[21450]: cephadm 2024-04-22T23:19:37.430887+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-22T23:19:38.851 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:38 smithi033 bash[21450]: cephadm 2024-04-22T23:19:37.430887+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-22T23:19:38.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:38 smithi033 bash[21450]: audit 2024-04-22T23:19:37.431592+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:19:38.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:38 smithi033 bash[21450]: audit 2024-04-22T23:19:37.431592+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:19:38.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:38 smithi033 bash[21450]: audit 2024-04-22T23:19:37.433499+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:19:38.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:38 smithi033 bash[21450]: audit 2024-04-22T23:19:37.433499+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:19:38.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:38 smithi033 bash[21450]: audit 2024-04-22T23:19:37.435259+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:38.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:38 smithi033 bash[21450]: audit 2024-04-22T23:19:37.435259+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:38.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:38 smithi033 bash[21450]: cephadm 2024-04-22T23:19:37.437291+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.c on smithi176 2024-04-22T23:19:38.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:38 smithi033 bash[21450]: cephadm 2024-04-22T23:19:37.437291+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.c on smithi176 2024-04-22T23:19:38.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:38 smithi033 bash[21450]: cluster 2024-04-22T23:19:37.524617+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:38.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:38 smithi033 bash[21450]: cluster 2024-04-22T23:19:37.524617+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:38.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:38 smithi033 bash[21450]: audit 2024-04-22T23:19:37.557666+0000 mon.a (mon.0) 294 : audit [DBG] from='client.? 172.21.15.176:0/672495567' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:19:38.852 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:38 smithi033 bash[21450]: audit 2024-04-22T23:19:37.557666+0000 mon.a (mon.0) 294 : audit [DBG] from='client.? 172.21.15.176:0/672495567' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:19:38.862 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:38 smithi171 bash[21940]: audit 2024-04-22T23:19:37.424508+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:38.862 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:38 smithi171 bash[21940]: audit 2024-04-22T23:19:37.424508+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:38.862 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:38 smithi171 bash[21940]: cephadm 2024-04-22T23:19:37.430887+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-22T23:19:38.862 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:38 smithi171 bash[21940]: cephadm 2024-04-22T23:19:37.430887+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-04-22T23:19:38.862 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:38 smithi171 bash[21940]: audit 2024-04-22T23:19:37.431592+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:19:38.862 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:38 smithi171 bash[21940]: audit 2024-04-22T23:19:37.431592+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:19:38.862 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:38 smithi171 bash[21940]: audit 2024-04-22T23:19:37.433499+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:19:38.862 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:38 smithi171 bash[21940]: audit 2024-04-22T23:19:37.433499+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:19:38.862 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:38 smithi171 bash[21940]: audit 2024-04-22T23:19:37.435259+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:38.863 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:38 smithi171 bash[21940]: audit 2024-04-22T23:19:37.435259+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:38.863 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:38 smithi171 bash[21940]: cephadm 2024-04-22T23:19:37.437291+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.c on smithi176 2024-04-22T23:19:38.863 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:38 smithi171 bash[21940]: cephadm 2024-04-22T23:19:37.437291+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.c on smithi176 2024-04-22T23:19:38.863 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:38 smithi171 bash[21940]: cluster 2024-04-22T23:19:37.524617+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:38.863 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:38 smithi171 bash[21940]: cluster 2024-04-22T23:19:37.524617+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:38.863 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:38 smithi171 bash[21940]: audit 2024-04-22T23:19:37.557666+0000 mon.a (mon.0) 294 : audit [DBG] from='client.? 172.21.15.176:0/672495567' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:19:38.863 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:38 smithi171 bash[21940]: audit 2024-04-22T23:19:37.557666+0000 mon.a (mon.0) 294 : audit [DBG] from='client.? 172.21.15.176:0/672495567' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-04-22T23:19:40.602 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:40 smithi033 bash[21450]: audit 2024-04-22T23:19:39.244539+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:40.602 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:40 smithi033 bash[21450]: audit 2024-04-22T23:19:39.244539+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:40.603 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:40 smithi033 bash[21450]: audit 2024-04-22T23:19:39.258907+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:40.603 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:40 smithi033 bash[21450]: audit 2024-04-22T23:19:39.258907+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:40.603 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:40 smithi033 bash[21450]: audit 2024-04-22T23:19:39.264782+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:40.603 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:40 smithi033 bash[21450]: audit 2024-04-22T23:19:39.264782+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:40.603 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:40 smithi033 bash[21450]: audit 2024-04-22T23:19:39.266886+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:40.603 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:40 smithi033 bash[21450]: audit 2024-04-22T23:19:39.266886+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:40.604 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:40 smithi033 bash[21450]: cephadm 2024-04-22T23:19:39.269643+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.conf 2024-04-22T23:19:40.604 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:40 smithi033 bash[21450]: cephadm 2024-04-22T23:19:39.269643+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.conf 2024-04-22T23:19:40.604 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:40 smithi033 bash[21450]: cephadm 2024-04-22T23:19:39.270717+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Updating smithi171:/etc/ceph/ceph.conf 2024-04-22T23:19:40.604 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:40 smithi033 bash[21450]: cephadm 2024-04-22T23:19:39.270717+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Updating smithi171:/etc/ceph/ceph.conf 2024-04-22T23:19:40.604 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:40 smithi033 bash[21450]: cephadm 2024-04-22T23:19:39.272806+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Updating smithi176:/etc/ceph/ceph.conf 2024-04-22T23:19:40.604 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:40 smithi033 bash[21450]: cephadm 2024-04-22T23:19:39.272806+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Updating smithi176:/etc/ceph/ceph.conf 2024-04-22T23:19:40.605 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:40 smithi033 bash[21450]: cluster 2024-04-22T23:19:39.524952+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:40.605 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:40 smithi033 bash[21450]: cluster 2024-04-22T23:19:39.524952+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:40.605 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:40 smithi033 bash[21450]: cephadm 2024-04-22T23:19:39.638986+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Updating smithi171:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:19:40.605 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:40 smithi033 bash[21450]: cephadm 2024-04-22T23:19:39.638986+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Updating smithi171:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:19:40.605 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:40 smithi033 bash[21450]: cephadm 2024-04-22T23:19:39.639886+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Updating smithi033:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:19:40.606 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:40 smithi033 bash[21450]: cephadm 2024-04-22T23:19:39.639886+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Updating smithi033:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:19:40.606 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:40 smithi033 bash[21450]: cephadm 2024-04-22T23:19:39.643578+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Updating smithi176:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:19:40.606 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:40 smithi033 bash[21450]: cephadm 2024-04-22T23:19:39.643578+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Updating smithi176:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:19:40.606 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:40 smithi033 bash[21450]: audit 2024-04-22T23:19:39.863376+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:40.606 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:40 smithi033 bash[21450]: audit 2024-04-22T23:19:39.863376+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:40.606 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:40 smithi033 bash[21450]: audit 2024-04-22T23:19:39.885757+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:40.607 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:40 smithi033 bash[21450]: audit 2024-04-22T23:19:39.885757+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:40.607 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:40 smithi033 bash[21450]: audit 2024-04-22T23:19:39.889928+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:40.607 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:40 smithi033 bash[21450]: audit 2024-04-22T23:19:39.889928+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:40.607 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:40 smithi033 bash[21450]: audit 2024-04-22T23:19:39.908607+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:40.607 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:40 smithi033 bash[21450]: audit 2024-04-22T23:19:39.908607+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:40.607 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:40 smithi033 bash[21450]: audit 2024-04-22T23:19:39.912881+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:40.608 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:40 smithi033 bash[21450]: audit 2024-04-22T23:19:39.912881+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:40.608 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:40 smithi033 bash[21450]: audit 2024-04-22T23:19:39.917303+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:40.608 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:40 smithi033 bash[21450]: audit 2024-04-22T23:19:39.917303+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:40.608 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:40 smithi033 bash[21450]: cephadm 2024-04-22T23:19:40.000331+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-04-22T23:19:40.608 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:40 smithi033 bash[21450]: cephadm 2024-04-22T23:19:40.000331+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-04-22T23:19:40.608 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:40 smithi033 bash[21450]: audit 2024-04-22T23:19:40.000995+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:19:40.609 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:40 smithi033 bash[21450]: audit 2024-04-22T23:19:40.000995+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:19:40.609 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:40 smithi033 bash[21450]: audit 2024-04-22T23:19:40.002818+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:19:40.609 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:40 smithi033 bash[21450]: audit 2024-04-22T23:19:40.002818+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:19:40.609 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:40 smithi033 bash[21450]: audit 2024-04-22T23:19:40.004339+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:40.609 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:40 smithi033 bash[21450]: audit 2024-04-22T23:19:40.004339+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:40.610 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:40 smithi033 bash[21450]: cephadm 2024-04-22T23:19:40.005859+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Reconfiguring daemon mon.a on smithi033 2024-04-22T23:19:40.610 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:40 smithi033 bash[21450]: cephadm 2024-04-22T23:19:40.005859+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Reconfiguring daemon mon.a on smithi033 2024-04-22T23:19:40.611 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:40 smithi171 bash[21940]: audit 2024-04-22T23:19:39.244539+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:40.611 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:40 smithi171 bash[21940]: audit 2024-04-22T23:19:39.244539+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:40.611 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:40 smithi171 bash[21940]: audit 2024-04-22T23:19:39.258907+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:40.612 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:40 smithi171 bash[21940]: audit 2024-04-22T23:19:39.258907+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:40.612 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:40 smithi171 bash[21940]: audit 2024-04-22T23:19:39.264782+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:40.612 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:40 smithi171 bash[21940]: audit 2024-04-22T23:19:39.264782+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:40.612 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:40 smithi171 bash[21940]: audit 2024-04-22T23:19:39.266886+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:40.612 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:40 smithi171 bash[21940]: audit 2024-04-22T23:19:39.266886+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:40.613 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:40 smithi171 bash[21940]: cephadm 2024-04-22T23:19:39.269643+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.conf 2024-04-22T23:19:40.613 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:40 smithi171 bash[21940]: cephadm 2024-04-22T23:19:39.269643+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.conf 2024-04-22T23:19:40.613 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:40 smithi171 bash[21940]: cephadm 2024-04-22T23:19:39.270717+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Updating smithi171:/etc/ceph/ceph.conf 2024-04-22T23:19:40.613 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:40 smithi171 bash[21940]: cephadm 2024-04-22T23:19:39.270717+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Updating smithi171:/etc/ceph/ceph.conf 2024-04-22T23:19:40.613 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:40 smithi171 bash[21940]: cephadm 2024-04-22T23:19:39.272806+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Updating smithi176:/etc/ceph/ceph.conf 2024-04-22T23:19:40.613 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:40 smithi171 bash[21940]: cephadm 2024-04-22T23:19:39.272806+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Updating smithi176:/etc/ceph/ceph.conf 2024-04-22T23:19:40.614 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:40 smithi171 bash[21940]: cluster 2024-04-22T23:19:39.524952+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:40.614 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:40 smithi171 bash[21940]: cluster 2024-04-22T23:19:39.524952+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:40.614 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:40 smithi171 bash[21940]: cephadm 2024-04-22T23:19:39.638986+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Updating smithi171:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:19:40.614 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:40 smithi171 bash[21940]: cephadm 2024-04-22T23:19:39.638986+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Updating smithi171:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:19:40.614 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:40 smithi171 bash[21940]: cephadm 2024-04-22T23:19:39.639886+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Updating smithi033:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:19:40.615 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:40 smithi171 bash[21940]: cephadm 2024-04-22T23:19:39.639886+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Updating smithi033:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:19:40.615 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:40 smithi171 bash[21940]: cephadm 2024-04-22T23:19:39.643578+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Updating smithi176:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:19:40.615 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:40 smithi171 bash[21940]: cephadm 2024-04-22T23:19:39.643578+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Updating smithi176:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:19:40.615 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:40 smithi171 bash[21940]: audit 2024-04-22T23:19:39.863376+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:40.615 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:40 smithi171 bash[21940]: audit 2024-04-22T23:19:39.863376+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:40.615 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:40 smithi171 bash[21940]: audit 2024-04-22T23:19:39.885757+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:40.615 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:40 smithi171 bash[21940]: audit 2024-04-22T23:19:39.885757+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:40.616 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:40 smithi171 bash[21940]: audit 2024-04-22T23:19:39.889928+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:40.616 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:40 smithi171 bash[21940]: audit 2024-04-22T23:19:39.889928+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:40.616 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:40 smithi171 bash[21940]: audit 2024-04-22T23:19:39.908607+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:40.616 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:40 smithi171 bash[21940]: audit 2024-04-22T23:19:39.908607+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:40.616 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:40 smithi171 bash[21940]: audit 2024-04-22T23:19:39.912881+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:40.616 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:40 smithi171 bash[21940]: audit 2024-04-22T23:19:39.912881+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:40.616 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:40 smithi171 bash[21940]: audit 2024-04-22T23:19:39.917303+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:40.617 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:40 smithi171 bash[21940]: audit 2024-04-22T23:19:39.917303+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:40.617 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:40 smithi171 bash[21940]: cephadm 2024-04-22T23:19:40.000331+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-04-22T23:19:40.617 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:40 smithi171 bash[21940]: cephadm 2024-04-22T23:19:40.000331+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-04-22T23:19:40.617 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:40 smithi171 bash[21940]: audit 2024-04-22T23:19:40.000995+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:19:40.617 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:40 smithi171 bash[21940]: audit 2024-04-22T23:19:40.000995+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:19:40.617 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:40 smithi171 bash[21940]: audit 2024-04-22T23:19:40.002818+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:19:40.618 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:40 smithi171 bash[21940]: audit 2024-04-22T23:19:40.002818+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:19:40.618 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:40 smithi171 bash[21940]: audit 2024-04-22T23:19:40.004339+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:40.618 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:40 smithi171 bash[21940]: audit 2024-04-22T23:19:40.004339+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:40.618 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:40 smithi171 bash[21940]: cephadm 2024-04-22T23:19:40.005859+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Reconfiguring daemon mon.a on smithi033 2024-04-22T23:19:40.618 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:40 smithi171 bash[21940]: cephadm 2024-04-22T23:19:40.005859+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Reconfiguring daemon mon.a on smithi033 2024-04-22T23:19:40.745 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:40 smithi176 bash[21908]: audit 2024-04-22T23:19:39.244539+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:40.745 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:40 smithi176 bash[21908]: audit 2024-04-22T23:19:39.244539+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:40.745 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:40 smithi176 bash[21908]: audit 2024-04-22T23:19:39.258907+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:40.745 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:40 smithi176 bash[21908]: audit 2024-04-22T23:19:39.258907+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:40.745 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:40 smithi176 bash[21908]: audit 2024-04-22T23:19:39.264782+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:40.745 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:40 smithi176 bash[21908]: audit 2024-04-22T23:19:39.264782+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:40.745 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:40 smithi176 bash[21908]: audit 2024-04-22T23:19:39.266886+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:40.745 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:40 smithi176 bash[21908]: audit 2024-04-22T23:19:39.266886+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:40.745 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:40 smithi176 bash[21908]: cephadm 2024-04-22T23:19:39.269643+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.conf 2024-04-22T23:19:40.745 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:40 smithi176 bash[21908]: cephadm 2024-04-22T23:19:39.269643+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.conf 2024-04-22T23:19:40.745 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:40 smithi176 bash[21908]: cephadm 2024-04-22T23:19:39.270717+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Updating smithi171:/etc/ceph/ceph.conf 2024-04-22T23:19:40.746 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:40 smithi176 bash[21908]: cephadm 2024-04-22T23:19:39.270717+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Updating smithi171:/etc/ceph/ceph.conf 2024-04-22T23:19:40.746 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:40 smithi176 bash[21908]: cephadm 2024-04-22T23:19:39.272806+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Updating smithi176:/etc/ceph/ceph.conf 2024-04-22T23:19:40.746 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:40 smithi176 bash[21908]: cephadm 2024-04-22T23:19:39.272806+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Updating smithi176:/etc/ceph/ceph.conf 2024-04-22T23:19:40.746 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:40 smithi176 bash[21908]: cluster 2024-04-22T23:19:39.524952+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:40.746 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:40 smithi176 bash[21908]: cluster 2024-04-22T23:19:39.524952+0000 mgr.a (mgr.14152) 91 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:40.746 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:40 smithi176 bash[21908]: cephadm 2024-04-22T23:19:39.638986+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Updating smithi171:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:19:40.746 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:40 smithi176 bash[21908]: cephadm 2024-04-22T23:19:39.638986+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Updating smithi171:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:19:40.746 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:40 smithi176 bash[21908]: cephadm 2024-04-22T23:19:39.639886+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Updating smithi033:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:19:40.746 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:40 smithi176 bash[21908]: cephadm 2024-04-22T23:19:39.639886+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Updating smithi033:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:19:40.746 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:40 smithi176 bash[21908]: cephadm 2024-04-22T23:19:39.643578+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Updating smithi176:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:19:40.747 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:40 smithi176 bash[21908]: cephadm 2024-04-22T23:19:39.643578+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Updating smithi176:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/config/ceph.conf 2024-04-22T23:19:40.747 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:40 smithi176 bash[21908]: audit 2024-04-22T23:19:39.863376+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:40.747 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:40 smithi176 bash[21908]: audit 2024-04-22T23:19:39.863376+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:40.747 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:40 smithi176 bash[21908]: audit 2024-04-22T23:19:39.885757+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:40.747 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:40 smithi176 bash[21908]: audit 2024-04-22T23:19:39.885757+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:40.747 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:40 smithi176 bash[21908]: audit 2024-04-22T23:19:39.889928+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:40.747 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:40 smithi176 bash[21908]: audit 2024-04-22T23:19:39.889928+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:40.747 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:40 smithi176 bash[21908]: audit 2024-04-22T23:19:39.908607+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:40.747 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:40 smithi176 bash[21908]: audit 2024-04-22T23:19:39.908607+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:40.747 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:40 smithi176 bash[21908]: audit 2024-04-22T23:19:39.912881+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:40.747 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:40 smithi176 bash[21908]: audit 2024-04-22T23:19:39.912881+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:40.747 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:40 smithi176 bash[21908]: audit 2024-04-22T23:19:39.917303+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:40.748 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:40 smithi176 bash[21908]: audit 2024-04-22T23:19:39.917303+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:40.748 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:40 smithi176 bash[21908]: cephadm 2024-04-22T23:19:40.000331+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-04-22T23:19:40.748 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:40 smithi176 bash[21908]: cephadm 2024-04-22T23:19:40.000331+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-04-22T23:19:40.748 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:40 smithi176 bash[21908]: audit 2024-04-22T23:19:40.000995+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:19:40.748 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:40 smithi176 bash[21908]: audit 2024-04-22T23:19:40.000995+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-04-22T23:19:40.748 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:40 smithi176 bash[21908]: audit 2024-04-22T23:19:40.002818+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:19:40.748 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:40 smithi176 bash[21908]: audit 2024-04-22T23:19:40.002818+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-04-22T23:19:40.748 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:40 smithi176 bash[21908]: audit 2024-04-22T23:19:40.004339+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:40.748 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:40 smithi176 bash[21908]: audit 2024-04-22T23:19:40.004339+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:40.748 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:40 smithi176 bash[21908]: cephadm 2024-04-22T23:19:40.005859+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Reconfiguring daemon mon.a on smithi033 2024-04-22T23:19:40.749 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:40 smithi176 bash[21908]: cephadm 2024-04-22T23:19:40.005859+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Reconfiguring daemon mon.a on smithi033 2024-04-22T23:19:42.845 INFO:teuthology.orchestra.run.smithi033.stderr:Inferring config /var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:19:43.244 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:42 smithi176 bash[21908]: cluster 2024-04-22T23:19:41.525376+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:43.244 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:42 smithi176 bash[21908]: cluster 2024-04-22T23:19:41.525376+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:43.244 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:42 smithi176 bash[21908]: audit 2024-04-22T23:19:41.959865+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:43.244 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:42 smithi176 bash[21908]: audit 2024-04-22T23:19:41.959865+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:43.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:42 smithi033 bash[21450]: cluster 2024-04-22T23:19:41.525376+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:43.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:42 smithi033 bash[21450]: cluster 2024-04-22T23:19:41.525376+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:43.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:42 smithi033 bash[21450]: audit 2024-04-22T23:19:41.959865+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:43.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:42 smithi033 bash[21450]: audit 2024-04-22T23:19:41.959865+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:43.359 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:42 smithi171 bash[21940]: cluster 2024-04-22T23:19:41.525376+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:43.359 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:42 smithi171 bash[21940]: cluster 2024-04-22T23:19:41.525376+0000 mgr.a (mgr.14152) 97 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:43.359 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:42 smithi171 bash[21940]: audit 2024-04-22T23:19:41.959865+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:43.359 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:42 smithi171 bash[21940]: audit 2024-04-22T23:19:41.959865+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:44.024 INFO:teuthology.orchestra.run.smithi033.stdout:# minimal ceph.conf for 367dd694-00fe-11ef-bc93-c7b262605968 2024-04-22T23:19:44.024 INFO:teuthology.orchestra.run.smithi033.stdout:[global] 2024-04-22T23:19:44.025 INFO:teuthology.orchestra.run.smithi033.stdout: fsid = 367dd694-00fe-11ef-bc93-c7b262605968 2024-04-22T23:19:44.025 INFO:teuthology.orchestra.run.smithi033.stdout: mon_host = [v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0] [v2:172.21.15.171:3300/0,v1:172.21.15.171:6789/0] [v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0] 2024-04-22T23:19:44.715 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-04-22T23:19:44.715 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-04-22T23:19:44.715 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/etc/ceph/ceph.conf 2024-04-22T23:19:44.728 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-04-22T23:19:44.729 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:19:44.782 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-04-22T23:19:44.782 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd of=/etc/ceph/ceph.conf 2024-04-22T23:19:44.796 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-04-22T23:19:44.796 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:19:44.851 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2024-04-22T23:19:44.851 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd of=/etc/ceph/ceph.conf 2024-04-22T23:19:44.866 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2024-04-22T23:19:44.866 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-04-22T23:19:44.921 INFO:tasks.cephadm:Adding mgr.a on smithi033 2024-04-22T23:19:44.921 INFO:tasks.cephadm:Adding mgr.b on smithi171 2024-04-22T23:19:44.921 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 367dd694-00fe-11ef-bc93-c7b262605968 -- ceph orch apply mgr '2;smithi033=a;smithi171=b' 2024-04-22T23:19:44.964 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:44 smithi033 bash[21450]: cluster 2024-04-22T23:19:43.525894+0000 mgr.a (mgr.14152) 98 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:44.964 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:44 smithi033 bash[21450]: cluster 2024-04-22T23:19:43.525894+0000 mgr.a (mgr.14152) 98 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:44.964 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:44 smithi033 bash[21450]: audit 2024-04-22T23:19:44.024076+0000 mon.a (mon.0) 309 : audit [DBG] from='client.? 172.21.15.33:0/355828782' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:44.964 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:44 smithi033 bash[21450]: audit 2024-04-22T23:19:44.024076+0000 mon.a (mon.0) 309 : audit [DBG] from='client.? 172.21.15.33:0/355828782' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:45.109 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:44 smithi171 bash[21940]: cluster 2024-04-22T23:19:43.525894+0000 mgr.a (mgr.14152) 98 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:45.110 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:44 smithi171 bash[21940]: cluster 2024-04-22T23:19:43.525894+0000 mgr.a (mgr.14152) 98 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:45.110 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:44 smithi171 bash[21940]: audit 2024-04-22T23:19:44.024076+0000 mon.a (mon.0) 309 : audit [DBG] from='client.? 172.21.15.33:0/355828782' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:45.110 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:44 smithi171 bash[21940]: audit 2024-04-22T23:19:44.024076+0000 mon.a (mon.0) 309 : audit [DBG] from='client.? 172.21.15.33:0/355828782' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:45.244 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:44 smithi176 bash[21908]: cluster 2024-04-22T23:19:43.525894+0000 mgr.a (mgr.14152) 98 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:45.244 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:44 smithi176 bash[21908]: cluster 2024-04-22T23:19:43.525894+0000 mgr.a (mgr.14152) 98 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:45.244 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:44 smithi176 bash[21908]: audit 2024-04-22T23:19:44.024076+0000 mon.a (mon.0) 309 : audit [DBG] from='client.? 172.21.15.33:0/355828782' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:45.244 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:44 smithi176 bash[21908]: audit 2024-04-22T23:19:44.024076+0000 mon.a (mon.0) 309 : audit [DBG] from='client.? 172.21.15.33:0/355828782' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:47.244 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:46 smithi176 bash[21908]: cluster 2024-04-22T23:19:45.526439+0000 mgr.a (mgr.14152) 99 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:47.244 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:46 smithi176 bash[21908]: cluster 2024-04-22T23:19:45.526439+0000 mgr.a (mgr.14152) 99 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:47.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:46 smithi033 bash[21450]: cluster 2024-04-22T23:19:45.526439+0000 mgr.a (mgr.14152) 99 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:47.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:46 smithi033 bash[21450]: cluster 2024-04-22T23:19:45.526439+0000 mgr.a (mgr.14152) 99 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:47.359 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:46 smithi171 bash[21940]: cluster 2024-04-22T23:19:45.526439+0000 mgr.a (mgr.14152) 99 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:47.359 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:46 smithi171 bash[21940]: cluster 2024-04-22T23:19:45.526439+0000 mgr.a (mgr.14152) 99 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:48.667 INFO:teuthology.orchestra.run.smithi176.stderr:Inferring config /var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/mon.c/config 2024-04-22T23:19:49.244 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:48 smithi176 bash[21908]: cluster 2024-04-22T23:19:47.526969+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:49.244 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:48 smithi176 bash[21908]: cluster 2024-04-22T23:19:47.526969+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:49.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:48 smithi033 bash[21450]: cluster 2024-04-22T23:19:47.526969+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:49.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:48 smithi033 bash[21450]: cluster 2024-04-22T23:19:47.526969+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:49.359 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:48 smithi171 bash[21940]: cluster 2024-04-22T23:19:47.526969+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:49.359 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:48 smithi171 bash[21940]: cluster 2024-04-22T23:19:47.526969+0000 mgr.a (mgr.14152) 100 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:50.375 INFO:teuthology.orchestra.run.smithi176.stdout:Scheduled mgr update... 2024-04-22T23:19:50.926 DEBUG:teuthology.orchestra.run.smithi171:mgr.b> sudo journalctl -f -n 0 -u ceph-367dd694-00fe-11ef-bc93-c7b262605968@mgr.b.service 2024-04-22T23:19:50.928 INFO:tasks.cephadm:Deploying OSDs... 2024-04-22T23:19:50.928 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-04-22T23:19:50.929 DEBUG:teuthology.orchestra.run.smithi033:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T23:19:50.935 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-22T23:19:50.935 DEBUG:teuthology.orchestra.run.smithi033:> stat /dev/vg_nvme/lv_1 2024-04-22T23:19:50.984 INFO:teuthology.orchestra.run.smithi033.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-22T23:19:50.984 INFO:teuthology.orchestra.run.smithi033.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:19:50.984 INFO:teuthology.orchestra.run.smithi033.stdout:Device: 5h/5d Inode: 871 Links: 1 2024-04-22T23:19:50.984 INFO:teuthology.orchestra.run.smithi033.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:19:50.984 INFO:teuthology.orchestra.run.smithi033.stdout:Access: 2024-04-22 23:09:59.388444243 +0000 2024-04-22T23:19:50.984 INFO:teuthology.orchestra.run.smithi033.stdout:Modify: 2024-04-22 23:09:59.384444279 +0000 2024-04-22T23:19:50.984 INFO:teuthology.orchestra.run.smithi033.stdout:Change: 2024-04-22 23:09:59.384444279 +0000 2024-04-22T23:19:50.985 INFO:teuthology.orchestra.run.smithi033.stdout: Birth: - 2024-04-22T23:19:50.985 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-22T23:19:51.038 INFO:teuthology.orchestra.run.smithi033.stderr:1+0 records in 2024-04-22T23:19:51.039 INFO:teuthology.orchestra.run.smithi033.stderr:1+0 records out 2024-04-22T23:19:51.039 INFO:teuthology.orchestra.run.smithi033.stderr:512 bytes copied, 0.000422215 s, 1.2 MB/s 2024-04-22T23:19:51.040 DEBUG:teuthology.orchestra.run.smithi033:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-22T23:19:51.093 DEBUG:teuthology.orchestra.run.smithi033:> stat /dev/vg_nvme/lv_2 2024-04-22T23:19:51.139 INFO:teuthology.orchestra.run.smithi033.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-22T23:19:51.139 INFO:teuthology.orchestra.run.smithi033.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:19:51.139 INFO:teuthology.orchestra.run.smithi033.stdout:Device: 5h/5d Inode: 892 Links: 1 2024-04-22T23:19:51.139 INFO:teuthology.orchestra.run.smithi033.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:19:51.139 INFO:teuthology.orchestra.run.smithi033.stdout:Access: 2024-04-22 23:09:59.884439818 +0000 2024-04-22T23:19:51.139 INFO:teuthology.orchestra.run.smithi033.stdout:Modify: 2024-04-22 23:09:59.880439853 +0000 2024-04-22T23:19:51.139 INFO:teuthology.orchestra.run.smithi033.stdout:Change: 2024-04-22 23:09:59.880439853 +0000 2024-04-22T23:19:51.139 INFO:teuthology.orchestra.run.smithi033.stdout: Birth: - 2024-04-22T23:19:51.140 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-22T23:19:51.193 INFO:teuthology.orchestra.run.smithi033.stderr:1+0 records in 2024-04-22T23:19:51.193 INFO:teuthology.orchestra.run.smithi033.stderr:1+0 records out 2024-04-22T23:19:51.193 INFO:teuthology.orchestra.run.smithi033.stderr:512 bytes copied, 0.000419206 s, 1.2 MB/s 2024-04-22T23:19:51.195 DEBUG:teuthology.orchestra.run.smithi033:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-22T23:19:51.244 DEBUG:teuthology.orchestra.run.smithi033:> stat /dev/vg_nvme/lv_3 2024-04-22T23:19:51.245 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:50 smithi176 bash[21908]: cluster 2024-04-22T23:19:49.527368+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:51.245 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:50 smithi176 bash[21908]: cluster 2024-04-22T23:19:49.527368+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:51.245 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:50 smithi176 bash[21908]: audit 2024-04-22T23:19:50.374159+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:51.245 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:50 smithi176 bash[21908]: audit 2024-04-22T23:19:50.374159+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:51.245 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:50 smithi176 bash[21908]: audit 2024-04-22T23:19:50.413111+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:51.245 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:50 smithi176 bash[21908]: audit 2024-04-22T23:19:50.413111+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:51.245 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:50 smithi176 bash[21908]: audit 2024-04-22T23:19:50.418880+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:51.245 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:50 smithi176 bash[21908]: audit 2024-04-22T23:19:50.418880+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:51.246 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:50 smithi176 bash[21908]: audit 2024-04-22T23:19:50.420823+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:51.246 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:50 smithi176 bash[21908]: audit 2024-04-22T23:19:50.420823+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:51.246 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:50 smithi176 bash[21908]: audit 2024-04-22T23:19:50.430312+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:51.246 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:50 smithi176 bash[21908]: audit 2024-04-22T23:19:50.430312+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:51.246 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:50 smithi176 bash[21908]: audit 2024-04-22T23:19:50.434913+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:19:51.246 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:50 smithi176 bash[21908]: audit 2024-04-22T23:19:50.434913+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:19:51.246 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:50 smithi176 bash[21908]: audit 2024-04-22T23:19:50.437802+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-22T23:19:51.246 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:50 smithi176 bash[21908]: audit 2024-04-22T23:19:50.437802+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-22T23:19:51.246 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:50 smithi176 bash[21908]: audit 2024-04-22T23:19:50.442486+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:19:51.246 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:50 smithi176 bash[21908]: audit 2024-04-22T23:19:50.442486+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:19:51.246 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:50 smithi176 bash[21908]: audit 2024-04-22T23:19:50.444546+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:51.246 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:50 smithi176 bash[21908]: audit 2024-04-22T23:19:50.444546+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:51.291 INFO:teuthology.orchestra.run.smithi033.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-22T23:19:51.291 INFO:teuthology.orchestra.run.smithi033.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:19:51.292 INFO:teuthology.orchestra.run.smithi033.stdout:Device: 5h/5d Inode: 909 Links: 1 2024-04-22T23:19:51.292 INFO:teuthology.orchestra.run.smithi033.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:19:51.292 INFO:teuthology.orchestra.run.smithi033.stdout:Access: 2024-04-22 23:10:00.376435428 +0000 2024-04-22T23:19:51.292 INFO:teuthology.orchestra.run.smithi033.stdout:Modify: 2024-04-22 23:10:00.372435465 +0000 2024-04-22T23:19:51.292 INFO:teuthology.orchestra.run.smithi033.stdout:Change: 2024-04-22 23:10:00.372435465 +0000 2024-04-22T23:19:51.292 INFO:teuthology.orchestra.run.smithi033.stdout: Birth: - 2024-04-22T23:19:51.292 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-22T23:19:51.344 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:50 smithi033 bash[21450]: cluster 2024-04-22T23:19:49.527368+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:51.344 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:50 smithi033 bash[21450]: cluster 2024-04-22T23:19:49.527368+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:51.344 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:50 smithi033 bash[21450]: audit 2024-04-22T23:19:50.374159+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:51.344 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:50 smithi033 bash[21450]: audit 2024-04-22T23:19:50.374159+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:51.344 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:50 smithi033 bash[21450]: audit 2024-04-22T23:19:50.413111+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:51.344 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:50 smithi033 bash[21450]: audit 2024-04-22T23:19:50.413111+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:51.344 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:50 smithi033 bash[21450]: audit 2024-04-22T23:19:50.418880+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:51.344 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:50 smithi033 bash[21450]: audit 2024-04-22T23:19:50.418880+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:51.345 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:50 smithi033 bash[21450]: audit 2024-04-22T23:19:50.420823+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:51.345 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:50 smithi033 bash[21450]: audit 2024-04-22T23:19:50.420823+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:51.345 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:50 smithi033 bash[21450]: audit 2024-04-22T23:19:50.430312+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:51.345 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:50 smithi033 bash[21450]: audit 2024-04-22T23:19:50.430312+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:51.345 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:50 smithi033 bash[21450]: audit 2024-04-22T23:19:50.434913+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:19:51.345 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:50 smithi033 bash[21450]: audit 2024-04-22T23:19:50.434913+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:19:51.345 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:50 smithi033 bash[21450]: audit 2024-04-22T23:19:50.437802+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-22T23:19:51.345 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:50 smithi033 bash[21450]: audit 2024-04-22T23:19:50.437802+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-22T23:19:51.345 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:50 smithi033 bash[21450]: audit 2024-04-22T23:19:50.442486+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:19:51.345 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:50 smithi033 bash[21450]: audit 2024-04-22T23:19:50.442486+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:19:51.345 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:50 smithi033 bash[21450]: audit 2024-04-22T23:19:50.444546+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:51.345 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:50 smithi033 bash[21450]: audit 2024-04-22T23:19:50.444546+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:51.346 INFO:teuthology.orchestra.run.smithi033.stderr:1+0 records in 2024-04-22T23:19:51.346 INFO:teuthology.orchestra.run.smithi033.stderr:1+0 records out 2024-04-22T23:19:51.346 INFO:teuthology.orchestra.run.smithi033.stderr:512 bytes copied, 0.000420225 s, 1.2 MB/s 2024-04-22T23:19:51.347 DEBUG:teuthology.orchestra.run.smithi033:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-22T23:19:51.360 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:50 smithi171 bash[21940]: cluster 2024-04-22T23:19:49.527368+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:51.360 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:50 smithi171 bash[21940]: cluster 2024-04-22T23:19:49.527368+0000 mgr.a (mgr.14152) 101 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:51.360 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:50 smithi171 bash[21940]: audit 2024-04-22T23:19:50.374159+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:51.360 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:50 smithi171 bash[21940]: audit 2024-04-22T23:19:50.374159+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:51.360 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:50 smithi171 bash[21940]: audit 2024-04-22T23:19:50.413111+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:51.360 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:50 smithi171 bash[21940]: audit 2024-04-22T23:19:50.413111+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:51.360 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:50 smithi171 bash[21940]: audit 2024-04-22T23:19:50.418880+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:51.360 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:50 smithi171 bash[21940]: audit 2024-04-22T23:19:50.418880+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:51.361 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:50 smithi171 bash[21940]: audit 2024-04-22T23:19:50.420823+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:51.361 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:50 smithi171 bash[21940]: audit 2024-04-22T23:19:50.420823+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:51.361 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:50 smithi171 bash[21940]: audit 2024-04-22T23:19:50.430312+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:51.361 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:50 smithi171 bash[21940]: audit 2024-04-22T23:19:50.430312+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:51.361 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:50 smithi171 bash[21940]: audit 2024-04-22T23:19:50.434913+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:19:51.361 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:50 smithi171 bash[21940]: audit 2024-04-22T23:19:50.434913+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:19:51.361 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:50 smithi171 bash[21940]: audit 2024-04-22T23:19:50.437802+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-22T23:19:51.361 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:50 smithi171 bash[21940]: audit 2024-04-22T23:19:50.437802+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-04-22T23:19:51.361 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:50 smithi171 bash[21940]: audit 2024-04-22T23:19:50.442486+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:19:51.361 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:50 smithi171 bash[21940]: audit 2024-04-22T23:19:50.442486+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:19:51.361 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:50 smithi171 bash[21940]: audit 2024-04-22T23:19:50.444546+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:51.361 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:50 smithi171 bash[21940]: audit 2024-04-22T23:19:50.444546+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:51.396 DEBUG:teuthology.orchestra.run.smithi033:> stat /dev/vg_nvme/lv_4 2024-04-22T23:19:51.443 INFO:teuthology.orchestra.run.smithi033.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-22T23:19:51.443 INFO:teuthology.orchestra.run.smithi033.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:19:51.443 INFO:teuthology.orchestra.run.smithi033.stdout:Device: 5h/5d Inode: 920 Links: 1 2024-04-22T23:19:51.443 INFO:teuthology.orchestra.run.smithi033.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:19:51.443 INFO:teuthology.orchestra.run.smithi033.stdout:Access: 2024-04-22 23:10:01.160428435 +0000 2024-04-22T23:19:51.443 INFO:teuthology.orchestra.run.smithi033.stdout:Modify: 2024-04-22 23:10:00.900430754 +0000 2024-04-22T23:19:51.443 INFO:teuthology.orchestra.run.smithi033.stdout:Change: 2024-04-22 23:10:00.900430754 +0000 2024-04-22T23:19:51.443 INFO:teuthology.orchestra.run.smithi033.stdout: Birth: - 2024-04-22T23:19:51.443 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-22T23:19:51.497 INFO:teuthology.orchestra.run.smithi033.stderr:1+0 records in 2024-04-22T23:19:51.497 INFO:teuthology.orchestra.run.smithi033.stderr:1+0 records out 2024-04-22T23:19:51.497 INFO:teuthology.orchestra.run.smithi033.stderr:512 bytes copied, 0.000313354 s, 1.6 MB/s 2024-04-22T23:19:51.499 DEBUG:teuthology.orchestra.run.smithi033:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-22T23:19:51.549 DEBUG:teuthology.orchestra.run.smithi171:> set -ex 2024-04-22T23:19:51.549 DEBUG:teuthology.orchestra.run.smithi171:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T23:19:51.555 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-22T23:19:51.555 DEBUG:teuthology.orchestra.run.smithi171:> stat /dev/vg_nvme/lv_1 2024-04-22T23:19:51.603 INFO:teuthology.orchestra.run.smithi171.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-22T23:19:51.603 INFO:teuthology.orchestra.run.smithi171.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:19:51.603 INFO:teuthology.orchestra.run.smithi171.stdout:Device: 5h/5d Inode: 878 Links: 1 2024-04-22T23:19:51.603 INFO:teuthology.orchestra.run.smithi171.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:19:51.604 INFO:teuthology.orchestra.run.smithi171.stdout:Access: 2024-04-22 23:09:54.786963747 +0000 2024-04-22T23:19:51.604 INFO:teuthology.orchestra.run.smithi171.stdout:Modify: 2024-04-22 23:09:54.782963782 +0000 2024-04-22T23:19:51.604 INFO:teuthology.orchestra.run.smithi171.stdout:Change: 2024-04-22 23:09:54.782963782 +0000 2024-04-22T23:19:51.604 INFO:teuthology.orchestra.run.smithi171.stdout: Birth: - 2024-04-22T23:19:51.604 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-22T23:19:51.658 INFO:teuthology.orchestra.run.smithi171.stderr:1+0 records in 2024-04-22T23:19:51.658 INFO:teuthology.orchestra.run.smithi171.stderr:1+0 records out 2024-04-22T23:19:51.658 INFO:teuthology.orchestra.run.smithi171.stderr:512 bytes copied, 0.00043955 s, 1.2 MB/s 2024-04-22T23:19:51.659 DEBUG:teuthology.orchestra.run.smithi171:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-22T23:19:51.708 DEBUG:teuthology.orchestra.run.smithi171:> stat /dev/vg_nvme/lv_2 2024-04-22T23:19:51.755 INFO:teuthology.orchestra.run.smithi171.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-22T23:19:51.755 INFO:teuthology.orchestra.run.smithi171.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:19:51.755 INFO:teuthology.orchestra.run.smithi171.stdout:Device: 5h/5d Inode: 898 Links: 1 2024-04-22T23:19:51.755 INFO:teuthology.orchestra.run.smithi171.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:19:51.755 INFO:teuthology.orchestra.run.smithi171.stdout:Access: 2024-04-22 23:09:55.530957102 +0000 2024-04-22T23:19:51.756 INFO:teuthology.orchestra.run.smithi171.stdout:Modify: 2024-04-22 23:09:55.274959388 +0000 2024-04-22T23:19:51.756 INFO:teuthology.orchestra.run.smithi171.stdout:Change: 2024-04-22 23:09:55.274959388 +0000 2024-04-22T23:19:51.756 INFO:teuthology.orchestra.run.smithi171.stdout: Birth: - 2024-04-22T23:19:51.756 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-22T23:19:51.809 INFO:teuthology.orchestra.run.smithi171.stderr:1+0 records in 2024-04-22T23:19:51.809 INFO:teuthology.orchestra.run.smithi171.stderr:1+0 records out 2024-04-22T23:19:51.809 INFO:teuthology.orchestra.run.smithi171.stderr:512 bytes copied, 0.000385447 s, 1.3 MB/s 2024-04-22T23:19:51.810 DEBUG:teuthology.orchestra.run.smithi171:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-22T23:19:51.860 DEBUG:teuthology.orchestra.run.smithi171:> stat /dev/vg_nvme/lv_3 2024-04-22T23:19:51.907 INFO:teuthology.orchestra.run.smithi171.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-22T23:19:51.907 INFO:teuthology.orchestra.run.smithi171.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:19:51.908 INFO:teuthology.orchestra.run.smithi171.stdout:Device: 5h/5d Inode: 909 Links: 1 2024-04-22T23:19:51.908 INFO:teuthology.orchestra.run.smithi171.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:19:51.908 INFO:teuthology.orchestra.run.smithi171.stdout:Access: 2024-04-22 23:09:56.026952671 +0000 2024-04-22T23:19:51.908 INFO:teuthology.orchestra.run.smithi171.stdout:Modify: 2024-04-22 23:09:55.742955208 +0000 2024-04-22T23:19:51.908 INFO:teuthology.orchestra.run.smithi171.stdout:Change: 2024-04-22 23:09:55.742955208 +0000 2024-04-22T23:19:51.908 INFO:teuthology.orchestra.run.smithi171.stdout: Birth: - 2024-04-22T23:19:51.908 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-22T23:19:51.962 INFO:teuthology.orchestra.run.smithi171.stderr:1+0 records in 2024-04-22T23:19:51.962 INFO:teuthology.orchestra.run.smithi171.stderr:1+0 records out 2024-04-22T23:19:51.962 INFO:teuthology.orchestra.run.smithi171.stderr:512 bytes copied, 0.000330802 s, 1.5 MB/s 2024-04-22T23:19:51.963 DEBUG:teuthology.orchestra.run.smithi171:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-22T23:19:52.013 DEBUG:teuthology.orchestra.run.smithi171:> stat /dev/vg_nvme/lv_4 2024-04-22T23:19:52.059 INFO:teuthology.orchestra.run.smithi171.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-22T23:19:52.059 INFO:teuthology.orchestra.run.smithi171.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:19:52.059 INFO:teuthology.orchestra.run.smithi171.stdout:Device: 5h/5d Inode: 925 Links: 1 2024-04-22T23:19:52.059 INFO:teuthology.orchestra.run.smithi171.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:19:52.059 INFO:teuthology.orchestra.run.smithi171.stdout:Access: 2024-04-22 23:09:56.514948312 +0000 2024-04-22T23:19:52.059 INFO:teuthology.orchestra.run.smithi171.stdout:Modify: 2024-04-22 23:09:56.250950670 +0000 2024-04-22T23:19:52.059 INFO:teuthology.orchestra.run.smithi171.stdout:Change: 2024-04-22 23:09:56.250950670 +0000 2024-04-22T23:19:52.059 INFO:teuthology.orchestra.run.smithi171.stdout: Birth: - 2024-04-22T23:19:52.060 DEBUG:teuthology.orchestra.run.smithi171:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-22T23:19:52.114 INFO:teuthology.orchestra.run.smithi171.stderr:1+0 records in 2024-04-22T23:19:52.114 INFO:teuthology.orchestra.run.smithi171.stderr:1+0 records out 2024-04-22T23:19:52.114 INFO:teuthology.orchestra.run.smithi171.stderr:512 bytes copied, 0.000418357 s, 1.2 MB/s 2024-04-22T23:19:52.115 DEBUG:teuthology.orchestra.run.smithi171:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-22T23:19:52.164 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2024-04-22T23:19:52.164 DEBUG:teuthology.orchestra.run.smithi176:> dd if=/scratch_devs of=/dev/stdout 2024-04-22T23:19:52.170 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-04-22T23:19:52.171 DEBUG:teuthology.orchestra.run.smithi176:> stat /dev/vg_nvme/lv_1 2024-04-22T23:19:52.218 INFO:teuthology.orchestra.run.smithi176.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-04-22T23:19:52.218 INFO:teuthology.orchestra.run.smithi176.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:19:52.218 INFO:teuthology.orchestra.run.smithi176.stdout:Device: 5h/5d Inode: 877 Links: 1 2024-04-22T23:19:52.218 INFO:teuthology.orchestra.run.smithi176.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:19:52.218 INFO:teuthology.orchestra.run.smithi176.stdout:Access: 2024-04-22 23:09:55.596117464 +0000 2024-04-22T23:19:52.218 INFO:teuthology.orchestra.run.smithi176.stdout:Modify: 2024-04-22 23:09:55.300120109 +0000 2024-04-22T23:19:52.218 INFO:teuthology.orchestra.run.smithi176.stdout:Change: 2024-04-22 23:09:55.300120109 +0000 2024-04-22T23:19:52.218 INFO:teuthology.orchestra.run.smithi176.stdout: Birth: - 2024-04-22T23:19:52.219 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-04-22T23:19:52.244 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:51 smithi176 bash[21908]: audit 2024-04-22T23:19:50.363416+0000 mgr.a (mgr.14152) 102 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi033=a;smithi171=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:19:52.244 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:51 smithi176 bash[21908]: audit 2024-04-22T23:19:50.363416+0000 mgr.a (mgr.14152) 102 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi033=a;smithi171=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:19:52.244 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:51 smithi176 bash[21908]: cephadm 2024-04-22T23:19:50.367078+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Saving service mgr spec with placement smithi033=a;smithi171=b;count:2 2024-04-22T23:19:52.244 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:51 smithi176 bash[21908]: cephadm 2024-04-22T23:19:50.367078+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Saving service mgr spec with placement smithi033=a;smithi171=b;count:2 2024-04-22T23:19:52.245 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:51 smithi176 bash[21908]: cephadm 2024-04-22T23:19:50.446722+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Deploying daemon mgr.b on smithi171 2024-04-22T23:19:52.245 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:51 smithi176 bash[21908]: cephadm 2024-04-22T23:19:50.446722+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Deploying daemon mgr.b on smithi171 2024-04-22T23:19:52.256 INFO:teuthology.orchestra.run.smithi176.stderr:1+0 records in 2024-04-22T23:19:52.257 INFO:teuthology.orchestra.run.smithi176.stderr:1+0 records out 2024-04-22T23:19:52.257 INFO:teuthology.orchestra.run.smithi176.stderr:512 bytes copied, 0.000448557 s, 1.1 MB/s 2024-04-22T23:19:52.258 DEBUG:teuthology.orchestra.run.smithi176:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-04-22T23:19:52.311 DEBUG:teuthology.orchestra.run.smithi176:> stat /dev/vg_nvme/lv_2 2024-04-22T23:19:52.332 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:51 smithi033 bash[21450]: audit 2024-04-22T23:19:50.363416+0000 mgr.a (mgr.14152) 102 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi033=a;smithi171=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:19:52.332 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:51 smithi033 bash[21450]: audit 2024-04-22T23:19:50.363416+0000 mgr.a (mgr.14152) 102 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi033=a;smithi171=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:19:52.332 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:51 smithi033 bash[21450]: cephadm 2024-04-22T23:19:50.367078+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Saving service mgr spec with placement smithi033=a;smithi171=b;count:2 2024-04-22T23:19:52.332 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:51 smithi033 bash[21450]: cephadm 2024-04-22T23:19:50.367078+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Saving service mgr spec with placement smithi033=a;smithi171=b;count:2 2024-04-22T23:19:52.332 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:51 smithi033 bash[21450]: cephadm 2024-04-22T23:19:50.446722+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Deploying daemon mgr.b on smithi171 2024-04-22T23:19:52.332 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:51 smithi033 bash[21450]: cephadm 2024-04-22T23:19:50.446722+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Deploying daemon mgr.b on smithi171 2024-04-22T23:19:52.350 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:51 smithi171 bash[21940]: audit 2024-04-22T23:19:50.363416+0000 mgr.a (mgr.14152) 102 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi033=a;smithi171=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:19:52.351 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:51 smithi171 bash[21940]: audit 2024-04-22T23:19:50.363416+0000 mgr.a (mgr.14152) 102 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi033=a;smithi171=b", "target": ["mon-mgr", ""]}]: dispatch 2024-04-22T23:19:52.351 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:51 smithi171 bash[21940]: cephadm 2024-04-22T23:19:50.367078+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Saving service mgr spec with placement smithi033=a;smithi171=b;count:2 2024-04-22T23:19:52.351 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:51 smithi171 bash[21940]: cephadm 2024-04-22T23:19:50.367078+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Saving service mgr spec with placement smithi033=a;smithi171=b;count:2 2024-04-22T23:19:52.351 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:51 smithi171 bash[21940]: cephadm 2024-04-22T23:19:50.446722+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Deploying daemon mgr.b on smithi171 2024-04-22T23:19:52.351 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:51 smithi171 bash[21940]: cephadm 2024-04-22T23:19:50.446722+0000 mgr.a (mgr.14152) 104 : cephadm [INF] Deploying daemon mgr.b on smithi171 2024-04-22T23:19:52.357 INFO:teuthology.orchestra.run.smithi176.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-04-22T23:19:52.357 INFO:teuthology.orchestra.run.smithi176.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:19:52.357 INFO:teuthology.orchestra.run.smithi176.stdout:Device: 5h/5d Inode: 892 Links: 1 2024-04-22T23:19:52.357 INFO:teuthology.orchestra.run.smithi176.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:19:52.357 INFO:teuthology.orchestra.run.smithi176.stdout:Access: 2024-04-22 23:09:55.816115499 +0000 2024-04-22T23:19:52.358 INFO:teuthology.orchestra.run.smithi176.stdout:Modify: 2024-04-22 23:09:55.812115535 +0000 2024-04-22T23:19:52.358 INFO:teuthology.orchestra.run.smithi176.stdout:Change: 2024-04-22 23:09:55.812115535 +0000 2024-04-22T23:19:52.358 INFO:teuthology.orchestra.run.smithi176.stdout: Birth: - 2024-04-22T23:19:52.358 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-04-22T23:19:52.412 INFO:teuthology.orchestra.run.smithi176.stderr:1+0 records in 2024-04-22T23:19:52.412 INFO:teuthology.orchestra.run.smithi176.stderr:1+0 records out 2024-04-22T23:19:52.412 INFO:teuthology.orchestra.run.smithi176.stderr:512 bytes copied, 0.000312828 s, 1.6 MB/s 2024-04-22T23:19:52.413 DEBUG:teuthology.orchestra.run.smithi176:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-04-22T23:19:52.463 DEBUG:teuthology.orchestra.run.smithi176:> stat /dev/vg_nvme/lv_3 2024-04-22T23:19:52.510 INFO:teuthology.orchestra.run.smithi176.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-04-22T23:19:52.510 INFO:teuthology.orchestra.run.smithi176.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:19:52.510 INFO:teuthology.orchestra.run.smithi176.stdout:Device: 5h/5d Inode: 914 Links: 1 2024-04-22T23:19:52.510 INFO:teuthology.orchestra.run.smithi176.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:19:52.510 INFO:teuthology.orchestra.run.smithi176.stdout:Access: 2024-04-22 23:09:56.568108783 +0000 2024-04-22T23:19:52.510 INFO:teuthology.orchestra.run.smithi176.stdout:Modify: 2024-04-22 23:09:56.304111141 +0000 2024-04-22T23:19:52.510 INFO:teuthology.orchestra.run.smithi176.stdout:Change: 2024-04-22 23:09:56.304111141 +0000 2024-04-22T23:19:52.510 INFO:teuthology.orchestra.run.smithi176.stdout: Birth: - 2024-04-22T23:19:52.511 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-04-22T23:19:52.564 INFO:teuthology.orchestra.run.smithi176.stderr:1+0 records in 2024-04-22T23:19:52.564 INFO:teuthology.orchestra.run.smithi176.stderr:1+0 records out 2024-04-22T23:19:52.564 INFO:teuthology.orchestra.run.smithi176.stderr:512 bytes copied, 0.000437027 s, 1.2 MB/s 2024-04-22T23:19:52.565 DEBUG:teuthology.orchestra.run.smithi176:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-04-22T23:19:52.615 DEBUG:teuthology.orchestra.run.smithi176:> stat /dev/vg_nvme/lv_4 2024-04-22T23:19:52.666 INFO:teuthology.orchestra.run.smithi176.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-04-22T23:19:52.666 INFO:teuthology.orchestra.run.smithi176.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-04-22T23:19:52.666 INFO:teuthology.orchestra.run.smithi176.stdout:Device: 5h/5d Inode: 929 Links: 1 2024-04-22T23:19:52.666 INFO:teuthology.orchestra.run.smithi176.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-04-22T23:19:52.666 INFO:teuthology.orchestra.run.smithi176.stdout:Access: 2024-04-22 23:09:57.056104424 +0000 2024-04-22T23:19:52.666 INFO:teuthology.orchestra.run.smithi176.stdout:Modify: 2024-04-22 23:09:56.784106853 +0000 2024-04-22T23:19:52.666 INFO:teuthology.orchestra.run.smithi176.stdout:Change: 2024-04-22 23:09:56.784106853 +0000 2024-04-22T23:19:52.667 INFO:teuthology.orchestra.run.smithi176.stdout: Birth: - 2024-04-22T23:19:52.667 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-04-22T23:19:52.720 INFO:teuthology.orchestra.run.smithi176.stderr:1+0 records in 2024-04-22T23:19:52.720 INFO:teuthology.orchestra.run.smithi176.stderr:1+0 records out 2024-04-22T23:19:52.720 INFO:teuthology.orchestra.run.smithi176.stderr:512 bytes copied, 0.000348045 s, 1.5 MB/s 2024-04-22T23:19:52.721 DEBUG:teuthology.orchestra.run.smithi176:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-04-22T23:19:52.770 INFO:tasks.cephadm:Deploying osd.0 on smithi033 with /dev/vg_nvme/lv_4... 2024-04-22T23:19:52.771 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 367dd694-00fe-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-04-22T23:19:53.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:52 smithi033 bash[21450]: cluster 2024-04-22T23:19:51.527746+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:53.101 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:52 smithi033 bash[21450]: cluster 2024-04-22T23:19:51.527746+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:53.244 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:52 smithi176 bash[21908]: cluster 2024-04-22T23:19:51.527746+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:53.244 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:52 smithi176 bash[21908]: cluster 2024-04-22T23:19:51.527746+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:53.359 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:52 smithi171 bash[21940]: cluster 2024-04-22T23:19:51.527746+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:53.359 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:52 smithi171 bash[21940]: cluster 2024-04-22T23:19:51.527746+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:53.970 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:53 smithi171 systemd[1]: /etc/systemd/system/ceph-367dd694-00fe-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-22T23:19:54.261 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:54 smithi171 systemd[1]: /etc/systemd/system/ceph-367dd694-00fe-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-22T23:19:54.262 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Apr 22 23:19:53 smithi171 systemd[1]: /etc/systemd/system/ceph-367dd694-00fe-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-22T23:19:54.262 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Apr 22 23:19:53 smithi171 systemd[1]: /etc/systemd/system/ceph-367dd694-00fe-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-22T23:19:54.262 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Apr 22 23:19:53 smithi171 systemd[1]: /etc/systemd/system/ceph-367dd694-00fe-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-22T23:19:54.262 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Apr 22 23:19:54 smithi171 systemd[1]: /etc/systemd/system/ceph-367dd694-00fe-11ef-bc93-c7b262605968@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-04-22T23:19:54.262 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Apr 22 23:19:54 smithi171 systemd[1]: Started Ceph mgr.b for 367dd694-00fe-11ef-bc93-c7b262605968. 2024-04-22T23:19:55.245 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:54 smithi176 bash[21908]: cluster 2024-04-22T23:19:53.528182+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:55.245 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:54 smithi176 bash[21908]: cluster 2024-04-22T23:19:53.528182+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:55.245 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:54 smithi176 bash[21908]: audit 2024-04-22T23:19:54.261566+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:55.245 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:54 smithi176 bash[21908]: audit 2024-04-22T23:19:54.261566+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:55.245 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:54 smithi176 bash[21908]: audit 2024-04-22T23:19:54.275914+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:55.245 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:54 smithi176 bash[21908]: audit 2024-04-22T23:19:54.275914+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:55.245 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:54 smithi176 bash[21908]: audit 2024-04-22T23:19:54.283347+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:55.245 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:54 smithi176 bash[21908]: audit 2024-04-22T23:19:54.283347+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:55.245 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:54 smithi176 bash[21908]: audit 2024-04-22T23:19:54.384301+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:55.246 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:54 smithi176 bash[21908]: audit 2024-04-22T23:19:54.384301+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:55.246 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:54 smithi176 bash[21908]: audit 2024-04-22T23:19:54.387849+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:55.246 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:54 smithi176 bash[21908]: audit 2024-04-22T23:19:54.387849+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:55.246 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:54 smithi176 bash[21908]: audit 2024-04-22T23:19:54.388877+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:55.246 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:54 smithi176 bash[21908]: audit 2024-04-22T23:19:54.388877+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:55.246 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:54 smithi176 bash[21908]: audit 2024-04-22T23:19:54.397680+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:55.246 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:54 smithi176 bash[21908]: audit 2024-04-22T23:19:54.397680+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:55.246 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:54 smithi176 bash[21908]: audit 2024-04-22T23:19:54.496357+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:19:55.246 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:54 smithi176 bash[21908]: audit 2024-04-22T23:19:54.496357+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:19:55.246 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:54 smithi176 bash[21908]: audit 2024-04-22T23:19:54.497799+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:19:55.246 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:54 smithi176 bash[21908]: audit 2024-04-22T23:19:54.497799+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:19:55.246 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:54 smithi176 bash[21908]: audit 2024-04-22T23:19:54.498969+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:55.246 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:54 smithi176 bash[21908]: audit 2024-04-22T23:19:54.498969+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:55.247 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:54 smithi176 bash[21908]: audit 2024-04-22T23:19:54.968378+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:55.247 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:54 smithi176 bash[21908]: audit 2024-04-22T23:19:54.968378+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:55.247 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:54 smithi176 bash[21908]: audit 2024-04-22T23:19:54.973963+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:55.247 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:54 smithi176 bash[21908]: audit 2024-04-22T23:19:54.973963+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:55.247 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:54 smithi176 bash[21908]: audit 2024-04-22T23:19:54.983064+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:55.247 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:54 smithi176 bash[21908]: audit 2024-04-22T23:19:54.983064+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:55.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:54 smithi033 bash[21450]: cluster 2024-04-22T23:19:53.528182+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:55.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:54 smithi033 bash[21450]: cluster 2024-04-22T23:19:53.528182+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:55.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:54 smithi033 bash[21450]: audit 2024-04-22T23:19:54.261566+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:55.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:54 smithi033 bash[21450]: audit 2024-04-22T23:19:54.261566+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:55.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:54 smithi033 bash[21450]: audit 2024-04-22T23:19:54.275914+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:55.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:54 smithi033 bash[21450]: audit 2024-04-22T23:19:54.275914+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:55.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:54 smithi033 bash[21450]: audit 2024-04-22T23:19:54.283347+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:55.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:54 smithi033 bash[21450]: audit 2024-04-22T23:19:54.283347+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:55.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:54 smithi033 bash[21450]: audit 2024-04-22T23:19:54.384301+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:55.353 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:54 smithi033 bash[21450]: audit 2024-04-22T23:19:54.384301+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:55.353 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:54 smithi033 bash[21450]: audit 2024-04-22T23:19:54.387849+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:55.353 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:54 smithi033 bash[21450]: audit 2024-04-22T23:19:54.387849+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:55.353 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:54 smithi033 bash[21450]: audit 2024-04-22T23:19:54.388877+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:55.353 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:54 smithi033 bash[21450]: audit 2024-04-22T23:19:54.388877+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:55.353 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:54 smithi033 bash[21450]: audit 2024-04-22T23:19:54.397680+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:55.353 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:54 smithi033 bash[21450]: audit 2024-04-22T23:19:54.397680+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:55.353 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:54 smithi033 bash[21450]: audit 2024-04-22T23:19:54.496357+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:19:55.353 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:54 smithi033 bash[21450]: audit 2024-04-22T23:19:54.496357+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:19:55.353 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:54 smithi033 bash[21450]: audit 2024-04-22T23:19:54.497799+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:19:55.353 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:54 smithi033 bash[21450]: audit 2024-04-22T23:19:54.497799+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:19:55.353 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:54 smithi033 bash[21450]: audit 2024-04-22T23:19:54.498969+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:55.353 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:54 smithi033 bash[21450]: audit 2024-04-22T23:19:54.498969+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:55.353 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:54 smithi033 bash[21450]: audit 2024-04-22T23:19:54.968378+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:55.354 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:54 smithi033 bash[21450]: audit 2024-04-22T23:19:54.968378+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:55.354 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:54 smithi033 bash[21450]: audit 2024-04-22T23:19:54.973963+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:55.354 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:54 smithi033 bash[21450]: audit 2024-04-22T23:19:54.973963+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:55.354 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:54 smithi033 bash[21450]: audit 2024-04-22T23:19:54.983064+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:55.354 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:54 smithi033 bash[21450]: audit 2024-04-22T23:19:54.983064+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:55.360 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:54 smithi171 bash[21940]: cluster 2024-04-22T23:19:53.528182+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:55.360 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:54 smithi171 bash[21940]: cluster 2024-04-22T23:19:53.528182+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:55.360 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:54 smithi171 bash[21940]: audit 2024-04-22T23:19:54.261566+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:55.360 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:54 smithi171 bash[21940]: audit 2024-04-22T23:19:54.261566+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:55.360 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:54 smithi171 bash[21940]: audit 2024-04-22T23:19:54.275914+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:55.361 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:54 smithi171 bash[21940]: audit 2024-04-22T23:19:54.275914+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:55.361 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:54 smithi171 bash[21940]: audit 2024-04-22T23:19:54.283347+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:55.361 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:54 smithi171 bash[21940]: audit 2024-04-22T23:19:54.283347+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:55.361 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:54 smithi171 bash[21940]: audit 2024-04-22T23:19:54.384301+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:55.361 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:54 smithi171 bash[21940]: audit 2024-04-22T23:19:54.384301+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:55.361 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:54 smithi171 bash[21940]: audit 2024-04-22T23:19:54.387849+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:55.361 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:54 smithi171 bash[21940]: audit 2024-04-22T23:19:54.387849+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:55.361 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:54 smithi171 bash[21940]: audit 2024-04-22T23:19:54.388877+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:55.361 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:54 smithi171 bash[21940]: audit 2024-04-22T23:19:54.388877+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:55.361 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:54 smithi171 bash[21940]: audit 2024-04-22T23:19:54.397680+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:55.362 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:54 smithi171 bash[21940]: audit 2024-04-22T23:19:54.397680+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:55.362 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:54 smithi171 bash[21940]: audit 2024-04-22T23:19:54.496357+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:19:55.362 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:54 smithi171 bash[21940]: audit 2024-04-22T23:19:54.496357+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-04-22T23:19:55.362 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:54 smithi171 bash[21940]: audit 2024-04-22T23:19:54.497799+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:19:55.362 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:54 smithi171 bash[21940]: audit 2024-04-22T23:19:54.497799+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-04-22T23:19:55.362 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:54 smithi171 bash[21940]: audit 2024-04-22T23:19:54.498969+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:55.363 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:54 smithi171 bash[21940]: audit 2024-04-22T23:19:54.498969+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:55.363 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:54 smithi171 bash[21940]: audit 2024-04-22T23:19:54.968378+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:55.363 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:54 smithi171 bash[21940]: audit 2024-04-22T23:19:54.968378+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:55.363 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:54 smithi171 bash[21940]: audit 2024-04-22T23:19:54.973963+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:55.363 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:54 smithi171 bash[21940]: audit 2024-04-22T23:19:54.973963+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:55.363 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:54 smithi171 bash[21940]: audit 2024-04-22T23:19:54.983064+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:55.363 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:54 smithi171 bash[21940]: audit 2024-04-22T23:19:54.983064+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:55.958 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Apr 22 23:19:55 smithi171 bash[22747]: debug 2024-04-22T23:19:55.799+0000 7f4204482700 1 -- 172.21.15.171:0/2668657323 <== mon.2 v2:172.21.15.171:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x56229605a5a0 con 0x562296dd0c00 2024-04-22T23:19:55.958 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Apr 22 23:19:55 smithi171 bash[22747]: debug 2024-04-22T23:19:55.951+0000 7f420e692200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-04-22T23:19:56.071 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:55 smithi033 bash[21450]: cephadm 2024-04-22T23:19:54.398243+0000 mgr.a (mgr.14152) 107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-22T23:19:56.072 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:55 smithi033 bash[21450]: cephadm 2024-04-22T23:19:54.398243+0000 mgr.a (mgr.14152) 107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-22T23:19:56.072 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:55 smithi033 bash[21450]: cephadm 2024-04-22T23:19:54.495726+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-22T23:19:56.072 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:55 smithi033 bash[21450]: cephadm 2024-04-22T23:19:54.495726+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-22T23:19:56.072 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:55 smithi033 bash[21450]: cephadm 2024-04-22T23:19:54.500597+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Reconfiguring daemon mgr.a on smithi033 2024-04-22T23:19:56.072 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:55 smithi033 bash[21450]: cephadm 2024-04-22T23:19:54.500597+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Reconfiguring daemon mgr.a on smithi033 2024-04-22T23:19:56.072 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:55 smithi033 bash[21450]: audit 2024-04-22T23:19:55.622657+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:56.072 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:55 smithi033 bash[21450]: audit 2024-04-22T23:19:55.622657+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:56.250 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:55 smithi171 bash[21940]: cephadm 2024-04-22T23:19:54.398243+0000 mgr.a (mgr.14152) 107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-22T23:19:56.250 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:55 smithi171 bash[21940]: cephadm 2024-04-22T23:19:54.398243+0000 mgr.a (mgr.14152) 107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-22T23:19:56.251 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:55 smithi171 bash[21940]: cephadm 2024-04-22T23:19:54.495726+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-22T23:19:56.251 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:55 smithi171 bash[21940]: cephadm 2024-04-22T23:19:54.495726+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-22T23:19:56.251 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:55 smithi171 bash[21940]: cephadm 2024-04-22T23:19:54.500597+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Reconfiguring daemon mgr.a on smithi033 2024-04-22T23:19:56.251 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:55 smithi171 bash[21940]: cephadm 2024-04-22T23:19:54.500597+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Reconfiguring daemon mgr.a on smithi033 2024-04-22T23:19:56.251 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:55 smithi171 bash[21940]: audit 2024-04-22T23:19:55.622657+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:56.251 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:55 smithi171 bash[21940]: audit 2024-04-22T23:19:55.622657+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:56.495 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:55 smithi176 bash[21908]: cephadm 2024-04-22T23:19:54.398243+0000 mgr.a (mgr.14152) 107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-22T23:19:56.495 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:55 smithi176 bash[21908]: cephadm 2024-04-22T23:19:54.398243+0000 mgr.a (mgr.14152) 107 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-22T23:19:56.495 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:55 smithi176 bash[21908]: cephadm 2024-04-22T23:19:54.495726+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-22T23:19:56.495 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:55 smithi176 bash[21908]: cephadm 2024-04-22T23:19:54.495726+0000 mgr.a (mgr.14152) 108 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-04-22T23:19:56.495 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:55 smithi176 bash[21908]: cephadm 2024-04-22T23:19:54.500597+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Reconfiguring daemon mgr.a on smithi033 2024-04-22T23:19:56.495 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:55 smithi176 bash[21908]: cephadm 2024-04-22T23:19:54.500597+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Reconfiguring daemon mgr.a on smithi033 2024-04-22T23:19:56.495 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:55 smithi176 bash[21908]: audit 2024-04-22T23:19:55.622657+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:56.495 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:55 smithi176 bash[21908]: audit 2024-04-22T23:19:55.622657+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:57.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:56 smithi033 bash[21450]: cluster 2024-04-22T23:19:55.528486+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:57.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:56 smithi033 bash[21450]: cluster 2024-04-22T23:19:55.528486+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:57.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:56 smithi033 bash[21450]: audit 2024-04-22T23:19:56.463231+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:57.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:56 smithi033 bash[21450]: audit 2024-04-22T23:19:56.463231+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:57.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:56 smithi033 bash[21450]: audit 2024-04-22T23:19:56.470836+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:57.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:56 smithi033 bash[21450]: audit 2024-04-22T23:19:56.470836+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:57.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:56 smithi033 bash[21450]: audit 2024-04-22T23:19:56.474861+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:57.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:56 smithi033 bash[21450]: audit 2024-04-22T23:19:56.474861+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:57.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:56 smithi033 bash[21450]: audit 2024-04-22T23:19:56.476265+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:57.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:56 smithi033 bash[21450]: audit 2024-04-22T23:19:56.476265+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:57.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:56 smithi033 bash[21450]: audit 2024-04-22T23:19:56.484634+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:57.352 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:56 smithi033 bash[21450]: audit 2024-04-22T23:19:56.484634+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:57.359 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:56 smithi171 bash[21940]: cluster 2024-04-22T23:19:55.528486+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:57.359 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:56 smithi171 bash[21940]: cluster 2024-04-22T23:19:55.528486+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:57.359 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:56 smithi171 bash[21940]: audit 2024-04-22T23:19:56.463231+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:57.359 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:56 smithi171 bash[21940]: audit 2024-04-22T23:19:56.463231+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:57.359 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:56 smithi171 bash[21940]: audit 2024-04-22T23:19:56.470836+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:57.359 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:56 smithi171 bash[21940]: audit 2024-04-22T23:19:56.470836+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:57.360 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:56 smithi171 bash[21940]: audit 2024-04-22T23:19:56.474861+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:57.360 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:56 smithi171 bash[21940]: audit 2024-04-22T23:19:56.474861+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:57.360 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:56 smithi171 bash[21940]: audit 2024-04-22T23:19:56.476265+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:57.360 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:56 smithi171 bash[21940]: audit 2024-04-22T23:19:56.476265+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:57.360 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:56 smithi171 bash[21940]: audit 2024-04-22T23:19:56.484634+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:57.360 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:56 smithi171 bash[21940]: audit 2024-04-22T23:19:56.484634+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:57.488 INFO:teuthology.orchestra.run.smithi033.stderr:Inferring config /var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/mon.a/config 2024-04-22T23:19:57.494 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:56 smithi176 bash[21908]: cluster 2024-04-22T23:19:55.528486+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:57.494 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:56 smithi176 bash[21908]: cluster 2024-04-22T23:19:55.528486+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:57.494 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:56 smithi176 bash[21908]: audit 2024-04-22T23:19:56.463231+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:57.494 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:56 smithi176 bash[21908]: audit 2024-04-22T23:19:56.463231+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:57.495 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:56 smithi176 bash[21908]: audit 2024-04-22T23:19:56.470836+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:57.495 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:56 smithi176 bash[21908]: audit 2024-04-22T23:19:56.470836+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-04-22T23:19:57.495 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:56 smithi176 bash[21908]: audit 2024-04-22T23:19:56.474861+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:57.495 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:56 smithi176 bash[21908]: audit 2024-04-22T23:19:56.474861+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-04-22T23:19:57.495 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:56 smithi176 bash[21908]: audit 2024-04-22T23:19:56.476265+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:57.495 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:56 smithi176 bash[21908]: audit 2024-04-22T23:19:56.476265+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-04-22T23:19:57.495 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:56 smithi176 bash[21908]: audit 2024-04-22T23:19:56.484634+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:57.495 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:56 smithi176 bash[21908]: audit 2024-04-22T23:19:56.484634+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:57.859 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Apr 22 23:19:57 smithi171 bash[22747]: debug 2024-04-22T23:19:57.551+0000 7f420e692200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-04-22T23:19:57.859 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Apr 22 23:19:57 smithi171 bash[22747]: debug 2024-04-22T23:19:57.647+0000 7f420e692200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-04-22T23:19:58.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:58 smithi033 bash[21450]: cephadm 2024-04-22T23:19:56.485329+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-22T23:19:58.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:58 smithi033 bash[21450]: cephadm 2024-04-22T23:19:56.485329+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-22T23:19:58.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:58 smithi033 bash[21450]: audit 2024-04-22T23:19:57.091897+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:58.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:58 smithi033 bash[21450]: audit 2024-04-22T23:19:57.091897+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:58.359 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:58 smithi171 bash[21940]: cephadm 2024-04-22T23:19:56.485329+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-22T23:19:58.359 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:58 smithi171 bash[21940]: cephadm 2024-04-22T23:19:56.485329+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-22T23:19:58.359 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:58 smithi171 bash[21940]: audit 2024-04-22T23:19:57.091897+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:58.359 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:58 smithi171 bash[21940]: audit 2024-04-22T23:19:57.091897+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:58.360 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Apr 22 23:19:57 smithi171 bash[22747]: debug 2024-04-22T23:19:57.895+0000 7f420e692200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-04-22T23:19:58.494 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:58 smithi176 bash[21908]: cephadm 2024-04-22T23:19:56.485329+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-22T23:19:58.494 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:58 smithi176 bash[21908]: cephadm 2024-04-22T23:19:56.485329+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-04-22T23:19:58.494 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:58 smithi176 bash[21908]: audit 2024-04-22T23:19:57.091897+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:58.494 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:58 smithi176 bash[21908]: audit 2024-04-22T23:19:57.091897+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.33:0/1757275530' entity='mgr.a' 2024-04-22T23:19:58.629 INFO:teuthology.orchestra.run.smithi033.stderr: stderr: Unknown device, --name=, --path=, or absolute path in /dev/ or /sys expected. 2024-04-22T23:19:58.629 INFO:teuthology.orchestra.run.smithi033.stderr:usage: ceph-volume lvm zap [-h] [--destroy] [--osd-id OSD_ID] 2024-04-22T23:19:58.629 INFO:teuthology.orchestra.run.smithi033.stderr: [--osd-fsid OSD_FSID] [--no-systemd] 2024-04-22T23:19:58.629 INFO:teuthology.orchestra.run.smithi033.stderr: [DEVICES [DEVICES ...]] 2024-04-22T23:19:58.629 INFO:teuthology.orchestra.run.smithi033.stderr:ceph-volume lvm zap: error: Unable to proceed with non-existing device: /dev/vg_nvme/lv_4 2024-04-22T23:19:59.098 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Apr 22 23:19:58 smithi171 bash[22747]: debug 2024-04-22T23:19:58.695+0000 7f420e692200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-04-22T23:19:59.099 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Apr 22 23:19:58 smithi171 bash[22747]: debug 2024-04-22T23:19:58.807+0000 7f420e692200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-04-22T23:19:59.099 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Apr 22 23:19:58 smithi171 bash[22747]: debug 2024-04-22T23:19:58.907+0000 7f420e692200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-04-22T23:19:59.271 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-04-22T23:19:59.271 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 1091, in ceph_osds _shell(ctx, cluster_name, remote, [ File "/home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 110, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi033 with status 2: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 367dd694-00fe-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4' 2024-04-22T23:19:59.273 DEBUG:teuthology.orchestra.run.smithi033:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:19:59.287 DEBUG:teuthology.orchestra.run.smithi171:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:19:59.301 DEBUG:teuthology.orchestra.run.smithi176:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:19:59.315 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-04-22T23:19:59.315 DEBUG:teuthology.orchestra.run.smithi033:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-22T23:19:59.335 DEBUG:teuthology.orchestra.run.smithi171:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-22T23:19:59.346 DEBUG:teuthology.orchestra.run.smithi176:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-04-22T23:19:59.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:59 smithi033 bash[21450]: cluster 2024-04-22T23:19:57.528840+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:59.351 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:59 smithi033 bash[21450]: cluster 2024-04-22T23:19:57.528840+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:59.359 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Apr 22 23:19:59 smithi171 bash[22747]: debug 2024-04-22T23:19:59.263+0000 7f420e692200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-04-22T23:19:59.360 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:59 smithi171 bash[21940]: cluster 2024-04-22T23:19:57.528840+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:59.360 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:19:59 smithi171 bash[21940]: cluster 2024-04-22T23:19:57.528840+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:59.362 INFO:tasks.cephadm:Stopping all daemons... 2024-04-22T23:19:59.362 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-04-22T23:19:59.363 DEBUG:teuthology.orchestra.run.smithi033:> sudo systemctl stop ceph-367dd694-00fe-11ef-bc93-c7b262605968@mon.a 2024-04-22T23:19:59.494 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:59 smithi176 bash[21908]: cluster 2024-04-22T23:19:57.528840+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:59.494 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:19:59 smithi176 bash[21908]: cluster 2024-04-22T23:19:57.528840+0000 mgr.a (mgr.14152) 112 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-04-22T23:19:59.601 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:59 smithi033 systemd[1]: Stopping Ceph mon.a for 367dd694-00fe-11ef-bc93-c7b262605968... 2024-04-22T23:19:59.601 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:59 smithi033 bash[21450]: debug 2024-04-22T23:19:59.491+0000 7f7bcbf6a700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-04-22T23:19:59.601 INFO:journalctl@ceph.mon.a.smithi033.stdout:Apr 22 23:19:59 smithi033 bash[21450]: debug 2024-04-22T23:19:59.491+0000 7f7bcbf6a700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-04-22T23:19:59.609 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Apr 22 23:19:59 smithi171 bash[22747]: debug 2024-04-22T23:19:59.375+0000 7f420e692200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-04-22T23:19:59.609 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Apr 22 23:19:59 smithi171 bash[22747]: debug 2024-04-22T23:19:59.475+0000 7f420e692200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-04-22T23:20:00.109 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Apr 22 23:19:59 smithi171 bash[22747]: debug 2024-04-22T23:19:59.831+0000 7f420e692200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-04-22T23:20:00.109 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Apr 22 23:20:00 smithi171 bash[22747]: debug 2024-04-22T23:20:00.071+0000 7f420e692200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-04-22T23:20:00.267 DEBUG:teuthology.orchestra.run.smithi033:> sudo pkill -f 'journalctl -f -n 0 -u ceph-367dd694-00fe-11ef-bc93-c7b262605968@mon.a.service' 2024-04-22T23:20:00.296 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-22T23:20:00.297 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-04-22T23:20:00.297 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-04-22T23:20:00.297 DEBUG:teuthology.orchestra.run.smithi171:> sudo systemctl stop ceph-367dd694-00fe-11ef-bc93-c7b262605968@mon.b 2024-04-22T23:20:00.609 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Apr 22 23:20:00 smithi171 bash[22747]: debug 2024-04-22T23:20:00.351+0000 7f420e692200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-04-22T23:20:00.609 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Apr 22 23:20:00 smithi171 bash[22747]: debug 2024-04-22T23:20:00.471+0000 7f420e692200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-04-22T23:20:00.610 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:20:00 smithi171 systemd[1]: Stopping Ceph mon.b for 367dd694-00fe-11ef-bc93-c7b262605968... 2024-04-22T23:20:00.610 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:20:00 smithi171 bash[21940]: debug 2024-04-22T23:20:00.439+0000 7f67dd49f700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-04-22T23:20:00.610 INFO:journalctl@ceph.mon.b.smithi171.stdout:Apr 22 23:20:00 smithi171 bash[21940]: debug 2024-04-22T23:20:00.439+0000 7f67dd49f700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-04-22T23:20:00.979 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Apr 22 23:20:00 smithi171 bash[22747]: debug 2024-04-22T23:20:00.755+0000 7f420e692200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-04-22T23:20:01.177 DEBUG:teuthology.orchestra.run.smithi171:> sudo pkill -f 'journalctl -f -n 0 -u ceph-367dd694-00fe-11ef-bc93-c7b262605968@mon.b.service' 2024-04-22T23:20:01.201 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-22T23:20:01.201 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-04-22T23:20:01.201 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-04-22T23:20:01.202 DEBUG:teuthology.orchestra.run.smithi176:> sudo systemctl stop ceph-367dd694-00fe-11ef-bc93-c7b262605968@mon.c 2024-04-22T23:20:01.359 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Apr 22 23:20:01 smithi171 bash[22747]: debug 2024-04-22T23:20:01.183+0000 7f420e692200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-04-22T23:20:01.494 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:20:01 smithi176 systemd[1]: Stopping Ceph mon.c for 367dd694-00fe-11ef-bc93-c7b262605968... 2024-04-22T23:20:01.494 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:20:01 smithi176 bash[21908]: debug 2024-04-22T23:20:01.366+0000 7fc3d8f2d700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-04-22T23:20:01.494 INFO:journalctl@ceph.mon.c.smithi176.stdout:Apr 22 23:20:01 smithi176 bash[21908]: debug 2024-04-22T23:20:01.366+0000 7fc3d8f2d700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-04-22T23:20:01.537 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Apr 22 23:20:01 smithi171 bash[22747]: debug 2024-04-22T23:20:01.419+0000 7f420e692200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-04-22T23:20:01.782 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Apr 22 23:20:01 smithi171 bash[22747]: debug 2024-04-22T23:20:01.535+0000 7f420e692200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-04-22T23:20:02.109 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Apr 22 23:20:01 smithi171 bash[22747]: debug 2024-04-22T23:20:01.779+0000 7f420e692200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-04-22T23:20:02.254 DEBUG:teuthology.orchestra.run.smithi176:> sudo pkill -f 'journalctl -f -n 0 -u ceph-367dd694-00fe-11ef-bc93-c7b262605968@mon.c.service' 2024-04-22T23:20:02.290 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-22T23:20:02.290 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-04-22T23:20:02.291 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-04-22T23:20:02.291 DEBUG:teuthology.orchestra.run.smithi033:> sudo systemctl stop ceph-367dd694-00fe-11ef-bc93-c7b262605968@mgr.a 2024-04-22T23:20:02.601 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:20:02 smithi033 systemd[1]: Stopping Ceph mgr.a for 367dd694-00fe-11ef-bc93-c7b262605968... 2024-04-22T23:20:02.601 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:20:02 smithi033 bash[21707]: debug 2024-04-22T23:20:02.439+0000 7ff31f073700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-04-22T23:20:02.601 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Apr 22 23:20:02 smithi033 bash[21707]: debug 2024-04-22T23:20:02.439+0000 7ff31f073700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-04-22T23:20:03.109 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Apr 22 23:20:02 smithi171 bash[22747]: debug 2024-04-22T23:20:02.799+0000 7f420e692200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-04-22T23:20:03.109 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Apr 22 23:20:02 smithi171 bash[22747]: debug 2024-04-22T23:20:02.915+0000 7f420e692200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-04-22T23:20:03.175 DEBUG:teuthology.orchestra.run.smithi033:> sudo pkill -f 'journalctl -f -n 0 -u ceph-367dd694-00fe-11ef-bc93-c7b262605968@mgr.a.service' 2024-04-22T23:20:03.203 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-22T23:20:03.203 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-04-22T23:20:03.204 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-04-22T23:20:03.204 DEBUG:teuthology.orchestra.run.smithi171:> sudo systemctl stop ceph-367dd694-00fe-11ef-bc93-c7b262605968@mgr.b 2024-04-22T23:20:03.505 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Apr 22 23:20:03 smithi171 bash[22747]: debug 2024-04-22T23:20:03.207+0000 7f420e692200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-04-22T23:20:03.505 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Apr 22 23:20:03 smithi171 systemd[1]: Stopping Ceph mgr.b for 367dd694-00fe-11ef-bc93-c7b262605968... 2024-04-22T23:20:03.506 INFO:journalctl@ceph.mgr.b.smithi171.stdout:Apr 22 23:20:03 smithi171 bash[22747]: debug 2024-04-22T23:20:03.323+0000 7f420e692200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-04-22T23:20:04.014 DEBUG:teuthology.orchestra.run.smithi171:> sudo pkill -f 'journalctl -f -n 0 -u ceph-367dd694-00fe-11ef-bc93-c7b262605968@mgr.b.service' 2024-04-22T23:20:04.047 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-04-22T23:20:04.048 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-04-22T23:20:04.048 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 367dd694-00fe-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-22T23:20:04.220 INFO:teuthology.orchestra.run.smithi033.stdout:Deleting cluster with fsid: 367dd694-00fe-11ef-bc93-c7b262605968 2024-04-22T23:20:06.530 DEBUG:teuthology.orchestra.run.smithi171:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 367dd694-00fe-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-22T23:20:06.695 INFO:teuthology.orchestra.run.smithi171.stdout:Deleting cluster with fsid: 367dd694-00fe-11ef-bc93-c7b262605968 2024-04-22T23:20:08.938 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 367dd694-00fe-11ef-bc93-c7b262605968 --force --keep-logs 2024-04-22T23:20:09.108 INFO:teuthology.orchestra.run.smithi176.stdout:Deleting cluster with fsid: 367dd694-00fe-11ef-bc93-c7b262605968 2024-04-22T23:20:11.439 DEBUG:teuthology.orchestra.run.smithi033:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:20:11.454 DEBUG:teuthology.orchestra.run.smithi171:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:20:11.468 DEBUG:teuthology.orchestra.run.smithi176:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-04-22T23:20:11.480 INFO:tasks.cephadm:Archiving crash dumps... 2024-04-22T23:20:11.482 DEBUG:teuthology.misc:Transferring archived files from smithi033:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669189/remote/smithi033/crash 2024-04-22T23:20:11.483 DEBUG:teuthology.orchestra.run.smithi033:> sudo tar c -f - -C /var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/crash -- . 2024-04-22T23:20:11.509 INFO:teuthology.orchestra.run.smithi033.stderr:tar: /var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T23:20:11.509 INFO:teuthology.orchestra.run.smithi033.stderr:tar: Error is not recoverable: exiting now 2024-04-22T23:20:11.511 DEBUG:teuthology.misc:Transferring archived files from smithi171:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669189/remote/smithi171/crash 2024-04-22T23:20:11.512 DEBUG:teuthology.orchestra.run.smithi171:> sudo tar c -f - -C /var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/crash -- . 2024-04-22T23:20:11.524 INFO:teuthology.orchestra.run.smithi171.stderr:tar: /var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T23:20:11.524 INFO:teuthology.orchestra.run.smithi171.stderr:tar: Error is not recoverable: exiting now 2024-04-22T23:20:11.526 DEBUG:teuthology.misc:Transferring archived files from smithi176:/var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/crash to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669189/remote/smithi176/crash 2024-04-22T23:20:11.527 DEBUG:teuthology.orchestra.run.smithi176:> sudo tar c -f - -C /var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/crash -- . 2024-04-22T23:20:11.538 INFO:teuthology.orchestra.run.smithi176.stderr:tar: /var/lib/ceph/367dd694-00fe-11ef-bc93-c7b262605968/crash: Cannot open: No such file or directory 2024-04-22T23:20:11.538 INFO:teuthology.orchestra.run.smithi176.stderr:tar: Error is not recoverable: exiting now 2024-04-22T23:20:11.539 INFO:tasks.cephadm:Checking cluster log for badness... 2024-04-22T23:20:11.539 DEBUG:teuthology.orchestra.run.smithi033:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/367dd694-00fe-11ef-bc93-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' | head -n 1 2024-04-22T23:20:11.569 INFO:tasks.cephadm:Compressing logs... 2024-04-22T23:20:11.569 DEBUG:teuthology.orchestra.run.smithi033:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-22T23:20:11.611 DEBUG:teuthology.orchestra.run.smithi171:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-22T23:20:11.614 DEBUG:teuthology.orchestra.run.smithi176:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-04-22T23:20:11.620 INFO:teuthology.orchestra.run.smithi033.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-22T23:20:11.624 INFO:teuthology.orchestra.run.smithi171.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-22T23:20:11.626 INFO:teuthology.orchestra.run.smithi176.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-04-22T23:20:11.628 INFO:teuthology.orchestra.run.smithi033.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-22T23:20:11.629 INFO:teuthology.orchestra.run.smithi033.stderr:gzip -5 --verbose -- /var/log/ceph/367dd694-00fe-11ef-bc93-c7b262605968/ceph-mon.a.log 2024-04-22T23:20:11.629 INFO:teuthology.orchestra.run.smithi033.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/367dd694-00fe-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-22T23:20:11.630 INFO:teuthology.orchestra.run.smithi033.stderr:/var/log/ceph/367dd694-00fe-11ef-bc93-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/367dd694-00fe-11ef-bc93-c7b262605968/ceph.log 2024-04-22T23:20:11.630 INFO:teuthology.orchestra.run.smithi033.stderr:/var/log/ceph/367dd694-00fe-11ef-bc93-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/367dd694-00fe-11ef-bc93-c7b262605968/ceph-volume.log 2024-04-22T23:20:11.631 INFO:teuthology.orchestra.run.smithi033.stderr:/var/log/ceph/367dd694-00fe-11ef-bc93-c7b262605968/ceph.log: 82.5% -- replaced with /var/log/ceph/367dd694-00fe-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-22T23:20:11.631 INFO:teuthology.orchestra.run.smithi033.stderr:gzip -5 --verbose -- /var/log/ceph/367dd694-00fe-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-22T23:20:11.631 INFO:teuthology.orchestra.run.smithi033.stderr: 85.2% -- replaced with /var/log/ceph/367dd694-00fe-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-22T23:20:11.631 INFO:teuthology.orchestra.run.smithi033.stderr:/var/log/ceph/367dd694-00fe-11ef-bc93-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/367dd694-00fe-11ef-bc93-c7b262605968/ceph-mgr.a.log 2024-04-22T23:20:11.631 INFO:teuthology.orchestra.run.smithi033.stderr:/var/log/ceph/367dd694-00fe-11ef-bc93-c7b262605968/ceph.audit.log: 84.9% -- replaced with /var/log/ceph/367dd694-00fe-11ef-bc93-c7b262605968/ceph-volume.log.gz 2024-04-22T23:20:11.632 INFO:teuthology.orchestra.run.smithi033.stderr: 86.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T23:20:11.632 INFO:teuthology.orchestra.run.smithi033.stderr:/var/log/ceph/367dd694-00fe-11ef-bc93-c7b262605968/ceph-mgr.a.log: 89.7% -- replaced with /var/log/ceph/367dd694-00fe-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-22T23:20:11.635 INFO:teuthology.orchestra.run.smithi171.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-22T23:20:11.636 INFO:teuthology.orchestra.run.smithi171.stderr:gzip -5 --verbose -- /var/log/ceph/367dd694-00fe-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-22T23:20:11.636 INFO:teuthology.orchestra.run.smithi171.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/367dd694-00fe-11ef-bc93-c7b262605968/ceph.log 2024-04-22T23:20:11.637 INFO:teuthology.orchestra.run.smithi171.stderr:/var/log/ceph/367dd694-00fe-11ef-bc93-c7b262605968/ceph.cephadm.log: 81.1% -- replaced with /var/log/ceph/367dd694-00fe-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-22T23:20:11.637 INFO:teuthology.orchestra.run.smithi171.stderr:gzip -5 --verbose -- /var/log/ceph/367dd694-00fe-11ef-bc93-c7b262605968/ceph-mgr.b.log 2024-04-22T23:20:11.637 INFO:teuthology.orchestra.run.smithi171.stderr:gzip -5 --verbose -- /var/log/ceph/367dd694-00fe-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-22T23:20:11.637 INFO:teuthology.orchestra.run.smithi171.stderr:/var/log/ceph/367dd694-00fe-11ef-bc93-c7b262605968/ceph.log: /var/log/ceph/367dd694-00fe-11ef-bc93-c7b262605968/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/367dd694-00fe-11ef-bc93-c7b262605968/ceph-mon.b.log 2024-04-22T23:20:11.638 INFO:teuthology.orchestra.run.smithi171.stderr: 83.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T23:20:11.638 INFO:teuthology.orchestra.run.smithi171.stderr:/var/log/ceph/367dd694-00fe-11ef-bc93-c7b262605968/ceph.audit.log: 90.3% -- replaced with /var/log/ceph/367dd694-00fe-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-22T23:20:11.638 INFO:teuthology.orchestra.run.smithi171.stderr: 81.4% -- replaced with /var/log/ceph/367dd694-00fe-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-22T23:20:11.639 INFO:teuthology.orchestra.run.smithi171.stderr:/var/log/ceph/367dd694-00fe-11ef-bc93-c7b262605968/ceph-mon.b.log: 90.8% -- replaced with /var/log/ceph/367dd694-00fe-11ef-bc93-c7b262605968/ceph-mgr.b.log.gz 2024-04-22T23:20:11.639 INFO:teuthology.orchestra.run.smithi176.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-04-22T23:20:11.640 INFO:teuthology.orchestra.run.smithi176.stderr:gzip -5 --verbose -- /var/log/ceph/367dd694-00fe-11ef-bc93-c7b262605968/ceph.cephadm.log 2024-04-22T23:20:11.640 INFO:teuthology.orchestra.run.smithi176.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/367dd694-00fe-11ef-bc93-c7b262605968/ceph.log 2024-04-22T23:20:11.642 INFO:teuthology.orchestra.run.smithi176.stderr:gzip -5 --verbose -- /var/log/ceph/367dd694-00fe-11ef-bc93-c7b262605968/ceph-mon.c.log 2024-04-22T23:20:11.642 INFO:teuthology.orchestra.run.smithi176.stderr:/var/log/ceph/367dd694-00fe-11ef-bc93-c7b262605968/ceph.cephadm.log: /var/log/ceph/367dd694-00fe-11ef-bc93-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/367dd694-00fe-11ef-bc93-c7b262605968/ceph.audit.log 2024-04-22T23:20:11.642 INFO:teuthology.orchestra.run.smithi176.stderr: 81.4% -- replaced with /var/log/ceph/367dd694-00fe-11ef-bc93-c7b262605968/ceph.log.gz 2024-04-22T23:20:11.642 INFO:teuthology.orchestra.run.smithi176.stderr: 81.1% -- replaced with /var/log/ceph/367dd694-00fe-11ef-bc93-c7b262605968/ceph.cephadm.log.gz 2024-04-22T23:20:11.643 INFO:teuthology.orchestra.run.smithi176.stderr:/var/log/ceph/367dd694-00fe-11ef-bc93-c7b262605968/ceph-mon.c.log: /var/log/ceph/367dd694-00fe-11ef-bc93-c7b262605968/ceph.audit.log: 90.3% -- replaced with /var/log/ceph/367dd694-00fe-11ef-bc93-c7b262605968/ceph.audit.log.gz 2024-04-22T23:20:11.643 INFO:teuthology.orchestra.run.smithi176.stderr: 82.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-04-22T23:20:11.645 INFO:teuthology.orchestra.run.smithi171.stderr: 92.7% -- replaced with /var/log/ceph/367dd694-00fe-11ef-bc93-c7b262605968/ceph-mon.b.log.gz 2024-04-22T23:20:11.647 INFO:teuthology.orchestra.run.smithi171.stderr: 2024-04-22T23:20:11.647 INFO:teuthology.orchestra.run.smithi171.stderr:real 0m0.031s 2024-04-22T23:20:11.647 INFO:teuthology.orchestra.run.smithi171.stderr:user 0m0.023s 2024-04-22T23:20:11.647 INFO:teuthology.orchestra.run.smithi171.stderr:sys 0m0.013s 2024-04-22T23:20:11.655 INFO:teuthology.orchestra.run.smithi176.stderr: 92.7% -- replaced with /var/log/ceph/367dd694-00fe-11ef-bc93-c7b262605968/ceph-mon.c.log.gz 2024-04-22T23:20:11.655 INFO:teuthology.orchestra.run.smithi176.stderr: 2024-04-22T23:20:11.655 INFO:teuthology.orchestra.run.smithi176.stderr:real 0m0.035s 2024-04-22T23:20:11.655 INFO:teuthology.orchestra.run.smithi176.stderr:user 0m0.021s 2024-04-22T23:20:11.655 INFO:teuthology.orchestra.run.smithi176.stderr:sys 0m0.016s 2024-04-22T23:20:11.667 INFO:teuthology.orchestra.run.smithi033.stderr: 88.6% -- replaced with /var/log/ceph/367dd694-00fe-11ef-bc93-c7b262605968/ceph-mgr.a.log.gz 2024-04-22T23:20:11.701 INFO:teuthology.orchestra.run.smithi033.stderr: 91.7% -- replaced with /var/log/ceph/367dd694-00fe-11ef-bc93-c7b262605968/ceph-mon.a.log.gz 2024-04-22T23:20:11.702 INFO:teuthology.orchestra.run.smithi033.stderr: 2024-04-22T23:20:11.702 INFO:teuthology.orchestra.run.smithi033.stderr:real 0m0.089s 2024-04-22T23:20:11.702 INFO:teuthology.orchestra.run.smithi033.stderr:user 0m0.109s 2024-04-22T23:20:11.702 INFO:teuthology.orchestra.run.smithi033.stderr:sys 0m0.024s 2024-04-22T23:20:11.703 INFO:tasks.cephadm:Archiving logs... 2024-04-22T23:20:11.704 DEBUG:teuthology.misc:Transferring archived files from smithi033:/var/log/ceph to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669189/remote/smithi033/log 2024-04-22T23:20:11.705 DEBUG:teuthology.orchestra.run.smithi033:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T23:20:11.781 DEBUG:teuthology.misc:Transferring archived files from smithi171:/var/log/ceph to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669189/remote/smithi171/log 2024-04-22T23:20:11.781 DEBUG:teuthology.orchestra.run.smithi171:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T23:20:11.803 DEBUG:teuthology.misc:Transferring archived files from smithi176:/var/log/ceph to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669189/remote/smithi176/log 2024-04-22T23:20:11.804 DEBUG:teuthology.orchestra.run.smithi176:> sudo tar c -f - -C /var/log/ceph -- . 2024-04-22T23:20:11.825 INFO:tasks.cephadm:Removing cluster... 2024-04-22T23:20:11.826 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 367dd694-00fe-11ef-bc93-c7b262605968 --force 2024-04-22T23:20:11.996 INFO:teuthology.orchestra.run.smithi033.stdout:Deleting cluster with fsid: 367dd694-00fe-11ef-bc93-c7b262605968 2024-04-22T23:20:13.351 DEBUG:teuthology.orchestra.run.smithi171:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 367dd694-00fe-11ef-bc93-c7b262605968 --force 2024-04-22T23:20:13.517 INFO:teuthology.orchestra.run.smithi171.stdout:Deleting cluster with fsid: 367dd694-00fe-11ef-bc93-c7b262605968 2024-04-22T23:20:14.891 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 367dd694-00fe-11ef-bc93-c7b262605968 --force 2024-04-22T23:20:15.061 INFO:teuthology.orchestra.run.smithi176.stdout:Deleting cluster with fsid: 367dd694-00fe-11ef-bc93-c7b262605968 2024-04-22T23:20:16.372 INFO:tasks.cephadm:Removing cephadm ... 2024-04-22T23:20:16.372 DEBUG:teuthology.orchestra.run.smithi033:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T23:20:16.378 DEBUG:teuthology.orchestra.run.smithi171:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T23:20:16.385 DEBUG:teuthology.orchestra.run.smithi176:> rm -rf /home/ubuntu/cephtest/cephadm 2024-04-22T23:20:16.392 INFO:tasks.cephadm:Teardown complete 2024-04-22T23:20:16.392 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 2210, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 1839, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 1091, in ceph_osds _shell(ctx, cluster_name, remote, [ File "/home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 110, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi033 with status 2: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 367dd694-00fe-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4' 2024-04-22T23:20:16.607 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=e041103104534fea8892d0d8a0494029 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/run_tasks.py", line 109, in run_tasks manager.__enter__() File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 2210, in task with contextutil.nested( File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 54, in nested raise exc[1] File "/usr/lib/python3.8/contextlib.py", line 131, in __exit__ self.gen.throw(type, value, traceback) File "/home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 1839, in initialize_config yield File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/contextutil.py", line 30, in nested vars.append(enter()) File "/usr/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) File "/home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 1091, in ceph_osds _shell(ctx, cluster_name, remote, [ File "/home/teuthworker/src/git.ceph.com_ceph-c_43be020184947e53516056c9931e1ac5bdbbb1a5/qa/tasks/cephadm.py", line 110, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/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_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_9481b1d62f50e7d0a4f3dd83adf6945b08d5ff17/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi033 with status 2: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 367dd694-00fe-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4' 2024-04-22T23:20:16.611 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-04-22T23:20:16.621 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-04-22T23:20:16.652 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-04-22T23:20:16.652 DEBUG:teuthology.orchestra.run.smithi033:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-22T23:20:16.667 DEBUG:teuthology.orchestra.run.smithi171:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-22T23:20:16.670 DEBUG:teuthology.orchestra.run.smithi176:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-04-22T23:20:16.757 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-04-22T23:20:16.766 INFO:teuthology.task.clock:Checking final clock skew... 2024-04-22T23:20:16.766 DEBUG:teuthology.orchestra.run.smithi033:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T23:20:16.772 DEBUG:teuthology.orchestra.run.smithi171:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T23:20:16.774 DEBUG:teuthology.orchestra.run.smithi176:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-04-22T23:20:16.784 INFO:teuthology.orchestra.run.smithi033.stdout: remote refid st t when poll reach delay offset jitter 2024-04-22T23:20:16.784 INFO:teuthology.orchestra.run.smithi033.stdout:============================================================================== 2024-04-22T23:20:16.784 INFO:teuthology.orchestra.run.smithi033.stdout:*hv01.front.sepi 44.4.53.2 2 u 10 64 177 0.107 -0.769 0.544 2024-04-22T23:20:16.784 INFO:teuthology.orchestra.run.smithi033.stdout:+hv02.front.sepi 63.231.80.2 3 u 13 64 177 0.177 -0.342 0.514 2024-04-22T23:20:16.784 INFO:teuthology.orchestra.run.smithi033.stdout:+hv03.front.sepi 74.6.168.72 3 u 3 64 177 0.094 -1.131 0.607 2024-04-22T23:20:16.785 INFO:teuthology.orchestra.run.smithi033.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T23:20:16.786 INFO:teuthology.orchestra.run.smithi171.stdout: remote refid st t when poll reach delay offset jitter 2024-04-22T23:20:16.786 INFO:teuthology.orchestra.run.smithi171.stdout:============================================================================== 2024-04-22T23:20:16.786 INFO:teuthology.orchestra.run.smithi171.stdout:+hv01.front.sepi 44.4.53.2 2 u 10 64 177 0.065 -0.998 0.834 2024-04-22T23:20:16.787 INFO:teuthology.orchestra.run.smithi171.stdout:+hv02.front.sepi 63.231.80.2 3 u 11 64 177 0.076 -0.862 0.805 2024-04-22T23:20:16.787 INFO:teuthology.orchestra.run.smithi171.stdout:*hv03.front.sepi 74.6.168.72 3 u 11 64 177 0.087 -1.641 0.925 2024-04-22T23:20:16.787 INFO:teuthology.orchestra.run.smithi171.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T23:20:16.788 INFO:teuthology.orchestra.run.smithi176.stdout: remote refid st t when poll reach delay offset jitter 2024-04-22T23:20:16.789 INFO:teuthology.orchestra.run.smithi176.stdout:============================================================================== 2024-04-22T23:20:16.789 INFO:teuthology.orchestra.run.smithi176.stdout: hv01.front.sepi 44.4.53.2 2 u 10 64 177 0.105 -0.299 0.210 2024-04-22T23:20:16.789 INFO:teuthology.orchestra.run.smithi176.stdout:*hv02.front.sepi 63.231.80.2 3 u 13 64 177 0.104 +0.084 0.147 2024-04-22T23:20:16.789 INFO:teuthology.orchestra.run.smithi176.stdout: hv03.front.sepi 74.6.168.72 3 u 9 64 177 0.065 +0.005 0.202 2024-04-22T23:20:16.789 INFO:teuthology.orchestra.run.smithi176.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-04-22T23:20:16.790 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-04-22T23:20:16.798 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-04-22T23:20:16.799 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-04-22T23:20:16.819 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-04-22T23:20:16.853 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-04-22T23:20:16.887 INFO:teuthology.task.internal:Duration was 848.938942 seconds 2024-04-22T23:20:16.887 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-04-22T23:20:16.920 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-04-22T23:20:16.920 DEBUG:teuthology.orchestra.run.smithi033:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T23:20:16.923 DEBUG:teuthology.orchestra.run.smithi171:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T23:20:16.925 DEBUG:teuthology.orchestra.run.smithi176:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-04-22T23:20:16.962 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-04-22T23:20:16.962 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi033.front.sepia.ceph.com 2024-04-22T23:20:16.962 DEBUG:teuthology.orchestra.run.smithi033:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-22T23:20:17.012 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi171.front.sepia.ceph.com 2024-04-22T23:20:17.012 DEBUG:teuthology.orchestra.run.smithi171:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-22T23:20:17.022 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi176.front.sepia.ceph.com 2024-04-22T23:20:17.023 DEBUG:teuthology.orchestra.run.smithi176:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-04-22T23:20:17.033 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-04-22T23:20:17.033 DEBUG:teuthology.orchestra.run.smithi033:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T23:20:17.059 DEBUG:teuthology.orchestra.run.smithi171:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T23:20:17.067 DEBUG:teuthology.orchestra.run.smithi176:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-04-22T23:20:17.105 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-04-22T23:20:17.105 DEBUG:teuthology.orchestra.run.smithi033:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T23:20:17.136 DEBUG:teuthology.orchestra.run.smithi171:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T23:20:17.139 DEBUG:teuthology.orchestra.run.smithi176:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-04-22T23:20:17.218 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-04-22T23:20:17.229 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-04-22T23:20:17.230 DEBUG:teuthology.orchestra.run.smithi033:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T23:20:17.241 DEBUG:teuthology.orchestra.run.smithi171:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T23:20:17.254 DEBUG:teuthology.orchestra.run.smithi176:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-04-22T23:20:17.267 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-04-22T23:20:17.283 DEBUG:teuthology.orchestra.run.smithi033:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-22T23:20:17.285 DEBUG:teuthology.orchestra.run.smithi171:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-22T23:20:17.294 INFO:teuthology.orchestra.run.smithi033.stdout:kernel.core_pattern = core 2024-04-22T23:20:17.300 DEBUG:teuthology.orchestra.run.smithi176:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-04-22T23:20:17.309 INFO:teuthology.orchestra.run.smithi171.stdout:kernel.core_pattern = core 2024-04-22T23:20:17.320 INFO:teuthology.orchestra.run.smithi176.stdout:kernel.core_pattern = core 2024-04-22T23:20:17.345 DEBUG:teuthology.orchestra.run.smithi033:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T23:20:17.366 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:20:17.366 DEBUG:teuthology.orchestra.run.smithi171:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T23:20:17.382 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:20:17.383 DEBUG:teuthology.orchestra.run.smithi176:> test -e /home/ubuntu/cephtest/archive/coredump 2024-04-22T23:20:17.392 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-04-22T23:20:17.393 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-04-22T23:20:17.403 INFO:teuthology.task.internal:Transferring archived files... 2024-04-22T23:20:17.405 DEBUG:teuthology.misc:Transferring archived files from smithi033:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669189/remote/smithi033 2024-04-22T23:20:17.405 DEBUG:teuthology.orchestra.run.smithi033:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T23:20:17.432 DEBUG:teuthology.misc:Transferring archived files from smithi171:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669189/remote/smithi171 2024-04-22T23:20:17.432 DEBUG:teuthology.orchestra.run.smithi171:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T23:20:17.454 DEBUG:teuthology.misc:Transferring archived files from smithi176:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669189/remote/smithi176 2024-04-22T23:20:17.454 DEBUG:teuthology.orchestra.run.smithi176:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-04-22T23:20:17.474 INFO:teuthology.task.internal:Removing archive directory... 2024-04-22T23:20:17.475 DEBUG:teuthology.orchestra.run.smithi033:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T23:20:17.477 DEBUG:teuthology.orchestra.run.smithi171:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T23:20:17.492 DEBUG:teuthology.orchestra.run.smithi176:> rm -rf -- /home/ubuntu/cephtest/archive 2024-04-22T23:20:17.522 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-04-22T23:20:17.533 INFO:teuthology.task.internal:Not uploading archives. 2024-04-22T23:20:17.533 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-04-22T23:20:17.559 INFO:teuthology.task.internal:Tidying up after the test... 2024-04-22T23:20:17.560 DEBUG:teuthology.orchestra.run.smithi033:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T23:20:17.563 DEBUG:teuthology.orchestra.run.smithi171:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T23:20:17.566 DEBUG:teuthology.orchestra.run.smithi176:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-04-22T23:20:17.569 INFO:teuthology.orchestra.run.smithi033.stdout: 658636 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 23:20 /home/ubuntu/cephtest 2024-04-22T23:20:17.571 INFO:teuthology.orchestra.run.smithi171.stdout: 658636 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 23:20 /home/ubuntu/cephtest 2024-04-22T23:20:17.573 INFO:teuthology.orchestra.run.smithi176.stdout: 658641 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Apr 22 23:20 /home/ubuntu/cephtest 2024-04-22T23:20:17.575 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-04-22T23:20:17.592 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-04-22T23:20:17.654 INFO:teuthology.nuke:Checking targets against current locks 2024-04-22T23:20:17.681 DEBUG:teuthology.nuke:shortname: smithi033 2024-04-22T23:20:17.681 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T23:20:17.708 DEBUG:teuthology.nuke:shortname: smithi171 2024-04-22T23:20:17.708 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T23:20:17.714 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi033.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669189', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-22 22:57:26.008555', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG7KJQdDGFhrwufVJBOv8Yo0icxrCztPTX3qmancoCZsH2n5IyPvSUKwnTv8DRDRiM1tQrB1g4eIKFa0D71XTe0='} 2024-04-22T23:20:17.730 DEBUG:teuthology.nuke:shortname: smithi176 2024-04-22T23:20:17.731 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-04-22T23:20:17.736 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi171.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669189', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-22 22:57:26.009610', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEnXJfYq1ZsTlGJmHsU6zczXBEGQDVU1k6k7Q5rkuqNUdZa5wzEgjmhhZrR1G8HrhapiF8V5xogLabvD7rhDQhU='} 2024-04-22T23:20:17.764 INFO:teuthology.orchestra.console.smithi033:Power off 2024-04-22T23:20:17.765 DEBUG:teuthology.orchestra.console.smithi033:pexpect command: ipmitool -H smithi033.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T23:20:17.776 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi176.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/adking-2024-04-22_22:45:33-orch:cephadm-wip-adk-testing-2024-04-22-1618-distro-default-smithi/7669189', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '22.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-04-22 22:57:26.007322', 'locked_by': 'scheduled_adking@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCVuI4sY4eXokyQXxvuf2/kRkWi3F73FkhyhTt0CGyxkG3xWXuRdjQZc5dwcqF68Fos9Qs6A2ewy4KVQrRhEzxM='} 2024-04-22T23:20:17.790 DEBUG:teuthology.orchestra.console.smithi033:power off output: Chassis Power Control: Down/Off 2024-04-22T23:20:17.790 DEBUG:teuthology.orchestra.console.smithi033:pexpect command: ipmitool -H smithi033.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:20:17.807 INFO:teuthology.orchestra.console.smithi171:Power off 2024-04-22T23:20:17.808 DEBUG:teuthology.orchestra.console.smithi171:pexpect command: ipmitool -H smithi171.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T23:20:17.822 DEBUG:teuthology.orchestra.console.smithi033:check power output: Chassis Power is on 2024-04-22T23:20:17.832 DEBUG:teuthology.orchestra.console.smithi171:power off output: Chassis Power Control: Down/Off 2024-04-22T23:20:17.832 DEBUG:teuthology.orchestra.console.smithi171:pexpect command: ipmitool -H smithi171.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:20:17.851 INFO:teuthology.orchestra.console.smithi176:Power off 2024-04-22T23:20:17.852 DEBUG:teuthology.orchestra.console.smithi176:pexpect command: ipmitool -H smithi176.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-04-22T23:20:17.862 DEBUG:teuthology.orchestra.console.smithi171:check power output: Chassis Power is on 2024-04-22T23:20:17.875 DEBUG:teuthology.orchestra.console.smithi176:power off output: Chassis Power Control: Down/Off 2024-04-22T23:20:17.875 DEBUG:teuthology.orchestra.console.smithi176:pexpect command: ipmitool -H smithi176.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:20:17.904 DEBUG:teuthology.orchestra.console.smithi176:check power output: Chassis Power is on 2024-04-22T23:20:21.823 DEBUG:teuthology.orchestra.console.smithi033:pexpect command: ipmitool -H smithi033.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:20:21.863 DEBUG:teuthology.orchestra.console.smithi171:pexpect command: ipmitool -H smithi171.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:20:21.906 DEBUG:teuthology.orchestra.console.smithi176:pexpect command: ipmitool -H smithi176.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:20:21.935 DEBUG:teuthology.orchestra.console.smithi033:check power output: Chassis Power is on 2024-04-22T23:20:21.977 DEBUG:teuthology.orchestra.console.smithi171:check power output: Chassis Power is on 2024-04-22T23:20:22.018 DEBUG:teuthology.orchestra.console.smithi176:check power output: Chassis Power is on 2024-04-22T23:20:25.939 DEBUG:teuthology.orchestra.console.smithi033:pexpect command: ipmitool -H smithi033.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:20:25.978 DEBUG:teuthology.orchestra.console.smithi171:pexpect command: ipmitool -H smithi171.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:20:26.019 DEBUG:teuthology.orchestra.console.smithi176:pexpect command: ipmitool -H smithi176.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:20:26.049 DEBUG:teuthology.orchestra.console.smithi033:check power output: Chassis Power is on 2024-04-22T23:20:26.087 DEBUG:teuthology.orchestra.console.smithi171:check power output: Chassis Power is on 2024-04-22T23:20:26.130 DEBUG:teuthology.orchestra.console.smithi176:check power output: Chassis Power is on 2024-04-22T23:20:30.054 DEBUG:teuthology.orchestra.console.smithi033:pexpect command: ipmitool -H smithi033.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:20:30.089 DEBUG:teuthology.orchestra.console.smithi171:pexpect command: ipmitool -H smithi171.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:20:30.131 DEBUG:teuthology.orchestra.console.smithi176:pexpect command: ipmitool -H smithi176.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-04-22T23:20:30.164 DEBUG:teuthology.orchestra.console.smithi033:check power output: Chassis Power is off 2024-04-22T23:20:30.198 DEBUG:teuthology.orchestra.console.smithi171:check power output: Chassis Power is off 2024-04-22T23:20:30.242 DEBUG:teuthology.orchestra.console.smithi176:check power output: Chassis Power is off 2024-04-22T23:20:30.266 INFO:teuthology.orchestra.console.smithi033:Power off completed 2024-04-22T23:20:30.299 INFO:teuthology.orchestra.console.smithi171:Power off completed 2024-04-22T23:20:30.343 INFO:teuthology.orchestra.console.smithi176:Power off completed 2024-04-22T23:20:30.447 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: 848.9389419555664 failure_reason: 'Command failed on smithi033 with status 2: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:43be020184947e53516056c9931e1ac5bdbbb1a5 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 367dd694-00fe-11ef-bc93-c7b262605968 -- ceph-volume lvm zap /dev/vg_nvme/lv_4''' flavor: default owner: scheduled_adking@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=e041103104534fea8892d0d8a0494029 status: fail success: false 2024-04-22T23:20:30.448 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-04-22T23:20:30.534 INFO:teuthology.run:FAIL