2024-09-10T16:14:59.477 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-10T16:14:59.495 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-10T16:14:59.587 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/skanta-2024-09-10_15:30:27-rados-wip-bharath7-testing-2024-09-10-1409-distro-default-smithi/7899309 branch: wip-bharath7-testing-2024-09-10-1409 description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/classic task/test_monitoring_stack_basic} email: skanta@redhat.com first_in_suite: false job_id: '7899309' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: skanta-2024-09-10_15:30:27-rados-wip-bharath7-testing-2024-09-10-1409-distro-default-smithi no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-bharath7-testing-2024-09-10-1409 ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - mons down - mon down - out of quorum - CEPHADM_STRAY_DAEMON - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: bad1f558c327094897e4a32e99dd5cb4ae6ccd46 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: bad1f558c327094897e4a32e99dd5cb4ae6ccd46 selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: wip-bharath7-testing-2024-09-10-1409 sha1: bad1f558c327094897e4a32e99dd5cb4ae6ccd46 owner: scheduled_skanta@teuthology priority: 99 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 5245 sha1: bad1f558c327094897e4a32e99dd5cb4ae6ccd46 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-bharath7-testing-2024-09-10-1409 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_bad1f558c327094897e4a32e99dd5cb4ae6ccd46/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: bad1f558c327094897e4a32e99dd5cb4ae6ccd46 targets: smithi006.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBL6Z1qcXUcISCh5E1PHpu1TxXh6TLZx77jBdlntm7I1LaHMvOVdDf4BBxti8JQOJ9BoQN7O/aw3PIaskq+UUM6E= smithi144.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBH5pK4rP+vL2bgoedL/tV4ROT4pI3Jrj+eGjnmZCYR60ph2UbrMLGRy9Q3iD/LQLIfCzmP81TLUBVfuz+DkeQEQ= smithi176.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGYEoMVQVK4UDDoU/nrIwMsXdoTqEi6vCmHPkplNEk9o+ImZMudAHUJZoKVV2LrGUTyY+CrdYowxXWutcXk4H5I= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install runc nvmetcli nvme-cli -y - sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf - sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf - install: null - cephadm: null - cephadm.shell: host.a: - "set -e\nset -x\nceph orch apply node-exporter\nceph orch apply grafana\nceph\ \ orch apply alertmanager\nceph orch apply prometheus\nsleep 240\nceph orch\ \ ls\nceph orch ps\nceph orch host ls\nMON_DAEMON=$(ceph orch ps --daemon-type\ \ mon -f json | jq -r 'last | .daemon_name')\nGRAFANA_HOST=$(ceph orch ps --daemon-type\ \ grafana -f json | jq -e '.[]' | jq -r '.hostname')\nPROM_HOST=$(ceph orch\ \ ps --daemon-type prometheus -f json | jq -e '.[]' | jq -r '.hostname')\nALERTM_HOST=$(ceph\ \ orch ps --daemon-type alertmanager -f json | jq -e '.[]' | jq -r '.hostname')\n\ GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST \"$GRAFANA_HOST\"\ \ '.[] | select(.hostname==$GRAFANA_HOST) | .addr')\nPROM_IP=$(ceph orch host\ \ ls -f json | jq -r --arg PROM_HOST \"$PROM_HOST\" '.[] | select(.hostname==$PROM_HOST)\ \ | .addr')\nALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST\ \ \"$ALERTM_HOST\" '.[] | select(.hostname==$ALERTM_HOST) | .addr')\n# check\ \ each host node-exporter metrics endpoint is responsive\nALL_HOST_IPS=$(ceph\ \ orch host ls -f json | jq -r '.[] | .addr')\nfor ip in $ALL_HOST_IPS; do\n\ \ curl -s http://${ip}:9100/metric\ndone\n# check grafana endpoints are responsive\ \ and database health is okay\ncurl -k -s https://${GRAFANA_IP}:3000/api/health\n\ curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '.database == \"ok\"\ '\n# stop mon daemon in order to trigger an alert\nceph orch daemon stop $MON_DAEMON\n\ sleep 120\n# check prometheus endpoints are responsive and mon down alert is\ \ firing\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ \ | jq -e '.status == \"success\"'\ncurl -s http://${PROM_IP}:9095/api/v1/alerts\n\ curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '.data | .alerts | .[]\ \ | select(.labels | .alertname == \"CephMonDown\") | .state == \"firing\"'\n\ # check alertmanager endpoints are responsive and mon down alert is active\n\ curl -s http://${ALERTM_IP}:9093/api/v1/status\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts\n\ curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '.data | .[] | select(.labels\ \ | .alertname == \"CephMonDown\") | .status | .state == \"active\"'\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-10_15:30:27 tube: smithi user: skanta verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 2024-09-10T16:14:59.587 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_bad1f558c327094897e4a32e99dd5cb4ae6ccd46/qa; will attempt to use it 2024-09-10T16:14:59.588 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_bad1f558c327094897e4a32e99dd5cb4ae6ccd46/qa/tasks 2024-09-10T16:14:59.588 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-10T16:14:59.590 INFO:teuthology.task.internal:Checking packages... 2024-09-10T16:14:59.612 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'bad1f558c327094897e4a32e99dd5cb4ae6ccd46' 2024-09-10T16:14:59.612 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-10T16:14:59.612 INFO:teuthology.packaging:ref: None 2024-09-10T16:14:59.612 INFO:teuthology.packaging:tag: None 2024-09-10T16:14:59.612 INFO:teuthology.packaging:branch: wip-bharath7-testing-2024-09-10-1409 2024-09-10T16:14:59.613 INFO:teuthology.packaging:sha1: bad1f558c327094897e4a32e99dd5cb4ae6ccd46 2024-09-10T16:14:59.613 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=wip-bharath7-testing-2024-09-10-1409 2024-09-10T16:14:59.760 INFO:teuthology.task.internal:Found packages for ceph version 19.3.0-4858.gbad1f558 2024-09-10T16:14:59.762 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-10T16:14:59.769 INFO:teuthology.task.internal:no buildpackages task found 2024-09-10T16:14:59.769 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-10T16:14:59.849 INFO:teuthology.task.internal:Saving configuration 2024-09-10T16:14:59.863 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-10T16:14:59.875 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-10T16:14:59.894 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi006.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/skanta-2024-09-10_15:30:27-rados-wip-bharath7-testing-2024-09-10-1409-distro-default-smithi/7899309', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-10 16:10:04.229629', 'locked_by': 'scheduled_skanta@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBL6Z1qcXUcISCh5E1PHpu1TxXh6TLZx77jBdlntm7I1LaHMvOVdDf4BBxti8JQOJ9BoQN7O/aw3PIaskq+UUM6E='} 2024-09-10T16:14:59.912 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi144.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/skanta-2024-09-10_15:30:27-rados-wip-bharath7-testing-2024-09-10-1409-distro-default-smithi/7899309', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-10 16:10:04.228807', 'locked_by': 'scheduled_skanta@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBH5pK4rP+vL2bgoedL/tV4ROT4pI3Jrj+eGjnmZCYR60ph2UbrMLGRy9Q3iD/LQLIfCzmP81TLUBVfuz+DkeQEQ='} 2024-09-10T16:14:59.935 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi176.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/skanta-2024-09-10_15:30:27-rados-wip-bharath7-testing-2024-09-10-1409-distro-default-smithi/7899309', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '9.stream', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-09-10 16:10:04.227821', 'locked_by': 'scheduled_skanta@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGYEoMVQVK4UDDoU/nrIwMsXdoTqEi6vCmHPkplNEk9o+ImZMudAHUJZoKVV2LrGUTyY+CrdYowxXWutcXk4H5I='} 2024-09-10T16:14:59.935 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-10T16:14:59.944 INFO:teuthology.task.internal:roles: ubuntu@smithi006.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-09-10T16:14:59.944 INFO:teuthology.task.internal:roles: ubuntu@smithi144.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-09-10T16:14:59.944 INFO:teuthology.task.internal:roles: ubuntu@smithi176.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-09-10T16:14:59.944 INFO:teuthology.run_tasks:Running task console_log... 2024-09-10T16:15:00.035 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fde2da6bbe0>, signals=[15]) 2024-09-10T16:15:00.036 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-10T16:15:00.042 INFO:teuthology.task.internal:Opening connections... 2024-09-10T16:15:00.042 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi006.front.sepia.ceph.com 2024-09-10T16:15:00.043 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi006.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T16:15:00.121 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi144.front.sepia.ceph.com 2024-09-10T16:15:00.122 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi144.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T16:15:00.210 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi176.front.sepia.ceph.com 2024-09-10T16:15:00.210 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi176.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T16:15:00.301 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-10T16:15:00.308 DEBUG:teuthology.orchestra.run.smithi006:> uname -m 2024-09-10T16:15:00.326 INFO:teuthology.orchestra.run.smithi006.stdout:x86_64 2024-09-10T16:15:00.326 DEBUG:teuthology.orchestra.run.smithi006:> cat /etc/os-release 2024-09-10T16:15:00.384 INFO:teuthology.orchestra.run.smithi006.stdout:NAME="CentOS Stream" 2024-09-10T16:15:00.385 INFO:teuthology.orchestra.run.smithi006.stdout:VERSION="9" 2024-09-10T16:15:00.385 INFO:teuthology.orchestra.run.smithi006.stdout:ID="centos" 2024-09-10T16:15:00.385 INFO:teuthology.orchestra.run.smithi006.stdout:ID_LIKE="rhel fedora" 2024-09-10T16:15:00.385 INFO:teuthology.orchestra.run.smithi006.stdout:VERSION_ID="9" 2024-09-10T16:15:00.385 INFO:teuthology.orchestra.run.smithi006.stdout:PLATFORM_ID="platform:el9" 2024-09-10T16:15:00.385 INFO:teuthology.orchestra.run.smithi006.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-10T16:15:00.385 INFO:teuthology.orchestra.run.smithi006.stdout:ANSI_COLOR="0;31" 2024-09-10T16:15:00.385 INFO:teuthology.orchestra.run.smithi006.stdout:LOGO="fedora-logo-icon" 2024-09-10T16:15:00.385 INFO:teuthology.orchestra.run.smithi006.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-10T16:15:00.385 INFO:teuthology.orchestra.run.smithi006.stdout:HOME_URL="https://centos.org/" 2024-09-10T16:15:00.385 INFO:teuthology.orchestra.run.smithi006.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-10T16:15:00.386 INFO:teuthology.orchestra.run.smithi006.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-10T16:15:00.386 INFO:teuthology.orchestra.run.smithi006.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-10T16:15:00.386 INFO:teuthology.lock.ops:Updating smithi006.front.sepia.ceph.com on lock server 2024-09-10T16:15:00.411 DEBUG:teuthology.orchestra.run.smithi144:> uname -m 2024-09-10T16:15:00.430 INFO:teuthology.orchestra.run.smithi144.stdout:x86_64 2024-09-10T16:15:00.430 DEBUG:teuthology.orchestra.run.smithi144:> cat /etc/os-release 2024-09-10T16:15:00.487 INFO:teuthology.orchestra.run.smithi144.stdout:NAME="CentOS Stream" 2024-09-10T16:15:00.487 INFO:teuthology.orchestra.run.smithi144.stdout:VERSION="9" 2024-09-10T16:15:00.487 INFO:teuthology.orchestra.run.smithi144.stdout:ID="centos" 2024-09-10T16:15:00.488 INFO:teuthology.orchestra.run.smithi144.stdout:ID_LIKE="rhel fedora" 2024-09-10T16:15:00.488 INFO:teuthology.orchestra.run.smithi144.stdout:VERSION_ID="9" 2024-09-10T16:15:00.488 INFO:teuthology.orchestra.run.smithi144.stdout:PLATFORM_ID="platform:el9" 2024-09-10T16:15:00.488 INFO:teuthology.orchestra.run.smithi144.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-10T16:15:00.488 INFO:teuthology.orchestra.run.smithi144.stdout:ANSI_COLOR="0;31" 2024-09-10T16:15:00.488 INFO:teuthology.orchestra.run.smithi144.stdout:LOGO="fedora-logo-icon" 2024-09-10T16:15:00.488 INFO:teuthology.orchestra.run.smithi144.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-10T16:15:00.488 INFO:teuthology.orchestra.run.smithi144.stdout:HOME_URL="https://centos.org/" 2024-09-10T16:15:00.488 INFO:teuthology.orchestra.run.smithi144.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-10T16:15:00.488 INFO:teuthology.orchestra.run.smithi144.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-10T16:15:00.488 INFO:teuthology.orchestra.run.smithi144.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-10T16:15:00.489 INFO:teuthology.lock.ops:Updating smithi144.front.sepia.ceph.com on lock server 2024-09-10T16:15:00.510 DEBUG:teuthology.orchestra.run.smithi176:> uname -m 2024-09-10T16:15:00.529 INFO:teuthology.orchestra.run.smithi176.stdout:x86_64 2024-09-10T16:15:00.530 DEBUG:teuthology.orchestra.run.smithi176:> cat /etc/os-release 2024-09-10T16:15:00.587 INFO:teuthology.orchestra.run.smithi176.stdout:NAME="CentOS Stream" 2024-09-10T16:15:00.587 INFO:teuthology.orchestra.run.smithi176.stdout:VERSION="9" 2024-09-10T16:15:00.587 INFO:teuthology.orchestra.run.smithi176.stdout:ID="centos" 2024-09-10T16:15:00.587 INFO:teuthology.orchestra.run.smithi176.stdout:ID_LIKE="rhel fedora" 2024-09-10T16:15:00.587 INFO:teuthology.orchestra.run.smithi176.stdout:VERSION_ID="9" 2024-09-10T16:15:00.587 INFO:teuthology.orchestra.run.smithi176.stdout:PLATFORM_ID="platform:el9" 2024-09-10T16:15:00.587 INFO:teuthology.orchestra.run.smithi176.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-10T16:15:00.587 INFO:teuthology.orchestra.run.smithi176.stdout:ANSI_COLOR="0;31" 2024-09-10T16:15:00.588 INFO:teuthology.orchestra.run.smithi176.stdout:LOGO="fedora-logo-icon" 2024-09-10T16:15:00.588 INFO:teuthology.orchestra.run.smithi176.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-10T16:15:00.588 INFO:teuthology.orchestra.run.smithi176.stdout:HOME_URL="https://centos.org/" 2024-09-10T16:15:00.588 INFO:teuthology.orchestra.run.smithi176.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-10T16:15:00.588 INFO:teuthology.orchestra.run.smithi176.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-10T16:15:00.588 INFO:teuthology.orchestra.run.smithi176.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-10T16:15:00.588 INFO:teuthology.lock.ops:Updating smithi176.front.sepia.ceph.com on lock server 2024-09-10T16:15:00.611 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-10T16:15:00.620 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-10T16:15:00.660 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-10T16:15:00.660 DEBUG:teuthology.orchestra.run.smithi006:> test '!' -e /home/ubuntu/cephtest 2024-09-10T16:15:00.663 DEBUG:teuthology.orchestra.run.smithi144:> test '!' -e /home/ubuntu/cephtest 2024-09-10T16:15:00.666 DEBUG:teuthology.orchestra.run.smithi176:> test '!' -e /home/ubuntu/cephtest 2024-09-10T16:15:00.683 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-10T16:15:00.689 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-10T16:15:00.689 DEBUG:teuthology.orchestra.run.smithi006:> test -z $(ls -A /var/lib/ceph) 2024-09-10T16:15:00.722 DEBUG:teuthology.orchestra.run.smithi144:> test -z $(ls -A /var/lib/ceph) 2024-09-10T16:15:00.724 DEBUG:teuthology.orchestra.run.smithi176:> test -z $(ls -A /var/lib/ceph) 2024-09-10T16:15:00.749 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-10T16:15:00.817 INFO:teuthology.run_tasks:Running task kernel... 2024-09-10T16:15:00.832 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-10T16:15:00.832 INFO:teuthology.task.kernel:config {'host.a': {'kdb': 1, 'sha1': 'distro'}, 'host.b': {'kdb': 1, 'sha1': 'distro'}, 'host.c': {'kdb': 1, 'sha1': 'distro'}}, timeout 300 2024-09-10T16:15:00.833 DEBUG:teuthology.orchestra.run.smithi006:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-10T16:15:00.834 DEBUG:teuthology.orchestra.run.smithi144:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-10T16:15:00.835 DEBUG:teuthology.orchestra.run.smithi176:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-10T16:15:00.852 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T16:15:00.852 DEBUG:teuthology.orchestra.run.smithi006:> uname -r 2024-09-10T16:15:00.853 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T16:15:00.853 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T16:15:00.854 DEBUG:teuthology.orchestra.run.smithi176:> uname -r 2024-09-10T16:15:00.854 DEBUG:teuthology.orchestra.run.smithi144:> uname -r 2024-09-10T16:15:00.910 INFO:teuthology.orchestra.run.smithi006.stdout:5.14.0-503.el9.x86_64 2024-09-10T16:15:00.910 INFO:teuthology.task.kernel:Running kernel on smithi006: 5.14.0-503.el9.x86_64 2024-09-10T16:15:00.910 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum install -y kernel 2024-09-10T16:15:00.912 INFO:teuthology.orchestra.run.smithi176.stdout:5.14.0-503.el9.x86_64 2024-09-10T16:15:00.912 INFO:teuthology.task.kernel:Running kernel on smithi176: 5.14.0-503.el9.x86_64 2024-09-10T16:15:00.912 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum install -y kernel 2024-09-10T16:15:00.913 INFO:teuthology.orchestra.run.smithi144.stdout:5.14.0-503.el9.x86_64 2024-09-10T16:15:00.914 INFO:teuthology.task.kernel:Running kernel on smithi144: 5.14.0-503.el9.x86_64 2024-09-10T16:15:00.914 DEBUG:teuthology.orchestra.run.smithi144:> sudo yum install -y kernel 2024-09-10T16:15:03.374 INFO:teuthology.orchestra.run.smithi176.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.2 MB 00:00 2024-09-10T16:15:05.225 INFO:teuthology.orchestra.run.smithi144.stdout:CentOS Stream 9 - BaseOS 3.3 MB/s | 8.2 MB 00:02 2024-09-10T16:15:05.228 INFO:teuthology.orchestra.run.smithi006.stdout:CentOS Stream 9 - BaseOS 3.2 MB/s | 8.2 MB 00:02 2024-09-10T16:15:12.458 INFO:teuthology.orchestra.run.smithi176.stdout:CentOS Stream 9 - AppStream 2.6 MB/s | 20 MB 00:07 2024-09-10T16:15:14.162 INFO:teuthology.orchestra.run.smithi006.stdout:CentOS Stream 9 - AppStream 2.6 MB/s | 20 MB 00:07 2024-09-10T16:15:16.691 INFO:teuthology.orchestra.run.smithi176.stdout:CentOS Stream 9 - CRB 15 MB/s | 6.5 MB 00:00 2024-09-10T16:15:18.142 INFO:teuthology.orchestra.run.smithi176.stdout:CentOS Stream 9 - Extras packages 77 kB/s | 19 kB 00:00 2024-09-10T16:15:18.316 INFO:teuthology.orchestra.run.smithi144.stdout:CentOS Stream 9 - AppStream 1.7 MB/s | 20 MB 00:11 2024-09-10T16:15:19.313 INFO:teuthology.orchestra.run.smithi176.stdout:Extra Packages for Enterprise Linux 22 MB/s | 23 MB 00:01 2024-09-10T16:15:19.980 INFO:teuthology.orchestra.run.smithi006.stdout:CentOS Stream 9 - CRB 3.5 MB/s | 6.5 MB 00:01 2024-09-10T16:15:21.430 INFO:teuthology.orchestra.run.smithi006.stdout:CentOS Stream 9 - Extras packages 97 kB/s | 19 kB 00:00 2024-09-10T16:15:22.310 INFO:teuthology.orchestra.run.smithi006.stdout:Extra Packages for Enterprise Linux 30 MB/s | 23 MB 00:00 2024-09-10T16:15:22.858 INFO:teuthology.orchestra.run.smithi144.stdout:CentOS Stream 9 - CRB 9.0 MB/s | 6.5 MB 00:00 2024-09-10T16:15:24.400 INFO:teuthology.orchestra.run.smithi144.stdout:CentOS Stream 9 - Extras packages 62 kB/s | 19 kB 00:00 2024-09-10T16:15:24.685 INFO:teuthology.orchestra.run.smithi176.stdout:lab-extras 36 kB/s | 1.7 kB 00:00 2024-09-10T16:15:25.305 INFO:teuthology.orchestra.run.smithi144.stdout:Extra Packages for Enterprise Linux 29 MB/s | 23 MB 00:00 2024-09-10T16:15:26.700 INFO:teuthology.orchestra.run.smithi176.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-10T16:15:26.700 INFO:teuthology.orchestra.run.smithi176.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-10T16:15:26.789 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-09-10T16:15:26.796 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:15:26.796 INFO:teuthology.orchestra.run.smithi176.stdout: Package Architecture Version Repository Size 2024-09-10T16:15:26.796 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:15:26.796 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-09-10T16:15:26.796 INFO:teuthology.orchestra.run.smithi176.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-10T16:15:26.796 INFO:teuthology.orchestra.run.smithi176.stdout:Installing dependencies: 2024-09-10T16:15:26.797 INFO:teuthology.orchestra.run.smithi176.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-10T16:15:26.797 INFO:teuthology.orchestra.run.smithi176.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-10T16:15:26.797 INFO:teuthology.orchestra.run.smithi176.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-10T16:15:26.797 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:15:26.797 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-09-10T16:15:26.797 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:15:26.797 INFO:teuthology.orchestra.run.smithi176.stdout:Install 4 Packages 2024-09-10T16:15:26.797 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:15:26.798 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 79 M 2024-09-10T16:15:26.798 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 126 M 2024-09-10T16:15:26.798 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-09-10T16:15:26.937 INFO:teuthology.orchestra.run.smithi176.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 262 kB/s | 23 kB 00:00 2024-09-10T16:15:27.890 INFO:teuthology.orchestra.run.smithi006.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-09-10T16:15:29.570 INFO:teuthology.orchestra.run.smithi176.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 5.8 MB/s | 16 MB 00:02 2024-09-10T16:15:30.005 INFO:teuthology.orchestra.run.smithi006.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-10T16:15:30.006 INFO:teuthology.orchestra.run.smithi006.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-10T16:15:30.087 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-09-10T16:15:30.092 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:15:30.093 INFO:teuthology.orchestra.run.smithi006.stdout: Package Architecture Version Repository Size 2024-09-10T16:15:30.093 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:15:30.093 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2024-09-10T16:15:30.093 INFO:teuthology.orchestra.run.smithi006.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-10T16:15:30.093 INFO:teuthology.orchestra.run.smithi006.stdout:Installing dependencies: 2024-09-10T16:15:30.093 INFO:teuthology.orchestra.run.smithi006.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-10T16:15:30.093 INFO:teuthology.orchestra.run.smithi006.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-10T16:15:30.093 INFO:teuthology.orchestra.run.smithi006.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-10T16:15:30.093 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:15:30.093 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2024-09-10T16:15:30.093 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:15:30.093 INFO:teuthology.orchestra.run.smithi006.stdout:Install 4 Packages 2024-09-10T16:15:30.094 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:15:30.094 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 79 M 2024-09-10T16:15:30.094 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 126 M 2024-09-10T16:15:30.094 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2024-09-10T16:15:30.333 INFO:teuthology.orchestra.run.smithi006.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 173 kB/s | 23 kB 00:00 2024-09-10T16:15:30.642 INFO:teuthology.orchestra.run.smithi006.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 36 MB/s | 16 MB 00:00 2024-09-10T16:15:31.226 INFO:teuthology.orchestra.run.smithi006.stdout:(3/4): kernel-modules-core-5.14.0-505.el9.x86_6 32 MB/s | 29 MB 00:00 2024-09-10T16:15:31.527 INFO:teuthology.orchestra.run.smithi144.stdout:lab-extras 2.1 kB/s | 1.7 kB 00:00 2024-09-10T16:15:31.568 INFO:teuthology.orchestra.run.smithi006.stdout:(4/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 25 MB/s | 35 MB 00:01 2024-09-10T16:15:31.568 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:15:31.568 INFO:teuthology.orchestra.run.smithi006.stdout:Total 53 MB/s | 79 MB 00:01 2024-09-10T16:15:31.870 INFO:teuthology.orchestra.run.smithi176.stdout:(3/4): kernel-modules-core-5.14.0-505.el9.x86_6 5.8 MB/s | 29 MB 00:04 2024-09-10T16:15:32.276 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2024-09-10T16:15:32.378 INFO:teuthology.orchestra.run.smithi176.stdout:(4/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 6.2 MB/s | 35 MB 00:05 2024-09-10T16:15:32.379 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:15:32.379 INFO:teuthology.orchestra.run.smithi176.stdout:Total 14 MB/s | 79 MB 00:05 2024-09-10T16:15:32.669 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2024-09-10T16:15:32.669 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2024-09-10T16:15:33.058 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-09-10T16:15:33.429 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-09-10T16:15:33.429 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-09-10T16:15:33.533 INFO:teuthology.orchestra.run.smithi144.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-10T16:15:33.533 INFO:teuthology.orchestra.run.smithi144.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-10T16:15:33.630 INFO:teuthology.orchestra.run.smithi144.stdout:Dependencies resolved. 2024-09-10T16:15:33.635 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:15:33.636 INFO:teuthology.orchestra.run.smithi144.stdout: Package Architecture Version Repository Size 2024-09-10T16:15:33.636 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:15:33.636 INFO:teuthology.orchestra.run.smithi144.stdout:Installing: 2024-09-10T16:15:33.636 INFO:teuthology.orchestra.run.smithi144.stdout: kernel x86_64 5.14.0-505.el9 baseos 23 k 2024-09-10T16:15:33.636 INFO:teuthology.orchestra.run.smithi144.stdout:Installing dependencies: 2024-09-10T16:15:33.636 INFO:teuthology.orchestra.run.smithi144.stdout: kernel-core x86_64 5.14.0-505.el9 baseos 16 M 2024-09-10T16:15:33.636 INFO:teuthology.orchestra.run.smithi144.stdout: kernel-modules x86_64 5.14.0-505.el9 baseos 35 M 2024-09-10T16:15:33.637 INFO:teuthology.orchestra.run.smithi144.stdout: kernel-modules-core x86_64 5.14.0-505.el9 baseos 29 M 2024-09-10T16:15:33.637 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:15:33.637 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction Summary 2024-09-10T16:15:33.637 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:15:33.637 INFO:teuthology.orchestra.run.smithi144.stdout:Install 4 Packages 2024-09-10T16:15:33.637 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:15:33.637 INFO:teuthology.orchestra.run.smithi144.stdout:Total download size: 79 M 2024-09-10T16:15:33.638 INFO:teuthology.orchestra.run.smithi144.stdout:Installed size: 126 M 2024-09-10T16:15:33.638 INFO:teuthology.orchestra.run.smithi144.stdout:Downloading Packages: 2024-09-10T16:15:33.673 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2024-09-10T16:15:33.673 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2024-09-10T16:15:34.020 INFO:teuthology.orchestra.run.smithi144.stdout:(1/4): kernel-5.14.0-505.el9.x86_64.rpm 80 kB/s | 23 kB 00:00 2024-09-10T16:15:34.372 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-09-10T16:15:34.372 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-09-10T16:15:35.736 INFO:teuthology.orchestra.run.smithi144.stdout:(2/4): kernel-core-5.14.0-505.el9.x86_64.rpm 7.8 MB/s | 16 MB 00:01 2024-09-10T16:15:36.251 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2024-09-10T16:15:36.816 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-09-10T16:15:36.920 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-10T16:15:37.002 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-10T16:15:37.278 INFO:teuthology.orchestra.run.smithi144.stdout:(3/4): kernel-modules-5.14.0-505.el9.x86_64.rpm 9.8 MB/s | 35 MB 00:03 2024-09-10T16:15:37.506 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-10T16:15:37.586 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-10T16:15:37.871 INFO:teuthology.orchestra.run.smithi144.stdout:(4/4): kernel-modules-core-5.14.0-505.el9.x86_6 7.4 MB/s | 29 MB 00:03 2024-09-10T16:15:37.871 INFO:teuthology.orchestra.run.smithi144.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:15:37.871 INFO:teuthology.orchestra.run.smithi144.stdout:Total 19 MB/s | 79 MB 00:04 2024-09-10T16:15:38.550 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction check 2024-09-10T16:15:38.921 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction check succeeded. 2024-09-10T16:15:38.921 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction test 2024-09-10T16:15:39.801 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-10T16:15:39.878 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction test succeeded. 2024-09-10T16:15:39.878 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction 2024-09-10T16:15:39.932 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-10T16:15:40.382 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-10T16:15:40.522 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-10T16:15:42.330 INFO:teuthology.orchestra.run.smithi144.stdout: Preparing : 1/1 2024-09-10T16:15:43.048 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : kernel-modules-core-5.14.0-505.el9.x86_64 1/4 2024-09-10T16:15:43.131 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-10T16:15:45.058 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-10T16:15:45.128 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-10T16:15:45.324 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-10T16:15:45.364 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-10T16:15:45.927 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-10T16:15:46.066 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-10T16:15:50.202 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-10T16:15:50.245 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-10T16:15:50.874 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-10T16:15:50.991 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : kernel-5.14.0-505.el9.x86_64 4/4 2024-09-10T16:15:55.843 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-10T16:16:28.357 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-10T16:16:28.397 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-10T16:16:28.790 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-10T16:16:28.790 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-10T16:16:28.790 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-10T16:16:28.790 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-10T16:16:29.073 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-10T16:16:29.114 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-10T16:16:29.472 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-10T16:16:29.472 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-10T16:16:29.472 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-10T16:16:29.472 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-10T16:16:29.630 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-10T16:16:29.630 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:16:29.630 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-09-10T16:16:29.630 INFO:teuthology.orchestra.run.smithi176.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-10T16:16:29.630 INFO:teuthology.orchestra.run.smithi176.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-10T16:16:29.630 INFO:teuthology.orchestra.run.smithi176.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-10T16:16:29.630 INFO:teuthology.orchestra.run.smithi176.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-10T16:16:29.631 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:16:29.631 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-09-10T16:16:29.977 DEBUG:teuthology.orchestra.run.smithi176:> rpm -q kernel | sort -rV | head -n 1 2024-09-10T16:16:30.075 INFO:teuthology.orchestra.run.smithi176.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-10T16:16:30.075 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-10T16:16:30.075 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-10T16:16:30.075 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-10T16:16:30.075 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-10T16:16:30.076 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-09-10T16:16:30.076 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi176.front.sepia.ceph.com, path=None, version=distro) 2024-09-10T16:16:30.076 DEBUG:teuthology.orchestra.run.smithi176:> rpm -q kernel | sort -rV | head -n 1 2024-09-10T16:16:30.134 INFO:teuthology.orchestra.run.smithi176.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-10T16:16:30.134 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-10T16:16:30.134 DEBUG:teuthology.orchestra.run.smithi176:> sudo rpm -qi grub2-tools 2024-09-10T16:16:30.166 INFO:teuthology.orchestra.run.smithi176.stdout:Name : grub2-tools 2024-09-10T16:16:30.167 INFO:teuthology.orchestra.run.smithi176.stdout:Epoch : 1 2024-09-10T16:16:30.167 INFO:teuthology.orchestra.run.smithi176.stdout:Version : 2.06 2024-09-10T16:16:30.167 INFO:teuthology.orchestra.run.smithi176.stdout:Release : 82.el9 2024-09-10T16:16:30.167 INFO:teuthology.orchestra.run.smithi176.stdout:Architecture: x86_64 2024-09-10T16:16:30.167 INFO:teuthology.orchestra.run.smithi176.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-10T16:16:30.167 INFO:teuthology.orchestra.run.smithi176.stdout:Group : Unspecified 2024-09-10T16:16:30.167 INFO:teuthology.orchestra.run.smithi176.stdout:Size : 8274670 2024-09-10T16:16:30.167 INFO:teuthology.orchestra.run.smithi176.stdout:License : GPLv3+ 2024-09-10T16:16:30.167 INFO:teuthology.orchestra.run.smithi176.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-10T16:16:30.167 INFO:teuthology.orchestra.run.smithi176.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-10T16:16:30.167 INFO:teuthology.orchestra.run.smithi176.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-10T16:16:30.167 INFO:teuthology.orchestra.run.smithi176.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-10T16:16:30.167 INFO:teuthology.orchestra.run.smithi176.stdout:Packager : builder@centos.org 2024-09-10T16:16:30.168 INFO:teuthology.orchestra.run.smithi176.stdout:Vendor : CentOS 2024-09-10T16:16:30.168 INFO:teuthology.orchestra.run.smithi176.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-10T16:16:30.168 INFO:teuthology.orchestra.run.smithi176.stdout:Summary : Support tools for GRUB. 2024-09-10T16:16:30.168 INFO:teuthology.orchestra.run.smithi176.stdout:Description : 2024-09-10T16:16:30.168 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:16:30.168 INFO:teuthology.orchestra.run.smithi176.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-10T16:16:30.168 INFO:teuthology.orchestra.run.smithi176.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-10T16:16:30.168 INFO:teuthology.orchestra.run.smithi176.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-10T16:16:30.168 INFO:teuthology.orchestra.run.smithi176.stdout:hardware devices. 2024-09-10T16:16:30.168 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:16:30.168 INFO:teuthology.orchestra.run.smithi176.stdout:This subpackage provides tools for support of all platforms. 2024-09-10T16:16:30.169 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-10T16:16:30.169 INFO:teuthology.task.kernel:Updating grub on smithi176 to boot 5.14.0-505.el9.x86_64 2024-09-10T16:16:30.169 DEBUG:teuthology.orchestra.run.smithi176:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-10T16:16:30.332 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-10T16:16:30.332 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:16:30.332 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2024-09-10T16:16:30.332 INFO:teuthology.orchestra.run.smithi006.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-10T16:16:30.332 INFO:teuthology.orchestra.run.smithi006.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-10T16:16:30.332 INFO:teuthology.orchestra.run.smithi006.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-10T16:16:30.332 INFO:teuthology.orchestra.run.smithi006.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-10T16:16:30.332 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:16:30.332 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-09-10T16:16:30.676 DEBUG:teuthology.orchestra.run.smithi006:> rpm -q kernel | sort -rV | head -n 1 2024-09-10T16:16:30.761 INFO:teuthology.orchestra.run.smithi006.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-10T16:16:30.762 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-10T16:16:30.762 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-10T16:16:30.762 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-10T16:16:30.762 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-10T16:16:30.762 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-10T16:16:30.762 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi006.front.sepia.ceph.com, path=None, version=distro) 2024-09-10T16:16:30.762 DEBUG:teuthology.orchestra.run.smithi006:> rpm -q kernel | sort -rV | head -n 1 2024-09-10T16:16:30.821 INFO:teuthology.orchestra.run.smithi006.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-10T16:16:30.821 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-10T16:16:30.821 DEBUG:teuthology.orchestra.run.smithi006:> sudo rpm -qi grub2-tools 2024-09-10T16:16:30.853 INFO:teuthology.orchestra.run.smithi006.stdout:Name : grub2-tools 2024-09-10T16:16:30.853 INFO:teuthology.orchestra.run.smithi006.stdout:Epoch : 1 2024-09-10T16:16:30.853 INFO:teuthology.orchestra.run.smithi006.stdout:Version : 2.06 2024-09-10T16:16:30.853 INFO:teuthology.orchestra.run.smithi006.stdout:Release : 82.el9 2024-09-10T16:16:30.853 INFO:teuthology.orchestra.run.smithi006.stdout:Architecture: x86_64 2024-09-10T16:16:30.853 INFO:teuthology.orchestra.run.smithi006.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-10T16:16:30.853 INFO:teuthology.orchestra.run.smithi006.stdout:Group : Unspecified 2024-09-10T16:16:30.854 INFO:teuthology.orchestra.run.smithi006.stdout:Size : 8274670 2024-09-10T16:16:30.854 INFO:teuthology.orchestra.run.smithi006.stdout:License : GPLv3+ 2024-09-10T16:16:30.854 INFO:teuthology.orchestra.run.smithi006.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-10T16:16:30.854 INFO:teuthology.orchestra.run.smithi006.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-10T16:16:30.854 INFO:teuthology.orchestra.run.smithi006.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-10T16:16:30.854 INFO:teuthology.orchestra.run.smithi006.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-10T16:16:30.854 INFO:teuthology.orchestra.run.smithi006.stdout:Packager : builder@centos.org 2024-09-10T16:16:30.854 INFO:teuthology.orchestra.run.smithi006.stdout:Vendor : CentOS 2024-09-10T16:16:30.854 INFO:teuthology.orchestra.run.smithi006.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-10T16:16:30.854 INFO:teuthology.orchestra.run.smithi006.stdout:Summary : Support tools for GRUB. 2024-09-10T16:16:30.854 INFO:teuthology.orchestra.run.smithi006.stdout:Description : 2024-09-10T16:16:30.854 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:16:30.854 INFO:teuthology.orchestra.run.smithi006.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-10T16:16:30.854 INFO:teuthology.orchestra.run.smithi006.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-10T16:16:30.855 INFO:teuthology.orchestra.run.smithi006.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-10T16:16:30.855 INFO:teuthology.orchestra.run.smithi006.stdout:hardware devices. 2024-09-10T16:16:30.855 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:16:30.855 INFO:teuthology.orchestra.run.smithi006.stdout:This subpackage provides tools for support of all platforms. 2024-09-10T16:16:30.856 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-10T16:16:30.856 INFO:teuthology.task.kernel:Updating grub on smithi006 to boot 5.14.0-505.el9.x86_64 2024-09-10T16:16:30.856 DEBUG:teuthology.orchestra.run.smithi006:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-10T16:16:30.913 INFO:teuthology.orchestra.run.smithi176.stderr:Generating grub configuration file ... 2024-09-10T16:16:31.481 INFO:teuthology.orchestra.run.smithi006.stderr:Generating grub configuration file ... 2024-09-10T16:16:32.252 INFO:teuthology.orchestra.run.smithi176.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-10T16:16:32.278 INFO:teuthology.orchestra.run.smithi176.stderr:done 2024-09-10T16:16:32.281 DEBUG:teuthology.orchestra.run.smithi176:> mktemp 2024-09-10T16:16:32.337 INFO:teuthology.orchestra.run.smithi176.stdout:/tmp/tmp.FqTPSclEo3 2024-09-10T16:16:32.337 DEBUG:teuthology.orchestra.run.smithi176:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.FqTPSclEo3 2024-09-10T16:16:32.410 DEBUG:teuthology.orchestra.run.smithi176:> sudo chmod 0666 /tmp/tmp.FqTPSclEo3 2024-09-10T16:16:32.552 DEBUG:teuthology.orchestra.remote:smithi176:/tmp/tmp.FqTPSclEo3 is 6KB 2024-09-10T16:16:32.601 DEBUG:teuthology.orchestra.run.smithi176:> rm -fr /tmp/tmp.FqTPSclEo3 2024-09-10T16:16:32.615 DEBUG:teuthology.orchestra.run.smithi176:> sudo /bin/ls /boot/loader/entries || true 2024-09-10T16:16:32.679 INFO:teuthology.orchestra.run.smithi176.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-10T16:16:32.679 INFO:teuthology.orchestra.run.smithi176.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-10T16:16:32.679 INFO:teuthology.orchestra.run.smithi176.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-10T16:16:32.679 INFO:teuthology.orchestra.run.smithi176.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-10T16:16:32.680 DEBUG:teuthology.orchestra.run.smithi176:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-10T16:16:32.830 DEBUG:teuthology.orchestra.run.smithi176:> sudo shutdown -r now 2024-09-10T16:16:32.888 INFO:teuthology.orchestra.run.smithi006.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-10T16:16:32.925 INFO:teuthology.orchestra.run.smithi006.stderr:done 2024-09-10T16:16:32.927 DEBUG:teuthology.orchestra.run.smithi006:> mktemp 2024-09-10T16:16:32.942 INFO:teuthology.orchestra.run.smithi006.stdout:/tmp/tmp.5Ps15mRKF4 2024-09-10T16:16:32.942 DEBUG:teuthology.orchestra.run.smithi006:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.5Ps15mRKF4 2024-09-10T16:16:33.012 DEBUG:teuthology.orchestra.run.smithi006:> sudo chmod 0666 /tmp/tmp.5Ps15mRKF4 2024-09-10T16:16:33.153 DEBUG:teuthology.orchestra.remote:smithi006:/tmp/tmp.5Ps15mRKF4 is 6KB 2024-09-10T16:16:33.201 DEBUG:teuthology.orchestra.run.smithi006:> rm -fr /tmp/tmp.5Ps15mRKF4 2024-09-10T16:16:33.216 DEBUG:teuthology.orchestra.run.smithi006:> sudo /bin/ls /boot/loader/entries || true 2024-09-10T16:16:33.279 INFO:teuthology.orchestra.run.smithi006.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-10T16:16:33.279 INFO:teuthology.orchestra.run.smithi006.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-10T16:16:33.280 INFO:teuthology.orchestra.run.smithi006.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-10T16:16:33.280 INFO:teuthology.orchestra.run.smithi006.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-10T16:16:33.281 DEBUG:teuthology.orchestra.run.smithi006:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-10T16:16:33.426 DEBUG:teuthology.orchestra.run.smithi006:> sudo shutdown -r now 2024-09-10T16:16:33.929 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: kernel-core-5.14.0-505.el9.x86_64 4/4 2024-09-10T16:16:33.968 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: kernel-modules-5.14.0-505.el9.x86_64 4/4 2024-09-10T16:16:34.388 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: kernel-5.14.0-505.el9.x86_64 4/4 2024-09-10T16:16:34.389 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : kernel-5.14.0-505.el9.x86_64 1/4 2024-09-10T16:16:34.389 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : kernel-core-5.14.0-505.el9.x86_64 2/4 2024-09-10T16:16:34.389 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : kernel-modules-5.14.0-505.el9.x86_64 3/4 2024-09-10T16:16:35.246 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : kernel-modules-core-5.14.0-505.el9.x86_64 4/4 2024-09-10T16:16:35.246 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:16:35.246 INFO:teuthology.orchestra.run.smithi144.stdout:Installed: 2024-09-10T16:16:35.246 INFO:teuthology.orchestra.run.smithi144.stdout: kernel-5.14.0-505.el9.x86_64 2024-09-10T16:16:35.246 INFO:teuthology.orchestra.run.smithi144.stdout: kernel-core-5.14.0-505.el9.x86_64 2024-09-10T16:16:35.246 INFO:teuthology.orchestra.run.smithi144.stdout: kernel-modules-5.14.0-505.el9.x86_64 2024-09-10T16:16:35.247 INFO:teuthology.orchestra.run.smithi144.stdout: kernel-modules-core-5.14.0-505.el9.x86_64 2024-09-10T16:16:35.247 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:16:35.247 INFO:teuthology.orchestra.run.smithi144.stdout:Complete! 2024-09-10T16:16:35.611 DEBUG:teuthology.orchestra.run.smithi144:> rpm -q kernel | sort -rV | head -n 1 2024-09-10T16:16:35.688 INFO:teuthology.orchestra.run.smithi144.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-10T16:16:35.689 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-10T16:16:35.689 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-505.el9.x86_64 2024-09-10T16:16:35.689 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-10T16:16:35.689 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-10T16:16:35.689 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-10T16:16:35.689 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi144.front.sepia.ceph.com, path=None, version=distro) 2024-09-10T16:16:35.689 DEBUG:teuthology.orchestra.run.smithi144:> rpm -q kernel | sort -rV | head -n 1 2024-09-10T16:16:35.748 INFO:teuthology.orchestra.run.smithi144.stdout:kernel-5.14.0-505.el9.x86_64 2024-09-10T16:16:35.748 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-505.el9.x86_64 2024-09-10T16:16:35.748 DEBUG:teuthology.orchestra.run.smithi144:> sudo rpm -qi grub2-tools 2024-09-10T16:16:35.789 INFO:teuthology.orchestra.run.smithi144.stdout:Name : grub2-tools 2024-09-10T16:16:35.789 INFO:teuthology.orchestra.run.smithi144.stdout:Epoch : 1 2024-09-10T16:16:35.789 INFO:teuthology.orchestra.run.smithi144.stdout:Version : 2.06 2024-09-10T16:16:35.789 INFO:teuthology.orchestra.run.smithi144.stdout:Release : 82.el9 2024-09-10T16:16:35.790 INFO:teuthology.orchestra.run.smithi144.stdout:Architecture: x86_64 2024-09-10T16:16:35.790 INFO:teuthology.orchestra.run.smithi144.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-10T16:16:35.790 INFO:teuthology.orchestra.run.smithi144.stdout:Group : Unspecified 2024-09-10T16:16:35.790 INFO:teuthology.orchestra.run.smithi144.stdout:Size : 8274670 2024-09-10T16:16:35.790 INFO:teuthology.orchestra.run.smithi144.stdout:License : GPLv3+ 2024-09-10T16:16:35.790 INFO:teuthology.orchestra.run.smithi144.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-10T16:16:35.790 INFO:teuthology.orchestra.run.smithi144.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-10T16:16:35.790 INFO:teuthology.orchestra.run.smithi144.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-10T16:16:35.790 INFO:teuthology.orchestra.run.smithi144.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-10T16:16:35.790 INFO:teuthology.orchestra.run.smithi144.stdout:Packager : builder@centos.org 2024-09-10T16:16:35.790 INFO:teuthology.orchestra.run.smithi144.stdout:Vendor : CentOS 2024-09-10T16:16:35.790 INFO:teuthology.orchestra.run.smithi144.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-10T16:16:35.790 INFO:teuthology.orchestra.run.smithi144.stdout:Summary : Support tools for GRUB. 2024-09-10T16:16:35.791 INFO:teuthology.orchestra.run.smithi144.stdout:Description : 2024-09-10T16:16:35.791 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:16:35.791 INFO:teuthology.orchestra.run.smithi144.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-10T16:16:35.791 INFO:teuthology.orchestra.run.smithi144.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-10T16:16:35.791 INFO:teuthology.orchestra.run.smithi144.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-10T16:16:35.791 INFO:teuthology.orchestra.run.smithi144.stdout:hardware devices. 2024-09-10T16:16:35.791 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:16:35.791 INFO:teuthology.orchestra.run.smithi144.stdout:This subpackage provides tools for support of all platforms. 2024-09-10T16:16:35.792 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-10T16:16:35.792 INFO:teuthology.task.kernel:Updating grub on smithi144 to boot 5.14.0-505.el9.x86_64 2024-09-10T16:16:35.792 DEBUG:teuthology.orchestra.run.smithi144:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-10T16:16:36.534 INFO:teuthology.orchestra.run.smithi144.stderr:Generating grub configuration file ... 2024-09-10T16:16:37.859 INFO:teuthology.orchestra.run.smithi144.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-10T16:16:37.887 INFO:teuthology.orchestra.run.smithi144.stderr:done 2024-09-10T16:16:37.893 DEBUG:teuthology.orchestra.run.smithi144:> mktemp 2024-09-10T16:16:37.950 INFO:teuthology.orchestra.run.smithi144.stdout:/tmp/tmp.NlUJmgN7xi 2024-09-10T16:16:37.950 DEBUG:teuthology.orchestra.run.smithi144:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.NlUJmgN7xi 2024-09-10T16:16:38.016 DEBUG:teuthology.orchestra.run.smithi144:> sudo chmod 0666 /tmp/tmp.NlUJmgN7xi 2024-09-10T16:16:38.158 DEBUG:teuthology.orchestra.remote:smithi144:/tmp/tmp.NlUJmgN7xi is 6KB 2024-09-10T16:16:38.206 DEBUG:teuthology.orchestra.run.smithi144:> rm -fr /tmp/tmp.NlUJmgN7xi 2024-09-10T16:16:38.222 DEBUG:teuthology.orchestra.run.smithi144:> sudo /bin/ls /boot/loader/entries || true 2024-09-10T16:16:38.284 INFO:teuthology.orchestra.run.smithi144.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-10T16:16:38.284 INFO:teuthology.orchestra.run.smithi144.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-10T16:16:38.284 INFO:teuthology.orchestra.run.smithi144.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-10T16:16:38.284 INFO:teuthology.orchestra.run.smithi144.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64.conf 2024-09-10T16:16:38.285 DEBUG:teuthology.orchestra.run.smithi144:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-505.el9.x86_64 2024-09-10T16:16:38.433 DEBUG:teuthology.orchestra.run.smithi144:> sudo shutdown -r now 2024-09-10T16:17:02.857 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-09-10T16:17:02.858 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi176.front.sepia.ceph.com' 2024-09-10T16:17:02.859 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi176.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T16:17:03.430 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-10T16:17:03.430 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi006.front.sepia.ceph.com' 2024-09-10T16:17:03.431 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi006.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T16:17:08.441 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-10T16:17:08.441 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi144.front.sepia.ceph.com' 2024-09-10T16:17:08.442 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi144.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T16:17:21.213 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.176 2024-09-10T16:17:21.986 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.6 2024-09-10T16:17:26.845 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.144 2024-09-10T16:17:30.217 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi176.front.sepia.ceph.com' 2024-09-10T16:17:30.218 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi176.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T16:17:30.988 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi006.front.sepia.ceph.com' 2024-09-10T16:17:30.988 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi006.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T16:17:33.277 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.176 2024-09-10T16:17:35.848 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi144.front.sepia.ceph.com' 2024-09-10T16:17:35.848 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi144.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T16:17:38.913 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.144 2024-09-10T16:17:45.893 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi176.front.sepia.ceph.com' 2024-09-10T16:17:45.894 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi176.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T16:17:50.919 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi144.front.sepia.ceph.com' 2024-09-10T16:17:50.920 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi144.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T16:18:17.626 DEBUG:teuthology.orchestra.run.smithi176:> true 2024-09-10T16:18:17.927 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi176.front.sepia.ceph.com' 2024-09-10T16:18:17.927 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-505.el9.x86_64"... 2024-09-10T16:18:17.927 DEBUG:teuthology.orchestra.run.smithi176:> uname -r 2024-09-10T16:18:17.941 INFO:teuthology.orchestra.run.smithi176.stdout:5.14.0-505.el9.x86_64 2024-09-10T16:18:17.942 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-10T16:18:17.942 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-10T16:18:17.942 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-10T16:18:18.942 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-09-10T16:18:18.942 DEBUG:teuthology.orchestra.run.smithi176:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-10T16:18:19.040 INFO:teuthology.orchestra.run.smithi176.stdout:ttyS1 2024-09-10T16:18:19.074 DEBUG:teuthology.parallel:result is None 2024-09-10T16:18:22.755 DEBUG:teuthology.orchestra.run.smithi144:> true 2024-09-10T16:18:23.131 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi144.front.sepia.ceph.com' 2024-09-10T16:18:23.132 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-505.el9.x86_64"... 2024-09-10T16:18:23.132 DEBUG:teuthology.orchestra.run.smithi144:> uname -r 2024-09-10T16:18:23.146 INFO:teuthology.orchestra.run.smithi144.stdout:5.14.0-505.el9.x86_64 2024-09-10T16:18:23.147 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-10T16:18:23.147 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-10T16:18:23.147 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-10T16:18:24.147 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-10T16:18:24.148 DEBUG:teuthology.orchestra.run.smithi144:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-10T16:18:24.240 INFO:teuthology.orchestra.run.smithi144.stdout:ttyS1 2024-09-10T16:18:24.264 DEBUG:teuthology.parallel:result is None 2024-09-10T16:18:30.991 DEBUG:teuthology.orchestra.remote:timed out 2024-09-10T16:18:42.992 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi006.front.sepia.ceph.com' 2024-09-10T16:18:42.993 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi006.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T16:18:43.322 DEBUG:teuthology.orchestra.run.smithi006:> true 2024-09-10T16:18:43.676 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi006.front.sepia.ceph.com' 2024-09-10T16:18:43.676 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-505.el9.x86_64"... 2024-09-10T16:18:43.676 DEBUG:teuthology.orchestra.run.smithi006:> uname -r 2024-09-10T16:18:43.693 INFO:teuthology.orchestra.run.smithi006.stdout:5.14.0-505.el9.x86_64 2024-09-10T16:18:43.693 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-505.el9.x86_64 vs 5.14.0-505.el9.x86_64 2024-09-10T16:18:43.694 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-10T16:18:43.694 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-10T16:18:44.695 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-10T16:18:44.695 DEBUG:teuthology.orchestra.run.smithi006:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-10T16:18:44.811 INFO:teuthology.orchestra.run.smithi006.stdout:ttyS1 2024-09-10T16:18:44.832 DEBUG:teuthology.parallel:result is None 2024-09-10T16:18:44.833 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-10T16:18:44.839 INFO:teuthology.task.internal:Creating test directory... 2024-09-10T16:18:44.840 DEBUG:teuthology.orchestra.run.smithi006:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-10T16:18:44.845 DEBUG:teuthology.orchestra.run.smithi144:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-10T16:18:44.848 DEBUG:teuthology.orchestra.run.smithi176:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-10T16:18:44.868 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-10T16:18:44.882 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-10T16:18:44.916 INFO:teuthology.task.internal:Creating archive directory... 2024-09-10T16:18:44.916 DEBUG:teuthology.orchestra.run.smithi006:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-10T16:18:44.919 DEBUG:teuthology.orchestra.run.smithi144:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-10T16:18:44.921 DEBUG:teuthology.orchestra.run.smithi176:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-10T16:18:45.017 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-10T16:18:45.024 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-10T16:18:45.024 DEBUG:teuthology.orchestra.run.smithi006:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-10T16:18:45.027 DEBUG:teuthology.orchestra.run.smithi144:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-09-10T16:18:45.029 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-09-10T16:18:45.059 INFO:teuthology.orchestra.run.smithi144.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-10T16:18:45.065 INFO:teuthology.orchestra.run.smithi006.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-10T16:18:45.066 INFO:teuthology.orchestra.run.smithi176.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-10T16:18:45.070 INFO:teuthology.orchestra.run.smithi144.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-10T16:18:45.078 INFO:teuthology.orchestra.run.smithi006.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-10T16:18:45.078 INFO:teuthology.orchestra.run.smithi176.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-10T16:18:45.080 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-10T16:18:45.088 INFO:teuthology.task.internal:Configuring sudo... 2024-09-10T16:18:45.088 DEBUG:teuthology.orchestra.run.smithi006:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-10T16:18:45.123 DEBUG:teuthology.orchestra.run.smithi144:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-10T16:18:45.126 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-09-10T16:18:45.155 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-10T16:18:45.164 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-10T16:18:45.165 DEBUG:teuthology.orchestra.run.smithi006:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-10T16:18:45.194 DEBUG:teuthology.orchestra.run.smithi144:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-10T16:18:45.197 DEBUG:teuthology.orchestra.run.smithi176:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-10T16:18:45.215 DEBUG:teuthology.orchestra.run.smithi006:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-10T16:18:45.301 DEBUG:teuthology.orchestra.run.smithi006:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-10T16:18:45.354 DEBUG:teuthology.orchestra.run.smithi006:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-10T16:18:45.438 DEBUG:teuthology.orchestra.run.smithi006:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-10T16:18:45.485 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2024-09-10T16:18:45.485 DEBUG:teuthology.orchestra.run.smithi006:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-10T16:18:45.554 DEBUG:teuthology.orchestra.run.smithi144:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-10T16:18:45.598 DEBUG:teuthology.orchestra.run.smithi144:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-10T16:18:45.656 DEBUG:teuthology.orchestra.run.smithi144:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-10T16:18:45.742 DEBUG:teuthology.orchestra.run.smithi144:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-10T16:18:45.781 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-09-10T16:18:45.781 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-10T16:18:45.848 DEBUG:teuthology.orchestra.run.smithi176:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-10T16:18:45.894 DEBUG:teuthology.orchestra.run.smithi176:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-10T16:18:45.945 DEBUG:teuthology.orchestra.run.smithi176:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-10T16:18:46.033 DEBUG:teuthology.orchestra.run.smithi176:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-10T16:18:46.076 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2024-09-10T16:18:46.076 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-10T16:18:46.143 DEBUG:teuthology.orchestra.run.smithi006:> sudo service rsyslog restart 2024-09-10T16:18:46.145 DEBUG:teuthology.orchestra.run.smithi144:> sudo service rsyslog restart 2024-09-10T16:18:46.148 DEBUG:teuthology.orchestra.run.smithi176:> sudo service rsyslog restart 2024-09-10T16:18:46.191 INFO:teuthology.orchestra.run.smithi144.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-10T16:18:46.193 INFO:teuthology.orchestra.run.smithi006.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-10T16:18:46.231 INFO:teuthology.orchestra.run.smithi176.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-10T16:18:46.669 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-10T16:18:46.677 INFO:teuthology.task.internal:Starting timer... 2024-09-10T16:18:46.677 INFO:teuthology.run_tasks:Running task pcp... 2024-09-10T16:18:46.712 INFO:teuthology.run_tasks:Running task selinux... 2024-09-10T16:18:46.743 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-09-10T16:18:46.743 DEBUG:teuthology.orchestra.run.smithi006:> sudo service auditd rotate 2024-09-10T16:18:46.804 INFO:teuthology.orchestra.run.smithi006.stdout:Rotating logs: 2024-09-10T16:18:46.806 DEBUG:teuthology.orchestra.run.smithi144:> sudo service auditd rotate 2024-09-10T16:18:46.851 INFO:teuthology.orchestra.run.smithi144.stdout:Rotating logs: 2024-09-10T16:18:46.853 DEBUG:teuthology.orchestra.run.smithi176:> sudo service auditd rotate 2024-09-10T16:18:46.927 INFO:teuthology.orchestra.run.smithi176.stdout:Rotating logs: 2024-09-10T16:18:46.930 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-10T16:18:46.930 DEBUG:teuthology.orchestra.run.smithi006:> /usr/sbin/getenforce 2024-09-10T16:18:46.958 INFO:teuthology.orchestra.run.smithi006.stdout:Permissive 2024-09-10T16:18:46.958 DEBUG:teuthology.orchestra.run.smithi144:> /usr/sbin/getenforce 2024-09-10T16:18:46.982 INFO:teuthology.orchestra.run.smithi144.stdout:Permissive 2024-09-10T16:18:46.982 DEBUG:teuthology.orchestra.run.smithi176:> /usr/sbin/getenforce 2024-09-10T16:18:47.017 INFO:teuthology.orchestra.run.smithi176.stdout:Permissive 2024-09-10T16:18:47.017 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi006.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi144.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi176.front.sepia.ceph.com': 'permissive'} 2024-09-10T16:18:47.017 DEBUG:teuthology.orchestra.run.smithi006:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-10T16:18:47.048 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T16:18:47.049 DEBUG:teuthology.orchestra.run.smithi144:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-10T16:18:47.078 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T16:18:47.078 DEBUG:teuthology.orchestra.run.smithi176:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-10T16:18:47.108 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T16:18:47.109 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-10T16:18:47.109 DEBUG:teuthology.orchestra.run.smithi006:> sudo /usr/sbin/setenforce permissive 2024-09-10T16:18:47.146 DEBUG:teuthology.orchestra.run.smithi144:> sudo /usr/sbin/setenforce permissive 2024-09-10T16:18:47.182 DEBUG:teuthology.orchestra.run.smithi176:> sudo /usr/sbin/setenforce permissive 2024-09-10T16:18:47.222 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-10T16:18:47.234 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-09-10T16:18:47.237 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-09-10T16:18:47.409 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-10T16:18:47.421 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-09-10T16:18:47.422 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi006.front.sepia.ceph.com,smithi144.front.sepia.ceph.com,smithi176.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-10T16:22:36.156 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi006.front.sepia.ceph.com'), Remote(name='ubuntu@smithi144.front.sepia.ceph.com'), Remote(name='ubuntu@smithi176.front.sepia.ceph.com')] 2024-09-10T16:22:36.157 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi006.front.sepia.ceph.com' 2024-09-10T16:22:36.159 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi006.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T16:22:36.236 DEBUG:teuthology.orchestra.run.smithi006:> true 2024-09-10T16:22:36.322 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi006.front.sepia.ceph.com' 2024-09-10T16:22:36.322 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi144.front.sepia.ceph.com' 2024-09-10T16:22:36.323 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi144.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T16:22:36.399 DEBUG:teuthology.orchestra.run.smithi144:> true 2024-09-10T16:22:36.476 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi144.front.sepia.ceph.com' 2024-09-10T16:22:36.477 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi176.front.sepia.ceph.com' 2024-09-10T16:22:36.477 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi176.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-10T16:22:36.553 DEBUG:teuthology.orchestra.run.smithi176:> true 2024-09-10T16:22:36.633 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi176.front.sepia.ceph.com' 2024-09-10T16:22:36.633 INFO:teuthology.run_tasks:Running task clock... 2024-09-10T16:22:36.643 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-10T16:22:36.643 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-10T16:22:36.644 DEBUG:teuthology.orchestra.run.smithi006:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-10T16:22:36.646 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-10T16:22:36.646 DEBUG:teuthology.orchestra.run.smithi144:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-10T16:22:36.649 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-10T16:22:36.649 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-09-10T16:22:36.677 INFO:teuthology.orchestra.run.smithi006.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-10T16:22:36.679 INFO:teuthology.orchestra.run.smithi144.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-10T16:22:36.693 INFO:teuthology.orchestra.run.smithi006.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-10T16:22:36.695 INFO:teuthology.orchestra.run.smithi144.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-10T16:22:36.704 INFO:teuthology.orchestra.run.smithi176.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-10T16:22:36.718 INFO:teuthology.orchestra.run.smithi176.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-10T16:22:36.720 INFO:teuthology.orchestra.run.smithi006.stderr:sudo: ntpd: command not found 2024-09-10T16:22:36.721 INFO:teuthology.orchestra.run.smithi144.stderr:sudo: ntpd: command not found 2024-09-10T16:22:36.732 INFO:teuthology.orchestra.run.smithi006.stdout:506 Cannot talk to daemon 2024-09-10T16:22:36.733 INFO:teuthology.orchestra.run.smithi144.stdout:506 Cannot talk to daemon 2024-09-10T16:22:36.743 INFO:teuthology.orchestra.run.smithi176.stderr:sudo: ntpd: command not found 2024-09-10T16:22:36.748 INFO:teuthology.orchestra.run.smithi144.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-10T16:22:36.748 INFO:teuthology.orchestra.run.smithi006.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-10T16:22:36.754 INFO:teuthology.orchestra.run.smithi176.stdout:506 Cannot talk to daemon 2024-09-10T16:22:36.762 INFO:teuthology.orchestra.run.smithi144.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-10T16:22:36.763 INFO:teuthology.orchestra.run.smithi006.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-10T16:22:36.768 INFO:teuthology.orchestra.run.smithi176.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-10T16:22:36.782 INFO:teuthology.orchestra.run.smithi176.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-10T16:22:36.819 INFO:teuthology.orchestra.run.smithi144.stderr:bash: line 1: ntpq: command not found 2024-09-10T16:22:36.822 INFO:teuthology.orchestra.run.smithi144.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-10T16:22:36.822 INFO:teuthology.orchestra.run.smithi144.stdout:=============================================================================== 2024-09-10T16:22:36.823 INFO:teuthology.orchestra.run.smithi144.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T16:22:36.823 INFO:teuthology.orchestra.run.smithi144.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T16:22:36.823 INFO:teuthology.orchestra.run.smithi144.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T16:22:36.823 INFO:teuthology.orchestra.run.smithi144.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T16:22:36.831 INFO:teuthology.orchestra.run.smithi006.stderr:bash: line 1: ntpq: command not found 2024-09-10T16:22:36.835 INFO:teuthology.orchestra.run.smithi006.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-10T16:22:36.836 INFO:teuthology.orchestra.run.smithi006.stdout:=============================================================================== 2024-09-10T16:22:36.836 INFO:teuthology.orchestra.run.smithi006.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T16:22:36.836 INFO:teuthology.orchestra.run.smithi006.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T16:22:36.836 INFO:teuthology.orchestra.run.smithi006.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T16:22:36.836 INFO:teuthology.orchestra.run.smithi006.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T16:22:36.838 INFO:teuthology.orchestra.run.smithi176.stderr:bash: line 1: ntpq: command not found 2024-09-10T16:22:36.841 INFO:teuthology.orchestra.run.smithi176.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-10T16:22:36.841 INFO:teuthology.orchestra.run.smithi176.stdout:=============================================================================== 2024-09-10T16:22:36.842 INFO:teuthology.orchestra.run.smithi176.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T16:22:36.842 INFO:teuthology.orchestra.run.smithi176.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T16:22:36.842 INFO:teuthology.orchestra.run.smithi176.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T16:22:36.842 INFO:teuthology.orchestra.run.smithi176.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T16:22:36.843 INFO:teuthology.run_tasks:Running task pexec... 2024-09-10T16:22:36.852 INFO:teuthology.task.pexec:Executing custom commands... 2024-09-10T16:22:36.852 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi006.front.sepia.ceph.com 2024-09-10T16:22:36.852 DEBUG:teuthology.orchestra.run.smithi006:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-10T16:22:36.853 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi144.front.sepia.ceph.com 2024-09-10T16:22:36.853 DEBUG:teuthology.orchestra.run.smithi144:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-10T16:22:36.853 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi176.front.sepia.ceph.com 2024-09-10T16:22:36.853 DEBUG:teuthology.orchestra.run.smithi176:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-10T16:22:37.214 INFO:teuthology.orchestra.run.smithi144.stdout:Dependencies resolved. 2024-09-10T16:22:37.230 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-09-10T16:22:37.235 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:22:37.235 INFO:teuthology.orchestra.run.smithi144.stdout: Package Architecture Version Repository Size 2024-09-10T16:22:37.235 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:22:37.235 INFO:teuthology.orchestra.run.smithi144.stdout:Removing: 2024-09-10T16:22:37.235 INFO:teuthology.orchestra.run.smithi144.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-10T16:22:37.235 INFO:teuthology.orchestra.run.smithi144.stdout:Removing unused dependencies: 2024-09-10T16:22:37.235 INFO:teuthology.orchestra.run.smithi144.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-10T16:22:37.235 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:22:37.235 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction Summary 2024-09-10T16:22:37.235 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:22:37.236 INFO:teuthology.orchestra.run.smithi144.stdout:Remove 2 Packages 2024-09-10T16:22:37.236 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:22:37.236 INFO:teuthology.orchestra.run.smithi144.stdout:Freed space: 5.5 M 2024-09-10T16:22:37.236 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction check 2024-09-10T16:22:37.239 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction check succeeded. 2024-09-10T16:22:37.239 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction test 2024-09-10T16:22:37.242 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:22:37.242 INFO:teuthology.orchestra.run.smithi176.stdout: Package Architecture Version Repository Size 2024-09-10T16:22:37.242 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:22:37.242 INFO:teuthology.orchestra.run.smithi176.stdout:Removing: 2024-09-10T16:22:37.242 INFO:teuthology.orchestra.run.smithi176.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-10T16:22:37.242 INFO:teuthology.orchestra.run.smithi176.stdout:Removing unused dependencies: 2024-09-10T16:22:37.242 INFO:teuthology.orchestra.run.smithi176.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-10T16:22:37.242 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:22:37.243 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-09-10T16:22:37.243 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:22:37.243 INFO:teuthology.orchestra.run.smithi176.stdout:Remove 2 Packages 2024-09-10T16:22:37.243 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:22:37.243 INFO:teuthology.orchestra.run.smithi176.stdout:Freed space: 5.5 M 2024-09-10T16:22:37.243 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-09-10T16:22:37.244 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-09-10T16:22:37.246 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-09-10T16:22:37.246 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-09-10T16:22:37.265 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:22:37.265 INFO:teuthology.orchestra.run.smithi006.stdout: Package Architecture Version Repository Size 2024-09-10T16:22:37.265 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:22:37.266 INFO:teuthology.orchestra.run.smithi006.stdout:Removing: 2024-09-10T16:22:37.266 INFO:teuthology.orchestra.run.smithi006.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-10T16:22:37.266 INFO:teuthology.orchestra.run.smithi006.stdout:Removing unused dependencies: 2024-09-10T16:22:37.266 INFO:teuthology.orchestra.run.smithi006.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-10T16:22:37.266 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:22:37.266 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2024-09-10T16:22:37.266 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:22:37.266 INFO:teuthology.orchestra.run.smithi006.stdout:Remove 2 Packages 2024-09-10T16:22:37.266 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:22:37.266 INFO:teuthology.orchestra.run.smithi006.stdout:Freed space: 5.5 M 2024-09-10T16:22:37.266 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2024-09-10T16:22:37.270 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2024-09-10T16:22:37.270 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2024-09-10T16:22:37.305 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction test succeeded. 2024-09-10T16:22:37.305 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction 2024-09-10T16:22:37.308 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-09-10T16:22:37.308 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-09-10T16:22:37.336 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2024-09-10T16:22:37.337 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2024-09-10T16:22:37.438 INFO:teuthology.orchestra.run.smithi144.stdout: Preparing : 1/1 2024-09-10T16:22:37.448 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-09-10T16:22:37.479 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2024-09-10T16:22:37.520 INFO:teuthology.orchestra.run.smithi144.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-10T16:22:37.552 INFO:teuthology.orchestra.run.smithi176.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-10T16:22:37.578 INFO:teuthology.orchestra.run.smithi006.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-10T16:22:37.579 INFO:teuthology.orchestra.run.smithi144.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-10T16:22:37.607 INFO:teuthology.orchestra.run.smithi176.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-10T16:22:37.648 INFO:teuthology.orchestra.run.smithi006.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-10T16:22:38.057 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-10T16:22:38.057 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-10T16:22:38.092 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-10T16:22:38.092 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-10T16:22:38.096 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-10T16:22:38.096 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-10T16:22:38.315 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-10T16:22:38.315 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:22:38.315 INFO:teuthology.orchestra.run.smithi144.stdout:Removed: 2024-09-10T16:22:38.316 INFO:teuthology.orchestra.run.smithi144.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-10T16:22:38.316 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:22:38.316 INFO:teuthology.orchestra.run.smithi144.stdout:Complete! 2024-09-10T16:22:38.338 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-10T16:22:38.338 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:22:38.338 INFO:teuthology.orchestra.run.smithi006.stdout:Removed: 2024-09-10T16:22:38.338 INFO:teuthology.orchestra.run.smithi006.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-10T16:22:38.339 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:22:38.339 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-09-10T16:22:38.358 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-10T16:22:38.358 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:22:38.358 INFO:teuthology.orchestra.run.smithi176.stdout:Removed: 2024-09-10T16:22:38.358 INFO:teuthology.orchestra.run.smithi176.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-10T16:22:38.358 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:22:38.358 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-09-10T16:22:39.156 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:00:48 ago on Tue 10 Sep 2024 04:21:50 PM UTC. 2024-09-10T16:22:39.169 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:00:53 ago on Tue 10 Sep 2024 04:21:45 PM UTC. 2024-09-10T16:22:39.185 INFO:teuthology.orchestra.run.smithi144.stdout:Last metadata expiration check: 0:00:54 ago on Tue 10 Sep 2024 04:21:45 PM UTC. 2024-09-10T16:22:39.295 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-09-10T16:22:39.296 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:22:39.296 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repository Size 2024-09-10T16:22:39.296 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:22:39.296 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2024-09-10T16:22:39.296 INFO:teuthology.orchestra.run.smithi006.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-10T16:22:39.296 INFO:teuthology.orchestra.run.smithi006.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-10T16:22:39.296 INFO:teuthology.orchestra.run.smithi006.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-10T16:22:39.296 INFO:teuthology.orchestra.run.smithi006.stdout:Installing dependencies: 2024-09-10T16:22:39.296 INFO:teuthology.orchestra.run.smithi006.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-10T16:22:39.296 INFO:teuthology.orchestra.run.smithi006.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-10T16:22:39.296 INFO:teuthology.orchestra.run.smithi006.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-10T16:22:39.297 INFO:teuthology.orchestra.run.smithi006.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-10T16:22:39.297 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:22:39.297 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2024-09-10T16:22:39.297 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:22:39.297 INFO:teuthology.orchestra.run.smithi006.stdout:Install 7 Packages 2024-09-10T16:22:39.297 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:22:39.306 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-09-10T16:22:39.307 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:22:39.307 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repository Size 2024-09-10T16:22:39.307 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:22:39.307 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-09-10T16:22:39.307 INFO:teuthology.orchestra.run.smithi176.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-10T16:22:39.307 INFO:teuthology.orchestra.run.smithi176.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-10T16:22:39.307 INFO:teuthology.orchestra.run.smithi176.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-10T16:22:39.307 INFO:teuthology.orchestra.run.smithi176.stdout:Installing dependencies: 2024-09-10T16:22:39.307 INFO:teuthology.orchestra.run.smithi176.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-10T16:22:39.307 INFO:teuthology.orchestra.run.smithi176.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-10T16:22:39.307 INFO:teuthology.orchestra.run.smithi176.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-10T16:22:39.307 INFO:teuthology.orchestra.run.smithi176.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-10T16:22:39.307 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:22:39.307 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-09-10T16:22:39.308 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:22:39.308 INFO:teuthology.orchestra.run.smithi176.stdout:Install 7 Packages 2024-09-10T16:22:39.308 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:22:39.310 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 5.2 M 2024-09-10T16:22:39.310 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 19 M 2024-09-10T16:22:39.310 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2024-09-10T16:22:39.321 INFO:teuthology.orchestra.run.smithi144.stdout:Dependencies resolved. 2024-09-10T16:22:39.322 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:22:39.322 INFO:teuthology.orchestra.run.smithi144.stdout: Package Arch Version Repository Size 2024-09-10T16:22:39.322 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:22:39.322 INFO:teuthology.orchestra.run.smithi144.stdout:Installing: 2024-09-10T16:22:39.322 INFO:teuthology.orchestra.run.smithi144.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-10T16:22:39.322 INFO:teuthology.orchestra.run.smithi144.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-10T16:22:39.322 INFO:teuthology.orchestra.run.smithi144.stdout: runc x86_64 4:1.1.13-4.el9 appstream 3.2 M 2024-09-10T16:22:39.322 INFO:teuthology.orchestra.run.smithi144.stdout:Installing dependencies: 2024-09-10T16:22:39.322 INFO:teuthology.orchestra.run.smithi144.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-10T16:22:39.322 INFO:teuthology.orchestra.run.smithi144.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-10T16:22:39.322 INFO:teuthology.orchestra.run.smithi144.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-10T16:22:39.322 INFO:teuthology.orchestra.run.smithi144.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-10T16:22:39.322 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:22:39.323 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction Summary 2024-09-10T16:22:39.323 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:22:39.323 INFO:teuthology.orchestra.run.smithi144.stdout:Install 7 Packages 2024-09-10T16:22:39.323 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:22:39.329 INFO:teuthology.orchestra.run.smithi144.stdout:Total download size: 5.2 M 2024-09-10T16:22:39.329 INFO:teuthology.orchestra.run.smithi144.stdout:Installed size: 19 M 2024-09-10T16:22:39.329 INFO:teuthology.orchestra.run.smithi144.stdout:Downloading Packages: 2024-09-10T16:22:39.344 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 5.2 M 2024-09-10T16:22:39.344 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 19 M 2024-09-10T16:22:39.344 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-09-10T16:22:39.552 INFO:teuthology.orchestra.run.smithi144.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 286 kB/s | 44 kB 00:00 2024-09-10T16:22:39.577 INFO:teuthology.orchestra.run.smithi144.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 587 kB/s | 106 kB 00:00 2024-09-10T16:22:39.579 INFO:teuthology.orchestra.run.smithi176.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 391 kB/s | 44 kB 00:00 2024-09-10T16:22:39.605 INFO:teuthology.orchestra.run.smithi176.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 762 kB/s | 106 kB 00:00 2024-09-10T16:22:39.618 INFO:teuthology.orchestra.run.smithi006.stdout:(1/7): nvmetcli-0.7-3.el9.noarch.rpm 298 kB/s | 44 kB 00:00 2024-09-10T16:22:39.627 INFO:teuthology.orchestra.run.smithi144.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.6 MB/s | 84 kB 00:00 2024-09-10T16:22:39.643 INFO:teuthology.orchestra.run.smithi006.stdout:(2/7): libnvme-1.9-3.el9.x86_64.rpm 607 kB/s | 106 kB 00:00 2024-09-10T16:22:39.653 INFO:teuthology.orchestra.run.smithi144.stdout:(4/7): python3-configshell-1.1.30-1.el9.noarch. 712 kB/s | 72 kB 00:00 2024-09-10T16:22:39.655 INFO:teuthology.orchestra.run.smithi176.stdout:(3/7): python3-configshell-1.1.30-1.el9.noarch. 952 kB/s | 72 kB 00:00 2024-09-10T16:22:39.680 INFO:teuthology.orchestra.run.smithi176.stdout:(4/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.1 MB/s | 84 kB 00:00 2024-09-10T16:22:39.702 INFO:teuthology.orchestra.run.smithi006.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.4 MB/s | 84 kB 00:00 2024-09-10T16:22:39.703 INFO:teuthology.orchestra.run.smithi144.stdout:(5/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 2.9 MB/s | 906 kB 00:00 2024-09-10T16:22:39.728 INFO:teuthology.orchestra.run.smithi006.stdout:(4/7): python3-configshell-1.1.30-1.el9.noarch. 657 kB/s | 72 kB 00:00 2024-09-10T16:22:39.789 INFO:teuthology.orchestra.run.smithi176.stdout:(5/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 6.1 MB/s | 837 kB 00:00 2024-09-10T16:22:39.794 INFO:teuthology.orchestra.run.smithi006.stdout:(5/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 2.7 MB/s | 906 kB 00:00 2024-09-10T16:22:39.820 INFO:teuthology.orchestra.run.smithi144.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 4.3 MB/s | 837 kB 00:00 2024-09-10T16:22:39.822 INFO:teuthology.orchestra.run.smithi176.stdout:(6/7): nvme-cli-2.9.1-6.el9.x86_64.rpm 2.5 MB/s | 906 kB 00:00 2024-09-10T16:22:39.878 INFO:teuthology.orchestra.run.smithi006.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 4.7 MB/s | 837 kB 00:00 2024-09-10T16:22:39.940 INFO:teuthology.orchestra.run.smithi176.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 12 MB/s | 3.2 MB 00:00 2024-09-10T16:22:39.940 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:22:39.940 INFO:teuthology.orchestra.run.smithi176.stdout:Total 8.7 MB/s | 5.2 MB 00:00 2024-09-10T16:22:40.049 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-09-10T16:22:40.064 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-09-10T16:22:40.064 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-09-10T16:22:40.399 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-09-10T16:22:40.399 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-09-10T16:22:40.512 INFO:teuthology.orchestra.run.smithi144.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 3.7 MB/s | 3.2 MB 00:00 2024-09-10T16:22:40.512 INFO:teuthology.orchestra.run.smithi144.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:22:40.512 INFO:teuthology.orchestra.run.smithi144.stdout:Total 4.4 MB/s | 5.2 MB 00:01 2024-09-10T16:22:40.625 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction check 2024-09-10T16:22:40.640 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction check succeeded. 2024-09-10T16:22:40.640 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction test 2024-09-10T16:22:40.869 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-09-10T16:22:40.963 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction test succeeded. 2024-09-10T16:22:40.963 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction 2024-09-10T16:22:40.976 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-10T16:22:41.015 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-10T16:22:41.055 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-10T16:22:41.270 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-10T16:22:41.295 INFO:teuthology.orchestra.run.smithi006.stdout:(7/7): runc-1.1.13-4.el9.x86_64.rpm 2.0 MB/s | 3.2 MB 00:01 2024-09-10T16:22:41.295 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:22:41.295 INFO:teuthology.orchestra.run.smithi006.stdout:Total 2.6 MB/s | 5.2 MB 00:01 2024-09-10T16:22:41.303 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-10T16:22:41.416 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2024-09-10T16:22:41.423 INFO:teuthology.orchestra.run.smithi144.stdout: Preparing : 1/1 2024-09-10T16:22:41.433 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2024-09-10T16:22:41.433 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2024-09-10T16:22:41.523 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-10T16:22:41.566 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-10T16:22:41.594 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-10T16:22:41.746 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-10T16:22:41.772 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2024-09-10T16:22:41.772 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2024-09-10T16:22:41.781 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-10T16:22:41.804 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-10T16:22:41.834 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-10T16:22:41.889 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-10T16:22:41.960 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-10T16:22:42.265 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-10T16:22:42.273 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2024-09-10T16:22:42.298 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-10T16:22:42.373 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/7 2024-09-10T16:22:42.409 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-10T16:22:42.417 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/7 2024-09-10T16:22:42.453 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/7 2024-09-10T16:22:42.473 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-10T16:22:42.675 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/7 2024-09-10T16:22:42.708 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-10T16:22:42.957 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-10T16:22:42.957 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-10T16:22:42.957 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-10T16:22:42.957 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-10T16:22:42.957 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-10T16:22:42.957 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-10T16:22:42.957 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-10T16:22:43.185 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/7 2024-09-10T16:22:43.213 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/7 2024-09-10T16:22:43.311 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-10T16:22:43.311 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:22:43.312 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-09-10T16:22:43.312 INFO:teuthology.orchestra.run.smithi176.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-10T16:22:43.312 INFO:teuthology.orchestra.run.smithi176.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-10T16:22:43.312 INFO:teuthology.orchestra.run.smithi176.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-10T16:22:43.312 INFO:teuthology.orchestra.run.smithi176.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-10T16:22:43.312 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:22:43.312 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-09-10T16:22:43.337 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/7 2024-09-10T16:22:43.403 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-10T16:22:43.539 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-10T16:22:43.539 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-10T16:22:43.539 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-10T16:22:43.539 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-10T16:22:43.539 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-10T16:22:43.539 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-10T16:22:43.539 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-10T16:22:43.722 DEBUG:teuthology.parallel:result is None 2024-09-10T16:22:43.898 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-10T16:22:43.898 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:22:43.898 INFO:teuthology.orchestra.run.smithi144.stdout:Installed: 2024-09-10T16:22:43.898 INFO:teuthology.orchestra.run.smithi144.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-10T16:22:43.898 INFO:teuthology.orchestra.run.smithi144.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-10T16:22:43.898 INFO:teuthology.orchestra.run.smithi144.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-10T16:22:43.898 INFO:teuthology.orchestra.run.smithi144.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-10T16:22:43.898 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:22:43.898 INFO:teuthology.orchestra.run.smithi144.stdout:Complete! 2024-09-10T16:22:44.273 DEBUG:teuthology.parallel:result is None 2024-09-10T16:22:44.375 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-10T16:22:44.375 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/7 2024-09-10T16:22:44.375 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/7 2024-09-10T16:22:44.375 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/7 2024-09-10T16:22:44.375 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/7 2024-09-10T16:22:44.375 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/7 2024-09-10T16:22:44.375 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/7 2024-09-10T16:22:44.769 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : runc-4:1.1.13-4.el9.x86_64 7/7 2024-09-10T16:22:44.769 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:22:44.769 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2024-09-10T16:22:44.769 INFO:teuthology.orchestra.run.smithi006.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-10T16:22:44.769 INFO:teuthology.orchestra.run.smithi006.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-10T16:22:44.769 INFO:teuthology.orchestra.run.smithi006.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-10T16:22:44.769 INFO:teuthology.orchestra.run.smithi006.stdout: runc-4:1.1.13-4.el9.x86_64 2024-09-10T16:22:44.770 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:22:44.770 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-09-10T16:22:45.173 DEBUG:teuthology.parallel:result is None 2024-09-10T16:22:45.174 INFO:teuthology.run_tasks:Running task install... 2024-09-10T16:22:45.185 DEBUG:teuthology.task.install:project ceph 2024-09-10T16:22:45.185 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'bad1f558c327094897e4a32e99dd5cb4ae6ccd46'}} 2024-09-10T16:22:45.185 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'bad1f558c327094897e4a32e99dd5cb4ae6ccd46'} 2024-09-10T16:22:45.185 INFO:teuthology.task.install:Using flavor: default 2024-09-10T16:22:45.191 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2024-09-10T16:22:45.191 INFO:teuthology.task.install:extra packages: [] 2024-09-10T16:22:45.191 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'bad1f558c327094897e4a32e99dd5cb4ae6ccd46', 'tag': None, 'wait_for_package': False} 2024-09-10T16:22:45.192 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=bad1f558c327094897e4a32e99dd5cb4ae6ccd46 2024-09-10T16:22:45.194 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'bad1f558c327094897e4a32e99dd5cb4ae6ccd46', 'tag': None, 'wait_for_package': False} 2024-09-10T16:22:45.194 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=bad1f558c327094897e4a32e99dd5cb4ae6ccd46 2024-09-10T16:22:45.195 DEBUG:teuthology.task.install.rpm:_update_package_list_and_install: config is {'branch': None, 'cleanup': None, 'debuginfo': None, 'downgrade_packages': [], 'exclude_packages': [], 'extra_packages': [], 'extra_system_packages': [], 'extras': None, 'enable_coprs': [], 'flavor': 'default', 'install_ceph_packages': True, 'packages': {}, 'project': 'ceph', 'repos_only': False, 'sha1': 'bad1f558c327094897e4a32e99dd5cb4ae6ccd46', 'tag': None, 'wait_for_package': False} 2024-09-10T16:22:45.195 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=bad1f558c327094897e4a32e99dd5cb4ae6ccd46 2024-09-10T16:22:45.349 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-bharath7-testing-2024-09-10-1409/bad1f558c327094897e4a32e99dd5cb4ae6ccd46/centos/9/flavors/default/ 2024-09-10T16:22:45.349 INFO:teuthology.task.install.rpm:Package version is 19.3.0-4858.gbad1f558 2024-09-10T16:22:45.356 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-bharath7-testing-2024-09-10-1409/bad1f558c327094897e4a32e99dd5cb4ae6ccd46/centos/9/flavors/default/ 2024-09-10T16:22:45.356 INFO:teuthology.task.install.rpm:Package version is 19.3.0-4858.gbad1f558 2024-09-10T16:22:45.359 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/wip-bharath7-testing-2024-09-10-1409/bad1f558c327094897e4a32e99dd5cb4ae6ccd46/centos/9/flavors/default/ 2024-09-10T16:22:45.359 INFO:teuthology.task.install.rpm:Package version is 19.3.0-4858.gbad1f558 2024-09-10T16:22:45.460 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-bharath7-testing-2024-09-10-1409/bad1f558c327094897e4a32e99dd5cb4ae6ccd46/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-bharath7-testing-2024-09-10-1409/bad1f558c327094897e4a32e99dd5cb4ae6ccd46/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-bharath7-testing-2024-09-10-1409/bad1f558c327094897e4a32e99dd5cb4ae6ccd46/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-10T16:22:45.461 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2024-09-10T16:22:45.461 DEBUG:teuthology.orchestra.run.smithi006:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-10T16:22:45.467 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-bharath7-testing-2024-09-10-1409/bad1f558c327094897e4a32e99dd5cb4ae6ccd46/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-bharath7-testing-2024-09-10-1409/bad1f558c327094897e4a32e99dd5cb4ae6ccd46/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-bharath7-testing-2024-09-10-1409/bad1f558c327094897e4a32e99dd5cb4ae6ccd46/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-10T16:22:45.467 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-09-10T16:22:45.467 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-10T16:22:45.475 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/wip-bharath7-testing-2024-09-10-1409/bad1f558c327094897e4a32e99dd5cb4ae6ccd46/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-bharath7-testing-2024-09-10-1409/bad1f558c327094897e4a32e99dd5cb4ae6ccd46/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/wip-bharath7-testing-2024-09-10-1409/bad1f558c327094897e4a32e99dd5cb4ae6ccd46/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-10T16:22:45.475 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2024-09-10T16:22:45.475 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-10T16:22:45.489 INFO:teuthology.task.install.rpm:Installing packages: 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 on remote rpm x86_64 2024-09-10T16:22:45.489 DEBUG:teuthology.orchestra.run.smithi006:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/bad1f558c327094897e4a32e99dd5cb4ae6ccd46/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-10T16:22:45.498 INFO:teuthology.task.install.rpm:Installing packages: 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 on remote rpm x86_64 2024-09-10T16:22:45.498 DEBUG:teuthology.orchestra.run.smithi144:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/bad1f558c327094897e4a32e99dd5cb4ae6ccd46/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-10T16:22:45.508 INFO:teuthology.task.install.rpm:Installing packages: 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 on remote rpm x86_64 2024-09-10T16:22:45.508 DEBUG:teuthology.orchestra.run.smithi176:> if test -f /etc/yum.repos.d/ceph.repo ; then sudo sed -i -e ':a;N;$!ba;s/enabled=1\ngpg/enabled=1\npriority=1\ngpg/g' -e 's;ref/[a-zA-Z0-9_-]*/;sha1/bad1f558c327094897e4a32e99dd5cb4ae6ccd46/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-10T16:22:45.557 DEBUG:teuthology.orchestra.run.smithi006:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-09-10T16:22:45.566 DEBUG:teuthology.orchestra.run.smithi144:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-09-10T16:22:45.577 DEBUG:teuthology.orchestra.run.smithi176:> sudo touch -a /etc/yum/pluginconf.d/priorities.conf ; test -e /etc/yum/pluginconf.d/priorities.conf.orig || sudo cp -af /etc/yum/pluginconf.d/priorities.conf /etc/yum/pluginconf.d/priorities.conf.orig 2024-09-10T16:22:45.644 DEBUG:teuthology.orchestra.run.smithi144:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-09-10T16:22:45.656 DEBUG:teuthology.orchestra.run.smithi176:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-09-10T16:22:45.676 DEBUG:teuthology.orchestra.run.smithi006:> grep check_obsoletes /etc/yum/pluginconf.d/priorities.conf && sudo sed -i 's/check_obsoletes.*0/check_obsoletes = 1/g' /etc/yum/pluginconf.d/priorities.conf || echo 'check_obsoletes = 1' | sudo tee -a /etc/yum/pluginconf.d/priorities.conf 2024-09-10T16:22:45.702 INFO:teuthology.orchestra.run.smithi006.stdout:check_obsoletes = 1 2024-09-10T16:22:45.704 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum clean all 2024-09-10T16:22:45.709 INFO:teuthology.orchestra.run.smithi144.stdout:check_obsoletes = 1 2024-09-10T16:22:45.711 DEBUG:teuthology.orchestra.run.smithi144:> sudo yum clean all 2024-09-10T16:22:45.722 INFO:teuthology.orchestra.run.smithi176.stdout:check_obsoletes = 1 2024-09-10T16:22:45.724 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum clean all 2024-09-10T16:22:45.939 INFO:teuthology.orchestra.run.smithi006.stdout:45 files removed 2024-09-10T16:22:45.949 INFO:teuthology.orchestra.run.smithi176.stdout:45 files removed 2024-09-10T16:22:45.952 INFO:teuthology.orchestra.run.smithi144.stdout:45 files removed 2024-09-10T16:22:45.967 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install ceph-radosgw 2024-09-10T16:22:45.977 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install ceph-radosgw 2024-09-10T16:22:45.981 DEBUG:teuthology.orchestra.run.smithi144:> sudo yum -y install ceph-radosgw 2024-09-10T16:22:46.520 INFO:teuthology.orchestra.run.smithi006.stdout:ceph packages for x86_64 329 kB/s | 84 kB 00:00 2024-09-10T16:22:46.539 INFO:teuthology.orchestra.run.smithi176.stdout:ceph packages for x86_64 304 kB/s | 84 kB 00:00 2024-09-10T16:22:46.544 INFO:teuthology.orchestra.run.smithi144.stdout:ceph packages for x86_64 304 kB/s | 84 kB 00:00 2024-09-10T16:22:46.804 INFO:teuthology.orchestra.run.smithi006.stdout:ceph noarch packages 101 kB/s | 24 kB 00:00 2024-09-10T16:22:46.831 INFO:teuthology.orchestra.run.smithi176.stdout:ceph noarch packages 97 kB/s | 24 kB 00:00 2024-09-10T16:22:46.845 INFO:teuthology.orchestra.run.smithi144.stdout:ceph noarch packages 94 kB/s | 24 kB 00:00 2024-09-10T16:22:47.071 INFO:teuthology.orchestra.run.smithi006.stdout:ceph source packages 8.5 kB/s | 1.9 kB 00:00 2024-09-10T16:22:47.107 INFO:teuthology.orchestra.run.smithi176.stdout:ceph source packages 8.2 kB/s | 1.9 kB 00:00 2024-09-10T16:22:47.120 INFO:teuthology.orchestra.run.smithi144.stdout:ceph source packages 8.1 kB/s | 1.9 kB 00:00 2024-09-10T16:22:48.474 INFO:teuthology.orchestra.run.smithi176.stdout:CentOS Stream 9 - BaseOS 6.2 MB/s | 8.2 MB 00:01 2024-09-10T16:22:48.995 INFO:teuthology.orchestra.run.smithi144.stdout:CentOS Stream 9 - BaseOS 4.5 MB/s | 8.2 MB 00:01 2024-09-10T16:22:49.071 INFO:teuthology.orchestra.run.smithi006.stdout:CentOS Stream 9 - BaseOS 4.2 MB/s | 8.2 MB 00:01 2024-09-10T16:22:51.039 INFO:teuthology.orchestra.run.smithi006.stdout:CentOS Stream 9 - AppStream 25 MB/s | 20 MB 00:00 2024-09-10T16:22:52.814 INFO:teuthology.orchestra.run.smithi144.stdout:CentOS Stream 9 - AppStream 7.5 MB/s | 20 MB 00:02 2024-09-10T16:22:54.266 INFO:teuthology.orchestra.run.smithi176.stdout:CentOS Stream 9 - AppStream 4.3 MB/s | 20 MB 00:04 2024-09-10T16:22:55.974 INFO:teuthology.orchestra.run.smithi006.stdout:CentOS Stream 9 - CRB 6.7 MB/s | 6.5 MB 00:00 2024-09-10T16:22:57.131 INFO:teuthology.orchestra.run.smithi144.stdout:CentOS Stream 9 - CRB 13 MB/s | 6.5 MB 00:00 2024-09-10T16:22:57.466 INFO:teuthology.orchestra.run.smithi006.stdout:CentOS Stream 9 - Extras packages 81 kB/s | 19 kB 00:00 2024-09-10T16:22:58.612 INFO:teuthology.orchestra.run.smithi006.stdout:Extra Packages for Enterprise Linux 22 MB/s | 23 MB 00:01 2024-09-10T16:22:59.314 INFO:teuthology.orchestra.run.smithi144.stdout:CentOS Stream 9 - Extras packages 20 kB/s | 19 kB 00:00 2024-09-10T16:22:59.825 INFO:teuthology.orchestra.run.smithi176.stdout:CentOS Stream 9 - CRB 3.7 MB/s | 6.5 MB 00:01 2024-09-10T16:23:00.119 INFO:teuthology.orchestra.run.smithi144.stdout:Extra Packages for Enterprise Linux 34 MB/s | 23 MB 00:00 2024-09-10T16:23:02.018 INFO:teuthology.orchestra.run.smithi176.stdout:CentOS Stream 9 - Extras packages 19 kB/s | 19 kB 00:00 2024-09-10T16:23:02.772 INFO:teuthology.orchestra.run.smithi176.stdout:Extra Packages for Enterprise Linux 36 MB/s | 23 MB 00:00 2024-09-10T16:23:04.334 INFO:teuthology.orchestra.run.smithi006.stdout:lab-extras 39 kB/s | 1.7 kB 00:00 2024-09-10T16:23:05.500 INFO:teuthology.orchestra.run.smithi144.stdout:lab-extras 30 kB/s | 1.7 kB 00:00 2024-09-10T16:23:06.877 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-09-10T16:23:06.879 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:23:06.880 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repository Size 2024-09-10T16:23:06.880 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:23:06.880 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2024-09-10T16:23:06.880 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-radosgw x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 11 M 2024-09-10T16:23:06.880 INFO:teuthology.orchestra.run.smithi006.stdout:Upgrading: 2024-09-10T16:23:06.880 INFO:teuthology.orchestra.run.smithi006.stdout: librados2 x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 3.5 M 2024-09-10T16:23:06.880 INFO:teuthology.orchestra.run.smithi006.stdout: librbd1 x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 3.2 M 2024-09-10T16:23:06.880 INFO:teuthology.orchestra.run.smithi006.stdout:Installing dependencies: 2024-09-10T16:23:06.880 INFO:teuthology.orchestra.run.smithi006.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-10T16:23:06.880 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-base x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 5.5 M 2024-09-10T16:23:06.880 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-common x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 22 M 2024-09-10T16:23:06.881 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-selinux x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 25 k 2024-09-10T16:23:06.881 INFO:teuthology.orchestra.run.smithi006.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-09-10T16:23:06.881 INFO:teuthology.orchestra.run.smithi006.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-10T16:23:06.881 INFO:teuthology.orchestra.run.smithi006.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-10T16:23:06.881 INFO:teuthology.orchestra.run.smithi006.stdout: libcephfs2 x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 755 k 2024-09-10T16:23:06.881 INFO:teuthology.orchestra.run.smithi006.stdout: libnbd x86_64 1.20.2-2.el9 appstream 171 k 2024-09-10T16:23:06.881 INFO:teuthology.orchestra.run.smithi006.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-10T16:23:06.881 INFO:teuthology.orchestra.run.smithi006.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-10T16:23:06.881 INFO:teuthology.orchestra.run.smithi006.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-10T16:23:06.881 INFO:teuthology.orchestra.run.smithi006.stdout: libradosstriper1 x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 509 k 2024-09-10T16:23:06.881 INFO:teuthology.orchestra.run.smithi006.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-10T16:23:06.881 INFO:teuthology.orchestra.run.smithi006.stdout: librgw2 x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 5.5 M 2024-09-10T16:23:06.881 INFO:teuthology.orchestra.run.smithi006.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-10T16:23:06.882 INFO:teuthology.orchestra.run.smithi006.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-10T16:23:06.882 INFO:teuthology.orchestra.run.smithi006.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-10T16:23:06.882 INFO:teuthology.orchestra.run.smithi006.stdout: python3-ceph-argparse x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 45 k 2024-09-10T16:23:06.882 INFO:teuthology.orchestra.run.smithi006.stdout: python3-ceph-common x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 143 k 2024-09-10T16:23:06.882 INFO:teuthology.orchestra.run.smithi006.stdout: python3-cephfs x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 161 k 2024-09-10T16:23:06.882 INFO:teuthology.orchestra.run.smithi006.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-10T16:23:06.882 INFO:teuthology.orchestra.run.smithi006.stdout: python3-rados x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 321 k 2024-09-10T16:23:06.882 INFO:teuthology.orchestra.run.smithi006.stdout: python3-rbd x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 306 k 2024-09-10T16:23:06.882 INFO:teuthology.orchestra.run.smithi006.stdout: python3-rgw x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 99 k 2024-09-10T16:23:06.882 INFO:teuthology.orchestra.run.smithi006.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-10T16:23:06.882 INFO:teuthology.orchestra.run.smithi006.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-10T16:23:06.882 INFO:teuthology.orchestra.run.smithi006.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-10T16:23:06.882 INFO:teuthology.orchestra.run.smithi006.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-10T16:23:06.883 INFO:teuthology.orchestra.run.smithi006.stdout:Installing weak dependencies: 2024-09-10T16:23:06.883 INFO:teuthology.orchestra.run.smithi006.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-10T16:23:06.883 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:23:06.883 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2024-09-10T16:23:06.883 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:23:06.883 INFO:teuthology.orchestra.run.smithi006.stdout:Install 31 Packages 2024-09-10T16:23:06.883 INFO:teuthology.orchestra.run.smithi006.stdout:Upgrade 2 Packages 2024-09-10T16:23:06.883 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:23:06.884 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 62 M 2024-09-10T16:23:06.884 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2024-09-10T16:23:07.669 INFO:teuthology.orchestra.run.smithi006.stdout:(1/33): ceph-base-19.3.0-4858.gbad1f558.el9.x86 11 MB/s | 5.5 MB 00:00 2024-09-10T16:23:07.728 INFO:teuthology.orchestra.run.smithi006.stdout:(2/33): ceph-selinux-19.3.0-4858.gbad1f558.el9. 432 kB/s | 25 kB 00:00 2024-09-10T16:23:07.811 INFO:teuthology.orchestra.run.smithi006.stdout:(3/33): libcephfs2-19.3.0-4858.gbad1f558.el9.x8 8.9 MB/s | 755 kB 00:00 2024-09-10T16:23:07.895 INFO:teuthology.orchestra.run.smithi006.stdout:(4/33): libradosstriper1-19.3.0-4858.gbad1f558. 6.0 MB/s | 509 kB 00:00 2024-09-10T16:23:07.914 INFO:teuthology.orchestra.run.smithi144.stdout:Dependencies resolved. 2024-09-10T16:23:07.916 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:23:07.916 INFO:teuthology.orchestra.run.smithi144.stdout: Package Arch Version Repository Size 2024-09-10T16:23:07.916 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:23:07.916 INFO:teuthology.orchestra.run.smithi144.stdout:Installing: 2024-09-10T16:23:07.916 INFO:teuthology.orchestra.run.smithi144.stdout: ceph-radosgw x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 11 M 2024-09-10T16:23:07.917 INFO:teuthology.orchestra.run.smithi144.stdout:Upgrading: 2024-09-10T16:23:07.917 INFO:teuthology.orchestra.run.smithi144.stdout: librados2 x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 3.5 M 2024-09-10T16:23:07.917 INFO:teuthology.orchestra.run.smithi144.stdout: librbd1 x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 3.2 M 2024-09-10T16:23:07.917 INFO:teuthology.orchestra.run.smithi144.stdout:Installing dependencies: 2024-09-10T16:23:07.917 INFO:teuthology.orchestra.run.smithi144.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-10T16:23:07.917 INFO:teuthology.orchestra.run.smithi144.stdout: ceph-base x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 5.5 M 2024-09-10T16:23:07.917 INFO:teuthology.orchestra.run.smithi144.stdout: ceph-common x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 22 M 2024-09-10T16:23:07.917 INFO:teuthology.orchestra.run.smithi144.stdout: ceph-selinux x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 25 k 2024-09-10T16:23:07.917 INFO:teuthology.orchestra.run.smithi144.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-09-10T16:23:07.917 INFO:teuthology.orchestra.run.smithi144.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-10T16:23:07.917 INFO:teuthology.orchestra.run.smithi144.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-10T16:23:07.917 INFO:teuthology.orchestra.run.smithi144.stdout: libcephfs2 x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 755 k 2024-09-10T16:23:07.917 INFO:teuthology.orchestra.run.smithi144.stdout: libnbd x86_64 1.20.2-2.el9 appstream 171 k 2024-09-10T16:23:07.918 INFO:teuthology.orchestra.run.smithi144.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-10T16:23:07.918 INFO:teuthology.orchestra.run.smithi144.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-10T16:23:07.918 INFO:teuthology.orchestra.run.smithi144.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-10T16:23:07.918 INFO:teuthology.orchestra.run.smithi144.stdout: libradosstriper1 x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 509 k 2024-09-10T16:23:07.918 INFO:teuthology.orchestra.run.smithi144.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-10T16:23:07.918 INFO:teuthology.orchestra.run.smithi144.stdout: librgw2 x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 5.5 M 2024-09-10T16:23:07.918 INFO:teuthology.orchestra.run.smithi144.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-10T16:23:07.918 INFO:teuthology.orchestra.run.smithi144.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-10T16:23:07.918 INFO:teuthology.orchestra.run.smithi144.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-10T16:23:07.918 INFO:teuthology.orchestra.run.smithi144.stdout: python3-ceph-argparse x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 45 k 2024-09-10T16:23:07.918 INFO:teuthology.orchestra.run.smithi144.stdout: python3-ceph-common x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 143 k 2024-09-10T16:23:07.918 INFO:teuthology.orchestra.run.smithi144.stdout: python3-cephfs x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 161 k 2024-09-10T16:23:07.918 INFO:teuthology.orchestra.run.smithi144.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-10T16:23:07.918 INFO:teuthology.orchestra.run.smithi144.stdout: python3-rados x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 321 k 2024-09-10T16:23:07.919 INFO:teuthology.orchestra.run.smithi144.stdout: python3-rbd x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 306 k 2024-09-10T16:23:07.919 INFO:teuthology.orchestra.run.smithi144.stdout: python3-rgw x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 99 k 2024-09-10T16:23:07.919 INFO:teuthology.orchestra.run.smithi144.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-10T16:23:07.919 INFO:teuthology.orchestra.run.smithi144.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-10T16:23:07.919 INFO:teuthology.orchestra.run.smithi144.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-10T16:23:07.919 INFO:teuthology.orchestra.run.smithi144.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-10T16:23:07.919 INFO:teuthology.orchestra.run.smithi144.stdout:Installing weak dependencies: 2024-09-10T16:23:07.919 INFO:teuthology.orchestra.run.smithi144.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-10T16:23:07.919 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:23:07.919 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction Summary 2024-09-10T16:23:07.919 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:23:07.919 INFO:teuthology.orchestra.run.smithi144.stdout:Install 31 Packages 2024-09-10T16:23:07.919 INFO:teuthology.orchestra.run.smithi144.stdout:Upgrade 2 Packages 2024-09-10T16:23:07.920 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:23:07.920 INFO:teuthology.orchestra.run.smithi144.stdout:Total download size: 62 M 2024-09-10T16:23:07.920 INFO:teuthology.orchestra.run.smithi144.stdout:Downloading Packages: 2024-09-10T16:23:08.136 INFO:teuthology.orchestra.run.smithi176.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-09-10T16:23:08.170 INFO:teuthology.orchestra.run.smithi006.stdout:(5/33): librgw2-19.3.0-4858.gbad1f558.el9.x86_6 20 MB/s | 5.5 MB 00:00 2024-09-10T16:23:08.295 INFO:teuthology.orchestra.run.smithi006.stdout:(6/33): ceph-radosgw-19.3.0-4858.gbad1f558.el9. 9.7 MB/s | 11 MB 00:01 2024-09-10T16:23:08.320 INFO:teuthology.orchestra.run.smithi006.stdout:(7/33): python3-ceph-argparse-19.3.0-4858.gbad1 301 kB/s | 45 kB 00:00 2024-09-10T16:23:08.346 INFO:teuthology.orchestra.run.smithi006.stdout:(8/33): python3-ceph-common-19.3.0-4858.gbad1f5 2.8 MB/s | 143 kB 00:00 2024-09-10T16:23:08.554 INFO:teuthology.orchestra.run.smithi006.stdout:(9/33): ceph-common-19.3.0-4858.gbad1f558.el9.x 16 MB/s | 22 MB 00:01 2024-09-10T16:23:08.579 INFO:teuthology.orchestra.run.smithi006.stdout:(10/33): python3-cephfs-19.3.0-4858.gbad1f558.e 624 kB/s | 161 kB 00:00 2024-09-10T16:23:08.592 INFO:teuthology.orchestra.run.smithi144.stdout:(1/33): ceph-base-19.3.0-4858.gbad1f558.el9.x86 12 MB/s | 5.5 MB 00:00 2024-09-10T16:23:08.605 INFO:teuthology.orchestra.run.smithi006.stdout:(11/33): python3-rados-19.3.0-4858.gbad1f558.el 1.2 MB/s | 321 kB 00:00 2024-09-10T16:23:08.630 INFO:teuthology.orchestra.run.smithi006.stdout:(12/33): python3-rgw-19.3.0-4858.gbad1f558.el9. 1.9 MB/s | 99 kB 00:00 2024-09-10T16:23:08.655 INFO:teuthology.orchestra.run.smithi006.stdout:(13/33): python3-rbd-19.3.0-4858.gbad1f558.el9. 3.0 MB/s | 306 kB 00:00 2024-09-10T16:23:08.659 INFO:teuthology.orchestra.run.smithi144.stdout:(2/33): ceph-selinux-19.3.0-4858.gbad1f558.el9. 376 kB/s | 25 kB 00:00 2024-09-10T16:23:08.739 INFO:teuthology.orchestra.run.smithi006.stdout:(14/33): boost-program-options-1.75.0-8.el9.x86 800 kB/s | 107 kB 00:00 2024-09-10T16:23:08.764 INFO:teuthology.orchestra.run.smithi006.stdout:(15/33): libnbd-1.20.2-2.el9.x86_64.rpm 1.2 MB/s | 171 kB 00:00 2024-09-10T16:23:08.768 INFO:teuthology.orchestra.run.smithi144.stdout:(3/33): libcephfs2-19.3.0-4858.gbad1f558.el9.x8 6.8 MB/s | 755 kB 00:00 2024-09-10T16:23:08.814 INFO:teuthology.orchestra.run.smithi006.stdout:(16/33): librabbitmq-0.11.0-7.el9.x86_64.rpm 602 kB/s | 45 kB 00:00 2024-09-10T16:23:08.840 INFO:teuthology.orchestra.run.smithi006.stdout:(17/33): libpmemobj-1.12.1-1.el9.x86_64.rpm 870 kB/s | 160 kB 00:00 2024-09-10T16:23:08.881 INFO:teuthology.orchestra.run.smithi006.stdout:(18/33): librdkafka-1.6.1-102.el9.x86_64.rpm 5.5 MB/s | 662 kB 00:00 2024-09-10T16:23:08.885 INFO:teuthology.orchestra.run.smithi144.stdout:(4/33): ceph-radosgw-19.3.0-4858.gbad1f558.el9. 14 MB/s | 11 MB 00:00 2024-09-10T16:23:08.915 INFO:teuthology.orchestra.run.smithi006.stdout:(19/33): python3-prettytable-0.7.2-27.el9.noarc 563 kB/s | 42 kB 00:00 2024-09-10T16:23:08.918 INFO:teuthology.orchestra.run.smithi144.stdout:(5/33): libradosstriper1-19.3.0-4858.gbad1f558. 3.3 MB/s | 509 kB 00:00 2024-09-10T16:23:08.949 INFO:teuthology.orchestra.run.smithi006.stdout:(20/33): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.1 MB/s | 292 kB 00:00 2024-09-10T16:23:08.974 INFO:teuthology.orchestra.run.smithi006.stdout:(21/33): qatlib-24.02.0-1.el9.x86_64.rpm 2.3 MB/s | 221 kB 00:00 2024-09-10T16:23:08.985 INFO:teuthology.orchestra.run.smithi144.stdout:(6/33): python3-ceph-argparse-19.3.0-4858.gbad1 677 kB/s | 45 kB 00:00 2024-09-10T16:23:09.007 INFO:teuthology.orchestra.run.smithi006.stdout:(22/33): qatlib-service-24.02.0-1.el9.x86_64.rp 390 kB/s | 36 kB 00:00 2024-09-10T16:23:09.033 INFO:teuthology.orchestra.run.smithi006.stdout:(23/33): qatzip-libs-1.2.0-1.el9.x86_64.rpm 567 kB/s | 47 kB 00:00 2024-09-10T16:23:09.061 INFO:teuthology.orchestra.run.smithi144.stdout:(7/33): python3-ceph-common-19.3.0-4858.gbad1f5 1.9 MB/s | 143 kB 00:00 2024-09-10T16:23:09.091 INFO:teuthology.orchestra.run.smithi006.stdout:(24/33): gperftools-libs-2.9.1-2.el9.x86_64.rpm 2.6 MB/s | 309 kB 00:00 2024-09-10T16:23:09.117 INFO:teuthology.orchestra.run.smithi006.stdout:(25/33): liboath-2.6.7-2.el9.x86_64.rpm 2.1 MB/s | 49 kB 00:00 2024-09-10T16:23:09.136 INFO:teuthology.orchestra.run.smithi144.stdout:(8/33): librgw2-19.3.0-4858.gbad1f558.el9.x86_6 22 MB/s | 5.5 MB 00:00 2024-09-10T16:23:09.142 INFO:teuthology.orchestra.run.smithi006.stdout:(26/33): libarrow-doc-9.0.0-11.el9.noarch.rpm 280 kB/s | 26 kB 00:00 2024-09-10T16:23:09.161 INFO:teuthology.orchestra.run.smithi144.stdout:(9/33): python3-cephfs-19.3.0-4858.gbad1f558.el 1.6 MB/s | 161 kB 00:00 2024-09-10T16:23:09.167 INFO:teuthology.orchestra.run.smithi006.stdout:(27/33): libunwind-1.6.2-1.el9.x86_64.rpm 1.3 MB/s | 67 kB 00:00 2024-09-10T16:23:09.195 INFO:teuthology.orchestra.run.smithi144.stdout:(10/33): python3-rados-19.3.0-4858.gbad1f558.el 5.4 MB/s | 321 kB 00:00 2024-09-10T16:23:09.201 INFO:teuthology.orchestra.run.smithi006.stdout:(28/33): re2-20211101-20.el9.x86_64.rpm 5.7 MB/s | 191 kB 00:00 2024-09-10T16:23:09.220 INFO:teuthology.orchestra.run.smithi144.stdout:(11/33): python3-rbd-19.3.0-4858.gbad1f558.el9. 5.1 MB/s | 306 kB 00:00 2024-09-10T16:23:09.245 INFO:teuthology.orchestra.run.smithi144.stdout:(12/33): python3-rgw-19.3.0-4858.gbad1f558.el9. 1.9 MB/s | 99 kB 00:00 2024-09-10T16:23:09.259 INFO:teuthology.orchestra.run.smithi006.stdout:(29/33): parquet-libs-9.0.0-11.el9.x86_64.rpm 7.0 MB/s | 839 kB 00:00 2024-09-10T16:23:09.301 INFO:teuthology.orchestra.run.smithi006.stdout:(30/33): thrift-0.15.0-2.el9.x86_64.rpm 16 MB/s | 1.6 MB 00:00 2024-09-10T16:23:09.362 INFO:teuthology.orchestra.run.smithi144.stdout:(13/33): boost-program-options-1.75.0-8.el9.x86 753 kB/s | 107 kB 00:00 2024-09-10T16:23:09.377 INFO:teuthology.orchestra.run.smithi006.stdout:(31/33): libarrow-9.0.0-11.el9.x86_64.rpm 12 MB/s | 4.4 MB 00:00 2024-09-10T16:23:09.396 INFO:teuthology.orchestra.run.smithi144.stdout:(14/33): libnbd-1.20.2-2.el9.x86_64.rpm 1.1 MB/s | 171 kB 00:00 2024-09-10T16:23:09.460 INFO:teuthology.orchestra.run.smithi006.stdout:(32/33): librados2-19.3.0-4858.gbad1f558.el9.x8 17 MB/s | 3.5 MB 00:00 2024-09-10T16:23:09.613 INFO:teuthology.orchestra.run.smithi144.stdout:(15/33): ceph-common-19.3.0-4858.gbad1f558.el9. 15 MB/s | 22 MB 00:01 2024-09-10T16:23:09.619 INFO:teuthology.orchestra.run.smithi006.stdout:(33/33): librbd1-19.3.0-4858.gbad1f558.el9.x86_ 10 MB/s | 3.2 MB 00:00 2024-09-10T16:23:09.625 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:23:09.625 INFO:teuthology.orchestra.run.smithi006.stdout:Total 23 MB/s | 62 MB 00:02 2024-09-10T16:23:09.638 INFO:teuthology.orchestra.run.smithi144.stdout:(16/33): libpmemobj-1.12.1-1.el9.x86_64.rpm 581 kB/s | 160 kB 00:00 2024-09-10T16:23:09.664 INFO:teuthology.orchestra.run.smithi144.stdout:(17/33): librabbitmq-0.11.0-7.el9.x86_64.rpm 169 kB/s | 45 kB 00:00 2024-09-10T16:23:09.714 INFO:teuthology.orchestra.run.smithi144.stdout:(18/33): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.8 MB/s | 292 kB 00:00 2024-09-10T16:23:09.731 INFO:teuthology.orchestra.run.smithi144.stdout:(19/33): python3-prettytable-0.7.2-27.el9.noarc 630 kB/s | 42 kB 00:00 2024-09-10T16:23:09.742 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2024-09-10T16:23:09.764 INFO:teuthology.orchestra.run.smithi144.stdout:(20/33): qatlib-24.02.0-1.el9.x86_64.rpm 4.3 MB/s | 221 kB 00:00 2024-09-10T16:23:09.781 INFO:teuthology.orchestra.run.smithi144.stdout:(21/33): qatlib-service-24.02.0-1.el9.x86_64.rp 713 kB/s | 36 kB 00:00 2024-09-10T16:23:09.784 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2024-09-10T16:23:09.785 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2024-09-10T16:23:09.815 INFO:teuthology.orchestra.run.smithi144.stdout:(22/33): qatzip-libs-1.2.0-1.el9.x86_64.rpm 941 kB/s | 47 kB 00:00 2024-09-10T16:23:09.849 INFO:teuthology.orchestra.run.smithi144.stdout:(23/33): librdkafka-1.6.1-102.el9.x86_64.rpm 2.8 MB/s | 662 kB 00:00 2024-09-10T16:23:09.882 INFO:teuthology.orchestra.run.smithi144.stdout:(24/33): gperftools-libs-2.9.1-2.el9.x86_64.rpm 3.0 MB/s | 309 kB 00:00 2024-09-10T16:23:09.916 INFO:teuthology.orchestra.run.smithi144.stdout:(25/33): liboath-2.6.7-2.el9.x86_64.rpm 1.5 MB/s | 49 kB 00:00 2024-09-10T16:23:09.941 INFO:teuthology.orchestra.run.smithi144.stdout:(26/33): libarrow-doc-9.0.0-11.el9.noarch.rpm 287 kB/s | 26 kB 00:00 2024-09-10T16:23:09.975 INFO:teuthology.orchestra.run.smithi144.stdout:(27/33): libunwind-1.6.2-1.el9.x86_64.rpm 1.1 MB/s | 67 kB 00:00 2024-09-10T16:23:10.000 INFO:teuthology.orchestra.run.smithi144.stdout:(28/33): re2-20211101-20.el9.x86_64.rpm 7.6 MB/s | 191 kB 00:00 2024-09-10T16:23:10.050 INFO:teuthology.orchestra.run.smithi144.stdout:(29/33): parquet-libs-9.0.0-11.el9.x86_64.rpm 7.5 MB/s | 839 kB 00:00 2024-09-10T16:23:10.101 INFO:teuthology.orchestra.run.smithi144.stdout:(30/33): thrift-0.15.0-2.el9.x86_64.rpm 16 MB/s | 1.6 MB 00:00 2024-09-10T16:23:10.185 INFO:teuthology.orchestra.run.smithi144.stdout:(31/33): libarrow-9.0.0-11.el9.x86_64.rpm 12 MB/s | 4.4 MB 00:00 2024-09-10T16:23:10.285 INFO:teuthology.orchestra.run.smithi144.stdout:(32/33): librados2-19.3.0-4858.gbad1f558.el9.x8 15 MB/s | 3.5 MB 00:00 2024-09-10T16:23:10.334 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2024-09-10T16:23:10.334 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2024-09-10T16:23:10.360 INFO:teuthology.orchestra.run.smithi144.stdout:(33/33): librbd1-19.3.0-4858.gbad1f558.el9.x86_ 13 MB/s | 3.2 MB 00:00 2024-09-10T16:23:10.365 INFO:teuthology.orchestra.run.smithi144.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:23:10.365 INFO:teuthology.orchestra.run.smithi144.stdout:Total 25 MB/s | 62 MB 00:02 2024-09-10T16:23:10.473 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction check 2024-09-10T16:23:10.509 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction check succeeded. 2024-09-10T16:23:10.509 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction test 2024-09-10T16:23:10.516 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-09-10T16:23:10.518 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:23:10.518 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repository Size 2024-09-10T16:23:10.519 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:23:10.519 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-09-10T16:23:10.519 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-radosgw x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 11 M 2024-09-10T16:23:10.519 INFO:teuthology.orchestra.run.smithi176.stdout:Upgrading: 2024-09-10T16:23:10.519 INFO:teuthology.orchestra.run.smithi176.stdout: librados2 x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 3.5 M 2024-09-10T16:23:10.519 INFO:teuthology.orchestra.run.smithi176.stdout: librbd1 x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 3.2 M 2024-09-10T16:23:10.519 INFO:teuthology.orchestra.run.smithi176.stdout:Installing dependencies: 2024-09-10T16:23:10.519 INFO:teuthology.orchestra.run.smithi176.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-10T16:23:10.519 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-base x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 5.5 M 2024-09-10T16:23:10.519 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-common x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 22 M 2024-09-10T16:23:10.519 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-selinux x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 25 k 2024-09-10T16:23:10.519 INFO:teuthology.orchestra.run.smithi176.stdout: gperftools-libs x86_64 2.9.1-2.el9 epel 309 k 2024-09-10T16:23:10.519 INFO:teuthology.orchestra.run.smithi176.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-10T16:23:10.519 INFO:teuthology.orchestra.run.smithi176.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-10T16:23:10.520 INFO:teuthology.orchestra.run.smithi176.stdout: libcephfs2 x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 755 k 2024-09-10T16:23:10.520 INFO:teuthology.orchestra.run.smithi176.stdout: libnbd x86_64 1.20.2-2.el9 appstream 171 k 2024-09-10T16:23:10.520 INFO:teuthology.orchestra.run.smithi176.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-10T16:23:10.520 INFO:teuthology.orchestra.run.smithi176.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-10T16:23:10.520 INFO:teuthology.orchestra.run.smithi176.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-10T16:23:10.520 INFO:teuthology.orchestra.run.smithi176.stdout: libradosstriper1 x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 509 k 2024-09-10T16:23:10.520 INFO:teuthology.orchestra.run.smithi176.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-10T16:23:10.520 INFO:teuthology.orchestra.run.smithi176.stdout: librgw2 x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 5.5 M 2024-09-10T16:23:10.520 INFO:teuthology.orchestra.run.smithi176.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-10T16:23:10.520 INFO:teuthology.orchestra.run.smithi176.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-10T16:23:10.520 INFO:teuthology.orchestra.run.smithi176.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-10T16:23:10.520 INFO:teuthology.orchestra.run.smithi176.stdout: python3-ceph-argparse x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 45 k 2024-09-10T16:23:10.520 INFO:teuthology.orchestra.run.smithi176.stdout: python3-ceph-common x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 143 k 2024-09-10T16:23:10.521 INFO:teuthology.orchestra.run.smithi176.stdout: python3-cephfs x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 161 k 2024-09-10T16:23:10.521 INFO:teuthology.orchestra.run.smithi176.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-10T16:23:10.521 INFO:teuthology.orchestra.run.smithi176.stdout: python3-rados x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 321 k 2024-09-10T16:23:10.521 INFO:teuthology.orchestra.run.smithi176.stdout: python3-rbd x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 306 k 2024-09-10T16:23:10.521 INFO:teuthology.orchestra.run.smithi176.stdout: python3-rgw x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 99 k 2024-09-10T16:23:10.521 INFO:teuthology.orchestra.run.smithi176.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-10T16:23:10.521 INFO:teuthology.orchestra.run.smithi176.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-10T16:23:10.521 INFO:teuthology.orchestra.run.smithi176.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-10T16:23:10.521 INFO:teuthology.orchestra.run.smithi176.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-10T16:23:10.521 INFO:teuthology.orchestra.run.smithi176.stdout:Installing weak dependencies: 2024-09-10T16:23:10.521 INFO:teuthology.orchestra.run.smithi176.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-10T16:23:10.521 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:23:10.521 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-09-10T16:23:10.521 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:23:10.522 INFO:teuthology.orchestra.run.smithi176.stdout:Install 31 Packages 2024-09-10T16:23:10.522 INFO:teuthology.orchestra.run.smithi176.stdout:Upgrade 2 Packages 2024-09-10T16:23:10.522 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:23:10.522 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 62 M 2024-09-10T16:23:10.523 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-09-10T16:23:11.034 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction test succeeded. 2024-09-10T16:23:11.034 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction 2024-09-10T16:23:11.270 INFO:teuthology.orchestra.run.smithi176.stdout:(1/33): ceph-base-19.3.0-4858.gbad1f558.el9.x86 9.9 MB/s | 5.5 MB 00:00 2024-09-10T16:23:11.337 INFO:teuthology.orchestra.run.smithi176.stdout:(2/33): ceph-selinux-19.3.0-4858.gbad1f558.el9. 377 kB/s | 25 kB 00:00 2024-09-10T16:23:11.496 INFO:teuthology.orchestra.run.smithi176.stdout:(3/33): ceph-radosgw-19.3.0-4858.gbad1f558.el9. 14 MB/s | 11 MB 00:00 2024-09-10T16:23:11.529 INFO:teuthology.orchestra.run.smithi176.stdout:(4/33): libcephfs2-19.3.0-4858.gbad1f558.el9.x8 3.8 MB/s | 755 kB 00:00 2024-09-10T16:23:11.563 INFO:teuthology.orchestra.run.smithi176.stdout:(5/33): libradosstriper1-19.3.0-4858.gbad1f558. 7.4 MB/s | 509 kB 00:00 2024-09-10T16:23:11.630 INFO:teuthology.orchestra.run.smithi176.stdout:(6/33): python3-ceph-argparse-19.3.0-4858.gbad1 677 kB/s | 45 kB 00:00 2024-09-10T16:23:11.713 INFO:teuthology.orchestra.run.smithi176.stdout:(7/33): python3-ceph-common-19.3.0-4858.gbad1f5 1.7 MB/s | 143 kB 00:00 2024-09-10T16:23:11.829 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2024-09-10T16:23:11.830 INFO:teuthology.orchestra.run.smithi176.stdout:(8/33): librgw2-19.3.0-4858.gbad1f558.el9.x86_6 18 MB/s | 5.5 MB 00:00 2024-09-10T16:23:11.914 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/35 2024-09-10T16:23:11.957 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/35 2024-09-10T16:23:11.991 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/35 2024-09-10T16:23:12.013 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-10T16:23:12.031 INFO:teuthology.orchestra.run.smithi176.stdout:(9/33): ceph-common-19.3.0-4858.gbad1f558.el9.x 17 MB/s | 22 MB 00:01 2024-09-10T16:23:12.035 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-10T16:23:12.056 INFO:teuthology.orchestra.run.smithi176.stdout:(10/33): python3-cephfs-19.3.0-4858.gbad1f558.e 472 kB/s | 161 kB 00:00 2024-09-10T16:23:12.081 INFO:teuthology.orchestra.run.smithi176.stdout:(11/33): python3-rados-19.3.0-4858.gbad1f558.el 1.3 MB/s | 321 kB 00:00 2024-09-10T16:23:12.106 INFO:teuthology.orchestra.run.smithi176.stdout:(12/33): python3-rgw-19.3.0-4858.gbad1f558.el9. 1.9 MB/s | 99 kB 00:00 2024-09-10T16:23:12.132 INFO:teuthology.orchestra.run.smithi176.stdout:(13/33): python3-rbd-19.3.0-4858.gbad1f558.el9. 4.0 MB/s | 306 kB 00:00 2024-09-10T16:23:12.226 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-10T16:23:12.283 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-10T16:23:12.522 INFO:teuthology.orchestra.run.smithi144.stdout: Preparing : 1/1 2024-09-10T16:23:12.548 INFO:teuthology.orchestra.run.smithi176.stdout:(14/33): boost-program-options-1.75.0-8.el9.x86 229 kB/s | 107 kB 00:00 2024-09-10T16:23:12.614 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/35 2024-09-10T16:23:12.632 INFO:teuthology.orchestra.run.smithi176.stdout:(15/33): libpmemobj-1.12.1-1.el9.x86_64.rpm 320 kB/s | 160 kB 00:00 2024-09-10T16:23:12.648 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/35 2024-09-10T16:23:12.658 INFO:teuthology.orchestra.run.smithi176.stdout:(16/33): libnbd-1.20.2-2.el9.x86_64.rpm 310 kB/s | 171 kB 00:00 2024-09-10T16:23:12.682 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/35 2024-09-10T16:23:12.683 INFO:teuthology.orchestra.run.smithi176.stdout:(17/33): librabbitmq-0.11.0-7.el9.x86_64.rpm 337 kB/s | 45 kB 00:00 2024-09-10T16:23:12.689 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/35 2024-09-10T16:23:12.704 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-10T16:23:12.724 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-10T16:23:12.750 INFO:teuthology.orchestra.run.smithi006.stdout: Upgrading : librados2-2:19.3.0-4858.gbad1f558.el9.x86_64 7/35 2024-09-10T16:23:12.800 INFO:teuthology.orchestra.run.smithi176.stdout:(18/33): python3-prettytable-0.7.2-27.el9.noarc 363 kB/s | 42 kB 00:00 2024-09-10T16:23:12.843 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: librados2-2:19.3.0-4858.gbad1f558.el9.x86_64 7/35 2024-09-10T16:23:12.915 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-10T16:23:12.933 INFO:teuthology.orchestra.run.smithi176.stdout:(19/33): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.0 MB/s | 292 kB 00:00 2024-09-10T16:23:12.934 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-rados-2:19.3.0-4858.gbad1f558.el9.x86_64 8/35 2024-09-10T16:23:12.968 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-10T16:23:12.969 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : libcephfs2-2:19.3.0-4858.gbad1f558.el9.x86_64 9/35 2024-09-10T16:23:12.984 INFO:teuthology.orchestra.run.smithi176.stdout:(20/33): librdkafka-1.6.1-102.el9.x86_64.rpm 1.8 MB/s | 662 kB 00:00 2024-09-10T16:23:13.026 INFO:teuthology.orchestra.run.smithi176.stdout:(21/33): qatlib-service-24.02.0-1.el9.x86_64.rp 390 kB/s | 36 kB 00:00 2024-09-10T16:23:13.032 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: libcephfs2-2:19.3.0-4858.gbad1f558.el9.x86_64 9/35 2024-09-10T16:23:13.060 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/35 2024-09-10T16:23:13.076 INFO:teuthology.orchestra.run.smithi176.stdout:(22/33): gperftools-libs-2.9.1-2.el9.x86_64.rpm 6.0 MB/s | 309 kB 00:00 2024-09-10T16:23:13.104 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-ceph-argparse-2:19.3.0-4858.gbad1f558.el9. 11/35 2024-09-10T16:23:13.109 INFO:teuthology.orchestra.run.smithi176.stdout:(23/33): qatlib-24.02.0-1.el9.x86_64.rpm 713 kB/s | 221 kB 00:00 2024-09-10T16:23:13.126 INFO:teuthology.orchestra.run.smithi176.stdout:(24/33): qatzip-libs-1.2.0-1.el9.x86_64.rpm 333 kB/s | 47 kB 00:00 2024-09-10T16:23:13.168 INFO:teuthology.orchestra.run.smithi176.stdout:(25/33): libarrow-doc-9.0.0-11.el9.noarch.rpm 445 kB/s | 26 kB 00:00 2024-09-10T16:23:13.175 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-cephfs-2:19.3.0-4858.gbad1f558.el9.x86_64 12/35 2024-09-10T16:23:13.194 INFO:teuthology.orchestra.run.smithi176.stdout:(26/33): libunwind-1.6.2-1.el9.x86_64.rpm 2.8 MB/s | 67 kB 00:00 2024-09-10T16:23:13.204 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : libradosstriper1-2:19.3.0-4858.gbad1f558.el9.x86_6 13/35 2024-09-10T16:23:13.219 INFO:teuthology.orchestra.run.smithi176.stdout:(27/33): liboath-2.6.7-2.el9.x86_64.rpm 573 kB/s | 49 kB 00:00 2024-09-10T16:23:13.252 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: libradosstriper1-2:19.3.0-4858.gbad1f558.el9.x86_6 13/35 2024-09-10T16:23:13.269 INFO:teuthology.orchestra.run.smithi176.stdout:(28/33): parquet-libs-9.0.0-11.el9.x86_64.rpm 11 MB/s | 839 kB 00:00 2024-09-10T16:23:13.278 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/35 2024-09-10T16:23:13.311 INFO:teuthology.orchestra.run.smithi176.stdout:(29/33): re2-20211101-20.el9.x86_64.rpm 2.0 MB/s | 191 kB 00:00 2024-09-10T16:23:13.363 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/35 2024-09-10T16:23:13.370 INFO:teuthology.orchestra.run.smithi176.stdout:(30/33): thrift-0.15.0-2.el9.x86_64.rpm 16 MB/s | 1.6 MB 00:00 2024-09-10T16:23:13.390 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/35 2024-09-10T16:23:13.429 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/35 2024-09-10T16:23:13.437 INFO:teuthology.orchestra.run.smithi176.stdout:(31/33): libarrow-9.0.0-11.el9.x86_64.rpm 12 MB/s | 4.4 MB 00:00 2024-09-10T16:23:13.450 INFO:teuthology.orchestra.run.smithi144.stdout: Upgrading : librados2-2:19.3.0-4858.gbad1f558.el9.x86_64 7/35 2024-09-10T16:23:13.470 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/35 2024-09-10T16:23:13.502 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/35 2024-09-10T16:23:13.531 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/35 2024-09-10T16:23:13.553 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: librados2-2:19.3.0-4858.gbad1f558.el9.x86_64 7/35 2024-09-10T16:23:13.564 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-10T16:23:13.579 INFO:teuthology.orchestra.run.smithi176.stdout:(32/33): librados2-19.3.0-4858.gbad1f558.el9.x8 13 MB/s | 3.5 MB 00:00 2024-09-10T16:23:13.624 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/35 2024-09-10T16:23:13.643 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-rados-2:19.3.0-4858.gbad1f558.el9.x86_64 8/35 2024-09-10T16:23:13.645 INFO:teuthology.orchestra.run.smithi176.stdout:(33/33): librbd1-19.3.0-4858.gbad1f558.el9.x86_ 12 MB/s | 3.2 MB 00:00 2024-09-10T16:23:13.651 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:23:13.651 INFO:teuthology.orchestra.run.smithi176.stdout:Total 20 MB/s | 62 MB 00:03 2024-09-10T16:23:13.662 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : libcephfs2-2:19.3.0-4858.gbad1f558.el9.x86_64 9/35 2024-09-10T16:23:13.725 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: libcephfs2-2:19.3.0-4858.gbad1f558.el9.x86_64 9/35 2024-09-10T16:23:13.762 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/35 2024-09-10T16:23:13.766 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-09-10T16:23:13.803 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-09-10T16:23:13.803 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-09-10T16:23:13.814 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-ceph-argparse-2:19.3.0-4858.gbad1f558.el9. 11/35 2024-09-10T16:23:13.885 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-cephfs-2:19.3.0-4858.gbad1f558.el9.x86_64 12/35 2024-09-10T16:23:13.906 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : libradosstriper1-2:19.3.0-4858.gbad1f558.el9.x86_6 13/35 2024-09-10T16:23:13.970 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: libradosstriper1-2:19.3.0-4858.gbad1f558.el9.x86_6 13/35 2024-09-10T16:23:13.971 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : libnbd-1.20.2-2.el9.x86_64 22/35 2024-09-10T16:23:14.005 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/35 2024-09-10T16:23:14.019 INFO:teuthology.orchestra.run.smithi006.stdout: Upgrading : librbd1-2:19.3.0-4858.gbad1f558.el9.x86_64 23/35 2024-09-10T16:23:14.116 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/35 2024-09-10T16:23:14.121 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: librbd1-2:19.3.0-4858.gbad1f558.el9.x86_64 23/35 2024-09-10T16:23:14.147 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/35 2024-09-10T16:23:14.149 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-rbd-2:19.3.0-4858.gbad1f558.el9.x86_64 24/35 2024-09-10T16:23:14.186 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 25/35 2024-09-10T16:23:14.189 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/35 2024-09-10T16:23:14.221 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/35 2024-09-10T16:23:14.251 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/35 2024-09-10T16:23:14.284 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-10T16:23:14.321 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/35 2024-09-10T16:23:14.329 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-09-10T16:23:14.330 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-09-10T16:23:14.637 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : libnbd-1.20.2-2.el9.x86_64 22/35 2024-09-10T16:23:14.697 INFO:teuthology.orchestra.run.smithi144.stdout: Upgrading : librbd1-2:19.3.0-4858.gbad1f558.el9.x86_64 23/35 2024-09-10T16:23:14.707 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 26/35 2024-09-10T16:23:14.738 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : librgw2-2:19.3.0-4858.gbad1f558.el9.x86_64 27/35 2024-09-10T16:23:14.787 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: librbd1-2:19.3.0-4858.gbad1f558.el9.x86_64 23/35 2024-09-10T16:23:14.810 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: librgw2-2:19.3.0-4858.gbad1f558.el9.x86_64 27/35 2024-09-10T16:23:14.827 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-rbd-2:19.3.0-4858.gbad1f558.el9.x86_64 24/35 2024-09-10T16:23:14.863 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 25/35 2024-09-10T16:23:14.892 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-rgw-2:19.3.0-4858.gbad1f558.el9.x86_64 28/35 2024-09-10T16:23:14.924 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-ceph-common-2:19.3.0-4858.gbad1f558.el9.x8 29/35 2024-09-10T16:23:15.351 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 26/35 2024-09-10T16:23:15.383 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : librgw2-2:19.3.0-4858.gbad1f558.el9.x86_64 27/35 2024-09-10T16:23:15.442 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: librgw2-2:19.3.0-4858.gbad1f558.el9.x86_64 27/35 2024-09-10T16:23:15.523 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-rgw-2:19.3.0-4858.gbad1f558.el9.x86_64 28/35 2024-09-10T16:23:15.552 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-ceph-common-2:19.3.0-4858.gbad1f558.el9.x8 29/35 2024-09-10T16:23:15.811 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-09-10T16:23:15.904 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/35 2024-09-10T16:23:15.942 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/35 2024-09-10T16:23:15.967 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/35 2024-09-10T16:23:15.990 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-10T16:23:16.010 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/35 2024-09-10T16:23:16.218 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-10T16:23:16.270 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/35 2024-09-10T16:23:16.616 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/35 2024-09-10T16:23:16.744 INFO:teuthology.orchestra.run.smithi176.stdout: Upgrading : librados2-2:19.3.0-4858.gbad1f558.el9.x86_64 7/35 2024-09-10T16:23:16.836 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: librados2-2:19.3.0-4858.gbad1f558.el9.x86_64 7/35 2024-09-10T16:23:16.927 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-rados-2:19.3.0-4858.gbad1f558.el9.x86_64 8/35 2024-09-10T16:23:16.954 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : libcephfs2-2:19.3.0-4858.gbad1f558.el9.x86_64 9/35 2024-09-10T16:23:17.028 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: libcephfs2-2:19.3.0-4858.gbad1f558.el9.x86_64 9/35 2024-09-10T16:23:17.063 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/35 2024-09-10T16:23:17.117 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-ceph-argparse-2:19.3.0-4858.gbad1f558.el9. 11/35 2024-09-10T16:23:17.194 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-cephfs-2:19.3.0-4858.gbad1f558.el9.x86_64 12/35 2024-09-10T16:23:17.232 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : libradosstriper1-2:19.3.0-4858.gbad1f558.el9.x86_6 13/35 2024-09-10T16:23:17.297 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: libradosstriper1-2:19.3.0-4858.gbad1f558.el9.x86_6 13/35 2024-09-10T16:23:17.331 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/35 2024-09-10T16:23:17.441 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/35 2024-09-10T16:23:17.473 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/35 2024-09-10T16:23:17.515 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/35 2024-09-10T16:23:17.555 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : gperftools-libs-2.9.1-2.el9.x86_64 18/35 2024-09-10T16:23:17.593 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/35 2024-09-10T16:23:17.600 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-common-2:19.3.0-4858.gbad1f558.el9.x86_64 30/35 2024-09-10T16:23:17.636 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-10T16:23:17.646 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-common-2:19.3.0-4858.gbad1f558.el9.x86_64 30/35 2024-09-10T16:23:17.689 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/35 2024-09-10T16:23:17.874 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: ceph-common-2:19.3.0-4858.gbad1f558.el9.x86_64 30/35 2024-09-10T16:23:17.907 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : ceph-common-2:19.3.0-4858.gbad1f558.el9.x86_64 30/35 2024-09-10T16:23:18.019 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : libnbd-1.20.2-2.el9.x86_64 22/35 2024-09-10T16:23:18.064 INFO:teuthology.orchestra.run.smithi176.stdout: Upgrading : librbd1-2:19.3.0-4858.gbad1f558.el9.x86_64 23/35 2024-09-10T16:23:18.155 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: librbd1-2:19.3.0-4858.gbad1f558.el9.x86_64 23/35 2024-09-10T16:23:18.185 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-rbd-2:19.3.0-4858.gbad1f558.el9.x86_64 24/35 2024-09-10T16:23:18.221 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 25/35 2024-09-10T16:23:18.240 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-common-2:19.3.0-4858.gbad1f558.el9.x86_64 30/35 2024-09-10T16:23:18.282 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-base-2:19.3.0-4858.gbad1f558.el9.x86_64 31/35 2024-09-10T16:23:18.375 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-base-2:19.3.0-4858.gbad1f558.el9.x86_64 31/35 2024-09-10T16:23:18.375 INFO:teuthology.orchestra.run.smithi006.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-10T16:23:18.375 INFO:teuthology.orchestra.run.smithi006.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-10T16:23:18.375 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:23:18.417 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-selinux-2:19.3.0-4858.gbad1f558.el9.x86_64 32/35 2024-09-10T16:23:18.491 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: ceph-common-2:19.3.0-4858.gbad1f558.el9.x86_64 30/35 2024-09-10T16:23:18.527 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : ceph-base-2:19.3.0-4858.gbad1f558.el9.x86_64 31/35 2024-09-10T16:23:18.618 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: ceph-base-2:19.3.0-4858.gbad1f558.el9.x86_64 31/35 2024-09-10T16:23:18.618 INFO:teuthology.orchestra.run.smithi144.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-10T16:23:18.618 INFO:teuthology.orchestra.run.smithi144.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-10T16:23:18.618 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:23:18.645 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : ceph-selinux-2:19.3.0-4858.gbad1f558.el9.x86_64 32/35 2024-09-10T16:23:18.711 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 26/35 2024-09-10T16:23:18.742 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : librgw2-2:19.3.0-4858.gbad1f558.el9.x86_64 27/35 2024-09-10T16:23:18.815 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: librgw2-2:19.3.0-4858.gbad1f558.el9.x86_64 27/35 2024-09-10T16:23:18.892 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-rgw-2:19.3.0-4858.gbad1f558.el9.x86_64 28/35 2024-09-10T16:23:18.919 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-ceph-common-2:19.3.0-4858.gbad1f558.el9.x8 29/35 2024-09-10T16:23:21.308 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-common-2:19.3.0-4858.gbad1f558.el9.x86_64 30/35 2024-09-10T16:23:21.341 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-common-2:19.3.0-4858.gbad1f558.el9.x86_64 30/35 2024-09-10T16:23:21.901 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-common-2:19.3.0-4858.gbad1f558.el9.x86_64 30/35 2024-09-10T16:23:21.936 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-base-2:19.3.0-4858.gbad1f558.el9.x86_64 31/35 2024-09-10T16:23:22.027 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-base-2:19.3.0-4858.gbad1f558.el9.x86_64 31/35 2024-09-10T16:23:22.027 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-10T16:23:22.027 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-10T16:23:22.028 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:23:22.062 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-selinux-2:19.3.0-4858.gbad1f558.el9.x86_64 32/35 2024-09-10T16:23:28.582 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: ceph-selinux-2:19.3.0-4858.gbad1f558.el9.x86_64 32/35 2024-09-10T16:23:28.582 INFO:teuthology.orchestra.run.smithi144.stdout:skipping the directory /sys 2024-09-10T16:23:28.583 INFO:teuthology.orchestra.run.smithi144.stdout:skipping the directory /proc 2024-09-10T16:23:28.583 INFO:teuthology.orchestra.run.smithi144.stdout:skipping the directory /mnt 2024-09-10T16:23:28.583 INFO:teuthology.orchestra.run.smithi144.stdout:skipping the directory /var/tmp 2024-09-10T16:23:28.583 INFO:teuthology.orchestra.run.smithi144.stdout:skipping the directory /home 2024-09-10T16:23:28.583 INFO:teuthology.orchestra.run.smithi144.stdout:skipping the directory /root 2024-09-10T16:23:28.583 INFO:teuthology.orchestra.run.smithi144.stdout:skipping the directory /tmp 2024-09-10T16:23:28.583 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:23:28.784 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-selinux-2:19.3.0-4858.gbad1f558.el9.x86_64 32/35 2024-09-10T16:23:28.784 INFO:teuthology.orchestra.run.smithi006.stdout:skipping the directory /sys 2024-09-10T16:23:28.784 INFO:teuthology.orchestra.run.smithi006.stdout:skipping the directory /proc 2024-09-10T16:23:28.784 INFO:teuthology.orchestra.run.smithi006.stdout:skipping the directory /mnt 2024-09-10T16:23:28.784 INFO:teuthology.orchestra.run.smithi006.stdout:skipping the directory /var/tmp 2024-09-10T16:23:28.784 INFO:teuthology.orchestra.run.smithi006.stdout:skipping the directory /home 2024-09-10T16:23:28.784 INFO:teuthology.orchestra.run.smithi006.stdout:skipping the directory /root 2024-09-10T16:23:28.784 INFO:teuthology.orchestra.run.smithi006.stdout:skipping the directory /tmp 2024-09-10T16:23:28.784 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:23:29.588 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : ceph-radosgw-2:19.3.0-4858.gbad1f558.el9.x86_64 33/35 2024-09-10T16:23:29.613 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: ceph-radosgw-2:19.3.0-4858.gbad1f558.el9.x86_64 33/35 2024-09-10T16:23:29.613 INFO:teuthology.orchestra.run.smithi144.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T16:23:29.613 INFO:teuthology.orchestra.run.smithi144.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-10T16:23:29.613 INFO:teuthology.orchestra.run.smithi144.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-10T16:23:29.613 INFO:teuthology.orchestra.run.smithi144.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-10T16:23:29.613 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:23:29.615 INFO:teuthology.orchestra.run.smithi144.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-10T16:23:29.690 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-10T16:23:29.690 INFO:teuthology.orchestra.run.smithi144.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-10T16:23:29.831 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-radosgw-2:19.3.0-4858.gbad1f558.el9.x86_64 33/35 2024-09-10T16:23:29.871 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-radosgw-2:19.3.0-4858.gbad1f558.el9.x86_64 33/35 2024-09-10T16:23:29.871 INFO:teuthology.orchestra.run.smithi006.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T16:23:29.871 INFO:teuthology.orchestra.run.smithi006.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-10T16:23:29.871 INFO:teuthology.orchestra.run.smithi006.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-10T16:23:29.871 INFO:teuthology.orchestra.run.smithi006.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-10T16:23:29.871 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:23:29.873 INFO:teuthology.orchestra.run.smithi006.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-10T16:23:29.959 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-10T16:23:29.959 INFO:teuthology.orchestra.run.smithi006.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-10T16:23:30.836 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-10T16:23:30.836 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : ceph-base-2:19.3.0-4858.gbad1f558.el9.x86_64 1/35 2024-09-10T16:23:30.836 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : ceph-common-2:19.3.0-4858.gbad1f558.el9.x86_64 2/35 2024-09-10T16:23:30.836 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : ceph-radosgw-2:19.3.0-4858.gbad1f558.el9.x86_64 3/35 2024-09-10T16:23:30.836 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : ceph-selinux-2:19.3.0-4858.gbad1f558.el9.x86_64 4/35 2024-09-10T16:23:30.836 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : libcephfs2-2:19.3.0-4858.gbad1f558.el9.x86_64 5/35 2024-09-10T16:23:30.836 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : libradosstriper1-2:19.3.0-4858.gbad1f558.el9.x86_6 6/35 2024-09-10T16:23:30.836 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : librgw2-2:19.3.0-4858.gbad1f558.el9.x86_64 7/35 2024-09-10T16:23:30.836 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-ceph-argparse-2:19.3.0-4858.gbad1f558.el9. 8/35 2024-09-10T16:23:30.837 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-ceph-common-2:19.3.0-4858.gbad1f558.el9.x8 9/35 2024-09-10T16:23:30.837 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-cephfs-2:19.3.0-4858.gbad1f558.el9.x86_64 10/35 2024-09-10T16:23:30.837 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-rados-2:19.3.0-4858.gbad1f558.el9.x86_64 11/35 2024-09-10T16:23:30.837 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-rbd-2:19.3.0-4858.gbad1f558.el9.x86_64 12/35 2024-09-10T16:23:30.837 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-rgw-2:19.3.0-4858.gbad1f558.el9.x86_64 13/35 2024-09-10T16:23:30.837 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/35 2024-09-10T16:23:30.837 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : libnbd-1.20.2-2.el9.x86_64 15/35 2024-09-10T16:23:30.837 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 16/35 2024-09-10T16:23:30.837 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 17/35 2024-09-10T16:23:30.837 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 18/35 2024-09-10T16:23:30.838 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 19/35 2024-09-10T16:23:30.838 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-10T16:23:30.838 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 21/35 2024-09-10T16:23:30.838 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 22/35 2024-09-10T16:23:30.838 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 23/35 2024-09-10T16:23:30.838 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 24/35 2024-09-10T16:23:30.838 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 25/35 2024-09-10T16:23:30.838 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 26/35 2024-09-10T16:23:30.838 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 27/35 2024-09-10T16:23:30.838 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 28/35 2024-09-10T16:23:30.838 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 29/35 2024-09-10T16:23:30.839 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : re2-1:20211101-20.el9.x86_64 30/35 2024-09-10T16:23:30.839 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 31/35 2024-09-10T16:23:30.839 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : librados2-2:19.3.0-4858.gbad1f558.el9.x86_64 32/35 2024-09-10T16:23:30.839 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 33/35 2024-09-10T16:23:30.839 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : librbd1-2:19.3.0-4858.gbad1f558.el9.x86_64 34/35 2024-09-10T16:23:31.140 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-10T16:23:31.140 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-base-2:19.3.0-4858.gbad1f558.el9.x86_64 1/35 2024-09-10T16:23:31.140 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-common-2:19.3.0-4858.gbad1f558.el9.x86_64 2/35 2024-09-10T16:23:31.140 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-radosgw-2:19.3.0-4858.gbad1f558.el9.x86_64 3/35 2024-09-10T16:23:31.140 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-selinux-2:19.3.0-4858.gbad1f558.el9.x86_64 4/35 2024-09-10T16:23:31.140 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : libcephfs2-2:19.3.0-4858.gbad1f558.el9.x86_64 5/35 2024-09-10T16:23:31.140 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : libradosstriper1-2:19.3.0-4858.gbad1f558.el9.x86_6 6/35 2024-09-10T16:23:31.140 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : librgw2-2:19.3.0-4858.gbad1f558.el9.x86_64 7/35 2024-09-10T16:23:31.140 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-ceph-argparse-2:19.3.0-4858.gbad1f558.el9. 8/35 2024-09-10T16:23:31.140 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-ceph-common-2:19.3.0-4858.gbad1f558.el9.x8 9/35 2024-09-10T16:23:31.140 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-cephfs-2:19.3.0-4858.gbad1f558.el9.x86_64 10/35 2024-09-10T16:23:31.141 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-rados-2:19.3.0-4858.gbad1f558.el9.x86_64 11/35 2024-09-10T16:23:31.141 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-rbd-2:19.3.0-4858.gbad1f558.el9.x86_64 12/35 2024-09-10T16:23:31.141 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-rgw-2:19.3.0-4858.gbad1f558.el9.x86_64 13/35 2024-09-10T16:23:31.141 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/35 2024-09-10T16:23:31.141 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : libnbd-1.20.2-2.el9.x86_64 15/35 2024-09-10T16:23:31.141 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 16/35 2024-09-10T16:23:31.141 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 17/35 2024-09-10T16:23:31.141 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 18/35 2024-09-10T16:23:31.141 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 19/35 2024-09-10T16:23:31.141 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-10T16:23:31.141 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 21/35 2024-09-10T16:23:31.141 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 22/35 2024-09-10T16:23:31.141 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 23/35 2024-09-10T16:23:31.141 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 24/35 2024-09-10T16:23:31.142 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 25/35 2024-09-10T16:23:31.143 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 26/35 2024-09-10T16:23:31.143 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 27/35 2024-09-10T16:23:31.143 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 28/35 2024-09-10T16:23:31.143 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 29/35 2024-09-10T16:23:31.143 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : re2-1:20211101-20.el9.x86_64 30/35 2024-09-10T16:23:31.143 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 31/35 2024-09-10T16:23:31.143 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : librados2-2:19.3.0-4858.gbad1f558.el9.x86_64 32/35 2024-09-10T16:23:31.143 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 33/35 2024-09-10T16:23:31.143 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : librbd1-2:19.3.0-4858.gbad1f558.el9.x86_64 34/35 2024-09-10T16:23:31.706 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 35/35 2024-09-10T16:23:31.707 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:23:31.707 INFO:teuthology.orchestra.run.smithi144.stdout:Upgraded: 2024-09-10T16:23:31.707 INFO:teuthology.orchestra.run.smithi144.stdout: librados2-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:31.707 INFO:teuthology.orchestra.run.smithi144.stdout: librbd1-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:31.707 INFO:teuthology.orchestra.run.smithi144.stdout:Installed: 2024-09-10T16:23:31.707 INFO:teuthology.orchestra.run.smithi144.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-10T16:23:31.707 INFO:teuthology.orchestra.run.smithi144.stdout: ceph-base-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:31.707 INFO:teuthology.orchestra.run.smithi144.stdout: ceph-common-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:31.707 INFO:teuthology.orchestra.run.smithi144.stdout: ceph-radosgw-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:31.707 INFO:teuthology.orchestra.run.smithi144.stdout: ceph-selinux-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:31.707 INFO:teuthology.orchestra.run.smithi144.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-09-10T16:23:31.708 INFO:teuthology.orchestra.run.smithi144.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-10T16:23:31.708 INFO:teuthology.orchestra.run.smithi144.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-10T16:23:31.708 INFO:teuthology.orchestra.run.smithi144.stdout: libcephfs2-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:31.708 INFO:teuthology.orchestra.run.smithi144.stdout: libnbd-1.20.2-2.el9.x86_64 2024-09-10T16:23:31.708 INFO:teuthology.orchestra.run.smithi144.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-10T16:23:31.708 INFO:teuthology.orchestra.run.smithi144.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-10T16:23:31.708 INFO:teuthology.orchestra.run.smithi144.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-10T16:23:31.708 INFO:teuthology.orchestra.run.smithi144.stdout: libradosstriper1-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:31.708 INFO:teuthology.orchestra.run.smithi144.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-10T16:23:31.708 INFO:teuthology.orchestra.run.smithi144.stdout: librgw2-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:31.708 INFO:teuthology.orchestra.run.smithi144.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-10T16:23:31.708 INFO:teuthology.orchestra.run.smithi144.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-10T16:23:31.708 INFO:teuthology.orchestra.run.smithi144.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-10T16:23:31.709 INFO:teuthology.orchestra.run.smithi144.stdout: python3-ceph-argparse-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:31.709 INFO:teuthology.orchestra.run.smithi144.stdout: python3-ceph-common-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:31.709 INFO:teuthology.orchestra.run.smithi144.stdout: python3-cephfs-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:31.709 INFO:teuthology.orchestra.run.smithi144.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-10T16:23:31.709 INFO:teuthology.orchestra.run.smithi144.stdout: python3-rados-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:31.709 INFO:teuthology.orchestra.run.smithi144.stdout: python3-rbd-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:31.709 INFO:teuthology.orchestra.run.smithi144.stdout: python3-rgw-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:31.709 INFO:teuthology.orchestra.run.smithi144.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-10T16:23:31.709 INFO:teuthology.orchestra.run.smithi144.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-10T16:23:31.709 INFO:teuthology.orchestra.run.smithi144.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-10T16:23:31.709 INFO:teuthology.orchestra.run.smithi144.stdout: re2-1:20211101-20.el9.x86_64 2024-09-10T16:23:31.709 INFO:teuthology.orchestra.run.smithi144.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-10T16:23:31.710 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:23:31.710 INFO:teuthology.orchestra.run.smithi144.stdout:Complete! 2024-09-10T16:23:31.942 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 35/35 2024-09-10T16:23:31.942 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:23:31.942 INFO:teuthology.orchestra.run.smithi006.stdout:Upgraded: 2024-09-10T16:23:31.942 INFO:teuthology.orchestra.run.smithi006.stdout: librados2-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:31.943 INFO:teuthology.orchestra.run.smithi006.stdout: librbd1-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:31.943 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2024-09-10T16:23:31.943 INFO:teuthology.orchestra.run.smithi006.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-10T16:23:31.943 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-base-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:31.943 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-common-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:31.943 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-radosgw-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:31.943 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-selinux-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:31.943 INFO:teuthology.orchestra.run.smithi006.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-09-10T16:23:31.943 INFO:teuthology.orchestra.run.smithi006.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-10T16:23:31.943 INFO:teuthology.orchestra.run.smithi006.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-10T16:23:31.943 INFO:teuthology.orchestra.run.smithi006.stdout: libcephfs2-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:31.943 INFO:teuthology.orchestra.run.smithi006.stdout: libnbd-1.20.2-2.el9.x86_64 2024-09-10T16:23:31.943 INFO:teuthology.orchestra.run.smithi006.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-10T16:23:31.943 INFO:teuthology.orchestra.run.smithi006.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-10T16:23:31.944 INFO:teuthology.orchestra.run.smithi006.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-10T16:23:31.944 INFO:teuthology.orchestra.run.smithi006.stdout: libradosstriper1-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:31.944 INFO:teuthology.orchestra.run.smithi006.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-10T16:23:31.944 INFO:teuthology.orchestra.run.smithi006.stdout: librgw2-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:31.944 INFO:teuthology.orchestra.run.smithi006.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-10T16:23:31.944 INFO:teuthology.orchestra.run.smithi006.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-10T16:23:31.944 INFO:teuthology.orchestra.run.smithi006.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-10T16:23:31.944 INFO:teuthology.orchestra.run.smithi006.stdout: python3-ceph-argparse-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:31.944 INFO:teuthology.orchestra.run.smithi006.stdout: python3-ceph-common-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:31.944 INFO:teuthology.orchestra.run.smithi006.stdout: python3-cephfs-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:31.944 INFO:teuthology.orchestra.run.smithi006.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-10T16:23:31.944 INFO:teuthology.orchestra.run.smithi006.stdout: python3-rados-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:31.944 INFO:teuthology.orchestra.run.smithi006.stdout: python3-rbd-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:31.944 INFO:teuthology.orchestra.run.smithi006.stdout: python3-rgw-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:31.945 INFO:teuthology.orchestra.run.smithi006.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-10T16:23:31.945 INFO:teuthology.orchestra.run.smithi006.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-10T16:23:31.945 INFO:teuthology.orchestra.run.smithi006.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-10T16:23:31.945 INFO:teuthology.orchestra.run.smithi006.stdout: re2-1:20211101-20.el9.x86_64 2024-09-10T16:23:31.945 INFO:teuthology.orchestra.run.smithi006.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-10T16:23:31.945 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:23:31.945 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-09-10T16:23:32.072 DEBUG:teuthology.orchestra.run.smithi144:> sudo yum -y install ceph-test 2024-09-10T16:23:32.090 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-selinux-2:19.3.0-4858.gbad1f558.el9.x86_64 32/35 2024-09-10T16:23:32.090 INFO:teuthology.orchestra.run.smithi176.stdout:skipping the directory /sys 2024-09-10T16:23:32.090 INFO:teuthology.orchestra.run.smithi176.stdout:skipping the directory /proc 2024-09-10T16:23:32.090 INFO:teuthology.orchestra.run.smithi176.stdout:skipping the directory /mnt 2024-09-10T16:23:32.090 INFO:teuthology.orchestra.run.smithi176.stdout:skipping the directory /var/tmp 2024-09-10T16:23:32.090 INFO:teuthology.orchestra.run.smithi176.stdout:skipping the directory /home 2024-09-10T16:23:32.090 INFO:teuthology.orchestra.run.smithi176.stdout:skipping the directory /root 2024-09-10T16:23:32.090 INFO:teuthology.orchestra.run.smithi176.stdout:skipping the directory /tmp 2024-09-10T16:23:32.090 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:23:32.280 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install ceph-test 2024-09-10T16:23:32.655 INFO:teuthology.orchestra.run.smithi144.stdout:Last metadata expiration check: 0:00:27 ago on Tue 10 Sep 2024 04:23:05 PM UTC. 2024-09-10T16:23:32.788 INFO:teuthology.orchestra.run.smithi144.stdout:Dependencies resolved. 2024-09-10T16:23:32.788 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:23:32.789 INFO:teuthology.orchestra.run.smithi144.stdout: Package Arch Version Repository Size 2024-09-10T16:23:32.789 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:23:32.789 INFO:teuthology.orchestra.run.smithi144.stdout:Installing: 2024-09-10T16:23:32.789 INFO:teuthology.orchestra.run.smithi144.stdout: ceph-test x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 50 M 2024-09-10T16:23:32.789 INFO:teuthology.orchestra.run.smithi144.stdout:Installing dependencies: 2024-09-10T16:23:32.789 INFO:teuthology.orchestra.run.smithi144.stdout: libcephsqlite x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 161 k 2024-09-10T16:23:32.789 INFO:teuthology.orchestra.run.smithi144.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-10T16:23:32.789 INFO:teuthology.orchestra.run.smithi144.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-10T16:23:32.789 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:23:32.789 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction Summary 2024-09-10T16:23:32.789 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:23:32.790 INFO:teuthology.orchestra.run.smithi144.stdout:Install 4 Packages 2024-09-10T16:23:32.790 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:23:32.790 INFO:teuthology.orchestra.run.smithi144.stdout:Total download size: 50 M 2024-09-10T16:23:32.790 INFO:teuthology.orchestra.run.smithi144.stdout:Installed size: 215 M 2024-09-10T16:23:32.790 INFO:teuthology.orchestra.run.smithi144.stdout:Downloading Packages: 2024-09-10T16:23:32.876 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:00:28 ago on Tue 10 Sep 2024 04:23:04 PM UTC. 2024-09-10T16:23:33.016 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-09-10T16:23:33.016 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:23:33.017 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repository Size 2024-09-10T16:23:33.017 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:23:33.017 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2024-09-10T16:23:33.017 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-test x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 50 M 2024-09-10T16:23:33.017 INFO:teuthology.orchestra.run.smithi006.stdout:Installing dependencies: 2024-09-10T16:23:33.017 INFO:teuthology.orchestra.run.smithi006.stdout: libcephsqlite x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 161 k 2024-09-10T16:23:33.017 INFO:teuthology.orchestra.run.smithi006.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-10T16:23:33.017 INFO:teuthology.orchestra.run.smithi006.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-10T16:23:33.017 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:23:33.017 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2024-09-10T16:23:33.017 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:23:33.017 INFO:teuthology.orchestra.run.smithi006.stdout:Install 4 Packages 2024-09-10T16:23:33.018 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:23:33.018 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 50 M 2024-09-10T16:23:33.018 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 215 M 2024-09-10T16:23:33.018 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2024-09-10T16:23:33.128 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-radosgw-2:19.3.0-4858.gbad1f558.el9.x86_64 33/35 2024-09-10T16:23:33.154 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-radosgw-2:19.3.0-4858.gbad1f558.el9.x86_64 33/35 2024-09-10T16:23:33.154 INFO:teuthology.orchestra.run.smithi176.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T16:23:33.154 INFO:teuthology.orchestra.run.smithi176.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-10T16:23:33.155 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-10T16:23:33.155 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-10T16:23:33.155 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:23:33.157 INFO:teuthology.orchestra.run.smithi176.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-10T16:23:33.172 INFO:teuthology.orchestra.run.smithi006.stdout:(1/4): socat-1.7.4.1-6.el9.x86_64.rpm 2.3 MB/s | 304 kB 00:00 2024-09-10T16:23:33.206 INFO:teuthology.orchestra.run.smithi006.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.9 MB/s | 64 kB 00:00 2024-09-10T16:23:33.239 INFO:teuthology.orchestra.run.smithi144.stdout:(1/4): libcephsqlite-19.3.0-4858.gbad1f558.el9. 846 kB/s | 161 kB 00:00 2024-09-10T16:23:33.240 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 34/35 2024-09-10T16:23:33.240 INFO:teuthology.orchestra.run.smithi176.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-10T16:23:33.256 INFO:teuthology.orchestra.run.smithi006.stdout:(3/4): libcephsqlite-19.3.0-4858.gbad1f558.el9. 751 kB/s | 161 kB 00:00 2024-09-10T16:23:33.573 INFO:teuthology.orchestra.run.smithi144.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 191 kB/s | 64 kB 00:00 2024-09-10T16:23:33.631 INFO:teuthology.orchestra.run.smithi144.stdout:(3/4): socat-1.7.4.1-6.el9.x86_64.rpm 522 kB/s | 304 kB 00:00 2024-09-10T16:23:34.403 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 35/35 2024-09-10T16:23:34.404 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-base-2:19.3.0-4858.gbad1f558.el9.x86_64 1/35 2024-09-10T16:23:34.404 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-common-2:19.3.0-4858.gbad1f558.el9.x86_64 2/35 2024-09-10T16:23:34.404 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-radosgw-2:19.3.0-4858.gbad1f558.el9.x86_64 3/35 2024-09-10T16:23:34.404 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-selinux-2:19.3.0-4858.gbad1f558.el9.x86_64 4/35 2024-09-10T16:23:34.404 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : libcephfs2-2:19.3.0-4858.gbad1f558.el9.x86_64 5/35 2024-09-10T16:23:34.404 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : libradosstriper1-2:19.3.0-4858.gbad1f558.el9.x86_6 6/35 2024-09-10T16:23:34.404 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : librgw2-2:19.3.0-4858.gbad1f558.el9.x86_64 7/35 2024-09-10T16:23:34.404 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-ceph-argparse-2:19.3.0-4858.gbad1f558.el9. 8/35 2024-09-10T16:23:34.404 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-ceph-common-2:19.3.0-4858.gbad1f558.el9.x8 9/35 2024-09-10T16:23:34.404 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-cephfs-2:19.3.0-4858.gbad1f558.el9.x86_64 10/35 2024-09-10T16:23:34.404 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-rados-2:19.3.0-4858.gbad1f558.el9.x86_64 11/35 2024-09-10T16:23:34.404 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-rbd-2:19.3.0-4858.gbad1f558.el9.x86_64 12/35 2024-09-10T16:23:34.405 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-rgw-2:19.3.0-4858.gbad1f558.el9.x86_64 13/35 2024-09-10T16:23:34.405 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/35 2024-09-10T16:23:34.405 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : libnbd-1.20.2-2.el9.x86_64 15/35 2024-09-10T16:23:34.405 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 16/35 2024-09-10T16:23:34.405 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 17/35 2024-09-10T16:23:34.405 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 18/35 2024-09-10T16:23:34.405 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 19/35 2024-09-10T16:23:34.405 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 20/35 2024-09-10T16:23:34.405 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 21/35 2024-09-10T16:23:34.405 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 22/35 2024-09-10T16:23:34.405 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 23/35 2024-09-10T16:23:34.405 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : gperftools-libs-2.9.1-2.el9.x86_64 24/35 2024-09-10T16:23:34.406 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 25/35 2024-09-10T16:23:34.406 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 26/35 2024-09-10T16:23:34.406 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 27/35 2024-09-10T16:23:34.406 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 28/35 2024-09-10T16:23:34.406 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 29/35 2024-09-10T16:23:34.406 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : re2-1:20211101-20.el9.x86_64 30/35 2024-09-10T16:23:34.406 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 31/35 2024-09-10T16:23:34.406 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : librados2-2:19.3.0-4858.gbad1f558.el9.x86_64 32/35 2024-09-10T16:23:34.406 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 33/35 2024-09-10T16:23:34.406 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : librbd1-2:19.3.0-4858.gbad1f558.el9.x86_64 34/35 2024-09-10T16:23:35.015 INFO:teuthology.orchestra.run.smithi144.stdout:(4/4): ceph-test-19.3.0-4858.gbad1f558.el9.x86_ 25 MB/s | 50 MB 00:01 2024-09-10T16:23:35.017 INFO:teuthology.orchestra.run.smithi144.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:23:35.017 INFO:teuthology.orchestra.run.smithi144.stdout:Total 23 MB/s | 50 MB 00:02 2024-09-10T16:23:35.045 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction check 2024-09-10T16:23:35.066 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction check succeeded. 2024-09-10T16:23:35.066 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction test 2024-09-10T16:23:35.416 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 35/35 2024-09-10T16:23:35.416 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:23:35.417 INFO:teuthology.orchestra.run.smithi176.stdout:Upgraded: 2024-09-10T16:23:35.417 INFO:teuthology.orchestra.run.smithi176.stdout: librados2-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:35.417 INFO:teuthology.orchestra.run.smithi176.stdout: librbd1-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:35.417 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-09-10T16:23:35.417 INFO:teuthology.orchestra.run.smithi176.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-10T16:23:35.417 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-base-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:35.417 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-common-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:35.417 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-radosgw-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:35.417 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-selinux-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:35.417 INFO:teuthology.orchestra.run.smithi176.stdout: gperftools-libs-2.9.1-2.el9.x86_64 2024-09-10T16:23:35.417 INFO:teuthology.orchestra.run.smithi176.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-10T16:23:35.417 INFO:teuthology.orchestra.run.smithi176.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-10T16:23:35.417 INFO:teuthology.orchestra.run.smithi176.stdout: libcephfs2-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:35.418 INFO:teuthology.orchestra.run.smithi176.stdout: libnbd-1.20.2-2.el9.x86_64 2024-09-10T16:23:35.418 INFO:teuthology.orchestra.run.smithi176.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-10T16:23:35.418 INFO:teuthology.orchestra.run.smithi176.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-10T16:23:35.418 INFO:teuthology.orchestra.run.smithi176.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-10T16:23:35.418 INFO:teuthology.orchestra.run.smithi176.stdout: libradosstriper1-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:35.418 INFO:teuthology.orchestra.run.smithi176.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-10T16:23:35.418 INFO:teuthology.orchestra.run.smithi176.stdout: librgw2-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:35.418 INFO:teuthology.orchestra.run.smithi176.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-10T16:23:35.418 INFO:teuthology.orchestra.run.smithi176.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-10T16:23:35.418 INFO:teuthology.orchestra.run.smithi176.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-10T16:23:35.418 INFO:teuthology.orchestra.run.smithi176.stdout: python3-ceph-argparse-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:35.418 INFO:teuthology.orchestra.run.smithi176.stdout: python3-ceph-common-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:35.418 INFO:teuthology.orchestra.run.smithi176.stdout: python3-cephfs-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:35.419 INFO:teuthology.orchestra.run.smithi176.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-10T16:23:35.419 INFO:teuthology.orchestra.run.smithi176.stdout: python3-rados-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:35.419 INFO:teuthology.orchestra.run.smithi176.stdout: python3-rbd-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:35.419 INFO:teuthology.orchestra.run.smithi176.stdout: python3-rgw-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:35.419 INFO:teuthology.orchestra.run.smithi176.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-10T16:23:35.419 INFO:teuthology.orchestra.run.smithi176.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-10T16:23:35.419 INFO:teuthology.orchestra.run.smithi176.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-10T16:23:35.419 INFO:teuthology.orchestra.run.smithi176.stdout: re2-1:20211101-20.el9.x86_64 2024-09-10T16:23:35.419 INFO:teuthology.orchestra.run.smithi176.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-10T16:23:35.419 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:23:35.419 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-09-10T16:23:35.424 INFO:teuthology.orchestra.run.smithi006.stdout:(4/4): ceph-test-19.3.0-4858.gbad1f558.el9.x86_ 21 MB/s | 50 MB 00:02 2024-09-10T16:23:35.425 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:23:35.425 INFO:teuthology.orchestra.run.smithi006.stdout:Total 21 MB/s | 50 MB 00:02 2024-09-10T16:23:35.446 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction test succeeded. 2024-09-10T16:23:35.446 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction 2024-09-10T16:23:35.454 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2024-09-10T16:23:35.476 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2024-09-10T16:23:35.476 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2024-09-10T16:23:35.794 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install ceph-test 2024-09-10T16:23:35.875 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2024-09-10T16:23:35.876 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2024-09-10T16:23:36.060 INFO:teuthology.orchestra.run.smithi144.stdout: Preparing : 1/1 2024-09-10T16:23:36.152 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-10T16:23:36.198 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-10T16:23:36.225 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : libcephsqlite-2:19.3.0-4858.gbad1f558.el9.x86_64 3/4 2024-09-10T16:23:36.365 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:00:28 ago on Tue 10 Sep 2024 04:23:08 PM UTC. 2024-09-10T16:23:36.499 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-09-10T16:23:36.500 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:23:36.500 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repository Size 2024-09-10T16:23:36.500 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:23:36.500 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-09-10T16:23:36.500 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-test x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 50 M 2024-09-10T16:23:36.501 INFO:teuthology.orchestra.run.smithi176.stdout:Installing dependencies: 2024-09-10T16:23:36.501 INFO:teuthology.orchestra.run.smithi176.stdout: libcephsqlite x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 161 k 2024-09-10T16:23:36.501 INFO:teuthology.orchestra.run.smithi176.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-10T16:23:36.501 INFO:teuthology.orchestra.run.smithi176.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-10T16:23:36.501 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:23:36.501 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-09-10T16:23:36.501 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:23:36.501 INFO:teuthology.orchestra.run.smithi176.stdout:Install 4 Packages 2024-09-10T16:23:36.501 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:23:36.502 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2024-09-10T16:23:36.502 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 50 M 2024-09-10T16:23:36.502 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 215 M 2024-09-10T16:23:36.502 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-09-10T16:23:36.592 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-10T16:23:36.631 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-10T16:23:36.666 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : libcephsqlite-2:19.3.0-4858.gbad1f558.el9.x86_64 3/4 2024-09-10T16:23:36.772 INFO:teuthology.orchestra.run.smithi176.stdout:(1/4): socat-1.7.4.1-6.el9.x86_64.rpm 1.3 MB/s | 304 kB 00:00 2024-09-10T16:23:36.797 INFO:teuthology.orchestra.run.smithi176.stdout:(2/4): libcephsqlite-19.3.0-4858.gbad1f558.el9. 647 kB/s | 161 kB 00:00 2024-09-10T16:23:36.822 INFO:teuthology.orchestra.run.smithi176.stdout:(3/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.2 MB/s | 64 kB 00:00 2024-09-10T16:23:38.098 INFO:teuthology.orchestra.run.smithi176.stdout:(4/4): ceph-test-19.3.0-4858.gbad1f558.el9.x86_ 32 MB/s | 50 MB 00:01 2024-09-10T16:23:38.100 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:23:38.100 INFO:teuthology.orchestra.run.smithi176.stdout:Total 31 MB/s | 50 MB 00:01 2024-09-10T16:23:38.127 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-09-10T16:23:38.147 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-09-10T16:23:38.148 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-09-10T16:23:38.527 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-09-10T16:23:38.528 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-09-10T16:23:39.116 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-09-10T16:23:39.199 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-10T16:23:39.264 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-10T16:23:39.292 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : libcephsqlite-2:19.3.0-4858.gbad1f558.el9.x86_64 3/4 2024-09-10T16:23:40.964 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: libcephsqlite-2:19.3.0-4858.gbad1f558.el9.x86_64 3/4 2024-09-10T16:23:41.049 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : ceph-test-2:19.3.0-4858.gbad1f558.el9.x86_64 4/4 2024-09-10T16:23:41.634 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: libcephsqlite-2:19.3.0-4858.gbad1f558.el9.x86_64 3/4 2024-09-10T16:23:41.713 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-test-2:19.3.0-4858.gbad1f558.el9.x86_64 4/4 2024-09-10T16:23:43.531 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: ceph-test-2:19.3.0-4858.gbad1f558.el9.x86_64 4/4 2024-09-10T16:23:43.531 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : ceph-test-2:19.3.0-4858.gbad1f558.el9.x86_64 1/4 2024-09-10T16:23:43.531 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : libcephsqlite-2:19.3.0-4858.gbad1f558.el9.x86_64 2/4 2024-09-10T16:23:43.531 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-10T16:23:43.822 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-10T16:23:43.823 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:23:43.823 INFO:teuthology.orchestra.run.smithi144.stdout:Installed: 2024-09-10T16:23:43.823 INFO:teuthology.orchestra.run.smithi144.stdout: ceph-test-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:43.823 INFO:teuthology.orchestra.run.smithi144.stdout: libcephsqlite-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:43.823 INFO:teuthology.orchestra.run.smithi144.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-10T16:23:43.823 INFO:teuthology.orchestra.run.smithi144.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-10T16:23:43.823 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:23:43.823 INFO:teuthology.orchestra.run.smithi144.stdout:Complete! 2024-09-10T16:23:44.049 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: libcephsqlite-2:19.3.0-4858.gbad1f558.el9.x86_64 3/4 2024-09-10T16:23:44.113 DEBUG:teuthology.orchestra.run.smithi144:> sudo yum -y install ceph 2024-09-10T16:23:44.122 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-test-2:19.3.0-4858.gbad1f558.el9.x86_64 4/4 2024-09-10T16:23:44.333 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-test-2:19.3.0-4858.gbad1f558.el9.x86_64 4/4 2024-09-10T16:23:44.333 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-test-2:19.3.0-4858.gbad1f558.el9.x86_64 1/4 2024-09-10T16:23:44.333 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : libcephsqlite-2:19.3.0-4858.gbad1f558.el9.x86_64 2/4 2024-09-10T16:23:44.333 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-10T16:23:44.669 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-10T16:23:44.669 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:23:44.669 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2024-09-10T16:23:44.669 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-test-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:44.669 INFO:teuthology.orchestra.run.smithi006.stdout: libcephsqlite-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:44.669 INFO:teuthology.orchestra.run.smithi006.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-10T16:23:44.669 INFO:teuthology.orchestra.run.smithi006.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-10T16:23:44.669 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:23:44.669 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-09-10T16:23:44.704 INFO:teuthology.orchestra.run.smithi144.stdout:Last metadata expiration check: 0:00:39 ago on Tue 10 Sep 2024 04:23:05 PM UTC. 2024-09-10T16:23:44.845 INFO:teuthology.orchestra.run.smithi144.stdout:Dependencies resolved. 2024-09-10T16:23:44.848 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:23:44.848 INFO:teuthology.orchestra.run.smithi144.stdout: Package Arch Version Repository Size 2024-09-10T16:23:44.848 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:23:44.848 INFO:teuthology.orchestra.run.smithi144.stdout:Installing: 2024-09-10T16:23:44.848 INFO:teuthology.orchestra.run.smithi144.stdout: ceph x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 6.6 k 2024-09-10T16:23:44.848 INFO:teuthology.orchestra.run.smithi144.stdout:Installing dependencies: 2024-09-10T16:23:44.848 INFO:teuthology.orchestra.run.smithi144.stdout: ceph-mds x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 2.4 M 2024-09-10T16:23:44.848 INFO:teuthology.orchestra.run.smithi144.stdout: ceph-mgr x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 1.5 M 2024-09-10T16:23:44.848 INFO:teuthology.orchestra.run.smithi144.stdout: ceph-mgr-modules-core noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 291 k 2024-09-10T16:23:44.848 INFO:teuthology.orchestra.run.smithi144.stdout: ceph-mon x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 4.8 M 2024-09-10T16:23:44.849 INFO:teuthology.orchestra.run.smithi144.stdout: ceph-osd x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 17 M 2024-09-10T16:23:44.849 INFO:teuthology.orchestra.run.smithi144.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-10T16:23:44.849 INFO:teuthology.orchestra.run.smithi144.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-10T16:23:44.849 INFO:teuthology.orchestra.run.smithi144.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-10T16:23:44.849 INFO:teuthology.orchestra.run.smithi144.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-10T16:23:44.849 INFO:teuthology.orchestra.run.smithi144.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-10T16:23:44.849 INFO:teuthology.orchestra.run.smithi144.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-10T16:23:44.849 INFO:teuthology.orchestra.run.smithi144.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-10T16:23:44.849 INFO:teuthology.orchestra.run.smithi144.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-10T16:23:44.849 INFO:teuthology.orchestra.run.smithi144.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-10T16:23:44.849 INFO:teuthology.orchestra.run.smithi144.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-10T16:23:44.849 INFO:teuthology.orchestra.run.smithi144.stdout: python3-jaraco-collections 2024-09-10T16:23:44.849 INFO:teuthology.orchestra.run.smithi144.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-09-10T16:23:44.850 INFO:teuthology.orchestra.run.smithi144.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-10T16:23:44.850 INFO:teuthology.orchestra.run.smithi144.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-10T16:23:44.850 INFO:teuthology.orchestra.run.smithi144.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-10T16:23:44.850 INFO:teuthology.orchestra.run.smithi144.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-10T16:23:44.850 INFO:teuthology.orchestra.run.smithi144.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-10T16:23:44.850 INFO:teuthology.orchestra.run.smithi144.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-10T16:23:44.850 INFO:teuthology.orchestra.run.smithi144.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-10T16:23:44.850 INFO:teuthology.orchestra.run.smithi144.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-10T16:23:44.850 INFO:teuthology.orchestra.run.smithi144.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-10T16:23:44.850 INFO:teuthology.orchestra.run.smithi144.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-10T16:23:44.850 INFO:teuthology.orchestra.run.smithi144.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-10T16:23:44.850 INFO:teuthology.orchestra.run.smithi144.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-10T16:23:44.850 INFO:teuthology.orchestra.run.smithi144.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-10T16:23:44.851 INFO:teuthology.orchestra.run.smithi144.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-10T16:23:44.851 INFO:teuthology.orchestra.run.smithi144.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-10T16:23:44.851 INFO:teuthology.orchestra.run.smithi144.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-10T16:23:44.851 INFO:teuthology.orchestra.run.smithi144.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-10T16:23:44.851 INFO:teuthology.orchestra.run.smithi144.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-10T16:23:44.851 INFO:teuthology.orchestra.run.smithi144.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-10T16:23:44.851 INFO:teuthology.orchestra.run.smithi144.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-10T16:23:44.851 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:23:44.851 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction Summary 2024-09-10T16:23:44.851 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:23:44.851 INFO:teuthology.orchestra.run.smithi144.stdout:Install 37 Packages 2024-09-10T16:23:44.851 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:23:44.852 INFO:teuthology.orchestra.run.smithi144.stdout:Total download size: 31 M 2024-09-10T16:23:44.852 INFO:teuthology.orchestra.run.smithi144.stdout:Installed size: 109 M 2024-09-10T16:23:44.852 INFO:teuthology.orchestra.run.smithi144.stdout:Downloading Packages: 2024-09-10T16:23:44.957 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install ceph 2024-09-10T16:23:45.546 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:00:41 ago on Tue 10 Sep 2024 04:23:04 PM UTC. 2024-09-10T16:23:45.621 INFO:teuthology.orchestra.run.smithi144.stdout:(1/37): ceph-19.3.0-4858.gbad1f558.el9.x86_64.r 54 kB/s | 6.6 kB 00:00 2024-09-10T16:23:45.685 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-09-10T16:23:45.688 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:23:45.688 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repository Size 2024-09-10T16:23:45.688 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:23:45.688 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2024-09-10T16:23:45.688 INFO:teuthology.orchestra.run.smithi006.stdout: ceph x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 6.6 k 2024-09-10T16:23:45.688 INFO:teuthology.orchestra.run.smithi006.stdout:Installing dependencies: 2024-09-10T16:23:45.688 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mds x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 2.4 M 2024-09-10T16:23:45.688 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mgr x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 1.5 M 2024-09-10T16:23:45.689 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mgr-modules-core noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 291 k 2024-09-10T16:23:45.689 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mon x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 4.8 M 2024-09-10T16:23:45.689 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-osd x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 17 M 2024-09-10T16:23:45.689 INFO:teuthology.orchestra.run.smithi006.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-10T16:23:45.689 INFO:teuthology.orchestra.run.smithi006.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-10T16:23:45.689 INFO:teuthology.orchestra.run.smithi006.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-10T16:23:45.689 INFO:teuthology.orchestra.run.smithi006.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-10T16:23:45.689 INFO:teuthology.orchestra.run.smithi006.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-10T16:23:45.689 INFO:teuthology.orchestra.run.smithi006.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-10T16:23:45.689 INFO:teuthology.orchestra.run.smithi006.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-10T16:23:45.689 INFO:teuthology.orchestra.run.smithi006.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-10T16:23:45.689 INFO:teuthology.orchestra.run.smithi006.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-10T16:23:45.690 INFO:teuthology.orchestra.run.smithi006.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-10T16:23:45.690 INFO:teuthology.orchestra.run.smithi006.stdout: python3-jaraco-collections 2024-09-10T16:23:45.690 INFO:teuthology.orchestra.run.smithi006.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-09-10T16:23:45.690 INFO:teuthology.orchestra.run.smithi006.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-10T16:23:45.690 INFO:teuthology.orchestra.run.smithi006.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-10T16:23:45.690 INFO:teuthology.orchestra.run.smithi006.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-10T16:23:45.690 INFO:teuthology.orchestra.run.smithi006.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-10T16:23:45.690 INFO:teuthology.orchestra.run.smithi006.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-10T16:23:45.690 INFO:teuthology.orchestra.run.smithi006.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-10T16:23:45.690 INFO:teuthology.orchestra.run.smithi006.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-10T16:23:45.690 INFO:teuthology.orchestra.run.smithi006.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-10T16:23:45.690 INFO:teuthology.orchestra.run.smithi006.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-10T16:23:45.690 INFO:teuthology.orchestra.run.smithi006.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-10T16:23:45.691 INFO:teuthology.orchestra.run.smithi006.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-10T16:23:45.691 INFO:teuthology.orchestra.run.smithi006.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-10T16:23:45.691 INFO:teuthology.orchestra.run.smithi006.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-10T16:23:45.691 INFO:teuthology.orchestra.run.smithi006.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-10T16:23:45.691 INFO:teuthology.orchestra.run.smithi006.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-10T16:23:45.691 INFO:teuthology.orchestra.run.smithi006.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-10T16:23:45.691 INFO:teuthology.orchestra.run.smithi006.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-10T16:23:45.691 INFO:teuthology.orchestra.run.smithi006.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-10T16:23:45.691 INFO:teuthology.orchestra.run.smithi006.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-10T16:23:45.691 INFO:teuthology.orchestra.run.smithi006.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-10T16:23:45.691 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:23:45.691 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2024-09-10T16:23:45.691 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:23:45.692 INFO:teuthology.orchestra.run.smithi006.stdout:Install 37 Packages 2024-09-10T16:23:45.692 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:23:45.692 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 31 M 2024-09-10T16:23:45.692 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 109 M 2024-09-10T16:23:45.692 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2024-09-10T16:23:45.813 INFO:teuthology.orchestra.run.smithi144.stdout:(2/37): ceph-mgr-19.3.0-4858.gbad1f558.el9.x86_ 4.9 MB/s | 1.5 MB 00:00 2024-09-10T16:23:45.880 INFO:teuthology.orchestra.run.smithi144.stdout:(3/37): ceph-mds-19.3.0-4858.gbad1f558.el9.x86_ 6.3 MB/s | 2.4 MB 00:00 2024-09-10T16:23:46.013 INFO:teuthology.orchestra.run.smithi144.stdout:(4/37): ceph-mon-19.3.0-4858.gbad1f558.el9.x86_ 12 MB/s | 4.8 MB 00:00 2024-09-10T16:23:46.038 INFO:teuthology.orchestra.run.smithi144.stdout:(5/37): ceph-mgr-modules-core-19.3.0-4858.gbad1 1.8 MB/s | 291 kB 00:00 2024-09-10T16:23:46.136 INFO:teuthology.orchestra.run.smithi006.stdout:(1/37): ceph-19.3.0-4858.gbad1f558.el9.x86_64.r 41 kB/s | 6.6 kB 00:00 2024-09-10T16:23:46.222 INFO:teuthology.orchestra.run.smithi144.stdout:(6/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.2 MB/s | 253 kB 00:00 2024-09-10T16:23:46.406 INFO:teuthology.orchestra.run.smithi144.stdout:(7/37): ceph-osd-19.3.0-4858.gbad1f558.el9.x86_ 29 MB/s | 17 MB 00:00 2024-09-10T16:23:46.431 INFO:teuthology.orchestra.run.smithi144.stdout:(8/37): python3-ply-3.11-14.el9.noarch.rpm 510 kB/s | 106 kB 00:00 2024-09-10T16:23:46.445 INFO:teuthology.orchestra.run.smithi006.stdout:(2/37): ceph-mon-19.3.0-4858.gbad1f558.el9.x86_ 16 MB/s | 4.8 MB 00:00 2024-09-10T16:23:46.465 INFO:teuthology.orchestra.run.smithi144.stdout:(9/37): python3-cryptography-36.0.1-4.el9.x86_6 2.9 MB/s | 1.2 MB 00:00 2024-09-10T16:23:46.490 INFO:teuthology.orchestra.run.smithi144.stdout:(10/37): python3-requests-2.25.1-8.el9.noarch.r 2.1 MB/s | 125 kB 00:00 2024-09-10T16:23:46.523 INFO:teuthology.orchestra.run.smithi144.stdout:(11/37): python3-urllib3-1.26.5-6.el9.noarch.rp 3.6 MB/s | 215 kB 00:00 2024-09-10T16:23:46.581 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-test-2:19.3.0-4858.gbad1f558.el9.x86_64 4/4 2024-09-10T16:23:46.581 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-test-2:19.3.0-4858.gbad1f558.el9.x86_64 1/4 2024-09-10T16:23:46.581 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : libcephsqlite-2:19.3.0-4858.gbad1f558.el9.x86_64 2/4 2024-09-10T16:23:46.581 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-10T16:23:46.607 INFO:teuthology.orchestra.run.smithi144.stdout:(12/37): python3-pycparser-2.20-6.el9.noarch.rp 673 kB/s | 135 kB 00:00 2024-09-10T16:23:46.632 INFO:teuthology.orchestra.run.smithi144.stdout:(13/37): lua-5.4.4-4.el9.x86_64.rpm 1.3 MB/s | 188 kB 00:00 2024-09-10T16:23:46.657 INFO:teuthology.orchestra.run.smithi144.stdout:(14/37): python3-mako-1.1.4-6.el9.noarch.rpm 1.3 MB/s | 172 kB 00:00 2024-09-10T16:23:46.683 INFO:teuthology.orchestra.run.smithi144.stdout:(15/37): python3-packaging-20.9-5.el9.noarch.rp 1.5 MB/s | 77 kB 00:00 2024-09-10T16:23:46.708 INFO:teuthology.orchestra.run.smithi144.stdout:(16/37): python3-markupsafe-1.1.1-12.el9.x86_64 345 kB/s | 35 kB 00:00 2024-09-10T16:23:46.737 INFO:teuthology.orchestra.run.smithi006.stdout:(3/37): ceph-mgr-19.3.0-4858.gbad1f558.el9.x86_ 2.0 MB/s | 1.5 MB 00:00 2024-09-10T16:23:46.742 INFO:teuthology.orchestra.run.smithi144.stdout:(17/37): python3-pytz-2021.1-5.el9.noarch.rpm 608 kB/s | 51 kB 00:00 2024-09-10T16:23:46.784 INFO:teuthology.orchestra.run.smithi144.stdout:(18/37): python3-toml-0.10.2-6.el9.noarch.rpm 413 kB/s | 42 kB 00:00 2024-09-10T16:23:46.803 INFO:teuthology.orchestra.run.smithi006.stdout:(4/37): ceph-mds-19.3.0-4858.gbad1f558.el9.x86_ 2.9 MB/s | 2.4 MB 00:00 2024-09-10T16:23:46.826 INFO:teuthology.orchestra.run.smithi144.stdout:(19/37): luarocks-3.9.2-5.el9.noarch.rpm 1.8 MB/s | 151 kB 00:00 2024-09-10T16:23:46.851 INFO:teuthology.orchestra.run.smithi144.stdout:(20/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 7.2 MB/s | 172 kB 00:00 2024-09-10T16:23:46.876 INFO:teuthology.orchestra.run.smithi144.stdout:(21/37): lua-devel-5.4.4-4.el9.x86_64.rpm 133 kB/s | 22 kB 00:00 2024-09-10T16:23:46.891 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-10T16:23:46.891 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:23:46.892 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-09-10T16:23:46.892 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-test-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:46.892 INFO:teuthology.orchestra.run.smithi176.stdout: libcephsqlite-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:46.892 INFO:teuthology.orchestra.run.smithi176.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-10T16:23:46.892 INFO:teuthology.orchestra.run.smithi176.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-10T16:23:46.892 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:23:46.892 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-09-10T16:23:46.910 INFO:teuthology.orchestra.run.smithi144.stdout:(22/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 346 kB/s | 43 kB 00:00 2024-09-10T16:23:46.935 INFO:teuthology.orchestra.run.smithi144.stdout:(23/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 182 kB/s | 11 kB 00:00 2024-09-10T16:23:46.961 INFO:teuthology.orchestra.run.smithi144.stdout:(24/37): python3-jaraco-classes-3.2.1-5.el9.noa 364 kB/s | 18 kB 00:00 2024-09-10T16:23:46.979 INFO:teuthology.orchestra.run.smithi006.stdout:(5/37): ceph-osd-19.3.0-4858.gbad1f558.el9.x86_ 32 MB/s | 17 MB 00:00 2024-09-10T16:23:46.986 INFO:teuthology.orchestra.run.smithi144.stdout:(25/37): python3-jaraco-collections-3.0.0-8.el9 459 kB/s | 23 kB 00:00 2024-09-10T16:23:47.004 INFO:teuthology.orchestra.run.smithi006.stdout:(6/37): ceph-mgr-modules-core-19.3.0-4858.gbad1 1.1 MB/s | 291 kB 00:00 2024-09-10T16:23:47.011 INFO:teuthology.orchestra.run.smithi144.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 387 kB/s | 19 kB 00:00 2024-09-10T16:23:47.036 INFO:teuthology.orchestra.run.smithi144.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 393 kB/s | 20 kB 00:00 2024-09-10T16:23:47.062 INFO:teuthology.orchestra.run.smithi144.stdout:(28/37): python3-logutils-0.3.5-21.el9.noarch.r 925 kB/s | 46 kB 00:00 2024-09-10T16:23:47.087 INFO:teuthology.orchestra.run.smithi144.stdout:(29/37): python3-more-itertools-8.12.0-2.el9.no 1.5 MB/s | 79 kB 00:00 2024-09-10T16:23:47.096 INFO:teuthology.orchestra.run.smithi006.stdout:(7/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 867 kB/s | 253 kB 00:00 2024-09-10T16:23:47.112 INFO:teuthology.orchestra.run.smithi144.stdout:(30/37): python3-cherrypy-18.6.1-2.el9.noarch.r 1.3 MB/s | 358 kB 00:00 2024-09-10T16:23:47.138 INFO:teuthology.orchestra.run.smithi144.stdout:(31/37): python3-portend-3.1.0-2.el9.noarch.rpm 328 kB/s | 16 kB 00:00 2024-09-10T16:23:47.146 INFO:teuthology.orchestra.run.smithi006.stdout:(8/37): python3-pycparser-2.20-6.el9.noarch.rpm 2.7 MB/s | 135 kB 00:00 2024-09-10T16:23:47.156 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install ceph 2024-09-10T16:23:47.163 INFO:teuthology.orchestra.run.smithi144.stdout:(32/37): python3-tempora-5.0.0-2.el9.noarch.rpm 1.4 MB/s | 36 kB 00:00 2024-09-10T16:23:47.171 INFO:teuthology.orchestra.run.smithi006.stdout:(9/37): python3-ply-3.11-14.el9.noarch.rpm 637 kB/s | 106 kB 00:00 2024-09-10T16:23:47.188 INFO:teuthology.orchestra.run.smithi144.stdout:(33/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.2 MB/s | 90 kB 00:00 2024-09-10T16:23:47.197 INFO:teuthology.orchestra.run.smithi006.stdout:(10/37): python3-requests-2.25.1-8.el9.noarch.r 2.4 MB/s | 125 kB 00:00 2024-09-10T16:23:47.239 INFO:teuthology.orchestra.run.smithi006.stdout:(11/37): python3-cryptography-36.0.1-4.el9.x86_ 4.7 MB/s | 1.2 MB 00:00 2024-09-10T16:23:47.245 INFO:teuthology.orchestra.run.smithi144.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 1.5 MB/s | 272 kB 00:00 2024-09-10T16:23:47.264 INFO:teuthology.orchestra.run.smithi006.stdout:(12/37): python3-urllib3-1.26.5-6.el9.noarch.rp 2.3 MB/s | 215 kB 00:00 2024-09-10T16:23:47.272 INFO:teuthology.orchestra.run.smithi144.stdout:(35/37): python3-zc-lockfile-2.0-10.el9.noarch. 758 kB/s | 20 kB 00:00 2024-09-10T16:23:47.289 INFO:teuthology.orchestra.run.smithi006.stdout:(13/37): lua-5.4.4-4.el9.x86_64.rpm 2.0 MB/s | 188 kB 00:00 2024-09-10T16:23:47.297 INFO:teuthology.orchestra.run.smithi144.stdout:(36/37): python3-webob-1.8.8-2.el9.noarch.rpm 1.7 MB/s | 230 kB 00:00 2024-09-10T16:23:47.314 INFO:teuthology.orchestra.run.smithi006.stdout:(14/37): python3-markupsafe-1.1.1-12.el9.x86_64 691 kB/s | 35 kB 00:00 2024-09-10T16:23:47.322 INFO:teuthology.orchestra.run.smithi144.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.1 MB/s | 427 kB 00:00 2024-09-10T16:23:47.326 INFO:teuthology.orchestra.run.smithi144.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:23:47.326 INFO:teuthology.orchestra.run.smithi144.stdout:Total 12 MB/s | 31 MB 00:02 2024-09-10T16:23:47.349 INFO:teuthology.orchestra.run.smithi006.stdout:(15/37): python3-packaging-20.9-5.el9.noarch.rp 1.3 MB/s | 77 kB 00:00 2024-09-10T16:23:47.374 INFO:teuthology.orchestra.run.smithi006.stdout:(16/37): python3-mako-1.1.4-6.el9.noarch.rpm 1.2 MB/s | 172 kB 00:00 2024-09-10T16:23:47.391 INFO:teuthology.orchestra.run.smithi006.stdout:(17/37): python3-pytz-2021.1-5.el9.noarch.rpm 673 kB/s | 51 kB 00:00 2024-09-10T16:23:47.407 INFO:teuthology.orchestra.run.smithi006.stdout:(18/37): python3-toml-0.10.2-6.el9.noarch.rpm 711 kB/s | 42 kB 00:00 2024-09-10T16:23:47.458 INFO:teuthology.orchestra.run.smithi006.stdout:(19/37): luarocks-3.9.2-5.el9.noarch.rpm 2.2 MB/s | 151 kB 00:00 2024-09-10T16:23:47.478 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction check 2024-09-10T16:23:47.483 INFO:teuthology.orchestra.run.smithi006.stdout:(20/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 578 kB/s | 43 kB 00:00 2024-09-10T16:23:47.508 INFO:teuthology.orchestra.run.smithi006.stdout:(21/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 3.5 MB/s | 172 kB 00:00 2024-09-10T16:23:47.520 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction check succeeded. 2024-09-10T16:23:47.520 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction test 2024-09-10T16:23:47.564 INFO:teuthology.orchestra.run.smithi006.stdout:(22/37): lua-devel-5.4.4-4.el9.x86_64.rpm 117 kB/s | 22 kB 00:00 2024-09-10T16:23:47.584 INFO:teuthology.orchestra.run.smithi006.stdout:(23/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 142 kB/s | 11 kB 00:00 2024-09-10T16:23:47.609 INFO:teuthology.orchestra.run.smithi006.stdout:(24/37): python3-jaraco-collections-3.0.0-8.el9 1.3 MB/s | 23 kB 00:00 2024-09-10T16:23:47.626 INFO:teuthology.orchestra.run.smithi006.stdout:(25/37): python3-jaraco-classes-3.2.1-5.el9.noa 288 kB/s | 18 kB 00:00 2024-09-10T16:23:47.643 INFO:teuthology.orchestra.run.smithi006.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 622 kB/s | 19 kB 00:00 2024-09-10T16:23:47.660 INFO:teuthology.orchestra.run.smithi006.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 1.2 MB/s | 20 kB 00:00 2024-09-10T16:23:47.677 INFO:teuthology.orchestra.run.smithi006.stdout:(28/37): python3-logutils-0.3.5-21.el9.noarch.r 1.4 MB/s | 46 kB 00:00 2024-09-10T16:23:47.710 INFO:teuthology.orchestra.run.smithi006.stdout:(29/37): python3-cherrypy-18.6.1-2.el9.noarch.r 1.7 MB/s | 358 kB 00:00 2024-09-10T16:23:47.736 INFO:teuthology.orchestra.run.smithi006.stdout:(30/37): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-09-10T16:23:47.746 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:00:39 ago on Tue 10 Sep 2024 04:23:08 PM UTC. 2024-09-10T16:23:47.752 INFO:teuthology.orchestra.run.smithi006.stdout:(31/37): python3-portend-3.1.0-2.el9.noarch.rpm 395 kB/s | 16 kB 00:00 2024-09-10T16:23:47.778 INFO:teuthology.orchestra.run.smithi006.stdout:(32/37): python3-tempora-5.0.0-2.el9.noarch.rpm 1.4 MB/s | 36 kB 00:00 2024-09-10T16:23:47.803 INFO:teuthology.orchestra.run.smithi006.stdout:(33/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.3 MB/s | 90 kB 00:00 2024-09-10T16:23:47.828 INFO:teuthology.orchestra.run.smithi006.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 1.8 MB/s | 272 kB 00:00 2024-09-10T16:23:47.845 INFO:teuthology.orchestra.run.smithi006.stdout:(35/37): python3-zc-lockfile-2.0-10.el9.noarch. 1.2 MB/s | 20 kB 00:00 2024-09-10T16:23:47.879 INFO:teuthology.orchestra.run.smithi006.stdout:(36/37): python3-webob-1.8.8-2.el9.noarch.rpm 2.2 MB/s | 230 kB 00:00 2024-09-10T16:23:47.889 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-09-10T16:23:47.892 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:23:47.892 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repository Size 2024-09-10T16:23:47.892 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:23:47.892 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-09-10T16:23:47.892 INFO:teuthology.orchestra.run.smithi176.stdout: ceph x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 6.6 k 2024-09-10T16:23:47.892 INFO:teuthology.orchestra.run.smithi176.stdout:Installing dependencies: 2024-09-10T16:23:47.892 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mds x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 2.4 M 2024-09-10T16:23:47.893 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mgr x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 1.5 M 2024-09-10T16:23:47.893 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mgr-modules-core noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 291 k 2024-09-10T16:23:47.893 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mon x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 4.8 M 2024-09-10T16:23:47.893 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-osd x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 17 M 2024-09-10T16:23:47.893 INFO:teuthology.orchestra.run.smithi176.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-10T16:23:47.893 INFO:teuthology.orchestra.run.smithi176.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-10T16:23:47.893 INFO:teuthology.orchestra.run.smithi176.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-10T16:23:47.893 INFO:teuthology.orchestra.run.smithi176.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-10T16:23:47.893 INFO:teuthology.orchestra.run.smithi176.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-10T16:23:47.893 INFO:teuthology.orchestra.run.smithi176.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-10T16:23:47.893 INFO:teuthology.orchestra.run.smithi176.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-10T16:23:47.894 INFO:teuthology.orchestra.run.smithi176.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-10T16:23:47.894 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-10T16:23:47.894 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-10T16:23:47.894 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jaraco-collections 2024-09-10T16:23:47.894 INFO:teuthology.orchestra.run.smithi176.stdout: noarch 3.0.0-8.el9 epel 23 k 2024-09-10T16:23:47.894 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-10T16:23:47.894 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-10T16:23:47.894 INFO:teuthology.orchestra.run.smithi176.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-10T16:23:47.894 INFO:teuthology.orchestra.run.smithi176.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-10T16:23:47.894 INFO:teuthology.orchestra.run.smithi176.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-10T16:23:47.894 INFO:teuthology.orchestra.run.smithi176.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-10T16:23:47.894 INFO:teuthology.orchestra.run.smithi176.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-10T16:23:47.894 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-10T16:23:47.895 INFO:teuthology.orchestra.run.smithi176.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-10T16:23:47.895 INFO:teuthology.orchestra.run.smithi176.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-10T16:23:47.895 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-10T16:23:47.895 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-10T16:23:47.895 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-10T16:23:47.895 INFO:teuthology.orchestra.run.smithi176.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-10T16:23:47.895 INFO:teuthology.orchestra.run.smithi176.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-10T16:23:47.895 INFO:teuthology.orchestra.run.smithi176.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-10T16:23:47.895 INFO:teuthology.orchestra.run.smithi176.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-10T16:23:47.895 INFO:teuthology.orchestra.run.smithi176.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-10T16:23:47.895 INFO:teuthology.orchestra.run.smithi176.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-10T16:23:47.895 INFO:teuthology.orchestra.run.smithi176.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-10T16:23:47.895 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:23:47.896 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-09-10T16:23:47.896 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:23:47.896 INFO:teuthology.orchestra.run.smithi176.stdout:Install 37 Packages 2024-09-10T16:23:47.896 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:23:47.896 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 31 M 2024-09-10T16:23:47.896 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 109 M 2024-09-10T16:23:47.896 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-09-10T16:23:47.904 INFO:teuthology.orchestra.run.smithi006.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.1 MB/s | 427 kB 00:00 2024-09-10T16:23:47.909 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:23:47.909 INFO:teuthology.orchestra.run.smithi006.stdout:Total 14 MB/s | 31 MB 00:02 2024-09-10T16:23:47.983 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction test succeeded. 2024-09-10T16:23:47.984 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction 2024-09-10T16:23:48.067 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2024-09-10T16:23:48.111 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2024-09-10T16:23:48.111 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2024-09-10T16:23:48.533 INFO:teuthology.orchestra.run.smithi176.stdout:(1/37): ceph-19.3.0-4858.gbad1f558.el9.x86_64.r 53 kB/s | 6.6 kB 00:00 2024-09-10T16:23:48.581 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2024-09-10T16:23:48.581 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2024-09-10T16:23:48.725 INFO:teuthology.orchestra.run.smithi176.stdout:(2/37): ceph-mgr-19.3.0-4858.gbad1f558.el9.x86_ 4.8 MB/s | 1.5 MB 00:00 2024-09-10T16:23:48.784 INFO:teuthology.orchestra.run.smithi176.stdout:(3/37): ceph-mds-19.3.0-4858.gbad1f558.el9.x86_ 6.4 MB/s | 2.4 MB 00:00 2024-09-10T16:23:48.868 INFO:teuthology.orchestra.run.smithi176.stdout:(4/37): ceph-mgr-modules-core-19.3.0-4858.gbad1 3.4 MB/s | 291 kB 00:00 2024-09-10T16:23:49.018 INFO:teuthology.orchestra.run.smithi176.stdout:(5/37): ceph-mon-19.3.0-4858.gbad1f558.el9.x86_ 9.9 MB/s | 4.8 MB 00:00 2024-09-10T16:23:49.043 INFO:teuthology.orchestra.run.smithi176.stdout:(6/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.4 MB/s | 253 kB 00:00 2024-09-10T16:23:49.135 INFO:teuthology.orchestra.run.smithi176.stdout:(7/37): python3-ply-3.11-14.el9.noarch.rpm 1.1 MB/s | 106 kB 00:00 2024-09-10T16:23:49.276 INFO:teuthology.orchestra.run.smithi144.stdout: Preparing : 1/1 2024-09-10T16:23:49.302 INFO:teuthology.orchestra.run.smithi176.stdout:(8/37): ceph-osd-19.3.0-4858.gbad1f558.el9.x86_ 30 MB/s | 17 MB 00:00 2024-09-10T16:23:49.327 INFO:teuthology.orchestra.run.smithi176.stdout:(9/37): python3-pycparser-2.20-6.el9.noarch.rpm 705 kB/s | 135 kB 00:00 2024-09-10T16:23:49.416 INFO:teuthology.orchestra.run.smithi176.stdout:(10/37): python3-urllib3-1.26.5-6.el9.noarch.rp 2.5 MB/s | 215 kB 00:00 2024-09-10T16:23:49.416 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-10T16:23:49.416 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-10T16:23:49.416 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-10T16:23:49.453 INFO:teuthology.orchestra.run.smithi176.stdout:(11/37): python3-requests-2.25.1-8.el9.noarch.r 831 kB/s | 125 kB 00:00 2024-09-10T16:23:49.474 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-10T16:23:49.495 INFO:teuthology.orchestra.run.smithi176.stdout:(12/37): python3-cryptography-36.0.1-4.el9.x86_ 2.6 MB/s | 1.2 MB 00:00 2024-09-10T16:23:49.526 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-10T16:23:49.559 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-10T16:23:49.603 INFO:teuthology.orchestra.run.smithi176.stdout:(13/37): python3-markupsafe-1.1.1-12.el9.x86_64 321 kB/s | 35 kB 00:00 2024-09-10T16:23:49.628 INFO:teuthology.orchestra.run.smithi176.stdout:(14/37): lua-5.4.4-4.el9.x86_64.rpm 867 kB/s | 188 kB 00:00 2024-09-10T16:23:49.651 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-10T16:23:49.654 INFO:teuthology.orchestra.run.smithi176.stdout:(15/37): python3-mako-1.1.4-6.el9.noarch.rpm 858 kB/s | 172 kB 00:00 2024-09-10T16:23:49.679 INFO:teuthology.orchestra.run.smithi176.stdout:(16/37): python3-pytz-2021.1-5.el9.noarch.rpm 1.0 MB/s | 51 kB 00:00 2024-09-10T16:23:49.704 INFO:teuthology.orchestra.run.smithi176.stdout:(17/37): python3-toml-0.10.2-6.el9.noarch.rpm 827 kB/s | 42 kB 00:00 2024-09-10T16:23:49.721 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-10T16:23:49.729 INFO:teuthology.orchestra.run.smithi176.stdout:(18/37): python3-packaging-20.9-5.el9.noarch.rp 612 kB/s | 77 kB 00:00 2024-09-10T16:23:49.762 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-10T16:23:49.772 INFO:teuthology.orchestra.run.smithi176.stdout:(19/37): luarocks-3.9.2-5.el9.noarch.rpm 2.2 MB/s | 151 kB 00:00 2024-09-10T16:23:49.797 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-10T16:23:49.797 INFO:teuthology.orchestra.run.smithi176.stdout:(20/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 7.2 MB/s | 172 kB 00:00 2024-09-10T16:23:49.822 INFO:teuthology.orchestra.run.smithi176.stdout:(21/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 471 kB/s | 43 kB 00:00 2024-09-10T16:23:49.826 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-10T16:23:49.847 INFO:teuthology.orchestra.run.smithi176.stdout:(22/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 427 kB/s | 11 kB 00:00 2024-09-10T16:23:49.861 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-10T16:23:49.873 INFO:teuthology.orchestra.run.smithi176.stdout:(23/37): python3-jaraco-classes-3.2.1-5.el9.noa 715 kB/s | 18 kB 00:00 2024-09-10T16:23:49.884 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2024-09-10T16:23:49.895 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-10T16:23:49.898 INFO:teuthology.orchestra.run.smithi176.stdout:(24/37): python3-cherrypy-18.6.1-2.el9.noarch.r 3.5 MB/s | 358 kB 00:00 2024-09-10T16:23:49.923 INFO:teuthology.orchestra.run.smithi176.stdout:(25/37): python3-jaraco-collections-3.0.0-8.el9 461 kB/s | 23 kB 00:00 2024-09-10T16:23:49.935 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-10T16:23:49.940 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-10T16:23:49.949 INFO:teuthology.orchestra.run.smithi176.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 384 kB/s | 19 kB 00:00 2024-09-10T16:23:49.974 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-10T16:23:49.974 INFO:teuthology.orchestra.run.smithi176.stdout:(27/37): lua-devel-5.4.4-4.el9.x86_64.rpm 76 kB/s | 22 kB 00:00 2024-09-10T16:23:49.987 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-10T16:23:50.001 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-10T16:23:50.007 INFO:teuthology.orchestra.run.smithi176.stdout:(28/37): python3-jaraco-text-3.2.0-6.el9.noarch 234 kB/s | 20 kB 00:00 2024-09-10T16:23:50.030 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-10T16:23:50.041 INFO:teuthology.orchestra.run.smithi176.stdout:(29/37): python3-logutils-0.3.5-21.el9.noarch.r 503 kB/s | 46 kB 00:00 2024-09-10T16:23:50.067 INFO:teuthology.orchestra.run.smithi176.stdout:(30/37): python3-more-itertools-8.12.0-2.el9.no 855 kB/s | 79 kB 00:00 2024-09-10T16:23:50.070 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-10T16:23:50.077 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-10T16:23:50.092 INFO:teuthology.orchestra.run.smithi176.stdout:(31/37): python3-portend-3.1.0-2.el9.noarch.rpm 328 kB/s | 16 kB 00:00 2024-09-10T16:23:50.093 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-10T16:23:50.117 INFO:teuthology.orchestra.run.smithi176.stdout:(32/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 3.5 MB/s | 90 kB 00:00 2024-09-10T16:23:50.126 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-10T16:23:50.134 INFO:teuthology.orchestra.run.smithi176.stdout:(33/37): python3-tempora-5.0.0-2.el9.noarch.rpm 856 kB/s | 36 kB 00:00 2024-09-10T16:23:50.158 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-10T16:23:50.159 INFO:teuthology.orchestra.run.smithi176.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 1.8 MB/s | 272 kB 00:00 2024-09-10T16:23:50.166 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-10T16:23:50.176 INFO:teuthology.orchestra.run.smithi176.stdout:(35/37): python3-zc-lockfile-2.0-10.el9.noarch. 1.2 MB/s | 20 kB 00:00 2024-09-10T16:23:50.218 INFO:teuthology.orchestra.run.smithi176.stdout:(36/37): python3-webob-1.8.8-2.el9.noarch.rpm 2.2 MB/s | 230 kB 00:00 2024-09-10T16:23:50.243 INFO:teuthology.orchestra.run.smithi176.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 3.8 MB/s | 427 kB 00:00 2024-09-10T16:23:50.247 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:23:50.247 INFO:teuthology.orchestra.run.smithi176.stdout:Total 13 MB/s | 31 MB 00:02 2024-09-10T16:23:50.256 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-10T16:23:50.313 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-10T16:23:50.340 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-10T16:23:50.387 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-10T16:23:50.393 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-10T16:23:50.396 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-09-10T16:23:50.430 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-10T16:23:50.436 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-09-10T16:23:50.436 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-09-10T16:23:50.459 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-10T16:23:50.463 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-10T16:23:50.493 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-10T16:23:50.518 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-10T16:23:50.528 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-10T16:23:50.568 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-10T16:23:50.575 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-10T16:23:50.611 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-10T16:23:50.631 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-10T16:23:50.645 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-10T16:23:50.695 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-10T16:23:50.734 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-10T16:23:50.812 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-10T16:23:50.816 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-10T16:23:50.864 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-10T16:23:50.912 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-09-10T16:23:50.912 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-09-10T16:23:50.941 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-10T16:23:50.974 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-10T16:23:51.030 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-10T16:23:51.062 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-10T16:23:51.075 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-10T16:23:51.121 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-10T16:23:51.167 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-10T16:23:51.207 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-10T16:23:51.226 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-10T16:23:51.290 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-10T16:23:51.370 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : ceph-mgr-modules-core-2:19.3.0-4858.gbad1f558.el9. 32/37 2024-09-10T16:23:51.398 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : ceph-mgr-2:19.3.0-4858.gbad1f558.el9.x86_64 33/37 2024-09-10T16:23:51.425 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: ceph-mgr-2:19.3.0-4858.gbad1f558.el9.x86_64 33/37 2024-09-10T16:23:51.425 INFO:teuthology.orchestra.run.smithi144.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T16:23:51.425 INFO:teuthology.orchestra.run.smithi144.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-10T16:23:51.425 INFO:teuthology.orchestra.run.smithi144.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-10T16:23:51.425 INFO:teuthology.orchestra.run.smithi144.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-10T16:23:51.425 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:23:51.494 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-10T16:23:51.548 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-10T16:23:51.629 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-10T16:23:51.726 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-10T16:23:51.767 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-10T16:23:51.906 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-10T16:23:52.083 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-mgr-modules-core-2:19.3.0-4858.gbad1f558.el9. 32/37 2024-09-10T16:23:52.113 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-mgr-2:19.3.0-4858.gbad1f558.el9.x86_64 33/37 2024-09-10T16:23:52.141 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-mgr-2:19.3.0-4858.gbad1f558.el9.x86_64 33/37 2024-09-10T16:23:52.141 INFO:teuthology.orchestra.run.smithi006.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T16:23:52.141 INFO:teuthology.orchestra.run.smithi006.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-10T16:23:52.141 INFO:teuthology.orchestra.run.smithi006.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-10T16:23:52.141 INFO:teuthology.orchestra.run.smithi006.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-10T16:23:52.142 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:23:52.211 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-09-10T16:23:52.287 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-10T16:23:52.320 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-10T16:23:52.348 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-10T16:23:52.420 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-10T16:23:52.472 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-10T16:23:52.505 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-10T16:23:52.597 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-10T16:23:52.675 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-10T16:23:52.733 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-10T16:23:52.776 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-10T16:23:52.806 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-10T16:23:52.841 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-10T16:23:52.874 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-10T16:23:52.899 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : ceph-osd-2:19.3.0-4858.gbad1f558.el9.x86_64 34/37 2024-09-10T16:23:52.914 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-10T16:23:52.926 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: ceph-osd-2:19.3.0-4858.gbad1f558.el9.x86_64 34/37 2024-09-10T16:23:52.926 INFO:teuthology.orchestra.run.smithi144.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T16:23:52.926 INFO:teuthology.orchestra.run.smithi144.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-10T16:23:52.926 INFO:teuthology.orchestra.run.smithi144.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-10T16:23:52.926 INFO:teuthology.orchestra.run.smithi144.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-10T16:23:52.927 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:23:52.958 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-10T16:23:52.992 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-10T16:23:53.040 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-10T16:23:53.073 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-10T16:23:53.146 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-10T16:23:53.294 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-10T16:23:53.389 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-10T16:23:53.391 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : ceph-mon-2:19.3.0-4858.gbad1f558.el9.x86_64 35/37 2024-09-10T16:23:53.415 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: ceph-mon-2:19.3.0-4858.gbad1f558.el9.x86_64 35/37 2024-09-10T16:23:53.415 INFO:teuthology.orchestra.run.smithi144.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T16:23:53.415 INFO:teuthology.orchestra.run.smithi144.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-10T16:23:53.415 INFO:teuthology.orchestra.run.smithi144.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-10T16:23:53.415 INFO:teuthology.orchestra.run.smithi144.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-10T16:23:53.415 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:23:53.442 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-10T16:23:53.481 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-10T16:23:53.538 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-10T16:23:53.603 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-10T16:23:53.642 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : ceph-mds-2:19.3.0-4858.gbad1f558.el9.x86_64 36/37 2024-09-10T16:23:53.666 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: ceph-mds-2:19.3.0-4858.gbad1f558.el9.x86_64 36/37 2024-09-10T16:23:53.666 INFO:teuthology.orchestra.run.smithi144.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T16:23:53.666 INFO:teuthology.orchestra.run.smithi144.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-10T16:23:53.666 INFO:teuthology.orchestra.run.smithi144.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-10T16:23:53.666 INFO:teuthology.orchestra.run.smithi144.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-10T16:23:53.666 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:23:53.714 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-osd-2:19.3.0-4858.gbad1f558.el9.x86_64 34/37 2024-09-10T16:23:53.731 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : ceph-2:19.3.0-4858.gbad1f558.el9.x86_64 37/37 2024-09-10T16:23:53.744 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-osd-2:19.3.0-4858.gbad1f558.el9.x86_64 34/37 2024-09-10T16:23:53.744 INFO:teuthology.orchestra.run.smithi006.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T16:23:53.744 INFO:teuthology.orchestra.run.smithi006.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-10T16:23:53.744 INFO:teuthology.orchestra.run.smithi006.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-10T16:23:53.744 INFO:teuthology.orchestra.run.smithi006.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-10T16:23:53.744 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:23:53.805 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-10T16:23:53.852 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-10T16:23:53.929 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-10T16:23:54.018 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-10T16:23:54.065 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-10T16:23:54.197 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-10T16:23:54.223 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-mon-2:19.3.0-4858.gbad1f558.el9.x86_64 35/37 2024-09-10T16:23:54.248 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-mon-2:19.3.0-4858.gbad1f558.el9.x86_64 35/37 2024-09-10T16:23:54.248 INFO:teuthology.orchestra.run.smithi006.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T16:23:54.248 INFO:teuthology.orchestra.run.smithi006.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-10T16:23:54.249 INFO:teuthology.orchestra.run.smithi006.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-10T16:23:54.249 INFO:teuthology.orchestra.run.smithi006.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-10T16:23:54.249 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:23:54.367 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-mgr-modules-core-2:19.3.0-4858.gbad1f558.el9. 32/37 2024-09-10T16:23:54.395 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-mgr-2:19.3.0-4858.gbad1f558.el9.x86_64 33/37 2024-09-10T16:23:54.420 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-mgr-2:19.3.0-4858.gbad1f558.el9.x86_64 33/37 2024-09-10T16:23:54.421 INFO:teuthology.orchestra.run.smithi176.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T16:23:54.421 INFO:teuthology.orchestra.run.smithi176.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-10T16:23:54.421 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-10T16:23:54.421 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-10T16:23:54.421 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:23:54.482 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-mds-2:19.3.0-4858.gbad1f558.el9.x86_64 36/37 2024-09-10T16:23:54.507 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-mds-2:19.3.0-4858.gbad1f558.el9.x86_64 36/37 2024-09-10T16:23:54.508 INFO:teuthology.orchestra.run.smithi006.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T16:23:54.508 INFO:teuthology.orchestra.run.smithi006.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-10T16:23:54.508 INFO:teuthology.orchestra.run.smithi006.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-10T16:23:54.508 INFO:teuthology.orchestra.run.smithi006.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-10T16:23:54.508 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:23:54.565 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-2:19.3.0-4858.gbad1f558.el9.x86_64 37/37 2024-09-10T16:23:55.623 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: ceph-2:19.3.0-4858.gbad1f558.el9.x86_64 37/37 2024-09-10T16:23:55.624 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : ceph-2:19.3.0-4858.gbad1f558.el9.x86_64 1/37 2024-09-10T16:23:55.624 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : ceph-mds-2:19.3.0-4858.gbad1f558.el9.x86_64 2/37 2024-09-10T16:23:55.624 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : ceph-mgr-2:19.3.0-4858.gbad1f558.el9.x86_64 3/37 2024-09-10T16:23:55.624 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : ceph-mon-2:19.3.0-4858.gbad1f558.el9.x86_64 4/37 2024-09-10T16:23:55.624 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : ceph-osd-2:19.3.0-4858.gbad1f558.el9.x86_64 5/37 2024-09-10T16:23:55.624 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : ceph-mgr-modules-core-2:19.3.0-4858.gbad1f558.el9. 6/37 2024-09-10T16:23:55.624 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-10T16:23:55.624 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-10T16:23:55.624 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-10T16:23:55.624 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-10T16:23:55.624 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-10T16:23:55.625 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-10T16:23:55.625 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-10T16:23:55.625 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-10T16:23:55.625 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-10T16:23:55.625 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-10T16:23:55.625 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-10T16:23:55.625 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-10T16:23:55.625 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-10T16:23:55.625 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-10T16:23:55.625 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-10T16:23:55.625 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-10T16:23:55.625 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-10T16:23:55.625 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-10T16:23:55.626 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-10T16:23:55.626 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-10T16:23:55.626 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-10T16:23:55.626 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-10T16:23:55.626 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-10T16:23:55.626 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-10T16:23:55.626 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-10T16:23:55.626 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-10T16:23:55.626 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-10T16:23:55.626 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-10T16:23:55.626 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-10T16:23:55.626 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-10T16:23:55.896 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-osd-2:19.3.0-4858.gbad1f558.el9.x86_64 34/37 2024-09-10T16:23:55.923 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-osd-2:19.3.0-4858.gbad1f558.el9.x86_64 34/37 2024-09-10T16:23:55.923 INFO:teuthology.orchestra.run.smithi176.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T16:23:55.923 INFO:teuthology.orchestra.run.smithi176.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-10T16:23:55.923 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-10T16:23:55.923 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-10T16:23:55.923 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:23:56.288 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-2:19.3.0-4858.gbad1f558.el9.x86_64 37/37 2024-09-10T16:23:56.288 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-2:19.3.0-4858.gbad1f558.el9.x86_64 1/37 2024-09-10T16:23:56.288 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-mds-2:19.3.0-4858.gbad1f558.el9.x86_64 2/37 2024-09-10T16:23:56.289 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-mgr-2:19.3.0-4858.gbad1f558.el9.x86_64 3/37 2024-09-10T16:23:56.289 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-mon-2:19.3.0-4858.gbad1f558.el9.x86_64 4/37 2024-09-10T16:23:56.289 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-osd-2:19.3.0-4858.gbad1f558.el9.x86_64 5/37 2024-09-10T16:23:56.289 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-mgr-modules-core-2:19.3.0-4858.gbad1f558.el9. 6/37 2024-09-10T16:23:56.289 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-10T16:23:56.289 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-10T16:23:56.289 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-10T16:23:56.289 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-10T16:23:56.289 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-10T16:23:56.289 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-10T16:23:56.289 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-10T16:23:56.289 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-10T16:23:56.289 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-10T16:23:56.290 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-10T16:23:56.290 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-10T16:23:56.290 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-10T16:23:56.290 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-10T16:23:56.290 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-10T16:23:56.290 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-10T16:23:56.290 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-10T16:23:56.290 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-10T16:23:56.290 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-10T16:23:56.290 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-10T16:23:56.290 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-10T16:23:56.290 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-10T16:23:56.290 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-10T16:23:56.291 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-10T16:23:56.292 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-10T16:23:56.292 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-10T16:23:56.292 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-10T16:23:56.292 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-10T16:23:56.292 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-10T16:23:56.292 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-10T16:23:56.292 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-10T16:23:56.372 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-mon-2:19.3.0-4858.gbad1f558.el9.x86_64 35/37 2024-09-10T16:23:56.395 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-mon-2:19.3.0-4858.gbad1f558.el9.x86_64 35/37 2024-09-10T16:23:56.395 INFO:teuthology.orchestra.run.smithi176.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T16:23:56.395 INFO:teuthology.orchestra.run.smithi176.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-10T16:23:56.395 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-10T16:23:56.395 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-10T16:23:56.396 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:23:56.595 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-10T16:23:56.595 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:23:56.595 INFO:teuthology.orchestra.run.smithi144.stdout:Installed: 2024-09-10T16:23:56.595 INFO:teuthology.orchestra.run.smithi144.stdout: ceph-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:56.595 INFO:teuthology.orchestra.run.smithi144.stdout: ceph-mds-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:56.596 INFO:teuthology.orchestra.run.smithi144.stdout: ceph-mgr-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:56.596 INFO:teuthology.orchestra.run.smithi144.stdout: ceph-mgr-modules-core-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T16:23:56.596 INFO:teuthology.orchestra.run.smithi144.stdout: ceph-mon-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:56.596 INFO:teuthology.orchestra.run.smithi144.stdout: ceph-osd-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:56.596 INFO:teuthology.orchestra.run.smithi144.stdout: lua-5.4.4-4.el9.x86_64 2024-09-10T16:23:56.596 INFO:teuthology.orchestra.run.smithi144.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-10T16:23:56.596 INFO:teuthology.orchestra.run.smithi144.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-10T16:23:56.596 INFO:teuthology.orchestra.run.smithi144.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-10T16:23:56.596 INFO:teuthology.orchestra.run.smithi144.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-10T16:23:56.596 INFO:teuthology.orchestra.run.smithi144.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-10T16:23:56.596 INFO:teuthology.orchestra.run.smithi144.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-10T16:23:56.597 INFO:teuthology.orchestra.run.smithi144.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-10T16:23:56.597 INFO:teuthology.orchestra.run.smithi144.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-10T16:23:56.597 INFO:teuthology.orchestra.run.smithi144.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-10T16:23:56.597 INFO:teuthology.orchestra.run.smithi144.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-10T16:23:56.597 INFO:teuthology.orchestra.run.smithi144.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-10T16:23:56.597 INFO:teuthology.orchestra.run.smithi144.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-10T16:23:56.597 INFO:teuthology.orchestra.run.smithi144.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-10T16:23:56.597 INFO:teuthology.orchestra.run.smithi144.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-10T16:23:56.597 INFO:teuthology.orchestra.run.smithi144.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-10T16:23:56.597 INFO:teuthology.orchestra.run.smithi144.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-10T16:23:56.597 INFO:teuthology.orchestra.run.smithi144.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-10T16:23:56.597 INFO:teuthology.orchestra.run.smithi144.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-10T16:23:56.597 INFO:teuthology.orchestra.run.smithi144.stdout: python3-ply-3.11-14.el9.noarch 2024-09-10T16:23:56.598 INFO:teuthology.orchestra.run.smithi144.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-10T16:23:56.598 INFO:teuthology.orchestra.run.smithi144.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-10T16:23:56.598 INFO:teuthology.orchestra.run.smithi144.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-10T16:23:56.598 INFO:teuthology.orchestra.run.smithi144.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-10T16:23:56.598 INFO:teuthology.orchestra.run.smithi144.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-10T16:23:56.598 INFO:teuthology.orchestra.run.smithi144.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-10T16:23:56.598 INFO:teuthology.orchestra.run.smithi144.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-10T16:23:56.598 INFO:teuthology.orchestra.run.smithi144.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-10T16:23:56.598 INFO:teuthology.orchestra.run.smithi144.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-10T16:23:56.598 INFO:teuthology.orchestra.run.smithi144.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-10T16:23:56.598 INFO:teuthology.orchestra.run.smithi144.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-10T16:23:56.598 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:23:56.598 INFO:teuthology.orchestra.run.smithi144.stdout:Complete! 2024-09-10T16:23:56.622 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-mds-2:19.3.0-4858.gbad1f558.el9.x86_64 36/37 2024-09-10T16:23:56.645 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-mds-2:19.3.0-4858.gbad1f558.el9.x86_64 36/37 2024-09-10T16:23:56.646 INFO:teuthology.orchestra.run.smithi176.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T16:23:56.646 INFO:teuthology.orchestra.run.smithi176.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-10T16:23:56.646 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-10T16:23:56.646 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-10T16:23:56.646 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:23:56.712 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-2:19.3.0-4858.gbad1f558.el9.x86_64 37/37 2024-09-10T16:23:56.973 DEBUG:teuthology.orchestra.run.smithi144:> sudo yum -y install ceph-base 2024-09-10T16:23:57.151 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-10T16:23:57.151 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:23:57.152 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2024-09-10T16:23:57.152 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:57.152 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mds-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:57.152 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mgr-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:57.152 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mgr-modules-core-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T16:23:57.152 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mon-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:57.152 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-osd-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:57.152 INFO:teuthology.orchestra.run.smithi006.stdout: lua-5.4.4-4.el9.x86_64 2024-09-10T16:23:57.152 INFO:teuthology.orchestra.run.smithi006.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-10T16:23:57.152 INFO:teuthology.orchestra.run.smithi006.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-10T16:23:57.152 INFO:teuthology.orchestra.run.smithi006.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-10T16:23:57.152 INFO:teuthology.orchestra.run.smithi006.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-10T16:23:57.153 INFO:teuthology.orchestra.run.smithi006.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-10T16:23:57.153 INFO:teuthology.orchestra.run.smithi006.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-10T16:23:57.153 INFO:teuthology.orchestra.run.smithi006.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-10T16:23:57.153 INFO:teuthology.orchestra.run.smithi006.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-10T16:23:57.153 INFO:teuthology.orchestra.run.smithi006.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-10T16:23:57.153 INFO:teuthology.orchestra.run.smithi006.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-10T16:23:57.153 INFO:teuthology.orchestra.run.smithi006.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-10T16:23:57.153 INFO:teuthology.orchestra.run.smithi006.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-10T16:23:57.153 INFO:teuthology.orchestra.run.smithi006.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-10T16:23:57.153 INFO:teuthology.orchestra.run.smithi006.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-10T16:23:57.153 INFO:teuthology.orchestra.run.smithi006.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-10T16:23:57.153 INFO:teuthology.orchestra.run.smithi006.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-10T16:23:57.153 INFO:teuthology.orchestra.run.smithi006.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-10T16:23:57.153 INFO:teuthology.orchestra.run.smithi006.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-10T16:23:57.154 INFO:teuthology.orchestra.run.smithi006.stdout: python3-ply-3.11-14.el9.noarch 2024-09-10T16:23:57.154 INFO:teuthology.orchestra.run.smithi006.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-10T16:23:57.154 INFO:teuthology.orchestra.run.smithi006.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-10T16:23:57.154 INFO:teuthology.orchestra.run.smithi006.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-10T16:23:57.154 INFO:teuthology.orchestra.run.smithi006.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-10T16:23:57.154 INFO:teuthology.orchestra.run.smithi006.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-10T16:23:57.154 INFO:teuthology.orchestra.run.smithi006.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-10T16:23:57.154 INFO:teuthology.orchestra.run.smithi006.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-10T16:23:57.154 INFO:teuthology.orchestra.run.smithi006.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-10T16:23:57.154 INFO:teuthology.orchestra.run.smithi006.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-10T16:23:57.154 INFO:teuthology.orchestra.run.smithi006.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-10T16:23:57.154 INFO:teuthology.orchestra.run.smithi006.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-10T16:23:57.154 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:23:57.155 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-09-10T16:23:57.522 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install ceph-base 2024-09-10T16:23:57.544 INFO:teuthology.orchestra.run.smithi144.stdout:Last metadata expiration check: 0:00:52 ago on Tue 10 Sep 2024 04:23:05 PM UTC. 2024-09-10T16:23:57.635 INFO:teuthology.orchestra.run.smithi144.stdout:Package ceph-base-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T16:23:57.678 INFO:teuthology.orchestra.run.smithi144.stdout:Dependencies resolved. 2024-09-10T16:23:57.679 INFO:teuthology.orchestra.run.smithi144.stdout:Nothing to do. 2024-09-10T16:23:57.679 INFO:teuthology.orchestra.run.smithi144.stdout:Complete! 2024-09-10T16:23:57.742 DEBUG:teuthology.orchestra.run.smithi144:> sudo yum -y install cephadm 2024-09-10T16:23:58.117 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:00:54 ago on Tue 10 Sep 2024 04:23:04 PM UTC. 2024-09-10T16:23:58.210 INFO:teuthology.orchestra.run.smithi006.stdout:Package ceph-base-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T16:23:58.254 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-09-10T16:23:58.255 INFO:teuthology.orchestra.run.smithi006.stdout:Nothing to do. 2024-09-10T16:23:58.255 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-09-10T16:23:58.305 INFO:teuthology.orchestra.run.smithi144.stdout:Last metadata expiration check: 0:00:53 ago on Tue 10 Sep 2024 04:23:05 PM UTC. 2024-09-10T16:23:58.325 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install cephadm 2024-09-10T16:23:58.437 INFO:teuthology.orchestra.run.smithi144.stdout:Dependencies resolved. 2024-09-10T16:23:58.437 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:23:58.438 INFO:teuthology.orchestra.run.smithi144.stdout: Package Arch Version Repository Size 2024-09-10T16:23:58.438 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:23:58.438 INFO:teuthology.orchestra.run.smithi144.stdout:Installing: 2024-09-10T16:23:58.438 INFO:teuthology.orchestra.run.smithi144.stdout: cephadm noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 784 k 2024-09-10T16:23:58.438 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:23:58.438 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction Summary 2024-09-10T16:23:58.438 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:23:58.438 INFO:teuthology.orchestra.run.smithi144.stdout:Install 1 Package 2024-09-10T16:23:58.438 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:23:58.439 INFO:teuthology.orchestra.run.smithi144.stdout:Total download size: 784 k 2024-09-10T16:23:58.439 INFO:teuthology.orchestra.run.smithi144.stdout:Installed size: 790 k 2024-09-10T16:23:58.439 INFO:teuthology.orchestra.run.smithi144.stdout:Downloading Packages: 2024-09-10T16:23:58.561 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-2:19.3.0-4858.gbad1f558.el9.x86_64 37/37 2024-09-10T16:23:58.561 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-2:19.3.0-4858.gbad1f558.el9.x86_64 1/37 2024-09-10T16:23:58.561 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-mds-2:19.3.0-4858.gbad1f558.el9.x86_64 2/37 2024-09-10T16:23:58.562 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-mgr-2:19.3.0-4858.gbad1f558.el9.x86_64 3/37 2024-09-10T16:23:58.562 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-mon-2:19.3.0-4858.gbad1f558.el9.x86_64 4/37 2024-09-10T16:23:58.562 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-osd-2:19.3.0-4858.gbad1f558.el9.x86_64 5/37 2024-09-10T16:23:58.562 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-mgr-modules-core-2:19.3.0-4858.gbad1f558.el9. 6/37 2024-09-10T16:23:58.562 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-10T16:23:58.562 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-10T16:23:58.562 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-10T16:23:58.562 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-10T16:23:58.562 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-10T16:23:58.562 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-10T16:23:58.562 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-10T16:23:58.562 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-10T16:23:58.562 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-10T16:23:58.563 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-10T16:23:58.563 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-10T16:23:58.563 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-10T16:23:58.563 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-10T16:23:58.563 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-10T16:23:58.563 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-10T16:23:58.563 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-10T16:23:58.563 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-10T16:23:58.563 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-10T16:23:58.563 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-10T16:23:58.563 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-10T16:23:58.563 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-10T16:23:58.563 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-10T16:23:58.564 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-10T16:23:58.564 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-10T16:23:58.564 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-10T16:23:58.565 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-10T16:23:58.565 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-10T16:23:58.565 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-10T16:23:58.565 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-10T16:23:58.565 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-10T16:23:58.709 INFO:teuthology.orchestra.run.smithi144.stdout:cephadm-19.3.0-4858.gbad1f558.el9.noarch.rpm 2.8 MB/s | 784 kB 00:00 2024-09-10T16:23:58.709 INFO:teuthology.orchestra.run.smithi144.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:23:58.709 INFO:teuthology.orchestra.run.smithi144.stdout:Total 2.8 MB/s | 784 kB 00:00 2024-09-10T16:23:58.709 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction check 2024-09-10T16:23:58.715 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction check succeeded. 2024-09-10T16:23:58.715 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction test 2024-09-10T16:23:58.721 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction test succeeded. 2024-09-10T16:23:58.721 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction 2024-09-10T16:23:58.795 INFO:teuthology.orchestra.run.smithi144.stdout: Preparing : 1/1 2024-09-10T16:23:58.915 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:00:54 ago on Tue 10 Sep 2024 04:23:04 PM UTC. 2024-09-10T16:23:59.054 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-09-10T16:23:59.055 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:23:59.055 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repository Size 2024-09-10T16:23:59.055 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:23:59.056 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2024-09-10T16:23:59.056 INFO:teuthology.orchestra.run.smithi006.stdout: cephadm noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 784 k 2024-09-10T16:23:59.056 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:23:59.056 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2024-09-10T16:23:59.056 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:23:59.056 INFO:teuthology.orchestra.run.smithi006.stdout:Install 1 Package 2024-09-10T16:23:59.056 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:23:59.056 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 784 k 2024-09-10T16:23:59.056 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 790 k 2024-09-10T16:23:59.056 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2024-09-10T16:23:59.205 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 1/1 2024-09-10T16:23:59.288 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 1/1 2024-09-10T16:23:59.331 INFO:teuthology.orchestra.run.smithi006.stdout:cephadm-19.3.0-4858.gbad1f558.el9.noarch.rpm 2.8 MB/s | 784 kB 00:00 2024-09-10T16:23:59.332 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:23:59.332 INFO:teuthology.orchestra.run.smithi006.stdout:Total 2.8 MB/s | 784 kB 00:00 2024-09-10T16:23:59.332 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2024-09-10T16:23:59.338 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2024-09-10T16:23:59.338 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2024-09-10T16:23:59.344 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2024-09-10T16:23:59.344 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2024-09-10T16:23:59.430 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2024-09-10T16:23:59.477 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-10T16:23:59.477 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:23:59.478 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-09-10T16:23:59.478 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:59.478 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mds-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:59.478 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mgr-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:59.478 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mgr-modules-core-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T16:23:59.478 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mon-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:59.478 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-osd-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:23:59.478 INFO:teuthology.orchestra.run.smithi176.stdout: lua-5.4.4-4.el9.x86_64 2024-09-10T16:23:59.478 INFO:teuthology.orchestra.run.smithi176.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-10T16:23:59.478 INFO:teuthology.orchestra.run.smithi176.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-10T16:23:59.478 INFO:teuthology.orchestra.run.smithi176.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-10T16:23:59.478 INFO:teuthology.orchestra.run.smithi176.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-10T16:23:59.479 INFO:teuthology.orchestra.run.smithi176.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-10T16:23:59.479 INFO:teuthology.orchestra.run.smithi176.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-10T16:23:59.479 INFO:teuthology.orchestra.run.smithi176.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-10T16:23:59.479 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-10T16:23:59.479 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-10T16:23:59.479 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-10T16:23:59.479 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-10T16:23:59.479 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-10T16:23:59.479 INFO:teuthology.orchestra.run.smithi176.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-10T16:23:59.479 INFO:teuthology.orchestra.run.smithi176.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-10T16:23:59.479 INFO:teuthology.orchestra.run.smithi176.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-10T16:23:59.479 INFO:teuthology.orchestra.run.smithi176.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-10T16:23:59.479 INFO:teuthology.orchestra.run.smithi176.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-10T16:23:59.480 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-10T16:23:59.480 INFO:teuthology.orchestra.run.smithi176.stdout: python3-ply-3.11-14.el9.noarch 2024-09-10T16:23:59.480 INFO:teuthology.orchestra.run.smithi176.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-10T16:23:59.480 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-10T16:23:59.480 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-10T16:23:59.480 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-10T16:23:59.480 INFO:teuthology.orchestra.run.smithi176.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-10T16:23:59.480 INFO:teuthology.orchestra.run.smithi176.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-10T16:23:59.480 INFO:teuthology.orchestra.run.smithi176.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-10T16:23:59.480 INFO:teuthology.orchestra.run.smithi176.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-10T16:23:59.480 INFO:teuthology.orchestra.run.smithi176.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-10T16:23:59.480 INFO:teuthology.orchestra.run.smithi176.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-10T16:23:59.480 INFO:teuthology.orchestra.run.smithi176.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-10T16:23:59.481 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:23:59.481 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-09-10T16:23:59.652 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 1/1 2024-09-10T16:23:59.858 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install ceph-base 2024-09-10T16:23:59.920 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 1/1 2024-09-10T16:23:59.921 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:23:59.921 INFO:teuthology.orchestra.run.smithi144.stdout:Installed: 2024-09-10T16:23:59.921 INFO:teuthology.orchestra.run.smithi144.stdout: cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T16:23:59.921 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:23:59.921 INFO:teuthology.orchestra.run.smithi144.stdout:Complete! 2024-09-10T16:24:00.021 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 1/1 2024-09-10T16:24:00.121 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 1/1 2024-09-10T16:24:00.172 DEBUG:teuthology.orchestra.run.smithi144:> sudo yum -y install ceph-immutable-object-cache 2024-09-10T16:24:00.429 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:00:52 ago on Tue 10 Sep 2024 04:23:08 PM UTC. 2024-09-10T16:24:00.509 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 1/1 2024-09-10T16:24:00.519 INFO:teuthology.orchestra.run.smithi176.stdout:Package ceph-base-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T16:24:00.561 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-09-10T16:24:00.562 INFO:teuthology.orchestra.run.smithi176.stdout:Nothing to do. 2024-09-10T16:24:00.562 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-09-10T16:24:00.627 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install cephadm 2024-09-10T16:24:00.753 INFO:teuthology.orchestra.run.smithi144.stdout:Last metadata expiration check: 0:00:55 ago on Tue 10 Sep 2024 04:23:05 PM UTC. 2024-09-10T16:24:00.768 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 1/1 2024-09-10T16:24:00.768 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:00.768 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2024-09-10T16:24:00.768 INFO:teuthology.orchestra.run.smithi006.stdout: cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T16:24:00.769 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:00.769 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-09-10T16:24:00.892 INFO:teuthology.orchestra.run.smithi144.stdout:Dependencies resolved. 2024-09-10T16:24:00.892 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:24:00.892 INFO:teuthology.orchestra.run.smithi144.stdout: Package Arch Version Repo Size 2024-09-10T16:24:00.892 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:24:00.892 INFO:teuthology.orchestra.run.smithi144.stdout:Installing: 2024-09-10T16:24:00.892 INFO:teuthology.orchestra.run.smithi144.stdout: ceph-immutable-object-cache x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 145 k 2024-09-10T16:24:00.892 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:24:00.893 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction Summary 2024-09-10T16:24:00.893 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:24:00.893 INFO:teuthology.orchestra.run.smithi144.stdout:Install 1 Package 2024-09-10T16:24:00.893 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:24:00.893 INFO:teuthology.orchestra.run.smithi144.stdout:Total download size: 145 k 2024-09-10T16:24:00.893 INFO:teuthology.orchestra.run.smithi144.stdout:Installed size: 432 k 2024-09-10T16:24:00.893 INFO:teuthology.orchestra.run.smithi144.stdout:Downloading Packages: 2024-09-10T16:24:00.988 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install ceph-immutable-object-cache 2024-09-10T16:24:01.107 INFO:teuthology.orchestra.run.smithi144.stdout:ceph-immutable-object-cache-19.3.0-4858.gbad1f5 679 kB/s | 145 kB 00:00 2024-09-10T16:24:01.108 INFO:teuthology.orchestra.run.smithi144.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:24:01.108 INFO:teuthology.orchestra.run.smithi144.stdout:Total 675 kB/s | 145 kB 00:00 2024-09-10T16:24:01.108 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction check 2024-09-10T16:24:01.115 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction check succeeded. 2024-09-10T16:24:01.116 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction test 2024-09-10T16:24:01.174 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction test succeeded. 2024-09-10T16:24:01.174 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction 2024-09-10T16:24:01.194 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:00:53 ago on Tue 10 Sep 2024 04:23:08 PM UTC. 2024-09-10T16:24:01.324 INFO:teuthology.orchestra.run.smithi144.stdout: Preparing : 1/1 2024-09-10T16:24:01.327 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-09-10T16:24:01.328 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:24:01.328 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repository Size 2024-09-10T16:24:01.328 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:24:01.328 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-09-10T16:24:01.328 INFO:teuthology.orchestra.run.smithi176.stdout: cephadm noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 784 k 2024-09-10T16:24:01.328 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:01.328 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-09-10T16:24:01.328 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:24:01.328 INFO:teuthology.orchestra.run.smithi176.stdout:Install 1 Package 2024-09-10T16:24:01.329 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:01.329 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 784 k 2024-09-10T16:24:01.329 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 790 k 2024-09-10T16:24:01.329 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-09-10T16:24:01.383 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : ceph-immutable-object-cache-2:19.3.0-4858.gbad1f558. 1/1 2024-09-10T16:24:01.408 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.3.0-4858.gbad1f558. 1/1 2024-09-10T16:24:01.408 INFO:teuthology.orchestra.run.smithi144.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T16:24:01.408 INFO:teuthology.orchestra.run.smithi144.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-10T16:24:01.408 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:24:01.580 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:00:57 ago on Tue 10 Sep 2024 04:23:04 PM UTC. 2024-09-10T16:24:01.615 INFO:teuthology.orchestra.run.smithi176.stdout:cephadm-19.3.0-4858.gbad1f558.el9.noarch.rpm 2.7 MB/s | 784 kB 00:00 2024-09-10T16:24:01.615 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:24:01.616 INFO:teuthology.orchestra.run.smithi176.stdout:Total 2.7 MB/s | 784 kB 00:00 2024-09-10T16:24:01.616 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-09-10T16:24:01.621 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-09-10T16:24:01.621 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-09-10T16:24:01.627 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-09-10T16:24:01.628 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-09-10T16:24:01.698 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-09-10T16:24:01.718 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-09-10T16:24:01.719 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:24:01.719 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repo Size 2024-09-10T16:24:01.719 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:24:01.719 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2024-09-10T16:24:01.719 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-immutable-object-cache x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 145 k 2024-09-10T16:24:01.719 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:01.719 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2024-09-10T16:24:01.719 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:24:01.720 INFO:teuthology.orchestra.run.smithi006.stdout:Install 1 Package 2024-09-10T16:24:01.720 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:01.720 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 145 k 2024-09-10T16:24:01.720 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 432 k 2024-09-10T16:24:01.720 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2024-09-10T16:24:01.931 INFO:teuthology.orchestra.run.smithi006.stdout:ceph-immutable-object-cache-19.3.0-4858.gbad1f5 689 kB/s | 145 kB 00:00 2024-09-10T16:24:01.931 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:24:01.932 INFO:teuthology.orchestra.run.smithi006.stdout:Total 685 kB/s | 145 kB 00:00 2024-09-10T16:24:01.932 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2024-09-10T16:24:01.940 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2024-09-10T16:24:01.940 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2024-09-10T16:24:02.001 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2024-09-10T16:24:02.001 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2024-09-10T16:24:02.127 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 1/1 2024-09-10T16:24:02.174 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2024-09-10T16:24:02.227 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 1/1 2024-09-10T16:24:02.248 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-immutable-object-cache-2:19.3.0-4858.gbad1f558. 1/1 2024-09-10T16:24:02.275 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.3.0-4858.gbad1f558. 1/1 2024-09-10T16:24:02.275 INFO:teuthology.orchestra.run.smithi006.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T16:24:02.275 INFO:teuthology.orchestra.run.smithi006.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-10T16:24:02.275 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:02.355 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : ceph-immutable-object-cache-2:19.3.0-4858.gbad1f558. 1/1 2024-09-10T16:24:02.355 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:24:02.355 INFO:teuthology.orchestra.run.smithi144.stdout:Installed: 2024-09-10T16:24:02.355 INFO:teuthology.orchestra.run.smithi144.stdout: ceph-immutable-object-cache-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:24:02.355 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:24:02.355 INFO:teuthology.orchestra.run.smithi144.stdout:Complete! 2024-09-10T16:24:02.585 DEBUG:teuthology.orchestra.run.smithi144:> sudo yum -y install ceph-mgr 2024-09-10T16:24:02.591 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 1/1 2024-09-10T16:24:02.851 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 1/1 2024-09-10T16:24:02.851 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:02.851 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-09-10T16:24:02.851 INFO:teuthology.orchestra.run.smithi176.stdout: cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T16:24:02.851 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:02.851 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-09-10T16:24:03.074 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install ceph-immutable-object-cache 2024-09-10T16:24:03.167 INFO:teuthology.orchestra.run.smithi144.stdout:Last metadata expiration check: 0:00:58 ago on Tue 10 Sep 2024 04:23:05 PM UTC. 2024-09-10T16:24:03.200 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-immutable-object-cache-2:19.3.0-4858.gbad1f558. 1/1 2024-09-10T16:24:03.200 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:03.200 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2024-09-10T16:24:03.200 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-immutable-object-cache-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:24:03.200 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:03.200 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-09-10T16:24:03.260 INFO:teuthology.orchestra.run.smithi144.stdout:Package ceph-mgr-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T16:24:03.303 INFO:teuthology.orchestra.run.smithi144.stdout:Dependencies resolved. 2024-09-10T16:24:03.304 INFO:teuthology.orchestra.run.smithi144.stdout:Nothing to do. 2024-09-10T16:24:03.304 INFO:teuthology.orchestra.run.smithi144.stdout:Complete! 2024-09-10T16:24:03.367 DEBUG:teuthology.orchestra.run.smithi144:> sudo yum -y install ceph-mgr-dashboard 2024-09-10T16:24:03.401 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install ceph-mgr 2024-09-10T16:24:03.658 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:00:55 ago on Tue 10 Sep 2024 04:23:08 PM UTC. 2024-09-10T16:24:03.793 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-09-10T16:24:03.794 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:24:03.794 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repo Size 2024-09-10T16:24:03.794 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:24:03.794 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-09-10T16:24:03.794 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-immutable-object-cache x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 145 k 2024-09-10T16:24:03.794 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:03.794 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-09-10T16:24:03.795 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:24:03.795 INFO:teuthology.orchestra.run.smithi176.stdout:Install 1 Package 2024-09-10T16:24:03.795 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:03.795 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 145 k 2024-09-10T16:24:03.795 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 432 k 2024-09-10T16:24:03.795 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-09-10T16:24:03.931 INFO:teuthology.orchestra.run.smithi144.stdout:Last metadata expiration check: 0:00:58 ago on Tue 10 Sep 2024 04:23:05 PM UTC. 2024-09-10T16:24:03.995 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:00:59 ago on Tue 10 Sep 2024 04:23:04 PM UTC. 2024-09-10T16:24:04.005 INFO:teuthology.orchestra.run.smithi176.stdout:ceph-immutable-object-cache-19.3.0-4858.gbad1f5 694 kB/s | 145 kB 00:00 2024-09-10T16:24:04.005 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:24:04.006 INFO:teuthology.orchestra.run.smithi176.stdout:Total 688 kB/s | 145 kB 00:00 2024-09-10T16:24:04.006 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-09-10T16:24:04.013 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-09-10T16:24:04.013 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-09-10T16:24:04.064 INFO:teuthology.orchestra.run.smithi144.stdout:Dependencies resolved. 2024-09-10T16:24:04.065 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:24:04.065 INFO:teuthology.orchestra.run.smithi144.stdout: Package Arch Version Repository Size 2024-09-10T16:24:04.066 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:24:04.066 INFO:teuthology.orchestra.run.smithi144.stdout:Installing: 2024-09-10T16:24:04.066 INFO:teuthology.orchestra.run.smithi144.stdout: ceph-mgr-dashboard noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 14 M 2024-09-10T16:24:04.066 INFO:teuthology.orchestra.run.smithi144.stdout:Installing dependencies: 2024-09-10T16:24:04.066 INFO:teuthology.orchestra.run.smithi144.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-10T16:24:04.066 INFO:teuthology.orchestra.run.smithi144.stdout: ceph-grafana-dashboards noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 34 k 2024-09-10T16:24:04.066 INFO:teuthology.orchestra.run.smithi144.stdout: ceph-prometheus-alerts noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 16 k 2024-09-10T16:24:04.066 INFO:teuthology.orchestra.run.smithi144.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-10T16:24:04.066 INFO:teuthology.orchestra.run.smithi144.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-10T16:24:04.066 INFO:teuthology.orchestra.run.smithi144.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-10T16:24:04.066 INFO:teuthology.orchestra.run.smithi144.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-10T16:24:04.066 INFO:teuthology.orchestra.run.smithi144.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-10T16:24:04.066 INFO:teuthology.orchestra.run.smithi144.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-10T16:24:04.067 INFO:teuthology.orchestra.run.smithi144.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-10T16:24:04.067 INFO:teuthology.orchestra.run.smithi144.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-10T16:24:04.067 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:24:04.067 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction Summary 2024-09-10T16:24:04.067 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:24:04.067 INFO:teuthology.orchestra.run.smithi144.stdout:Install 12 Packages 2024-09-10T16:24:04.067 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:24:04.068 INFO:teuthology.orchestra.run.smithi144.stdout:Total download size: 19 M 2024-09-10T16:24:04.068 INFO:teuthology.orchestra.run.smithi144.stdout:Installed size: 159 M 2024-09-10T16:24:04.068 INFO:teuthology.orchestra.run.smithi144.stdout:Downloading Packages: 2024-09-10T16:24:04.070 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-09-10T16:24:04.071 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-09-10T16:24:04.090 INFO:teuthology.orchestra.run.smithi006.stdout:Package ceph-mgr-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T16:24:04.134 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-09-10T16:24:04.135 INFO:teuthology.orchestra.run.smithi006.stdout:Nothing to do. 2024-09-10T16:24:04.135 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-09-10T16:24:04.205 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install ceph-mgr-dashboard 2024-09-10T16:24:04.230 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-09-10T16:24:04.331 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-immutable-object-cache-2:19.3.0-4858.gbad1f558. 1/1 2024-09-10T16:24:04.356 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.3.0-4858.gbad1f558. 1/1 2024-09-10T16:24:04.357 INFO:teuthology.orchestra.run.smithi176.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T16:24:04.357 INFO:teuthology.orchestra.run.smithi176.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-10T16:24:04.357 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:04.603 INFO:teuthology.orchestra.run.smithi144.stdout:(1/12): ceph-prometheus-alerts-19.3.0-4858.gbad 96 kB/s | 16 kB 00:00 2024-09-10T16:24:04.628 INFO:teuthology.orchestra.run.smithi144.stdout:(2/12): ceph-grafana-dashboards-19.3.0-4858.gba 174 kB/s | 34 kB 00:00 2024-09-10T16:24:04.745 INFO:teuthology.orchestra.run.smithi144.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 2.3 MB/s | 269 kB 00:00 2024-09-10T16:24:04.789 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:00 ago on Tue 10 Sep 2024 04:23:04 PM UTC. 2024-09-10T16:24:04.820 INFO:teuthology.orchestra.run.smithi144.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.6 MB/s | 1.0 MB 00:00 2024-09-10T16:24:04.871 INFO:teuthology.orchestra.run.smithi144.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 11 MB/s | 548 kB 00:00 2024-09-10T16:24:04.896 INFO:teuthology.orchestra.run.smithi144.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 789 kB/s | 19 kB 00:00 2024-09-10T16:24:04.928 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-09-10T16:24:04.929 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:24:04.929 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repository Size 2024-09-10T16:24:04.929 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:24:04.929 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2024-09-10T16:24:04.930 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mgr-dashboard noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 14 M 2024-09-10T16:24:04.930 INFO:teuthology.orchestra.run.smithi006.stdout:Installing dependencies: 2024-09-10T16:24:04.930 INFO:teuthology.orchestra.run.smithi006.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-10T16:24:04.930 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-grafana-dashboards noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 34 k 2024-09-10T16:24:04.930 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-prometheus-alerts noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 16 k 2024-09-10T16:24:04.930 INFO:teuthology.orchestra.run.smithi006.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-10T16:24:04.930 INFO:teuthology.orchestra.run.smithi006.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-10T16:24:04.930 INFO:teuthology.orchestra.run.smithi006.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-10T16:24:04.930 INFO:teuthology.orchestra.run.smithi006.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-10T16:24:04.930 INFO:teuthology.orchestra.run.smithi006.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-10T16:24:04.930 INFO:teuthology.orchestra.run.smithi006.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-10T16:24:04.930 INFO:teuthology.orchestra.run.smithi006.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-10T16:24:04.930 INFO:teuthology.orchestra.run.smithi006.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-10T16:24:04.931 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:04.931 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2024-09-10T16:24:04.931 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:24:04.931 INFO:teuthology.orchestra.run.smithi006.stdout:Install 12 Packages 2024-09-10T16:24:04.931 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:04.931 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 19 M 2024-09-10T16:24:04.931 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 159 M 2024-09-10T16:24:04.932 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2024-09-10T16:24:04.955 INFO:teuthology.orchestra.run.smithi144.stdout:(7/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 35 MB/s | 2.0 MB 00:00 2024-09-10T16:24:04.980 INFO:teuthology.orchestra.run.smithi144.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 5.7 MB/s | 144 kB 00:00 2024-09-10T16:24:05.005 INFO:teuthology.orchestra.run.smithi144.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 1.2 MB/s | 31 kB 00:00 2024-09-10T16:24:05.031 INFO:teuthology.orchestra.run.smithi144.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 7.4 MB/s | 188 kB 00:00 2024-09-10T16:24:05.189 INFO:teuthology.orchestra.run.smithi144.stdout:(11/12): ceph-mgr-dashboard-19.3.0-4858.gbad1f5 19 MB/s | 14 MB 00:00 2024-09-10T16:24:05.222 INFO:teuthology.orchestra.run.smithi144.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 1.8 MB/s | 863 kB 00:00 2024-09-10T16:24:05.226 INFO:teuthology.orchestra.run.smithi144.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:24:05.226 INFO:teuthology.orchestra.run.smithi144.stdout:Total 17 MB/s | 19 MB 00:01 2024-09-10T16:24:05.259 INFO:teuthology.orchestra.run.smithi006.stdout:(1/12): ceph-grafana-dashboards-19.3.0-4858.gba 237 kB/s | 34 kB 00:00 2024-09-10T16:24:05.274 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction check 2024-09-10T16:24:05.285 INFO:teuthology.orchestra.run.smithi006.stdout:(2/12): ceph-prometheus-alerts-19.3.0-4858.gbad 97 kB/s | 16 kB 00:00 2024-09-10T16:24:05.293 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction check succeeded. 2024-09-10T16:24:05.293 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction test 2024-09-10T16:24:05.333 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-immutable-object-cache-2:19.3.0-4858.gbad1f558. 1/1 2024-09-10T16:24:05.333 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:05.333 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-09-10T16:24:05.333 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-immutable-object-cache-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:24:05.333 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:05.333 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-09-10T16:24:05.426 INFO:teuthology.orchestra.run.smithi006.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.9 MB/s | 269 kB 00:00 2024-09-10T16:24:05.543 INFO:teuthology.orchestra.run.smithi006.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 3.6 MB/s | 1.0 MB 00:00 2024-09-10T16:24:05.562 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction test succeeded. 2024-09-10T16:24:05.563 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction 2024-09-10T16:24:05.570 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install ceph-mgr 2024-09-10T16:24:05.594 INFO:teuthology.orchestra.run.smithi006.stdout:(5/12): protobuf-compiler-3.14.0-13.el9.x86_64. 5.0 MB/s | 863 kB 00:00 2024-09-10T16:24:05.636 INFO:teuthology.orchestra.run.smithi006.stdout:(6/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 5.8 MB/s | 548 kB 00:00 2024-09-10T16:24:05.661 INFO:teuthology.orchestra.run.smithi006.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 291 kB/s | 19 kB 00:00 2024-09-10T16:24:05.686 INFO:teuthology.orchestra.run.smithi006.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 5.7 MB/s | 144 kB 00:00 2024-09-10T16:24:05.712 INFO:teuthology.orchestra.run.smithi006.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 1.2 MB/s | 31 kB 00:00 2024-09-10T16:24:05.745 INFO:teuthology.orchestra.run.smithi006.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 5.5 MB/s | 188 kB 00:00 2024-09-10T16:24:05.804 INFO:teuthology.orchestra.run.smithi006.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 12 MB/s | 2.0 MB 00:00 2024-09-10T16:24:05.946 INFO:teuthology.orchestra.run.smithi006.stdout:(12/12): ceph-mgr-dashboard-19.3.0-4858.gbad1f5 17 MB/s | 14 MB 00:00 2024-09-10T16:24:05.950 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:24:05.950 INFO:teuthology.orchestra.run.smithi006.stdout:Total 19 MB/s | 19 MB 00:01 2024-09-10T16:24:05.998 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2024-09-10T16:24:06.018 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2024-09-10T16:24:06.018 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2024-09-10T16:24:06.149 INFO:teuthology.orchestra.run.smithi144.stdout: Preparing : 1/1 2024-09-10T16:24:06.156 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:00:58 ago on Tue 10 Sep 2024 04:23:08 PM UTC. 2024-09-10T16:24:06.215 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-10T16:24:06.247 INFO:teuthology.orchestra.run.smithi176.stdout:Package ceph-mgr-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T16:24:06.258 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-10T16:24:06.289 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-09-10T16:24:06.290 INFO:teuthology.orchestra.run.smithi176.stdout:Nothing to do. 2024-09-10T16:24:06.290 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-09-10T16:24:06.304 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2024-09-10T16:24:06.304 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2024-09-10T16:24:06.305 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-10T16:24:06.344 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-10T16:24:06.353 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install ceph-mgr-dashboard 2024-09-10T16:24:06.444 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-10T16:24:06.603 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-10T16:24:06.697 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-10T16:24:06.749 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-10T16:24:06.786 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-10T16:24:06.818 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : ceph-prometheus-alerts-2:19.3.0-4858.gbad1f558.el9 10/12 2024-09-10T16:24:06.915 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:00:58 ago on Tue 10 Sep 2024 04:23:08 PM UTC. 2024-09-10T16:24:06.917 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2024-09-10T16:24:06.997 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-10T16:24:07.032 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-10T16:24:07.049 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-09-10T16:24:07.049 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:24:07.050 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repository Size 2024-09-10T16:24:07.050 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:24:07.050 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-09-10T16:24:07.050 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mgr-dashboard noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 14 M 2024-09-10T16:24:07.050 INFO:teuthology.orchestra.run.smithi176.stdout:Installing dependencies: 2024-09-10T16:24:07.050 INFO:teuthology.orchestra.run.smithi176.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-10T16:24:07.050 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-grafana-dashboards noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 34 k 2024-09-10T16:24:07.050 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-prometheus-alerts noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 16 k 2024-09-10T16:24:07.050 INFO:teuthology.orchestra.run.smithi176.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-10T16:24:07.050 INFO:teuthology.orchestra.run.smithi176.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-10T16:24:07.050 INFO:teuthology.orchestra.run.smithi176.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-10T16:24:07.050 INFO:teuthology.orchestra.run.smithi176.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-10T16:24:07.051 INFO:teuthology.orchestra.run.smithi176.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-10T16:24:07.051 INFO:teuthology.orchestra.run.smithi176.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-10T16:24:07.051 INFO:teuthology.orchestra.run.smithi176.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-10T16:24:07.051 INFO:teuthology.orchestra.run.smithi176.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-10T16:24:07.051 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:07.051 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-09-10T16:24:07.051 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:24:07.051 INFO:teuthology.orchestra.run.smithi176.stdout:Install 12 Packages 2024-09-10T16:24:07.051 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:07.052 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 19 M 2024-09-10T16:24:07.052 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 159 M 2024-09-10T16:24:07.052 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-09-10T16:24:07.080 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-10T16:24:07.109 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-10T16:24:07.198 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-10T16:24:07.323 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-10T16:24:07.414 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-10T16:24:07.465 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-10T16:24:07.492 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-10T16:24:07.524 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-prometheus-alerts-2:19.3.0-4858.gbad1f558.el9 10/12 2024-09-10T16:24:07.883 INFO:teuthology.orchestra.run.smithi176.stdout:(1/12): ceph-grafana-dashboards-19.3.0-4858.gba 214 kB/s | 34 kB 00:00 2024-09-10T16:24:07.909 INFO:teuthology.orchestra.run.smithi176.stdout:(2/12): ceph-prometheus-alerts-19.3.0-4858.gbad 89 kB/s | 16 kB 00:00 2024-09-10T16:24:08.034 INFO:teuthology.orchestra.run.smithi176.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 2.1 MB/s | 269 kB 00:00 2024-09-10T16:24:08.101 INFO:teuthology.orchestra.run.smithi176.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.6 MB/s | 1.0 MB 00:00 2024-09-10T16:24:08.153 INFO:teuthology.orchestra.run.smithi176.stdout:(5/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 11 MB/s | 548 kB 00:00 2024-09-10T16:24:08.176 INFO:teuthology.orchestra.run.smithi176.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 787 kB/s | 19 kB 00:00 2024-09-10T16:24:08.227 INFO:teuthology.orchestra.run.smithi176.stdout:(7/12): protobuf-compiler-3.14.0-13.el9.x86_64. 4.4 MB/s | 863 kB 00:00 2024-09-10T16:24:08.294 INFO:teuthology.orchestra.run.smithi176.stdout:(8/12): python3-grpcio-1.46.7-10.el9.x86_64.rpm 17 MB/s | 2.0 MB 00:00 2024-09-10T16:24:08.319 INFO:teuthology.orchestra.run.smithi176.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 1.3 MB/s | 31 kB 00:00 2024-09-10T16:24:08.344 INFO:teuthology.orchestra.run.smithi176.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 7.3 MB/s | 188 kB 00:00 2024-09-10T16:24:08.378 INFO:teuthology.orchestra.run.smithi176.stdout:(11/12): python3-grpcio-tools-1.46.7-10.el9.x86 961 kB/s | 144 kB 00:00 2024-09-10T16:24:08.528 INFO:teuthology.orchestra.run.smithi176.stdout:(12/12): ceph-mgr-dashboard-19.3.0-4858.gbad1f5 18 MB/s | 14 MB 00:00 2024-09-10T16:24:08.532 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:24:08.532 INFO:teuthology.orchestra.run.smithi176.stdout:Total 13 MB/s | 19 MB 00:01 2024-09-10T16:24:08.580 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-09-10T16:24:08.599 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-09-10T16:24:08.599 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-09-10T16:24:08.874 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-09-10T16:24:08.875 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-09-10T16:24:09.488 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-09-10T16:24:09.570 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-10T16:24:09.605 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-10T16:24:09.652 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-10T16:24:09.682 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-10T16:24:09.776 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-10T16:24:09.909 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-10T16:24:10.011 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-10T16:24:10.036 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : ceph-grafana-dashboards-2:19.3.0-4858.gbad1f558.el 11/12 2024-09-10T16:24:10.062 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-10T16:24:10.089 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : ceph-mgr-dashboard-2:19.3.0-4858.gbad1f558.el9.noa 12/12 2024-09-10T16:24:10.090 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-10T16:24:10.150 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-prometheus-alerts-2:19.3.0-4858.gbad1f558.el9 10/12 2024-09-10T16:24:10.886 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-grafana-dashboards-2:19.3.0-4858.gbad1f558.el 11/12 2024-09-10T16:24:10.953 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-mgr-dashboard-2:19.3.0-4858.gbad1f558.el9.noa 12/12 2024-09-10T16:24:11.990 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.3.0-4858.gbad1f558.el9.noa 12/12 2024-09-10T16:24:11.990 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : ceph-grafana-dashboards-2:19.3.0-4858.gbad1f558.el 1/12 2024-09-10T16:24:11.990 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : ceph-mgr-dashboard-2:19.3.0-4858.gbad1f558.el9.noa 2/12 2024-09-10T16:24:11.990 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : ceph-prometheus-alerts-2:19.3.0-4858.gbad1f558.el9 3/12 2024-09-10T16:24:11.991 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-10T16:24:11.991 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-10T16:24:11.991 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-10T16:24:11.991 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-10T16:24:11.991 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-10T16:24:11.991 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-10T16:24:11.992 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-10T16:24:11.992 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-10T16:24:12.320 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-10T16:24:12.321 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:24:12.321 INFO:teuthology.orchestra.run.smithi144.stdout:Installed: 2024-09-10T16:24:12.321 INFO:teuthology.orchestra.run.smithi144.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-10T16:24:12.321 INFO:teuthology.orchestra.run.smithi144.stdout: ceph-grafana-dashboards-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T16:24:12.321 INFO:teuthology.orchestra.run.smithi144.stdout: ceph-mgr-dashboard-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T16:24:12.321 INFO:teuthology.orchestra.run.smithi144.stdout: ceph-prometheus-alerts-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T16:24:12.321 INFO:teuthology.orchestra.run.smithi144.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-10T16:24:12.321 INFO:teuthology.orchestra.run.smithi144.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-10T16:24:12.321 INFO:teuthology.orchestra.run.smithi144.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-10T16:24:12.321 INFO:teuthology.orchestra.run.smithi144.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-10T16:24:12.321 INFO:teuthology.orchestra.run.smithi144.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-10T16:24:12.321 INFO:teuthology.orchestra.run.smithi144.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-10T16:24:12.322 INFO:teuthology.orchestra.run.smithi144.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-10T16:24:12.322 INFO:teuthology.orchestra.run.smithi144.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-10T16:24:12.322 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:24:12.322 INFO:teuthology.orchestra.run.smithi144.stdout:Complete! 2024-09-10T16:24:12.591 DEBUG:teuthology.orchestra.run.smithi144:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-10T16:24:12.881 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.3.0-4858.gbad1f558.el9.noa 12/12 2024-09-10T16:24:12.881 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-grafana-dashboards-2:19.3.0-4858.gbad1f558.el 1/12 2024-09-10T16:24:12.882 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-mgr-dashboard-2:19.3.0-4858.gbad1f558.el9.noa 2/12 2024-09-10T16:24:12.882 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-prometheus-alerts-2:19.3.0-4858.gbad1f558.el9 3/12 2024-09-10T16:24:12.882 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-10T16:24:12.882 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-10T16:24:12.882 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-10T16:24:12.882 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-10T16:24:12.882 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-10T16:24:12.882 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-10T16:24:12.882 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-10T16:24:12.882 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-10T16:24:13.157 INFO:teuthology.orchestra.run.smithi144.stdout:Last metadata expiration check: 0:01:08 ago on Tue 10 Sep 2024 04:23:05 PM UTC. 2024-09-10T16:24:13.292 INFO:teuthology.orchestra.run.smithi144.stdout:Dependencies resolved. 2024-09-10T16:24:13.293 INFO:teuthology.orchestra.run.smithi144.stdout:======================================================================================= 2024-09-10T16:24:13.293 INFO:teuthology.orchestra.run.smithi144.stdout: Package Arch Version Repository Size 2024-09-10T16:24:13.293 INFO:teuthology.orchestra.run.smithi144.stdout:======================================================================================= 2024-09-10T16:24:13.293 INFO:teuthology.orchestra.run.smithi144.stdout:Installing: 2024-09-10T16:24:13.293 INFO:teuthology.orchestra.run.smithi144.stdout: ceph-mgr-diskprediction-local noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 7.4 M 2024-09-10T16:24:13.293 INFO:teuthology.orchestra.run.smithi144.stdout:Installing dependencies: 2024-09-10T16:24:13.293 INFO:teuthology.orchestra.run.smithi144.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-10T16:24:13.293 INFO:teuthology.orchestra.run.smithi144.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-10T16:24:13.293 INFO:teuthology.orchestra.run.smithi144.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-10T16:24:13.294 INFO:teuthology.orchestra.run.smithi144.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-10T16:24:13.294 INFO:teuthology.orchestra.run.smithi144.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-10T16:24:13.294 INFO:teuthology.orchestra.run.smithi144.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-10T16:24:13.294 INFO:teuthology.orchestra.run.smithi144.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-10T16:24:13.294 INFO:teuthology.orchestra.run.smithi144.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-10T16:24:13.294 INFO:teuthology.orchestra.run.smithi144.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-10T16:24:13.294 INFO:teuthology.orchestra.run.smithi144.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-10T16:24:13.294 INFO:teuthology.orchestra.run.smithi144.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-10T16:24:13.294 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:24:13.294 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction Summary 2024-09-10T16:24:13.294 INFO:teuthology.orchestra.run.smithi144.stdout:======================================================================================= 2024-09-10T16:24:13.294 INFO:teuthology.orchestra.run.smithi144.stdout:Install 12 Packages 2024-09-10T16:24:13.294 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:24:13.295 INFO:teuthology.orchestra.run.smithi144.stdout:Total download size: 38 M 2024-09-10T16:24:13.295 INFO:teuthology.orchestra.run.smithi144.stdout:Installed size: 212 M 2024-09-10T16:24:13.295 INFO:teuthology.orchestra.run.smithi144.stdout:Downloading Packages: 2024-09-10T16:24:13.334 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-10T16:24:13.334 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:13.334 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2024-09-10T16:24:13.334 INFO:teuthology.orchestra.run.smithi006.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-10T16:24:13.334 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-grafana-dashboards-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T16:24:13.334 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mgr-dashboard-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T16:24:13.334 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-prometheus-alerts-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T16:24:13.334 INFO:teuthology.orchestra.run.smithi006.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-10T16:24:13.334 INFO:teuthology.orchestra.run.smithi006.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-10T16:24:13.334 INFO:teuthology.orchestra.run.smithi006.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-10T16:24:13.334 INFO:teuthology.orchestra.run.smithi006.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-10T16:24:13.334 INFO:teuthology.orchestra.run.smithi006.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-10T16:24:13.335 INFO:teuthology.orchestra.run.smithi006.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-10T16:24:13.335 INFO:teuthology.orchestra.run.smithi006.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-10T16:24:13.335 INFO:teuthology.orchestra.run.smithi006.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-10T16:24:13.335 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:13.335 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-09-10T16:24:13.346 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-grafana-dashboards-2:19.3.0-4858.gbad1f558.el 11/12 2024-09-10T16:24:13.394 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-mgr-dashboard-2:19.3.0-4858.gbad1f558.el9.noa 12/12 2024-09-10T16:24:13.722 INFO:teuthology.orchestra.run.smithi144.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 925 kB/s | 191 kB 00:00 2024-09-10T16:24:13.723 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-10T16:24:13.805 INFO:teuthology.orchestra.run.smithi144.stdout:(2/12): libgfortran-11.5.0-2.el9.x86_64.rpm 2.7 MB/s | 801 kB 00:00 2024-09-10T16:24:13.964 INFO:teuthology.orchestra.run.smithi144.stdout:(3/12): ceph-mgr-diskprediction-local-19.3.0-48 17 MB/s | 7.4 MB 00:00 2024-09-10T16:24:13.981 INFO:teuthology.orchestra.run.smithi144.stdout:(4/12): flexiblas-3.0.4-8.el9.x86_64.rpm 126 kB/s | 33 kB 00:00 2024-09-10T16:24:14.164 INFO:teuthology.orchestra.run.smithi144.stdout:(5/12): openblas-0.3.26-2.el9.x86_64.rpm 210 kB/s | 38 kB 00:00 2024-09-10T16:24:14.223 INFO:teuthology.orchestra.run.smithi144.stdout:(6/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 70 kB/s | 18 kB 00:00 2024-09-10T16:24:14.322 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:10 ago on Tue 10 Sep 2024 04:23:04 PM UTC. 2024-09-10T16:24:14.468 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-09-10T16:24:14.469 INFO:teuthology.orchestra.run.smithi006.stdout:======================================================================================= 2024-09-10T16:24:14.469 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repository Size 2024-09-10T16:24:14.469 INFO:teuthology.orchestra.run.smithi006.stdout:======================================================================================= 2024-09-10T16:24:14.469 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2024-09-10T16:24:14.469 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mgr-diskprediction-local noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 7.4 M 2024-09-10T16:24:14.469 INFO:teuthology.orchestra.run.smithi006.stdout:Installing dependencies: 2024-09-10T16:24:14.469 INFO:teuthology.orchestra.run.smithi006.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-10T16:24:14.469 INFO:teuthology.orchestra.run.smithi006.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-10T16:24:14.470 INFO:teuthology.orchestra.run.smithi006.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-10T16:24:14.470 INFO:teuthology.orchestra.run.smithi006.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-10T16:24:14.470 INFO:teuthology.orchestra.run.smithi006.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-10T16:24:14.470 INFO:teuthology.orchestra.run.smithi006.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-10T16:24:14.470 INFO:teuthology.orchestra.run.smithi006.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-10T16:24:14.470 INFO:teuthology.orchestra.run.smithi006.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-10T16:24:14.470 INFO:teuthology.orchestra.run.smithi006.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-10T16:24:14.470 INFO:teuthology.orchestra.run.smithi006.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-10T16:24:14.470 INFO:teuthology.orchestra.run.smithi006.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-10T16:24:14.470 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:14.470 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2024-09-10T16:24:14.470 INFO:teuthology.orchestra.run.smithi006.stdout:======================================================================================= 2024-09-10T16:24:14.470 INFO:teuthology.orchestra.run.smithi006.stdout:Install 12 Packages 2024-09-10T16:24:14.471 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:14.471 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 38 M 2024-09-10T16:24:14.471 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 212 M 2024-09-10T16:24:14.471 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2024-09-10T16:24:14.648 INFO:teuthology.orchestra.run.smithi144.stdout:(7/12): python3-devel-3.9.19-8.el9.x86_64.rpm 576 kB/s | 245 kB 00:00 2024-09-10T16:24:15.148 INFO:teuthology.orchestra.run.smithi144.stdout:(8/12): openblas-openmp-0.3.26-2.el9.x86_64.rpm 5.0 MB/s | 4.9 MB 00:00 2024-09-10T16:24:15.223 INFO:teuthology.orchestra.run.smithi144.stdout:(9/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 2.1 MB/s | 3.0 MB 00:01 2024-09-10T16:24:15.257 INFO:teuthology.orchestra.run.smithi144.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 2.3 MB/s | 250 kB 00:00 2024-09-10T16:24:15.260 INFO:teuthology.orchestra.run.smithi006.stdout:(1/12): ceph-mgr-diskprediction-local-19.3.0-48 17 MB/s | 7.4 MB 00:00 2024-09-10T16:24:15.285 INFO:teuthology.orchestra.run.smithi006.stdout:(2/12): libquadmath-11.5.0-2.el9.x86_64.rpm 424 kB/s | 191 kB 00:00 2024-09-10T16:24:15.360 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.3.0-4858.gbad1f558.el9.noa 12/12 2024-09-10T16:24:15.361 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-grafana-dashboards-2:19.3.0-4858.gbad1f558.el 1/12 2024-09-10T16:24:15.361 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-mgr-dashboard-2:19.3.0-4858.gbad1f558.el9.noa 2/12 2024-09-10T16:24:15.361 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-prometheus-alerts-2:19.3.0-4858.gbad1f558.el9 3/12 2024-09-10T16:24:15.361 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-10T16:24:15.361 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-10T16:24:15.361 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-10T16:24:15.361 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-10T16:24:15.361 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-10T16:24:15.361 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-10T16:24:15.361 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-10T16:24:15.361 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-10T16:24:15.411 INFO:teuthology.orchestra.run.smithi006.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 217 kB/s | 33 kB 00:00 2024-09-10T16:24:15.461 INFO:teuthology.orchestra.run.smithi006.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 366 kB/s | 18 kB 00:00 2024-09-10T16:24:15.465 INFO:teuthology.orchestra.run.smithi144.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 6.2 MB/s | 5.1 MB 00:00 2024-09-10T16:24:15.511 INFO:teuthology.orchestra.run.smithi006.stdout:(5/12): openblas-0.3.26-2.el9.x86_64.rpm 771 kB/s | 38 kB 00:00 2024-09-10T16:24:15.537 INFO:teuthology.orchestra.run.smithi006.stdout:(6/12): libgfortran-11.5.0-2.el9.x86_64.rpm 1.1 MB/s | 801 kB 00:00 2024-09-10T16:24:15.684 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-10T16:24:15.684 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:15.684 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-09-10T16:24:15.684 INFO:teuthology.orchestra.run.smithi176.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-10T16:24:15.684 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-grafana-dashboards-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T16:24:15.684 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mgr-dashboard-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T16:24:15.684 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-prometheus-alerts-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T16:24:15.685 INFO:teuthology.orchestra.run.smithi176.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-10T16:24:15.685 INFO:teuthology.orchestra.run.smithi176.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-10T16:24:15.685 INFO:teuthology.orchestra.run.smithi176.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-10T16:24:15.685 INFO:teuthology.orchestra.run.smithi176.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-10T16:24:15.685 INFO:teuthology.orchestra.run.smithi176.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-10T16:24:15.685 INFO:teuthology.orchestra.run.smithi176.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-10T16:24:15.685 INFO:teuthology.orchestra.run.smithi176.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-10T16:24:15.685 INFO:teuthology.orchestra.run.smithi176.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-10T16:24:15.685 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:15.685 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-09-10T16:24:15.703 INFO:teuthology.orchestra.run.smithi006.stdout:(7/12): python3-devel-3.9.19-8.el9.x86_64.rpm 1.4 MB/s | 245 kB 00:00 2024-09-10T16:24:15.940 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-10T16:24:15.987 INFO:teuthology.orchestra.run.smithi006.stdout:(8/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 4.3 MB/s | 3.0 MB 00:00 2024-09-10T16:24:16.071 INFO:teuthology.orchestra.run.smithi006.stdout:(9/12): python3-numpy-f2py-1.20.1-5.el9.x86_64. 2.9 MB/s | 250 kB 00:00 2024-09-10T16:24:16.405 INFO:teuthology.orchestra.run.smithi006.stdout:(10/12): openblas-openmp-0.3.26-2.el9.x86_64.rp 5.5 MB/s | 4.9 MB 00:00 2024-09-10T16:24:16.513 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:08 ago on Tue 10 Sep 2024 04:23:08 PM UTC. 2024-09-10T16:24:16.613 INFO:teuthology.orchestra.run.smithi006.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 5.6 MB/s | 5.1 MB 00:00 2024-09-10T16:24:16.648 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-09-10T16:24:16.649 INFO:teuthology.orchestra.run.smithi176.stdout:======================================================================================= 2024-09-10T16:24:16.649 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repository Size 2024-09-10T16:24:16.649 INFO:teuthology.orchestra.run.smithi176.stdout:======================================================================================= 2024-09-10T16:24:16.649 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-09-10T16:24:16.649 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mgr-diskprediction-local noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 7.4 M 2024-09-10T16:24:16.649 INFO:teuthology.orchestra.run.smithi176.stdout:Installing dependencies: 2024-09-10T16:24:16.649 INFO:teuthology.orchestra.run.smithi176.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-10T16:24:16.650 INFO:teuthology.orchestra.run.smithi176.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-10T16:24:16.650 INFO:teuthology.orchestra.run.smithi176.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-10T16:24:16.650 INFO:teuthology.orchestra.run.smithi176.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-10T16:24:16.650 INFO:teuthology.orchestra.run.smithi176.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-10T16:24:16.650 INFO:teuthology.orchestra.run.smithi176.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-10T16:24:16.650 INFO:teuthology.orchestra.run.smithi176.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-10T16:24:16.650 INFO:teuthology.orchestra.run.smithi176.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-10T16:24:16.650 INFO:teuthology.orchestra.run.smithi176.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-10T16:24:16.650 INFO:teuthology.orchestra.run.smithi176.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-10T16:24:16.650 INFO:teuthology.orchestra.run.smithi176.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-10T16:24:16.650 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:16.650 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-09-10T16:24:16.650 INFO:teuthology.orchestra.run.smithi176.stdout:======================================================================================= 2024-09-10T16:24:16.650 INFO:teuthology.orchestra.run.smithi176.stdout:Install 12 Packages 2024-09-10T16:24:16.651 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:16.651 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 38 M 2024-09-10T16:24:16.651 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 212 M 2024-09-10T16:24:16.651 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-09-10T16:24:16.934 INFO:teuthology.orchestra.run.smithi176.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 1.4 MB/s | 191 kB 00:00 2024-09-10T16:24:16.976 INFO:teuthology.orchestra.run.smithi176.stdout:(2/12): libgfortran-11.5.0-2.el9.x86_64.rpm 4.4 MB/s | 801 kB 00:00 2024-09-10T16:24:17.001 INFO:teuthology.orchestra.run.smithi176.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 491 kB/s | 33 kB 00:00 2024-09-10T16:24:17.076 INFO:teuthology.orchestra.run.smithi176.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 242 kB/s | 18 kB 00:00 2024-09-10T16:24:17.127 INFO:teuthology.orchestra.run.smithi176.stdout:(5/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 20 MB/s | 3.0 MB 00:00 2024-09-10T16:24:17.160 INFO:teuthology.orchestra.run.smithi176.stdout:(6/12): openblas-0.3.26-2.el9.x86_64.rpm 460 kB/s | 38 kB 00:00 2024-09-10T16:24:17.302 INFO:teuthology.orchestra.run.smithi176.stdout:(7/12): ceph-mgr-diskprediction-local-19.3.0-48 15 MB/s | 7.4 MB 00:00 2024-09-10T16:24:17.327 INFO:teuthology.orchestra.run.smithi176.stdout:(8/12): python3-devel-3.9.19-8.el9.x86_64.rpm 1.4 MB/s | 245 kB 00:00 2024-09-10T16:24:17.394 INFO:teuthology.orchestra.run.smithi176.stdout:(9/12): openblas-openmp-0.3.26-2.el9.x86_64.rpm 18 MB/s | 4.9 MB 00:00 2024-09-10T16:24:17.427 INFO:teuthology.orchestra.run.smithi176.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 2.4 MB/s | 250 kB 00:00 2024-09-10T16:24:17.570 INFO:teuthology.orchestra.run.smithi176.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 19 MB/s | 5.1 MB 00:00 2024-09-10T16:24:17.761 INFO:teuthology.orchestra.run.smithi176.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 44 MB/s | 16 MB 00:00 2024-09-10T16:24:17.762 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:24:17.763 INFO:teuthology.orchestra.run.smithi176.stdout:Total 34 MB/s | 38 MB 00:01 2024-09-10T16:24:18.116 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-09-10T16:24:18.142 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-09-10T16:24:18.142 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-09-10T16:24:18.263 INFO:teuthology.orchestra.run.smithi006.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 7.4 MB/s | 16 MB 00:02 2024-09-10T16:24:18.264 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:24:18.264 INFO:teuthology.orchestra.run.smithi006.stdout:Total 10 MB/s | 38 MB 00:03 2024-09-10T16:24:18.564 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-09-10T16:24:18.565 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-09-10T16:24:18.631 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2024-09-10T16:24:18.658 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2024-09-10T16:24:18.658 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2024-09-10T16:24:19.111 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2024-09-10T16:24:19.111 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2024-09-10T16:24:19.348 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-09-10T16:24:19.423 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-10T16:24:19.459 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-10T16:24:19.557 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-10T16:24:19.594 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-10T16:24:19.777 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-10T16:24:19.809 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-10T16:24:19.886 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-10T16:24:19.908 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2024-09-10T16:24:19.976 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-10T16:24:20.020 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-10T16:24:20.125 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-10T16:24:20.172 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-10T16:24:20.363 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-10T16:24:20.395 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-10T16:24:20.482 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-10T16:24:20.540 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-10T16:24:20.655 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-10T16:24:21.179 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-10T16:24:21.304 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-10T16:24:21.894 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-10T16:24:22.633 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-10T16:24:22.912 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-10T16:24:22.942 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-mgr-diskprediction-local-2:19.3.0-4858.gbad1f 12/12 2024-09-10T16:24:23.717 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-10T16:24:23.744 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-mgr-diskprediction-local-2:19.3.0-4858.gbad1f 12/12 2024-09-10T16:24:25.606 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.3.0-4858.gbad1f 12/12 2024-09-10T16:24:25.606 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.3.0-4858.gbad1f 1/12 2024-09-10T16:24:25.606 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-10T16:24:25.606 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-10T16:24:25.606 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-10T16:24:25.607 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-10T16:24:25.607 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-10T16:24:25.607 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-10T16:24:25.607 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-10T16:24:25.607 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-10T16:24:25.607 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-10T16:24:25.607 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-10T16:24:26.015 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-10T16:24:26.015 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:26.015 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-09-10T16:24:26.015 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mgr-diskprediction-local-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T16:24:26.015 INFO:teuthology.orchestra.run.smithi176.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-10T16:24:26.015 INFO:teuthology.orchestra.run.smithi176.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-10T16:24:26.015 INFO:teuthology.orchestra.run.smithi176.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-10T16:24:26.015 INFO:teuthology.orchestra.run.smithi176.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-10T16:24:26.015 INFO:teuthology.orchestra.run.smithi176.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-10T16:24:26.016 INFO:teuthology.orchestra.run.smithi176.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-10T16:24:26.016 INFO:teuthology.orchestra.run.smithi176.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-10T16:24:26.016 INFO:teuthology.orchestra.run.smithi176.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-10T16:24:26.016 INFO:teuthology.orchestra.run.smithi176.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-10T16:24:26.016 INFO:teuthology.orchestra.run.smithi176.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-10T16:24:26.016 INFO:teuthology.orchestra.run.smithi176.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-10T16:24:26.016 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:26.016 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-09-10T16:24:26.259 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.3.0-4858.gbad1f 12/12 2024-09-10T16:24:26.259 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.3.0-4858.gbad1f 1/12 2024-09-10T16:24:26.259 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-10T16:24:26.260 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-10T16:24:26.260 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-10T16:24:26.260 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-10T16:24:26.260 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-10T16:24:26.260 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-10T16:24:26.260 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-10T16:24:26.260 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-10T16:24:26.260 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-10T16:24:26.260 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-10T16:24:26.412 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install ceph-mgr-rook 2024-09-10T16:24:26.783 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-10T16:24:26.783 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:26.783 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2024-09-10T16:24:26.783 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mgr-diskprediction-local-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T16:24:26.783 INFO:teuthology.orchestra.run.smithi006.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-10T16:24:26.783 INFO:teuthology.orchestra.run.smithi006.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-10T16:24:26.783 INFO:teuthology.orchestra.run.smithi006.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-10T16:24:26.783 INFO:teuthology.orchestra.run.smithi006.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-10T16:24:26.783 INFO:teuthology.orchestra.run.smithi006.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-10T16:24:26.784 INFO:teuthology.orchestra.run.smithi006.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-10T16:24:26.784 INFO:teuthology.orchestra.run.smithi006.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-10T16:24:26.784 INFO:teuthology.orchestra.run.smithi006.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-10T16:24:26.784 INFO:teuthology.orchestra.run.smithi006.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-10T16:24:26.784 INFO:teuthology.orchestra.run.smithi006.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-10T16:24:26.784 INFO:teuthology.orchestra.run.smithi006.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-10T16:24:26.784 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:26.784 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-09-10T16:24:26.994 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:18 ago on Tue 10 Sep 2024 04:23:08 PM UTC. 2024-09-10T16:24:27.127 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-09-10T16:24:27.129 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:24:27.129 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repository Size 2024-09-10T16:24:27.129 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:24:27.129 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-09-10T16:24:27.129 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mgr-rook noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 49 k 2024-09-10T16:24:27.130 INFO:teuthology.orchestra.run.smithi176.stdout:Installing dependencies: 2024-09-10T16:24:27.130 INFO:teuthology.orchestra.run.smithi176.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-10T16:24:27.130 INFO:teuthology.orchestra.run.smithi176.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-10T16:24:27.130 INFO:teuthology.orchestra.run.smithi176.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-10T16:24:27.131 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-10T16:24:27.131 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-10T16:24:27.131 INFO:teuthology.orchestra.run.smithi176.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-10T16:24:27.131 INFO:teuthology.orchestra.run.smithi176.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-10T16:24:27.131 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-10T16:24:27.132 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-10T16:24:27.132 INFO:teuthology.orchestra.run.smithi176.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-10T16:24:27.132 INFO:teuthology.orchestra.run.smithi176.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-10T16:24:27.132 INFO:teuthology.orchestra.run.smithi176.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-10T16:24:27.132 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:27.132 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-09-10T16:24:27.133 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:24:27.133 INFO:teuthology.orchestra.run.smithi176.stdout:Install 13 Packages 2024-09-10T16:24:27.133 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:27.134 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 2.2 M 2024-09-10T16:24:27.134 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 26 M 2024-09-10T16:24:27.134 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-09-10T16:24:27.152 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install ceph-mgr-rook 2024-09-10T16:24:27.318 INFO:teuthology.orchestra.run.smithi176.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 173 kB/s | 19 kB 00:00 2024-09-10T16:24:27.385 INFO:teuthology.orchestra.run.smithi176.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 144 kB/s | 26 kB 00:00 2024-09-10T16:24:27.410 INFO:teuthology.orchestra.run.smithi176.stdout:(3/13): ceph-mgr-rook-19.3.0-4858.gbad1f558.el9 242 kB/s | 49 kB 00:00 2024-09-10T16:24:27.502 INFO:teuthology.orchestra.run.smithi176.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.2 MB/s | 222 kB 00:00 2024-09-10T16:24:27.536 INFO:teuthology.orchestra.run.smithi176.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.0 MB/s | 159 kB 00:00 2024-09-10T16:24:27.561 INFO:teuthology.orchestra.run.smithi176.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 917 kB/s | 54 kB 00:00 2024-09-10T16:24:27.603 INFO:teuthology.orchestra.run.smithi176.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 482 kB/s | 32 kB 00:00 2024-09-10T16:24:27.636 INFO:teuthology.orchestra.run.smithi176.stdout:(8/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.2 MB/s | 279 kB 00:00 2024-09-10T16:24:27.662 INFO:teuthology.orchestra.run.smithi176.stdout:(9/13): python3-certifi-2023.05.07-4.el9.noarch 140 kB/s | 14 kB 00:00 2024-09-10T16:24:27.695 INFO:teuthology.orchestra.run.smithi176.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 2.2 MB/s | 59 kB 00:00 2024-09-10T16:24:27.720 INFO:teuthology.orchestra.run.smithi176.stdout:(11/13): python3-google-auth-2.34.0-1.el9.noarc 1.9 MB/s | 220 kB 00:00 2024-09-10T16:24:27.737 INFO:teuthology.orchestra.run.smithi176.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 2.2 MB/s | 90 kB 00:00 2024-09-10T16:24:27.739 INFO:teuthology.orchestra.run.smithi144.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 1.3 MB/s | 16 MB 00:12 2024-09-10T16:24:27.740 INFO:teuthology.orchestra.run.smithi144.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:24:27.741 INFO:teuthology.orchestra.run.smithi144.stdout:Total 2.6 MB/s | 38 MB 00:14 2024-09-10T16:24:27.750 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:23 ago on Tue 10 Sep 2024 04:23:04 PM UTC. 2024-09-10T16:24:27.779 INFO:teuthology.orchestra.run.smithi176.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 7.2 MB/s | 1.0 MB 00:00 2024-09-10T16:24:27.782 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:24:27.782 INFO:teuthology.orchestra.run.smithi176.stdout:Total 3.4 MB/s | 2.2 MB 00:00 2024-09-10T16:24:27.845 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-09-10T16:24:27.860 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-09-10T16:24:27.860 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-09-10T16:24:27.890 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-09-10T16:24:27.892 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:24:27.892 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repository Size 2024-09-10T16:24:27.892 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:24:27.892 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2024-09-10T16:24:27.892 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mgr-rook noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 49 k 2024-09-10T16:24:27.892 INFO:teuthology.orchestra.run.smithi006.stdout:Installing dependencies: 2024-09-10T16:24:27.892 INFO:teuthology.orchestra.run.smithi006.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-10T16:24:27.892 INFO:teuthology.orchestra.run.smithi006.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-10T16:24:27.892 INFO:teuthology.orchestra.run.smithi006.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-10T16:24:27.893 INFO:teuthology.orchestra.run.smithi006.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-10T16:24:27.893 INFO:teuthology.orchestra.run.smithi006.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-10T16:24:27.893 INFO:teuthology.orchestra.run.smithi006.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-10T16:24:27.893 INFO:teuthology.orchestra.run.smithi006.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-10T16:24:27.893 INFO:teuthology.orchestra.run.smithi006.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-10T16:24:27.893 INFO:teuthology.orchestra.run.smithi006.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-10T16:24:27.893 INFO:teuthology.orchestra.run.smithi006.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-10T16:24:27.893 INFO:teuthology.orchestra.run.smithi006.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-10T16:24:27.893 INFO:teuthology.orchestra.run.smithi006.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-10T16:24:27.893 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:27.893 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2024-09-10T16:24:27.893 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:24:27.893 INFO:teuthology.orchestra.run.smithi006.stdout:Install 13 Packages 2024-09-10T16:24:27.894 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:27.894 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 2.2 M 2024-09-10T16:24:27.894 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 26 M 2024-09-10T16:24:27.894 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2024-09-10T16:24:27.947 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-09-10T16:24:27.948 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-09-10T16:24:28.103 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction check 2024-09-10T16:24:28.129 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction check succeeded. 2024-09-10T16:24:28.130 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction test 2024-09-10T16:24:28.360 INFO:teuthology.orchestra.run.smithi006.stdout:(1/13): ceph-mgr-rook-19.3.0-4858.gbad1f558.el9 310 kB/s | 49 kB 00:00 2024-09-10T16:24:28.449 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-09-10T16:24:28.469 INFO:teuthology.orchestra.run.smithi006.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 96 kB/s | 26 kB 00:00 2024-09-10T16:24:28.494 INFO:teuthology.orchestra.run.smithi006.stdout:(3/13): python3-jsonpointer-2.0-4.el9.noarch.rp 65 kB/s | 19 kB 00:00 2024-09-10T16:24:28.553 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction test succeeded. 2024-09-10T16:24:28.553 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction 2024-09-10T16:24:28.626 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-10T16:24:28.688 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-10T16:24:28.743 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-10T16:24:28.781 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-10T16:24:28.823 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-10T16:24:28.911 INFO:teuthology.orchestra.run.smithi006.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 359 kB/s | 159 kB 00:00 2024-09-10T16:24:28.923 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-10T16:24:28.936 INFO:teuthology.orchestra.run.smithi006.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 386 kB/s | 222 kB 00:00 2024-09-10T16:24:28.978 INFO:teuthology.orchestra.run.smithi006.stdout:(6/13): python3-cachetools-4.2.4-1.el9.noarch.r 772 kB/s | 32 kB 00:00 2024-09-10T16:24:29.004 INFO:teuthology.orchestra.run.smithi006.stdout:(7/13): python3-pyasn1-modules-0.4.8-6.el9.noar 547 kB/s | 279 kB 00:00 2024-09-10T16:24:29.024 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-10T16:24:29.029 INFO:teuthology.orchestra.run.smithi006.stdout:(8/13): python3-certifi-2023.05.07-4.el9.noarch 281 kB/s | 14 kB 00:00 2024-09-10T16:24:29.079 INFO:teuthology.orchestra.run.smithi006.stdout:(9/13): python3-google-auth-2.34.0-1.el9.noarch 2.9 MB/s | 220 kB 00:00 2024-09-10T16:24:29.081 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-10T16:24:29.113 INFO:teuthology.orchestra.run.smithi006.stdout:(10/13): python3-kubernetes-26.1.0-2.el9.noarch 14 MB/s | 1.0 MB 00:00 2024-09-10T16:24:29.138 INFO:teuthology.orchestra.run.smithi006.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 1.0 MB/s | 59 kB 00:00 2024-09-10T16:24:29.163 INFO:teuthology.orchestra.run.smithi006.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.8 MB/s | 90 kB 00:00 2024-09-10T16:24:29.280 INFO:teuthology.orchestra.run.smithi006.stdout:(13/13): python3-requests-oauthlib-1.3.0-12.el9 145 kB/s | 54 kB 00:00 2024-09-10T16:24:29.283 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:24:29.284 INFO:teuthology.orchestra.run.smithi006.stdout:Total 1.6 MB/s | 2.2 MB 00:01 2024-09-10T16:24:29.337 INFO:teuthology.orchestra.run.smithi144.stdout: Preparing : 1/1 2024-09-10T16:24:29.356 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2024-09-10T16:24:29.374 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2024-09-10T16:24:29.374 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2024-09-10T16:24:29.419 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-10T16:24:29.476 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2024-09-10T16:24:29.477 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2024-09-10T16:24:29.479 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-10T16:24:29.579 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-10T16:24:29.622 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-10T16:24:29.795 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-10T16:24:29.807 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-10T16:24:29.838 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-10T16:24:29.846 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-10T16:24:29.881 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-10T16:24:29.914 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-10T16:24:29.928 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-10T16:24:29.950 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-mgr-rook-2:19.3.0-4858.gbad1f558.el9.noarch 13/13 2024-09-10T16:24:30.136 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2024-09-10T16:24:30.304 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-10T16:24:30.359 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-10T16:24:30.414 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-10T16:24:30.449 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-10T16:24:30.491 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-10T16:24:30.592 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-10T16:24:30.597 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-10T16:24:30.709 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-10T16:24:30.723 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-10T16:24:30.750 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-mgr-rook-2:19.3.0-4858.gbad1f558.el9.noarch 13/13 2024-09-10T16:24:30.750 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-mgr-rook-2:19.3.0-4858.gbad1f558.el9.noarch 1/13 2024-09-10T16:24:30.751 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-10T16:24:30.751 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-10T16:24:30.751 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-10T16:24:30.751 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-10T16:24:30.751 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-10T16:24:30.751 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-10T16:24:30.751 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-10T16:24:30.751 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-10T16:24:30.751 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-10T16:24:30.751 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-10T16:24:30.751 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-10T16:24:30.785 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-10T16:24:31.070 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-10T16:24:31.070 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:31.071 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-09-10T16:24:31.071 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mgr-rook-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T16:24:31.071 INFO:teuthology.orchestra.run.smithi176.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-10T16:24:31.071 INFO:teuthology.orchestra.run.smithi176.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-10T16:24:31.071 INFO:teuthology.orchestra.run.smithi176.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-10T16:24:31.071 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-10T16:24:31.071 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-10T16:24:31.071 INFO:teuthology.orchestra.run.smithi176.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-10T16:24:31.071 INFO:teuthology.orchestra.run.smithi176.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-10T16:24:31.071 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-10T16:24:31.071 INFO:teuthology.orchestra.run.smithi176.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-10T16:24:31.071 INFO:teuthology.orchestra.run.smithi176.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-10T16:24:31.072 INFO:teuthology.orchestra.run.smithi176.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-10T16:24:31.072 INFO:teuthology.orchestra.run.smithi176.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-10T16:24:31.072 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:31.072 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-09-10T16:24:31.330 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install ceph-mgr-cephadm 2024-09-10T16:24:31.541 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-10T16:24:31.590 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-10T16:24:31.624 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-10T16:24:31.672 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-10T16:24:31.701 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-mgr-rook-2:19.3.0-4858.gbad1f558.el9.noarch 13/13 2024-09-10T16:24:31.900 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:23 ago on Tue 10 Sep 2024 04:23:08 PM UTC. 2024-09-10T16:24:31.959 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-10T16:24:32.033 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-09-10T16:24:32.034 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:24:32.034 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repository Size 2024-09-10T16:24:32.034 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:24:32.034 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-09-10T16:24:32.034 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mgr-cephadm noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 154 k 2024-09-10T16:24:32.034 INFO:teuthology.orchestra.run.smithi176.stdout:Installing dependencies: 2024-09-10T16:24:32.034 INFO:teuthology.orchestra.run.smithi176.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-10T16:24:32.034 INFO:teuthology.orchestra.run.smithi176.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-10T16:24:32.034 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-10T16:24:32.034 INFO:teuthology.orchestra.run.smithi176.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-10T16:24:32.034 INFO:teuthology.orchestra.run.smithi176.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-10T16:24:32.034 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:32.034 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-09-10T16:24:32.035 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:24:32.035 INFO:teuthology.orchestra.run.smithi176.stdout:Install 6 Packages 2024-09-10T16:24:32.035 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:32.035 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 7.0 M 2024-09-10T16:24:32.035 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 33 M 2024-09-10T16:24:32.035 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-09-10T16:24:32.460 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-mgr-rook-2:19.3.0-4858.gbad1f558.el9.noarch 13/13 2024-09-10T16:24:32.461 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-mgr-rook-2:19.3.0-4858.gbad1f558.el9.noarch 1/13 2024-09-10T16:24:32.461 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-10T16:24:32.461 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-10T16:24:32.461 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-10T16:24:32.461 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-10T16:24:32.461 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-10T16:24:32.461 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-10T16:24:32.461 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-10T16:24:32.461 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-10T16:24:32.461 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-10T16:24:32.461 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-10T16:24:32.461 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-10T16:24:32.681 INFO:teuthology.orchestra.run.smithi176.stdout:(1/6): ceph-mgr-cephadm-19.3.0-4858.gbad1f558.e 707 kB/s | 154 kB 00:00 2024-09-10T16:24:32.740 INFO:teuthology.orchestra.run.smithi176.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 9.2 MB/s | 548 kB 00:00 2024-09-10T16:24:32.765 INFO:teuthology.orchestra.run.smithi176.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 2.2 MB/s | 58 kB 00:00 2024-09-10T16:24:32.791 INFO:teuthology.orchestra.run.smithi176.stdout:(4/6): python3-typing-extensions-4.12.2-2.el9.n 2.9 MB/s | 74 kB 00:00 2024-09-10T16:24:32.823 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-10T16:24:32.823 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:32.823 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2024-09-10T16:24:32.823 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mgr-rook-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T16:24:32.823 INFO:teuthology.orchestra.run.smithi006.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-10T16:24:32.823 INFO:teuthology.orchestra.run.smithi006.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-10T16:24:32.823 INFO:teuthology.orchestra.run.smithi006.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-10T16:24:32.823 INFO:teuthology.orchestra.run.smithi006.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-10T16:24:32.823 INFO:teuthology.orchestra.run.smithi006.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-10T16:24:32.823 INFO:teuthology.orchestra.run.smithi006.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-10T16:24:32.823 INFO:teuthology.orchestra.run.smithi006.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-10T16:24:32.823 INFO:teuthology.orchestra.run.smithi006.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-10T16:24:32.824 INFO:teuthology.orchestra.run.smithi006.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-10T16:24:32.824 INFO:teuthology.orchestra.run.smithi006.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-10T16:24:32.824 INFO:teuthology.orchestra.run.smithi006.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-10T16:24:32.824 INFO:teuthology.orchestra.run.smithi006.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-10T16:24:32.824 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:32.824 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-09-10T16:24:33.001 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-10T16:24:33.056 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : ceph-mgr-diskprediction-local-2:19.3.0-4858.gbad1f 12/12 2024-09-10T16:24:33.090 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install ceph-mgr-cephadm 2024-09-10T16:24:33.299 INFO:teuthology.orchestra.run.smithi176.stdout:(5/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 297 kB/s | 248 kB 00:00 2024-09-10T16:24:33.683 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:29 ago on Tue 10 Sep 2024 04:23:04 PM UTC. 2024-09-10T16:24:33.724 INFO:teuthology.orchestra.run.smithi176.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 4.7 MB/s | 6.0 MB 00:01 2024-09-10T16:24:33.727 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:24:33.727 INFO:teuthology.orchestra.run.smithi176.stdout:Total 4.1 MB/s | 7.0 MB 00:01 2024-09-10T16:24:33.801 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-09-10T16:24:33.813 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-09-10T16:24:33.813 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-09-10T16:24:33.823 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-09-10T16:24:33.824 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:24:33.824 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repository Size 2024-09-10T16:24:33.824 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:24:33.824 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2024-09-10T16:24:33.824 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mgr-cephadm noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 154 k 2024-09-10T16:24:33.824 INFO:teuthology.orchestra.run.smithi006.stdout:Installing dependencies: 2024-09-10T16:24:33.824 INFO:teuthology.orchestra.run.smithi006.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-10T16:24:33.825 INFO:teuthology.orchestra.run.smithi006.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-10T16:24:33.825 INFO:teuthology.orchestra.run.smithi006.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-10T16:24:33.825 INFO:teuthology.orchestra.run.smithi006.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-10T16:24:33.825 INFO:teuthology.orchestra.run.smithi006.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-10T16:24:33.825 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:33.825 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2024-09-10T16:24:33.825 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:24:33.825 INFO:teuthology.orchestra.run.smithi006.stdout:Install 6 Packages 2024-09-10T16:24:33.825 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:33.826 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 7.0 M 2024-09-10T16:24:33.826 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 33 M 2024-09-10T16:24:33.826 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2024-09-10T16:24:33.916 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-09-10T16:24:33.916 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-09-10T16:24:34.235 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-09-10T16:24:34.406 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-10T16:24:34.460 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-10T16:24:34.523 INFO:teuthology.orchestra.run.smithi006.stdout:(1/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.7 MB/s | 248 kB 00:00 2024-09-10T16:24:34.574 INFO:teuthology.orchestra.run.smithi006.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 11 MB/s | 548 kB 00:00 2024-09-10T16:24:34.599 INFO:teuthology.orchestra.run.smithi006.stdout:(3/6): ceph-mgr-cephadm-19.3.0-4858.gbad1f558.e 709 kB/s | 154 kB 00:00 2024-09-10T16:24:34.624 INFO:teuthology.orchestra.run.smithi006.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 1.1 MB/s | 58 kB 00:00 2024-09-10T16:24:34.666 INFO:teuthology.orchestra.run.smithi006.stdout:(5/6): python3-typing-extensions-4.12.2-2.el9.n 1.1 MB/s | 74 kB 00:00 2024-09-10T16:24:34.758 INFO:teuthology.orchestra.run.smithi006.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 16 MB/s | 6.0 MB 00:00 2024-09-10T16:24:34.761 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:24:34.761 INFO:teuthology.orchestra.run.smithi006.stdout:Total 7.5 MB/s | 7.0 MB 00:00 2024-09-10T16:24:34.835 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2024-09-10T16:24:34.847 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2024-09-10T16:24:34.847 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2024-09-10T16:24:34.955 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2024-09-10T16:24:34.956 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2024-09-10T16:24:34.986 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-10T16:24:35.079 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-10T16:24:35.147 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-10T16:24:35.172 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-mgr-cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 6/6 2024-09-10T16:24:35.270 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2024-09-10T16:24:35.456 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-10T16:24:35.548 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-10T16:24:35.692 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.3.0-4858.gbad1f 12/12 2024-09-10T16:24:35.692 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.3.0-4858.gbad1f 1/12 2024-09-10T16:24:35.693 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-10T16:24:35.693 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-10T16:24:35.693 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-10T16:24:35.693 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-10T16:24:35.693 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-10T16:24:35.693 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-10T16:24:35.693 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-10T16:24:35.693 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-10T16:24:35.693 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-10T16:24:35.693 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-10T16:24:35.921 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 6/6 2024-09-10T16:24:35.921 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-mgr-cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 1/6 2024-09-10T16:24:35.921 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-10T16:24:35.921 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-10T16:24:35.921 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-10T16:24:35.921 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-10T16:24:36.064 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-10T16:24:36.134 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-10T16:24:36.135 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:24:36.135 INFO:teuthology.orchestra.run.smithi144.stdout:Installed: 2024-09-10T16:24:36.135 INFO:teuthology.orchestra.run.smithi144.stdout: ceph-mgr-diskprediction-local-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T16:24:36.135 INFO:teuthology.orchestra.run.smithi144.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-10T16:24:36.135 INFO:teuthology.orchestra.run.smithi144.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-10T16:24:36.135 INFO:teuthology.orchestra.run.smithi144.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-10T16:24:36.135 INFO:teuthology.orchestra.run.smithi144.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-10T16:24:36.135 INFO:teuthology.orchestra.run.smithi144.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-10T16:24:36.135 INFO:teuthology.orchestra.run.smithi144.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-10T16:24:36.135 INFO:teuthology.orchestra.run.smithi144.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-10T16:24:36.135 INFO:teuthology.orchestra.run.smithi144.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-10T16:24:36.135 INFO:teuthology.orchestra.run.smithi144.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-10T16:24:36.136 INFO:teuthology.orchestra.run.smithi144.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-10T16:24:36.136 INFO:teuthology.orchestra.run.smithi144.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-10T16:24:36.136 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:24:36.136 INFO:teuthology.orchestra.run.smithi144.stdout:Complete! 2024-09-10T16:24:36.158 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-10T16:24:36.202 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-10T16:24:36.202 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:36.203 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-09-10T16:24:36.203 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-mgr-cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T16:24:36.203 INFO:teuthology.orchestra.run.smithi176.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-10T16:24:36.203 INFO:teuthology.orchestra.run.smithi176.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-10T16:24:36.203 INFO:teuthology.orchestra.run.smithi176.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-10T16:24:36.203 INFO:teuthology.orchestra.run.smithi176.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-10T16:24:36.203 INFO:teuthology.orchestra.run.smithi176.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-10T16:24:36.203 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:36.203 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-09-10T16:24:36.242 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-10T16:24:36.272 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-mgr-cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 6/6 2024-09-10T16:24:36.473 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install ceph-fuse 2024-09-10T16:24:36.504 DEBUG:teuthology.orchestra.run.smithi144:> sudo yum -y install ceph-mgr-rook 2024-09-10T16:24:37.040 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:29 ago on Tue 10 Sep 2024 04:23:08 PM UTC. 2024-09-10T16:24:37.064 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 6/6 2024-09-10T16:24:37.064 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-mgr-cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 1/6 2024-09-10T16:24:37.064 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-10T16:24:37.064 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-10T16:24:37.064 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-10T16:24:37.064 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-10T16:24:37.080 INFO:teuthology.orchestra.run.smithi144.stdout:Last metadata expiration check: 0:01:32 ago on Tue 10 Sep 2024 04:23:05 PM UTC. 2024-09-10T16:24:37.174 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-09-10T16:24:37.174 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:24:37.174 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repository Size 2024-09-10T16:24:37.174 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:24:37.174 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-09-10T16:24:37.174 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-fuse x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 901 k 2024-09-10T16:24:37.175 INFO:teuthology.orchestra.run.smithi176.stdout:Installing dependencies: 2024-09-10T16:24:37.175 INFO:teuthology.orchestra.run.smithi176.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-10T16:24:37.175 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:37.175 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-09-10T16:24:37.175 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:24:37.175 INFO:teuthology.orchestra.run.smithi176.stdout:Install 2 Packages 2024-09-10T16:24:37.175 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:37.176 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 981 k 2024-09-10T16:24:37.176 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 2.9 M 2024-09-10T16:24:37.176 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-09-10T16:24:37.213 INFO:teuthology.orchestra.run.smithi144.stdout:Dependencies resolved. 2024-09-10T16:24:37.214 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:24:37.215 INFO:teuthology.orchestra.run.smithi144.stdout: Package Arch Version Repository Size 2024-09-10T16:24:37.215 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:24:37.215 INFO:teuthology.orchestra.run.smithi144.stdout:Installing: 2024-09-10T16:24:37.215 INFO:teuthology.orchestra.run.smithi144.stdout: ceph-mgr-rook noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 49 k 2024-09-10T16:24:37.215 INFO:teuthology.orchestra.run.smithi144.stdout:Installing dependencies: 2024-09-10T16:24:37.215 INFO:teuthology.orchestra.run.smithi144.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-10T16:24:37.215 INFO:teuthology.orchestra.run.smithi144.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-10T16:24:37.215 INFO:teuthology.orchestra.run.smithi144.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-10T16:24:37.215 INFO:teuthology.orchestra.run.smithi144.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-10T16:24:37.215 INFO:teuthology.orchestra.run.smithi144.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-10T16:24:37.215 INFO:teuthology.orchestra.run.smithi144.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-10T16:24:37.215 INFO:teuthology.orchestra.run.smithi144.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-10T16:24:37.215 INFO:teuthology.orchestra.run.smithi144.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-10T16:24:37.216 INFO:teuthology.orchestra.run.smithi144.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-10T16:24:37.216 INFO:teuthology.orchestra.run.smithi144.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-10T16:24:37.216 INFO:teuthology.orchestra.run.smithi144.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-10T16:24:37.216 INFO:teuthology.orchestra.run.smithi144.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-10T16:24:37.216 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:24:37.216 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction Summary 2024-09-10T16:24:37.216 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:24:37.216 INFO:teuthology.orchestra.run.smithi144.stdout:Install 13 Packages 2024-09-10T16:24:37.216 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:24:37.217 INFO:teuthology.orchestra.run.smithi144.stdout:Total download size: 2.2 M 2024-09-10T16:24:37.217 INFO:teuthology.orchestra.run.smithi144.stdout:Installed size: 26 M 2024-09-10T16:24:37.217 INFO:teuthology.orchestra.run.smithi144.stdout:Downloading Packages: 2024-09-10T16:24:37.310 INFO:teuthology.orchestra.run.smithi176.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 701 kB/s | 80 kB 00:00 2024-09-10T16:24:37.347 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-10T16:24:37.348 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:37.348 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2024-09-10T16:24:37.348 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-mgr-cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T16:24:37.348 INFO:teuthology.orchestra.run.smithi006.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-10T16:24:37.348 INFO:teuthology.orchestra.run.smithi006.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-10T16:24:37.348 INFO:teuthology.orchestra.run.smithi006.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-10T16:24:37.348 INFO:teuthology.orchestra.run.smithi006.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-10T16:24:37.348 INFO:teuthology.orchestra.run.smithi006.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-10T16:24:37.348 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:37.348 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-09-10T16:24:37.477 INFO:teuthology.orchestra.run.smithi176.stdout:(2/2): ceph-fuse-19.3.0-4858.gbad1f558.el9.x86_ 3.1 MB/s | 901 kB 00:00 2024-09-10T16:24:37.477 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:24:37.477 INFO:teuthology.orchestra.run.smithi176.stdout:Total 3.2 MB/s | 981 kB 00:00 2024-09-10T16:24:37.489 INFO:teuthology.orchestra.run.smithi144.stdout:(1/13): ceph-mgr-rook-19.3.0-4858.gbad1f558.el9 298 kB/s | 49 kB 00:00 2024-09-10T16:24:37.489 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-09-10T16:24:37.512 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-09-10T16:24:37.512 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-09-10T16:24:37.579 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install ceph-fuse 2024-09-10T16:24:37.593 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-09-10T16:24:37.593 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-09-10T16:24:37.782 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-09-10T16:24:37.839 INFO:teuthology.orchestra.run.smithi144.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 37 kB/s | 19 kB 00:00 2024-09-10T16:24:37.889 INFO:teuthology.orchestra.run.smithi144.stdout:(3/13): python3-jsonpatch-1.21-16.el9.noarch.rp 45 kB/s | 26 kB 00:00 2024-09-10T16:24:37.929 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-10T16:24:38.002 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-fuse-2:19.3.0-4858.gbad1f558.el9.x86_64 2/2 2024-09-10T16:24:38.165 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:34 ago on Tue 10 Sep 2024 04:23:04 PM UTC. 2024-09-10T16:24:38.298 INFO:teuthology.orchestra.run.smithi144.stdout:(4/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 275 kB/s | 222 kB 00:00 2024-09-10T16:24:38.305 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-09-10T16:24:38.305 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:24:38.305 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repository Size 2024-09-10T16:24:38.306 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:24:38.306 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2024-09-10T16:24:38.306 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-fuse x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 901 k 2024-09-10T16:24:38.306 INFO:teuthology.orchestra.run.smithi006.stdout:Installing dependencies: 2024-09-10T16:24:38.306 INFO:teuthology.orchestra.run.smithi006.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-10T16:24:38.306 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:38.306 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2024-09-10T16:24:38.306 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:24:38.306 INFO:teuthology.orchestra.run.smithi006.stdout:Install 2 Packages 2024-09-10T16:24:38.306 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:38.307 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 981 k 2024-09-10T16:24:38.307 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 2.9 M 2024-09-10T16:24:38.307 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2024-09-10T16:24:38.460 INFO:teuthology.orchestra.run.smithi006.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 606 kB/s | 80 kB 00:00 2024-09-10T16:24:38.580 INFO:teuthology.orchestra.run.smithi144.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 214 kB/s | 159 kB 00:00 2024-09-10T16:24:38.601 INFO:teuthology.orchestra.run.smithi006.stdout:(2/2): ceph-fuse-19.3.0-4858.gbad1f558.el9.x86_ 3.2 MB/s | 901 kB 00:00 2024-09-10T16:24:38.602 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:24:38.602 INFO:teuthology.orchestra.run.smithi006.stdout:Total 3.2 MB/s | 981 kB 00:00 2024-09-10T16:24:38.614 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2024-09-10T16:24:38.632 INFO:teuthology.orchestra.run.smithi144.stdout:(6/13): python3-cachetools-4.2.4-1.el9.noarch.r 736 kB/s | 32 kB 00:00 2024-09-10T16:24:38.637 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2024-09-10T16:24:38.637 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2024-09-10T16:24:38.657 INFO:teuthology.orchestra.run.smithi144.stdout:(7/13): python3-certifi-2023.05.07-4.el9.noarch 570 kB/s | 14 kB 00:00 2024-09-10T16:24:38.678 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-fuse-2:19.3.0-4858.gbad1f558.el9.x86_64 2/2 2024-09-10T16:24:38.679 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-fuse-2:19.3.0-4858.gbad1f558.el9.x86_64 1/2 2024-09-10T16:24:38.691 INFO:teuthology.orchestra.run.smithi144.stdout:(8/13): python3-pyasn1-modules-0.4.8-6.el9.noar 348 kB/s | 279 kB 00:00 2024-09-10T16:24:38.716 INFO:teuthology.orchestra.run.smithi144.stdout:(9/13): python3-google-auth-2.34.0-1.el9.noarch 3.7 MB/s | 220 kB 00:00 2024-09-10T16:24:38.724 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2024-09-10T16:24:38.724 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2024-09-10T16:24:38.750 INFO:teuthology.orchestra.run.smithi144.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 2.2 MB/s | 59 kB 00:00 2024-09-10T16:24:38.767 INFO:teuthology.orchestra.run.smithi144.stdout:(11/13): python3-websocket-client-1.2.3-2.el9.n 6.0 MB/s | 90 kB 00:00 2024-09-10T16:24:38.808 INFO:teuthology.orchestra.run.smithi144.stdout:(12/13): python3-kubernetes-26.1.0-2.el9.noarch 8.7 MB/s | 1.0 MB 00:00 2024-09-10T16:24:38.918 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2024-09-10T16:24:38.964 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-10T16:24:38.964 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:38.964 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-09-10T16:24:38.964 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-fuse-2:19.3.0-4858.gbad1f558.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-10T16:24:38.964 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:38.964 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-09-10T16:24:38.992 INFO:teuthology.orchestra.run.smithi144.stdout:(13/13): python3-requests-oauthlib-1.3.0-12.el9 77 kB/s | 54 kB 00:00 2024-09-10T16:24:38.995 INFO:teuthology.orchestra.run.smithi144.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:24:38.996 INFO:teuthology.orchestra.run.smithi144.stdout:Total 1.2 MB/s | 2.2 MB 00:01 2024-09-10T16:24:39.059 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-10T16:24:39.065 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction check 2024-09-10T16:24:39.082 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction check succeeded. 2024-09-10T16:24:39.082 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction test 2024-09-10T16:24:39.137 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-fuse-2:19.3.0-4858.gbad1f558.el9.x86_64 2/2 2024-09-10T16:24:39.172 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction test succeeded. 2024-09-10T16:24:39.173 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction 2024-09-10T16:24:39.256 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install ceph-volume 2024-09-10T16:24:39.697 INFO:teuthology.orchestra.run.smithi144.stdout: Preparing : 1/1 2024-09-10T16:24:39.816 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-fuse-2:19.3.0-4858.gbad1f558.el9.x86_64 2/2 2024-09-10T16:24:39.816 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-fuse-2:19.3.0-4858.gbad1f558.el9.x86_64 1/2 2024-09-10T16:24:39.840 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:31 ago on Tue 10 Sep 2024 04:23:08 PM UTC. 2024-09-10T16:24:39.874 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-10T16:24:39.926 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-10T16:24:39.979 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-09-10T16:24:39.980 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:24:39.980 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repository Size 2024-09-10T16:24:39.980 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:24:39.981 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-09-10T16:24:39.981 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-volume noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 285 k 2024-09-10T16:24:39.981 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:39.981 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-09-10T16:24:39.981 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:24:39.981 INFO:teuthology.orchestra.run.smithi176.stdout:Install 1 Package 2024-09-10T16:24:39.981 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:39.981 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 285 k 2024-09-10T16:24:39.981 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 1.3 M 2024-09-10T16:24:39.981 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-09-10T16:24:39.982 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-10T16:24:40.028 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-10T16:24:40.077 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-10T16:24:40.114 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-10T16:24:40.114 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:40.114 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2024-09-10T16:24:40.114 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-fuse-2:19.3.0-4858.gbad1f558.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-10T16:24:40.114 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:40.114 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-09-10T16:24:40.180 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-10T16:24:40.198 INFO:teuthology.orchestra.run.smithi176.stdout:ceph-volume-19.3.0-4858.gbad1f558.el9.noarch.rp 1.3 MB/s | 285 kB 00:00 2024-09-10T16:24:40.198 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:24:40.199 INFO:teuthology.orchestra.run.smithi176.stdout:Total 1.3 MB/s | 285 kB 00:00 2024-09-10T16:24:40.199 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-09-10T16:24:40.207 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-09-10T16:24:40.207 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-09-10T16:24:40.238 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-09-10T16:24:40.239 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-09-10T16:24:40.280 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-10T16:24:40.329 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-10T16:24:40.456 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-09-10T16:24:40.542 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : ceph-volume-2:19.3.0-4858.gbad1f558.el9.noarch 1/1 2024-09-10T16:24:40.547 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install ceph-volume 2024-09-10T16:24:40.558 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: ceph-volume-2:19.3.0-4858.gbad1f558.el9.noarch 1/1 2024-09-10T16:24:40.558 INFO:teuthology.orchestra.run.smithi176.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T16:24:40.559 INFO:teuthology.orchestra.run.smithi176.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-10T16:24:40.559 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:41.039 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-10T16:24:41.085 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-10T16:24:41.118 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-10T16:24:41.150 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:37 ago on Tue 10 Sep 2024 04:23:04 PM UTC. 2024-09-10T16:24:41.167 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-10T16:24:41.197 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : ceph-mgr-rook-2:19.3.0-4858.gbad1f558.el9.noarch 13/13 2024-09-10T16:24:41.290 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-09-10T16:24:41.291 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:24:41.291 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repository Size 2024-09-10T16:24:41.291 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:24:41.291 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2024-09-10T16:24:41.291 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-volume noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 285 k 2024-09-10T16:24:41.291 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:41.291 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2024-09-10T16:24:41.291 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:24:41.292 INFO:teuthology.orchestra.run.smithi006.stdout:Install 1 Package 2024-09-10T16:24:41.292 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:41.292 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 285 k 2024-09-10T16:24:41.292 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 1.3 M 2024-09-10T16:24:41.292 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2024-09-10T16:24:41.576 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : ceph-volume-2:19.3.0-4858.gbad1f558.el9.noarch 1/1 2024-09-10T16:24:41.576 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:41.576 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-09-10T16:24:41.577 INFO:teuthology.orchestra.run.smithi176.stdout: ceph-volume-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T16:24:41.577 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:41.577 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-09-10T16:24:41.581 INFO:teuthology.orchestra.run.smithi006.stdout:ceph-volume-19.3.0-4858.gbad1f558.el9.noarch.rp 989 kB/s | 285 kB 00:00 2024-09-10T16:24:41.581 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:24:41.582 INFO:teuthology.orchestra.run.smithi006.stdout:Total 984 kB/s | 285 kB 00:00 2024-09-10T16:24:41.582 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2024-09-10T16:24:41.591 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2024-09-10T16:24:41.591 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2024-09-10T16:24:41.627 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2024-09-10T16:24:41.627 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2024-09-10T16:24:41.858 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2024-09-10T16:24:41.903 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install librados-devel 2024-09-10T16:24:41.925 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : ceph-volume-2:19.3.0-4858.gbad1f558.el9.noarch 1/1 2024-09-10T16:24:41.942 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: ceph-volume-2:19.3.0-4858.gbad1f558.el9.noarch 1/1 2024-09-10T16:24:41.942 INFO:teuthology.orchestra.run.smithi006.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T16:24:41.943 INFO:teuthology.orchestra.run.smithi006.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-10T16:24:41.943 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:42.060 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: ceph-mgr-rook-2:19.3.0-4858.gbad1f558.el9.noarch 13/13 2024-09-10T16:24:42.060 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : ceph-mgr-rook-2:19.3.0-4858.gbad1f558.el9.noarch 1/13 2024-09-10T16:24:42.060 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-10T16:24:42.061 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-10T16:24:42.061 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-10T16:24:42.061 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-10T16:24:42.061 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-10T16:24:42.061 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-10T16:24:42.061 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-10T16:24:42.061 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-10T16:24:42.061 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-10T16:24:42.061 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-10T16:24:42.061 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-10T16:24:42.397 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-10T16:24:42.397 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:24:42.397 INFO:teuthology.orchestra.run.smithi144.stdout:Installed: 2024-09-10T16:24:42.397 INFO:teuthology.orchestra.run.smithi144.stdout: ceph-mgr-rook-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T16:24:42.397 INFO:teuthology.orchestra.run.smithi144.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-10T16:24:42.397 INFO:teuthology.orchestra.run.smithi144.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-10T16:24:42.397 INFO:teuthology.orchestra.run.smithi144.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-10T16:24:42.397 INFO:teuthology.orchestra.run.smithi144.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-10T16:24:42.398 INFO:teuthology.orchestra.run.smithi144.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-10T16:24:42.398 INFO:teuthology.orchestra.run.smithi144.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-10T16:24:42.398 INFO:teuthology.orchestra.run.smithi144.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-10T16:24:42.398 INFO:teuthology.orchestra.run.smithi144.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-10T16:24:42.398 INFO:teuthology.orchestra.run.smithi144.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-10T16:24:42.398 INFO:teuthology.orchestra.run.smithi144.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-10T16:24:42.398 INFO:teuthology.orchestra.run.smithi144.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-10T16:24:42.398 INFO:teuthology.orchestra.run.smithi144.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-10T16:24:42.398 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:24:42.398 INFO:teuthology.orchestra.run.smithi144.stdout:Complete! 2024-09-10T16:24:42.492 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:34 ago on Tue 10 Sep 2024 04:23:08 PM UTC. 2024-09-10T16:24:42.626 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-09-10T16:24:42.627 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:24:42.627 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repo Size 2024-09-10T16:24:42.627 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:24:42.627 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-09-10T16:24:42.627 INFO:teuthology.orchestra.run.smithi176.stdout: librados-devel x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 126 k 2024-09-10T16:24:42.627 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:42.627 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-09-10T16:24:42.627 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:24:42.627 INFO:teuthology.orchestra.run.smithi176.stdout:Install 1 Package 2024-09-10T16:24:42.627 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:42.627 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 126 k 2024-09-10T16:24:42.627 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 456 k 2024-09-10T16:24:42.628 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-09-10T16:24:42.675 DEBUG:teuthology.orchestra.run.smithi144:> sudo yum -y install ceph-mgr-cephadm 2024-09-10T16:24:42.837 INFO:teuthology.orchestra.run.smithi176.stdout:librados-devel-19.3.0-4858.gbad1f558.el9.x86_64 604 kB/s | 126 kB 00:00 2024-09-10T16:24:42.838 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:24:42.838 INFO:teuthology.orchestra.run.smithi176.stdout:Total 600 kB/s | 126 kB 00:00 2024-09-10T16:24:42.838 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-09-10T16:24:42.844 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-09-10T16:24:42.844 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-09-10T16:24:42.909 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-09-10T16:24:42.909 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-09-10T16:24:42.988 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : ceph-volume-2:19.3.0-4858.gbad1f558.el9.noarch 1/1 2024-09-10T16:24:42.988 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:42.988 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2024-09-10T16:24:42.988 INFO:teuthology.orchestra.run.smithi006.stdout: ceph-volume-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T16:24:42.988 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:42.989 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-09-10T16:24:43.063 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-09-10T16:24:43.169 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : librados-devel-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T16:24:43.241 INFO:teuthology.orchestra.run.smithi144.stdout:Last metadata expiration check: 0:01:38 ago on Tue 10 Sep 2024 04:23:05 PM UTC. 2024-09-10T16:24:43.295 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install librados-devel 2024-09-10T16:24:43.374 INFO:teuthology.orchestra.run.smithi144.stdout:Dependencies resolved. 2024-09-10T16:24:43.375 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:24:43.375 INFO:teuthology.orchestra.run.smithi144.stdout: Package Arch Version Repository Size 2024-09-10T16:24:43.375 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:24:43.375 INFO:teuthology.orchestra.run.smithi144.stdout:Installing: 2024-09-10T16:24:43.375 INFO:teuthology.orchestra.run.smithi144.stdout: ceph-mgr-cephadm noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 154 k 2024-09-10T16:24:43.375 INFO:teuthology.orchestra.run.smithi144.stdout:Installing dependencies: 2024-09-10T16:24:43.375 INFO:teuthology.orchestra.run.smithi144.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-10T16:24:43.376 INFO:teuthology.orchestra.run.smithi144.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-10T16:24:43.376 INFO:teuthology.orchestra.run.smithi144.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-10T16:24:43.376 INFO:teuthology.orchestra.run.smithi144.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-10T16:24:43.376 INFO:teuthology.orchestra.run.smithi144.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-10T16:24:43.376 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:24:43.376 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction Summary 2024-09-10T16:24:43.376 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:24:43.376 INFO:teuthology.orchestra.run.smithi144.stdout:Install 6 Packages 2024-09-10T16:24:43.376 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:24:43.377 INFO:teuthology.orchestra.run.smithi144.stdout:Total download size: 7.0 M 2024-09-10T16:24:43.377 INFO:teuthology.orchestra.run.smithi144.stdout:Installed size: 33 M 2024-09-10T16:24:43.377 INFO:teuthology.orchestra.run.smithi144.stdout:Downloading Packages: 2024-09-10T16:24:43.607 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: librados-devel-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T16:24:43.779 INFO:teuthology.orchestra.run.smithi144.stdout:(1/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.6 MB/s | 248 kB 00:00 2024-09-10T16:24:43.829 INFO:teuthology.orchestra.run.smithi144.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 11 MB/s | 548 kB 00:00 2024-09-10T16:24:43.854 INFO:teuthology.orchestra.run.smithi144.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 2.3 MB/s | 58 kB 00:00 2024-09-10T16:24:43.864 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : librados-devel-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T16:24:43.864 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:43.864 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-09-10T16:24:43.864 INFO:teuthology.orchestra.run.smithi176.stdout: librados-devel-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:24:43.864 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:43.864 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-09-10T16:24:43.879 INFO:teuthology.orchestra.run.smithi144.stdout:(4/6): ceph-mgr-cephadm-19.3.0-4858.gbad1f558.e 606 kB/s | 154 kB 00:00 2024-09-10T16:24:43.900 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:39 ago on Tue 10 Sep 2024 04:23:04 PM UTC. 2024-09-10T16:24:43.905 INFO:teuthology.orchestra.run.smithi144.stdout:(5/6): python3-typing-extensions-4.12.2-2.el9.n 1.5 MB/s | 74 kB 00:00 2024-09-10T16:24:44.005 INFO:teuthology.orchestra.run.smithi144.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 16 MB/s | 6.0 MB 00:00 2024-09-10T16:24:44.006 INFO:teuthology.orchestra.run.smithi144.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:24:44.007 INFO:teuthology.orchestra.run.smithi144.stdout:Total 11 MB/s | 7.0 MB 00:00 2024-09-10T16:24:44.040 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-09-10T16:24:44.040 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:24:44.041 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repo Size 2024-09-10T16:24:44.041 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:24:44.041 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2024-09-10T16:24:44.041 INFO:teuthology.orchestra.run.smithi006.stdout: librados-devel x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 126 k 2024-09-10T16:24:44.041 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:44.041 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2024-09-10T16:24:44.041 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:24:44.041 INFO:teuthology.orchestra.run.smithi006.stdout:Install 1 Package 2024-09-10T16:24:44.042 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:44.042 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 126 k 2024-09-10T16:24:44.042 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 456 k 2024-09-10T16:24:44.042 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2024-09-10T16:24:44.078 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction check 2024-09-10T16:24:44.089 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction check succeeded. 2024-09-10T16:24:44.089 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction test 2024-09-10T16:24:44.188 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction test succeeded. 2024-09-10T16:24:44.189 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction 2024-09-10T16:24:44.190 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install libcephfs2 2024-09-10T16:24:44.244 INFO:teuthology.orchestra.run.smithi006.stdout:librados-devel-19.3.0-4858.gbad1f558.el9.x86_64 625 kB/s | 126 kB 00:00 2024-09-10T16:24:44.245 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:24:44.245 INFO:teuthology.orchestra.run.smithi006.stdout:Total 620 kB/s | 126 kB 00:00 2024-09-10T16:24:44.245 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2024-09-10T16:24:44.251 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2024-09-10T16:24:44.252 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2024-09-10T16:24:44.319 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2024-09-10T16:24:44.320 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2024-09-10T16:24:44.477 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2024-09-10T16:24:44.490 INFO:teuthology.orchestra.run.smithi144.stdout: Preparing : 1/1 2024-09-10T16:24:44.579 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : librados-devel-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T16:24:44.662 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-10T16:24:44.723 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-10T16:24:44.772 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:36 ago on Tue 10 Sep 2024 04:23:08 PM UTC. 2024-09-10T16:24:44.866 INFO:teuthology.orchestra.run.smithi176.stdout:Package libcephfs2-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T16:24:44.910 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-09-10T16:24:44.911 INFO:teuthology.orchestra.run.smithi176.stdout:Nothing to do. 2024-09-10T16:24:44.911 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-09-10T16:24:44.971 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install libcephfs-devel 2024-09-10T16:24:45.024 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: librados-devel-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T16:24:45.259 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-10T16:24:45.303 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : librados-devel-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T16:24:45.304 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:45.304 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2024-09-10T16:24:45.304 INFO:teuthology.orchestra.run.smithi006.stdout: librados-devel-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:24:45.304 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:45.304 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-09-10T16:24:45.359 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-10T16:24:45.436 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-10T16:24:45.461 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : ceph-mgr-cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 6/6 2024-09-10T16:24:45.541 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:37 ago on Tue 10 Sep 2024 04:23:08 PM UTC. 2024-09-10T16:24:45.632 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install libcephfs2 2024-09-10T16:24:45.673 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-09-10T16:24:45.673 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:24:45.673 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repo Size 2024-09-10T16:24:45.674 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:24:45.674 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-09-10T16:24:45.674 INFO:teuthology.orchestra.run.smithi176.stdout: libcephfs-devel x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 32 k 2024-09-10T16:24:45.674 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:45.674 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-09-10T16:24:45.674 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:24:45.674 INFO:teuthology.orchestra.run.smithi176.stdout:Install 1 Package 2024-09-10T16:24:45.674 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:45.675 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 32 k 2024-09-10T16:24:45.675 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 142 k 2024-09-10T16:24:45.675 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-09-10T16:24:45.825 INFO:teuthology.orchestra.run.smithi176.stdout:libcephfs-devel-19.3.0-4858.gbad1f558.el9.x86_6 211 kB/s | 32 kB 00:00 2024-09-10T16:24:45.826 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:24:45.826 INFO:teuthology.orchestra.run.smithi176.stdout:Total 209 kB/s | 32 kB 00:00 2024-09-10T16:24:45.827 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-09-10T16:24:45.830 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-09-10T16:24:45.830 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-09-10T16:24:45.851 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-09-10T16:24:45.852 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-09-10T16:24:45.945 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-09-10T16:24:46.064 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : libcephfs-devel-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T16:24:46.204 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 6/6 2024-09-10T16:24:46.205 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : ceph-mgr-cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 1/6 2024-09-10T16:24:46.205 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-10T16:24:46.205 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-10T16:24:46.205 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-10T16:24:46.205 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-10T16:24:46.232 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:42 ago on Tue 10 Sep 2024 04:23:04 PM UTC. 2024-09-10T16:24:46.326 INFO:teuthology.orchestra.run.smithi006.stdout:Package libcephfs2-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T16:24:46.373 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-09-10T16:24:46.374 INFO:teuthology.orchestra.run.smithi006.stdout:Nothing to do. 2024-09-10T16:24:46.374 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-09-10T16:24:46.443 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install libcephfs-devel 2024-09-10T16:24:46.497 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-10T16:24:46.497 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:24:46.497 INFO:teuthology.orchestra.run.smithi144.stdout:Installed: 2024-09-10T16:24:46.497 INFO:teuthology.orchestra.run.smithi144.stdout: ceph-mgr-cephadm-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T16:24:46.497 INFO:teuthology.orchestra.run.smithi144.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-10T16:24:46.497 INFO:teuthology.orchestra.run.smithi144.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-10T16:24:46.497 INFO:teuthology.orchestra.run.smithi144.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-10T16:24:46.497 INFO:teuthology.orchestra.run.smithi144.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-10T16:24:46.497 INFO:teuthology.orchestra.run.smithi144.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-10T16:24:46.497 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:24:46.497 INFO:teuthology.orchestra.run.smithi144.stdout:Complete! 2024-09-10T16:24:46.523 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: libcephfs-devel-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T16:24:46.740 DEBUG:teuthology.orchestra.run.smithi144:> sudo yum -y install ceph-fuse 2024-09-10T16:24:46.767 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : libcephfs-devel-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T16:24:46.768 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:46.768 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-09-10T16:24:46.768 INFO:teuthology.orchestra.run.smithi176.stdout: libcephfs-devel-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:24:46.768 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:46.768 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-09-10T16:24:46.947 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install librados2 2024-09-10T16:24:47.034 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:43 ago on Tue 10 Sep 2024 04:23:04 PM UTC. 2024-09-10T16:24:47.172 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-09-10T16:24:47.173 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:24:47.173 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repo Size 2024-09-10T16:24:47.173 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:24:47.173 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2024-09-10T16:24:47.173 INFO:teuthology.orchestra.run.smithi006.stdout: libcephfs-devel x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 32 k 2024-09-10T16:24:47.173 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:47.173 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2024-09-10T16:24:47.173 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:24:47.174 INFO:teuthology.orchestra.run.smithi006.stdout:Install 1 Package 2024-09-10T16:24:47.174 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:47.174 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 32 k 2024-09-10T16:24:47.174 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 142 k 2024-09-10T16:24:47.174 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2024-09-10T16:24:47.309 INFO:teuthology.orchestra.run.smithi144.stdout:Last metadata expiration check: 0:01:42 ago on Tue 10 Sep 2024 04:23:05 PM UTC. 2024-09-10T16:24:47.324 INFO:teuthology.orchestra.run.smithi006.stdout:libcephfs-devel-19.3.0-4858.gbad1f558.el9.x86_6 212 kB/s | 32 kB 00:00 2024-09-10T16:24:47.324 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:24:47.325 INFO:teuthology.orchestra.run.smithi006.stdout:Total 210 kB/s | 32 kB 00:00 2024-09-10T16:24:47.325 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2024-09-10T16:24:47.329 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2024-09-10T16:24:47.329 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2024-09-10T16:24:47.349 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2024-09-10T16:24:47.349 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2024-09-10T16:24:47.444 INFO:teuthology.orchestra.run.smithi144.stdout:Dependencies resolved. 2024-09-10T16:24:47.444 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:24:47.444 INFO:teuthology.orchestra.run.smithi144.stdout: Package Arch Version Repository Size 2024-09-10T16:24:47.444 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:24:47.444 INFO:teuthology.orchestra.run.smithi144.stdout:Installing: 2024-09-10T16:24:47.444 INFO:teuthology.orchestra.run.smithi144.stdout: ceph-fuse x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 901 k 2024-09-10T16:24:47.445 INFO:teuthology.orchestra.run.smithi144.stdout:Installing dependencies: 2024-09-10T16:24:47.445 INFO:teuthology.orchestra.run.smithi144.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-10T16:24:47.445 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:24:47.445 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction Summary 2024-09-10T16:24:47.445 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:24:47.445 INFO:teuthology.orchestra.run.smithi144.stdout:Install 2 Packages 2024-09-10T16:24:47.445 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:24:47.446 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2024-09-10T16:24:47.446 INFO:teuthology.orchestra.run.smithi144.stdout:Total download size: 981 k 2024-09-10T16:24:47.446 INFO:teuthology.orchestra.run.smithi144.stdout:Installed size: 2.9 M 2024-09-10T16:24:47.446 INFO:teuthology.orchestra.run.smithi144.stdout:Downloading Packages: 2024-09-10T16:24:47.520 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:39 ago on Tue 10 Sep 2024 04:23:08 PM UTC. 2024-09-10T16:24:47.611 INFO:teuthology.orchestra.run.smithi176.stdout:Package librados2-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T16:24:47.654 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-09-10T16:24:47.655 INFO:teuthology.orchestra.run.smithi176.stdout:Nothing to do. 2024-09-10T16:24:47.655 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-09-10T16:24:47.674 INFO:teuthology.orchestra.run.smithi144.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 438 kB/s | 80 kB 00:00 2024-09-10T16:24:47.683 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : libcephfs-devel-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T16:24:47.719 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install librbd1 2024-09-10T16:24:47.774 INFO:teuthology.orchestra.run.smithi144.stdout:(2/2): ceph-fuse-19.3.0-4858.gbad1f558.el9.x86_ 3.1 MB/s | 901 kB 00:00 2024-09-10T16:24:47.775 INFO:teuthology.orchestra.run.smithi144.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:24:47.775 INFO:teuthology.orchestra.run.smithi144.stdout:Total 2.9 MB/s | 981 kB 00:00 2024-09-10T16:24:47.787 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction check 2024-09-10T16:24:47.809 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction check succeeded. 2024-09-10T16:24:47.809 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction test 2024-09-10T16:24:47.890 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction test succeeded. 2024-09-10T16:24:47.891 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction 2024-09-10T16:24:48.067 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: libcephfs-devel-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T16:24:48.078 INFO:teuthology.orchestra.run.smithi144.stdout: Preparing : 1/1 2024-09-10T16:24:48.227 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-10T16:24:48.285 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:40 ago on Tue 10 Sep 2024 04:23:08 PM UTC. 2024-09-10T16:24:48.302 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : libcephfs-devel-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T16:24:48.302 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:48.303 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2024-09-10T16:24:48.303 INFO:teuthology.orchestra.run.smithi006.stdout: libcephfs-devel-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:24:48.303 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:48.303 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-09-10T16:24:48.327 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : ceph-fuse-2:19.3.0-4858.gbad1f558.el9.x86_64 2/2 2024-09-10T16:24:48.376 INFO:teuthology.orchestra.run.smithi176.stdout:Package librbd1-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T16:24:48.419 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-09-10T16:24:48.420 INFO:teuthology.orchestra.run.smithi176.stdout:Nothing to do. 2024-09-10T16:24:48.420 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-09-10T16:24:48.485 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install python3-rados 2024-09-10T16:24:48.497 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install librados2 2024-09-10T16:24:49.050 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:41 ago on Tue 10 Sep 2024 04:23:08 PM UTC. 2024-09-10T16:24:49.071 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: ceph-fuse-2:19.3.0-4858.gbad1f558.el9.x86_64 2/2 2024-09-10T16:24:49.071 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : ceph-fuse-2:19.3.0-4858.gbad1f558.el9.x86_64 1/2 2024-09-10T16:24:49.080 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:45 ago on Tue 10 Sep 2024 04:23:04 PM UTC. 2024-09-10T16:24:49.140 INFO:teuthology.orchestra.run.smithi176.stdout:Package python3-rados-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T16:24:49.174 INFO:teuthology.orchestra.run.smithi006.stdout:Package librados2-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T16:24:49.183 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-09-10T16:24:49.184 INFO:teuthology.orchestra.run.smithi176.stdout:Nothing to do. 2024-09-10T16:24:49.184 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-09-10T16:24:49.220 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-09-10T16:24:49.221 INFO:teuthology.orchestra.run.smithi006.stdout:Nothing to do. 2024-09-10T16:24:49.221 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-09-10T16:24:49.251 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install python3-rgw 2024-09-10T16:24:49.293 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install librbd1 2024-09-10T16:24:49.346 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-10T16:24:49.347 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:24:49.347 INFO:teuthology.orchestra.run.smithi144.stdout:Installed: 2024-09-10T16:24:49.347 INFO:teuthology.orchestra.run.smithi144.stdout: ceph-fuse-2:19.3.0-4858.gbad1f558.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-10T16:24:49.347 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:24:49.347 INFO:teuthology.orchestra.run.smithi144.stdout:Complete! 2024-09-10T16:24:49.614 DEBUG:teuthology.orchestra.run.smithi144:> sudo yum -y install ceph-volume 2024-09-10T16:24:49.814 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:41 ago on Tue 10 Sep 2024 04:23:08 PM UTC. 2024-09-10T16:24:49.886 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:45 ago on Tue 10 Sep 2024 04:23:04 PM UTC. 2024-09-10T16:24:49.904 INFO:teuthology.orchestra.run.smithi176.stdout:Package python3-rgw-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T16:24:49.947 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-09-10T16:24:49.948 INFO:teuthology.orchestra.run.smithi176.stdout:Nothing to do. 2024-09-10T16:24:49.948 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-09-10T16:24:49.980 INFO:teuthology.orchestra.run.smithi006.stdout:Package librbd1-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T16:24:50.009 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install python3-cephfs 2024-09-10T16:24:50.027 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-09-10T16:24:50.028 INFO:teuthology.orchestra.run.smithi006.stdout:Nothing to do. 2024-09-10T16:24:50.028 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-09-10T16:24:50.093 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install python3-rados 2024-09-10T16:24:50.197 INFO:teuthology.orchestra.run.smithi144.stdout:Last metadata expiration check: 0:01:45 ago on Tue 10 Sep 2024 04:23:05 PM UTC. 2024-09-10T16:24:50.338 INFO:teuthology.orchestra.run.smithi144.stdout:Dependencies resolved. 2024-09-10T16:24:50.339 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:24:50.339 INFO:teuthology.orchestra.run.smithi144.stdout: Package Arch Version Repository Size 2024-09-10T16:24:50.339 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:24:50.339 INFO:teuthology.orchestra.run.smithi144.stdout:Installing: 2024-09-10T16:24:50.339 INFO:teuthology.orchestra.run.smithi144.stdout: ceph-volume noarch 2:19.3.0-4858.gbad1f558.el9 ceph-noarch 285 k 2024-09-10T16:24:50.339 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:24:50.339 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction Summary 2024-09-10T16:24:50.339 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:24:50.339 INFO:teuthology.orchestra.run.smithi144.stdout:Install 1 Package 2024-09-10T16:24:50.339 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:24:50.340 INFO:teuthology.orchestra.run.smithi144.stdout:Total download size: 285 k 2024-09-10T16:24:50.340 INFO:teuthology.orchestra.run.smithi144.stdout:Installed size: 1.3 M 2024-09-10T16:24:50.340 INFO:teuthology.orchestra.run.smithi144.stdout:Downloading Packages: 2024-09-10T16:24:50.572 INFO:teuthology.orchestra.run.smithi144.stdout:ceph-volume-19.3.0-4858.gbad1f558.el9.noarch.rp 1.2 MB/s | 285 kB 00:00 2024-09-10T16:24:50.572 INFO:teuthology.orchestra.run.smithi144.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:24:50.573 INFO:teuthology.orchestra.run.smithi144.stdout:Total 1.2 MB/s | 285 kB 00:00 2024-09-10T16:24:50.573 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction check 2024-09-10T16:24:50.577 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:42 ago on Tue 10 Sep 2024 04:23:08 PM UTC. 2024-09-10T16:24:50.581 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction check succeeded. 2024-09-10T16:24:50.581 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction test 2024-09-10T16:24:50.612 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction test succeeded. 2024-09-10T16:24:50.612 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction 2024-09-10T16:24:50.666 INFO:teuthology.orchestra.run.smithi176.stdout:Package python3-cephfs-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T16:24:50.688 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:46 ago on Tue 10 Sep 2024 04:23:04 PM UTC. 2024-09-10T16:24:50.710 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-09-10T16:24:50.711 INFO:teuthology.orchestra.run.smithi176.stdout:Nothing to do. 2024-09-10T16:24:50.711 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-09-10T16:24:50.780 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install python3-rbd 2024-09-10T16:24:50.783 INFO:teuthology.orchestra.run.smithi006.stdout:Package python3-rados-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T16:24:50.829 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-09-10T16:24:50.830 INFO:teuthology.orchestra.run.smithi006.stdout:Nothing to do. 2024-09-10T16:24:50.830 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-09-10T16:24:50.836 INFO:teuthology.orchestra.run.smithi144.stdout: Preparing : 1/1 2024-09-10T16:24:50.902 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install python3-rgw 2024-09-10T16:24:50.907 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : ceph-volume-2:19.3.0-4858.gbad1f558.el9.noarch 1/1 2024-09-10T16:24:50.923 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: ceph-volume-2:19.3.0-4858.gbad1f558.el9.noarch 1/1 2024-09-10T16:24:50.924 INFO:teuthology.orchestra.run.smithi144.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T16:24:50.924 INFO:teuthology.orchestra.run.smithi144.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-10T16:24:50.924 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:24:51.353 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:43 ago on Tue 10 Sep 2024 04:23:08 PM UTC. 2024-09-10T16:24:51.443 INFO:teuthology.orchestra.run.smithi176.stdout:Package python3-rbd-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T16:24:51.487 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-09-10T16:24:51.488 INFO:teuthology.orchestra.run.smithi176.stdout:Nothing to do. 2024-09-10T16:24:51.488 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-09-10T16:24:51.491 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:47 ago on Tue 10 Sep 2024 04:23:04 PM UTC. 2024-09-10T16:24:51.551 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install rbd-fuse 2024-09-10T16:24:51.584 INFO:teuthology.orchestra.run.smithi006.stdout:Package python3-rgw-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T16:24:51.631 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-09-10T16:24:51.632 INFO:teuthology.orchestra.run.smithi006.stdout:Nothing to do. 2024-09-10T16:24:51.632 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-09-10T16:24:51.698 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install python3-cephfs 2024-09-10T16:24:51.957 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : ceph-volume-2:19.3.0-4858.gbad1f558.el9.noarch 1/1 2024-09-10T16:24:51.957 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:24:51.957 INFO:teuthology.orchestra.run.smithi144.stdout:Installed: 2024-09-10T16:24:51.957 INFO:teuthology.orchestra.run.smithi144.stdout: ceph-volume-2:19.3.0-4858.gbad1f558.el9.noarch 2024-09-10T16:24:51.957 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:24:51.957 INFO:teuthology.orchestra.run.smithi144.stdout:Complete! 2024-09-10T16:24:52.119 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:44 ago on Tue 10 Sep 2024 04:23:08 PM UTC. 2024-09-10T16:24:52.245 DEBUG:teuthology.orchestra.run.smithi144:> sudo yum -y install librados-devel 2024-09-10T16:24:52.254 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-09-10T16:24:52.255 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:24:52.255 INFO:teuthology.orchestra.run.smithi176.stdout: Package Architecture Version Repository Size 2024-09-10T16:24:52.255 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:24:52.255 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-09-10T16:24:52.255 INFO:teuthology.orchestra.run.smithi176.stdout: rbd-fuse x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 85 k 2024-09-10T16:24:52.255 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:52.255 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-09-10T16:24:52.255 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:24:52.255 INFO:teuthology.orchestra.run.smithi176.stdout:Install 1 Package 2024-09-10T16:24:52.256 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:52.256 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 85 k 2024-09-10T16:24:52.256 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 231 k 2024-09-10T16:24:52.256 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-09-10T16:24:52.299 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:48 ago on Tue 10 Sep 2024 04:23:04 PM UTC. 2024-09-10T16:24:52.392 INFO:teuthology.orchestra.run.smithi006.stdout:Package python3-cephfs-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T16:24:52.439 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-09-10T16:24:52.440 INFO:teuthology.orchestra.run.smithi006.stdout:Nothing to do. 2024-09-10T16:24:52.440 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-09-10T16:24:52.453 INFO:teuthology.orchestra.run.smithi176.stdout:rbd-fuse-19.3.0-4858.gbad1f558.el9.x86_64.rpm 433 kB/s | 85 kB 00:00 2024-09-10T16:24:52.453 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:24:52.454 INFO:teuthology.orchestra.run.smithi176.stdout:Total 430 kB/s | 85 kB 00:00 2024-09-10T16:24:52.454 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-09-10T16:24:52.461 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-09-10T16:24:52.461 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-09-10T16:24:52.507 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install python3-rbd 2024-09-10T16:24:52.524 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-09-10T16:24:52.525 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-09-10T16:24:52.705 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-09-10T16:24:52.818 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : rbd-fuse-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T16:24:52.837 INFO:teuthology.orchestra.run.smithi144.stdout:Last metadata expiration check: 0:01:47 ago on Tue 10 Sep 2024 04:23:05 PM UTC. 2024-09-10T16:24:52.975 INFO:teuthology.orchestra.run.smithi144.stdout:Dependencies resolved. 2024-09-10T16:24:52.976 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:24:52.976 INFO:teuthology.orchestra.run.smithi144.stdout: Package Arch Version Repo Size 2024-09-10T16:24:52.976 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:24:52.976 INFO:teuthology.orchestra.run.smithi144.stdout:Installing: 2024-09-10T16:24:52.976 INFO:teuthology.orchestra.run.smithi144.stdout: librados-devel x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 126 k 2024-09-10T16:24:52.976 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:24:52.976 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction Summary 2024-09-10T16:24:52.976 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:24:52.976 INFO:teuthology.orchestra.run.smithi144.stdout:Install 1 Package 2024-09-10T16:24:52.976 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:24:52.976 INFO:teuthology.orchestra.run.smithi144.stdout:Total download size: 126 k 2024-09-10T16:24:52.977 INFO:teuthology.orchestra.run.smithi144.stdout:Installed size: 456 k 2024-09-10T16:24:52.977 INFO:teuthology.orchestra.run.smithi144.stdout:Downloading Packages: 2024-09-10T16:24:53.100 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:49 ago on Tue 10 Sep 2024 04:23:04 PM UTC. 2024-09-10T16:24:53.186 INFO:teuthology.orchestra.run.smithi144.stdout:librados-devel-19.3.0-4858.gbad1f558.el9.x86_64 605 kB/s | 126 kB 00:00 2024-09-10T16:24:53.186 INFO:teuthology.orchestra.run.smithi144.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:24:53.186 INFO:teuthology.orchestra.run.smithi144.stdout:Total 601 kB/s | 126 kB 00:00 2024-09-10T16:24:53.187 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction check 2024-09-10T16:24:53.192 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction check succeeded. 2024-09-10T16:24:53.192 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction test 2024-09-10T16:24:53.194 INFO:teuthology.orchestra.run.smithi006.stdout:Package python3-rbd-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T16:24:53.221 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: rbd-fuse-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T16:24:53.241 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-09-10T16:24:53.241 INFO:teuthology.orchestra.run.smithi006.stdout:Nothing to do. 2024-09-10T16:24:53.241 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-09-10T16:24:53.257 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction test succeeded. 2024-09-10T16:24:53.257 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction 2024-09-10T16:24:53.314 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install rbd-fuse 2024-09-10T16:24:53.409 INFO:teuthology.orchestra.run.smithi144.stdout: Preparing : 1/1 2024-09-10T16:24:53.496 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : rbd-fuse-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T16:24:53.496 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:53.497 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-09-10T16:24:53.497 INFO:teuthology.orchestra.run.smithi176.stdout: rbd-fuse-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:24:53.497 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:53.497 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-09-10T16:24:53.509 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : librados-devel-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T16:24:53.740 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install rbd-mirror 2024-09-10T16:24:53.905 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:49 ago on Tue 10 Sep 2024 04:23:04 PM UTC. 2024-09-10T16:24:53.949 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: librados-devel-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T16:24:54.048 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-09-10T16:24:54.049 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:24:54.049 INFO:teuthology.orchestra.run.smithi006.stdout: Package Architecture Version Repository Size 2024-09-10T16:24:54.049 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:24:54.049 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2024-09-10T16:24:54.049 INFO:teuthology.orchestra.run.smithi006.stdout: rbd-fuse x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 85 k 2024-09-10T16:24:54.049 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:54.049 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2024-09-10T16:24:54.050 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:24:54.050 INFO:teuthology.orchestra.run.smithi006.stdout:Install 1 Package 2024-09-10T16:24:54.050 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:54.050 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 85 k 2024-09-10T16:24:54.050 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 231 k 2024-09-10T16:24:54.050 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2024-09-10T16:24:54.178 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : librados-devel-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T16:24:54.179 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:24:54.179 INFO:teuthology.orchestra.run.smithi144.stdout:Installed: 2024-09-10T16:24:54.179 INFO:teuthology.orchestra.run.smithi144.stdout: librados-devel-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:24:54.179 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:24:54.179 INFO:teuthology.orchestra.run.smithi144.stdout:Complete! 2024-09-10T16:24:54.243 INFO:teuthology.orchestra.run.smithi006.stdout:rbd-fuse-19.3.0-4858.gbad1f558.el9.x86_64.rpm 436 kB/s | 85 kB 00:00 2024-09-10T16:24:54.244 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:24:54.244 INFO:teuthology.orchestra.run.smithi006.stdout:Total 432 kB/s | 85 kB 00:00 2024-09-10T16:24:54.245 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2024-09-10T16:24:54.252 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2024-09-10T16:24:54.252 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2024-09-10T16:24:54.321 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2024-09-10T16:24:54.321 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2024-09-10T16:24:54.350 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:46 ago on Tue 10 Sep 2024 04:23:08 PM UTC. 2024-09-10T16:24:54.462 DEBUG:teuthology.orchestra.run.smithi144:> sudo yum -y install libcephfs2 2024-09-10T16:24:54.495 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-09-10T16:24:54.495 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:24:54.495 INFO:teuthology.orchestra.run.smithi176.stdout: Package Arch Version Repo Size 2024-09-10T16:24:54.495 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:24:54.495 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-09-10T16:24:54.495 INFO:teuthology.orchestra.run.smithi176.stdout: rbd-mirror x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 3.2 M 2024-09-10T16:24:54.495 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:54.495 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-09-10T16:24:54.496 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:24:54.496 INFO:teuthology.orchestra.run.smithi176.stdout:Install 1 Package 2024-09-10T16:24:54.496 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:54.496 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 3.2 M 2024-09-10T16:24:54.496 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 14 M 2024-09-10T16:24:54.496 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-09-10T16:24:54.501 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2024-09-10T16:24:54.602 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : rbd-fuse-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T16:24:54.833 INFO:teuthology.orchestra.run.smithi176.stdout:rbd-mirror-19.3.0-4858.gbad1f558.el9.x86_64.rpm 9.5 MB/s | 3.2 MB 00:00 2024-09-10T16:24:54.833 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:24:54.834 INFO:teuthology.orchestra.run.smithi176.stdout:Total 9.4 MB/s | 3.2 MB 00:00 2024-09-10T16:24:54.834 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-09-10T16:24:54.844 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-09-10T16:24:54.844 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-09-10T16:24:54.933 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-09-10T16:24:54.933 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-09-10T16:24:54.994 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: rbd-fuse-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T16:24:55.043 INFO:teuthology.orchestra.run.smithi144.stdout:Last metadata expiration check: 0:01:50 ago on Tue 10 Sep 2024 04:23:05 PM UTC. 2024-09-10T16:24:55.135 INFO:teuthology.orchestra.run.smithi144.stdout:Package libcephfs2-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T16:24:55.180 INFO:teuthology.orchestra.run.smithi144.stdout:Dependencies resolved. 2024-09-10T16:24:55.181 INFO:teuthology.orchestra.run.smithi144.stdout:Nothing to do. 2024-09-10T16:24:55.181 INFO:teuthology.orchestra.run.smithi144.stdout:Complete! 2024-09-10T16:24:55.273 DEBUG:teuthology.orchestra.run.smithi144:> sudo yum -y install libcephfs-devel 2024-09-10T16:24:55.277 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : rbd-fuse-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T16:24:55.277 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:55.277 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2024-09-10T16:24:55.277 INFO:teuthology.orchestra.run.smithi006.stdout: rbd-fuse-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:24:55.278 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:55.278 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-09-10T16:24:55.374 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-09-10T16:24:55.442 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : rbd-mirror-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T16:24:55.468 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: rbd-mirror-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T16:24:55.468 INFO:teuthology.orchestra.run.smithi176.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T16:24:55.468 INFO:teuthology.orchestra.run.smithi176.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-10T16:24:55.468 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-10T16:24:55.468 INFO:teuthology.orchestra.run.smithi176.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-10T16:24:55.469 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:55.494 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install rbd-mirror 2024-09-10T16:24:55.841 INFO:teuthology.orchestra.run.smithi144.stdout:Last metadata expiration check: 0:01:50 ago on Tue 10 Sep 2024 04:23:05 PM UTC. 2024-09-10T16:24:55.974 INFO:teuthology.orchestra.run.smithi144.stdout:Dependencies resolved. 2024-09-10T16:24:55.975 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:24:55.975 INFO:teuthology.orchestra.run.smithi144.stdout: Package Arch Version Repo Size 2024-09-10T16:24:55.975 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:24:55.975 INFO:teuthology.orchestra.run.smithi144.stdout:Installing: 2024-09-10T16:24:55.975 INFO:teuthology.orchestra.run.smithi144.stdout: libcephfs-devel x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 32 k 2024-09-10T16:24:55.975 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:24:55.975 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction Summary 2024-09-10T16:24:55.975 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:24:55.976 INFO:teuthology.orchestra.run.smithi144.stdout:Install 1 Package 2024-09-10T16:24:55.976 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:24:55.976 INFO:teuthology.orchestra.run.smithi144.stdout:Total download size: 32 k 2024-09-10T16:24:55.976 INFO:teuthology.orchestra.run.smithi144.stdout:Installed size: 142 k 2024-09-10T16:24:55.976 INFO:teuthology.orchestra.run.smithi144.stdout:Downloading Packages: 2024-09-10T16:24:56.088 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:52 ago on Tue 10 Sep 2024 04:23:04 PM UTC. 2024-09-10T16:24:56.115 INFO:teuthology.orchestra.run.smithi144.stdout:libcephfs-devel-19.3.0-4858.gbad1f558.el9.x86_6 228 kB/s | 32 kB 00:00 2024-09-10T16:24:56.116 INFO:teuthology.orchestra.run.smithi144.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:24:56.116 INFO:teuthology.orchestra.run.smithi144.stdout:Total 226 kB/s | 32 kB 00:00 2024-09-10T16:24:56.116 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction check 2024-09-10T16:24:56.120 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction check succeeded. 2024-09-10T16:24:56.120 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction test 2024-09-10T16:24:56.141 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction test succeeded. 2024-09-10T16:24:56.141 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction 2024-09-10T16:24:56.226 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-09-10T16:24:56.226 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:24:56.226 INFO:teuthology.orchestra.run.smithi006.stdout: Package Arch Version Repo Size 2024-09-10T16:24:56.226 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:24:56.226 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2024-09-10T16:24:56.226 INFO:teuthology.orchestra.run.smithi006.stdout: rbd-mirror x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 3.2 M 2024-09-10T16:24:56.226 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:56.226 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2024-09-10T16:24:56.227 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:24:56.227 INFO:teuthology.orchestra.run.smithi006.stdout:Install 1 Package 2024-09-10T16:24:56.227 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:56.227 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 3.2 M 2024-09-10T16:24:56.227 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 14 M 2024-09-10T16:24:56.227 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2024-09-10T16:24:56.231 INFO:teuthology.orchestra.run.smithi144.stdout: Preparing : 1/1 2024-09-10T16:24:56.330 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : libcephfs-devel-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T16:24:56.491 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : rbd-mirror-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T16:24:56.491 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:56.491 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-09-10T16:24:56.491 INFO:teuthology.orchestra.run.smithi176.stdout: rbd-mirror-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:24:56.491 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:56.492 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-09-10T16:24:56.572 INFO:teuthology.orchestra.run.smithi006.stdout:rbd-mirror-19.3.0-4858.gbad1f558.el9.x86_64.rpm 9.2 MB/s | 3.2 MB 00:00 2024-09-10T16:24:56.572 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:24:56.573 INFO:teuthology.orchestra.run.smithi006.stdout:Total 9.2 MB/s | 3.2 MB 00:00 2024-09-10T16:24:56.573 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2024-09-10T16:24:56.583 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2024-09-10T16:24:56.583 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2024-09-10T16:24:56.676 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2024-09-10T16:24:56.676 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2024-09-10T16:24:56.733 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: libcephfs-devel-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T16:24:56.746 DEBUG:teuthology.orchestra.run.smithi176:> sudo yum -y install rbd-nbd 2024-09-10T16:24:56.986 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : libcephfs-devel-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T16:24:56.986 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:24:56.986 INFO:teuthology.orchestra.run.smithi144.stdout:Installed: 2024-09-10T16:24:56.986 INFO:teuthology.orchestra.run.smithi144.stdout: libcephfs-devel-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:24:56.986 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:24:56.986 INFO:teuthology.orchestra.run.smithi144.stdout:Complete! 2024-09-10T16:24:57.137 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2024-09-10T16:24:57.168 DEBUG:teuthology.orchestra.run.smithi144:> sudo yum -y install librados2 2024-09-10T16:24:57.198 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : rbd-mirror-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T16:24:57.224 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: rbd-mirror-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T16:24:57.224 INFO:teuthology.orchestra.run.smithi006.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T16:24:57.224 INFO:teuthology.orchestra.run.smithi006.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-10T16:24:57.225 INFO:teuthology.orchestra.run.smithi006.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-10T16:24:57.225 INFO:teuthology.orchestra.run.smithi006.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-10T16:24:57.225 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:57.328 INFO:teuthology.orchestra.run.smithi176.stdout:Last metadata expiration check: 0:01:49 ago on Tue 10 Sep 2024 04:23:08 PM UTC. 2024-09-10T16:24:57.466 INFO:teuthology.orchestra.run.smithi176.stdout:Dependencies resolved. 2024-09-10T16:24:57.467 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:24:57.467 INFO:teuthology.orchestra.run.smithi176.stdout: Package Architecture Version Repository Size 2024-09-10T16:24:57.467 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:24:57.467 INFO:teuthology.orchestra.run.smithi176.stdout:Installing: 2024-09-10T16:24:57.467 INFO:teuthology.orchestra.run.smithi176.stdout: rbd-nbd x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 170 k 2024-09-10T16:24:57.467 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:57.467 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction Summary 2024-09-10T16:24:57.467 INFO:teuthology.orchestra.run.smithi176.stdout:================================================================================ 2024-09-10T16:24:57.467 INFO:teuthology.orchestra.run.smithi176.stdout:Install 1 Package 2024-09-10T16:24:57.467 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:57.467 INFO:teuthology.orchestra.run.smithi176.stdout:Total download size: 170 k 2024-09-10T16:24:57.467 INFO:teuthology.orchestra.run.smithi176.stdout:Installed size: 490 k 2024-09-10T16:24:57.468 INFO:teuthology.orchestra.run.smithi176.stdout:Downloading Packages: 2024-09-10T16:24:57.670 INFO:teuthology.orchestra.run.smithi176.stdout:rbd-nbd-19.3.0-4858.gbad1f558.el9.x86_64.rpm 842 kB/s | 170 kB 00:00 2024-09-10T16:24:57.671 INFO:teuthology.orchestra.run.smithi176.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:24:57.671 INFO:teuthology.orchestra.run.smithi176.stdout:Total 836 kB/s | 170 kB 00:00 2024-09-10T16:24:57.671 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction check 2024-09-10T16:24:57.678 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction check succeeded. 2024-09-10T16:24:57.678 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction test 2024-09-10T16:24:57.737 INFO:teuthology.orchestra.run.smithi144.stdout:Last metadata expiration check: 0:01:52 ago on Tue 10 Sep 2024 04:23:05 PM UTC. 2024-09-10T16:24:57.743 INFO:teuthology.orchestra.run.smithi176.stdout:Transaction test succeeded. 2024-09-10T16:24:57.744 INFO:teuthology.orchestra.run.smithi176.stdout:Running transaction 2024-09-10T16:24:57.828 INFO:teuthology.orchestra.run.smithi144.stdout:Package librados2-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T16:24:57.871 INFO:teuthology.orchestra.run.smithi144.stdout:Dependencies resolved. 2024-09-10T16:24:57.872 INFO:teuthology.orchestra.run.smithi144.stdout:Nothing to do. 2024-09-10T16:24:57.872 INFO:teuthology.orchestra.run.smithi144.stdout:Complete! 2024-09-10T16:24:57.896 INFO:teuthology.orchestra.run.smithi176.stdout: Preparing : 1/1 2024-09-10T16:24:57.937 DEBUG:teuthology.orchestra.run.smithi144:> sudo yum -y install librbd1 2024-09-10T16:24:57.993 INFO:teuthology.orchestra.run.smithi176.stdout: Installing : rbd-nbd-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T16:24:58.336 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : rbd-mirror-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T16:24:58.336 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:58.336 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2024-09-10T16:24:58.336 INFO:teuthology.orchestra.run.smithi006.stdout: rbd-mirror-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:24:58.336 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:58.336 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-09-10T16:24:58.428 INFO:teuthology.orchestra.run.smithi176.stdout: Running scriptlet: rbd-nbd-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T16:24:58.511 INFO:teuthology.orchestra.run.smithi144.stdout:Last metadata expiration check: 0:01:53 ago on Tue 10 Sep 2024 04:23:05 PM UTC. 2024-09-10T16:24:58.574 DEBUG:teuthology.orchestra.run.smithi006:> sudo yum -y install rbd-nbd 2024-09-10T16:24:58.601 INFO:teuthology.orchestra.run.smithi144.stdout:Package librbd1-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T16:24:58.645 INFO:teuthology.orchestra.run.smithi144.stdout:Dependencies resolved. 2024-09-10T16:24:58.646 INFO:teuthology.orchestra.run.smithi144.stdout:Nothing to do. 2024-09-10T16:24:58.646 INFO:teuthology.orchestra.run.smithi144.stdout:Complete! 2024-09-10T16:24:58.711 DEBUG:teuthology.orchestra.run.smithi144:> sudo yum -y install python3-rados 2024-09-10T16:24:58.711 INFO:teuthology.orchestra.run.smithi176.stdout: Verifying : rbd-nbd-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T16:24:58.712 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:58.712 INFO:teuthology.orchestra.run.smithi176.stdout:Installed: 2024-09-10T16:24:58.712 INFO:teuthology.orchestra.run.smithi176.stdout: rbd-nbd-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:24:58.712 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:24:58.712 INFO:teuthology.orchestra.run.smithi176.stdout:Complete! 2024-09-10T16:24:58.982 DEBUG:teuthology.parallel:result is None 2024-09-10T16:24:59.186 INFO:teuthology.orchestra.run.smithi006.stdout:Last metadata expiration check: 0:01:55 ago on Tue 10 Sep 2024 04:23:04 PM UTC. 2024-09-10T16:24:59.284 INFO:teuthology.orchestra.run.smithi144.stdout:Last metadata expiration check: 0:01:54 ago on Tue 10 Sep 2024 04:23:05 PM UTC. 2024-09-10T16:24:59.325 INFO:teuthology.orchestra.run.smithi006.stdout:Dependencies resolved. 2024-09-10T16:24:59.325 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:24:59.325 INFO:teuthology.orchestra.run.smithi006.stdout: Package Architecture Version Repository Size 2024-09-10T16:24:59.325 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:24:59.325 INFO:teuthology.orchestra.run.smithi006.stdout:Installing: 2024-09-10T16:24:59.325 INFO:teuthology.orchestra.run.smithi006.stdout: rbd-nbd x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 170 k 2024-09-10T16:24:59.325 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:59.325 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction Summary 2024-09-10T16:24:59.326 INFO:teuthology.orchestra.run.smithi006.stdout:================================================================================ 2024-09-10T16:24:59.326 INFO:teuthology.orchestra.run.smithi006.stdout:Install 1 Package 2024-09-10T16:24:59.326 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:24:59.326 INFO:teuthology.orchestra.run.smithi006.stdout:Total download size: 170 k 2024-09-10T16:24:59.326 INFO:teuthology.orchestra.run.smithi006.stdout:Installed size: 490 k 2024-09-10T16:24:59.326 INFO:teuthology.orchestra.run.smithi006.stdout:Downloading Packages: 2024-09-10T16:24:59.376 INFO:teuthology.orchestra.run.smithi144.stdout:Package python3-rados-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T16:24:59.419 INFO:teuthology.orchestra.run.smithi144.stdout:Dependencies resolved. 2024-09-10T16:24:59.420 INFO:teuthology.orchestra.run.smithi144.stdout:Nothing to do. 2024-09-10T16:24:59.420 INFO:teuthology.orchestra.run.smithi144.stdout:Complete! 2024-09-10T16:24:59.478 DEBUG:teuthology.orchestra.run.smithi144:> sudo yum -y install python3-rgw 2024-09-10T16:24:59.516 INFO:teuthology.orchestra.run.smithi006.stdout:rbd-nbd-19.3.0-4858.gbad1f558.el9.x86_64.rpm 897 kB/s | 170 kB 00:00 2024-09-10T16:24:59.517 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:24:59.517 INFO:teuthology.orchestra.run.smithi006.stdout:Total 890 kB/s | 170 kB 00:00 2024-09-10T16:24:59.517 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction check 2024-09-10T16:24:59.526 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction check succeeded. 2024-09-10T16:24:59.526 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction test 2024-09-10T16:24:59.595 INFO:teuthology.orchestra.run.smithi006.stdout:Transaction test succeeded. 2024-09-10T16:24:59.596 INFO:teuthology.orchestra.run.smithi006.stdout:Running transaction 2024-09-10T16:24:59.758 INFO:teuthology.orchestra.run.smithi006.stdout: Preparing : 1/1 2024-09-10T16:24:59.861 INFO:teuthology.orchestra.run.smithi006.stdout: Installing : rbd-nbd-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T16:25:00.046 INFO:teuthology.orchestra.run.smithi144.stdout:Last metadata expiration check: 0:01:55 ago on Tue 10 Sep 2024 04:23:05 PM UTC. 2024-09-10T16:25:00.139 INFO:teuthology.orchestra.run.smithi144.stdout:Package python3-rgw-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T16:25:00.182 INFO:teuthology.orchestra.run.smithi144.stdout:Dependencies resolved. 2024-09-10T16:25:00.183 INFO:teuthology.orchestra.run.smithi144.stdout:Nothing to do. 2024-09-10T16:25:00.183 INFO:teuthology.orchestra.run.smithi144.stdout:Complete! 2024-09-10T16:25:00.257 DEBUG:teuthology.orchestra.run.smithi144:> sudo yum -y install python3-cephfs 2024-09-10T16:25:00.286 INFO:teuthology.orchestra.run.smithi006.stdout: Running scriptlet: rbd-nbd-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T16:25:00.609 INFO:teuthology.orchestra.run.smithi006.stdout: Verifying : rbd-nbd-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T16:25:00.609 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:25:00.609 INFO:teuthology.orchestra.run.smithi006.stdout:Installed: 2024-09-10T16:25:00.609 INFO:teuthology.orchestra.run.smithi006.stdout: rbd-nbd-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:25:00.609 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:25:00.609 INFO:teuthology.orchestra.run.smithi006.stdout:Complete! 2024-09-10T16:25:00.830 INFO:teuthology.orchestra.run.smithi144.stdout:Last metadata expiration check: 0:01:55 ago on Tue 10 Sep 2024 04:23:05 PM UTC. 2024-09-10T16:25:00.838 DEBUG:teuthology.parallel:result is None 2024-09-10T16:25:00.922 INFO:teuthology.orchestra.run.smithi144.stdout:Package python3-cephfs-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T16:25:00.965 INFO:teuthology.orchestra.run.smithi144.stdout:Dependencies resolved. 2024-09-10T16:25:00.967 INFO:teuthology.orchestra.run.smithi144.stdout:Nothing to do. 2024-09-10T16:25:00.967 INFO:teuthology.orchestra.run.smithi144.stdout:Complete! 2024-09-10T16:25:01.028 DEBUG:teuthology.orchestra.run.smithi144:> sudo yum -y install python3-rbd 2024-09-10T16:25:01.596 INFO:teuthology.orchestra.run.smithi144.stdout:Last metadata expiration check: 0:01:56 ago on Tue 10 Sep 2024 04:23:05 PM UTC. 2024-09-10T16:25:01.687 INFO:teuthology.orchestra.run.smithi144.stdout:Package python3-rbd-2:19.3.0-4858.gbad1f558.el9.x86_64 is already installed. 2024-09-10T16:25:01.730 INFO:teuthology.orchestra.run.smithi144.stdout:Dependencies resolved. 2024-09-10T16:25:01.731 INFO:teuthology.orchestra.run.smithi144.stdout:Nothing to do. 2024-09-10T16:25:01.731 INFO:teuthology.orchestra.run.smithi144.stdout:Complete! 2024-09-10T16:25:01.794 DEBUG:teuthology.orchestra.run.smithi144:> sudo yum -y install rbd-fuse 2024-09-10T16:25:02.361 INFO:teuthology.orchestra.run.smithi144.stdout:Last metadata expiration check: 0:01:57 ago on Tue 10 Sep 2024 04:23:05 PM UTC. 2024-09-10T16:25:02.494 INFO:teuthology.orchestra.run.smithi144.stdout:Dependencies resolved. 2024-09-10T16:25:02.495 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:25:02.495 INFO:teuthology.orchestra.run.smithi144.stdout: Package Architecture Version Repository Size 2024-09-10T16:25:02.495 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:25:02.495 INFO:teuthology.orchestra.run.smithi144.stdout:Installing: 2024-09-10T16:25:02.495 INFO:teuthology.orchestra.run.smithi144.stdout: rbd-fuse x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 85 k 2024-09-10T16:25:02.495 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:25:02.495 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction Summary 2024-09-10T16:25:02.495 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:25:02.495 INFO:teuthology.orchestra.run.smithi144.stdout:Install 1 Package 2024-09-10T16:25:02.495 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:25:02.496 INFO:teuthology.orchestra.run.smithi144.stdout:Total download size: 85 k 2024-09-10T16:25:02.496 INFO:teuthology.orchestra.run.smithi144.stdout:Installed size: 231 k 2024-09-10T16:25:02.496 INFO:teuthology.orchestra.run.smithi144.stdout:Downloading Packages: 2024-09-10T16:25:02.694 INFO:teuthology.orchestra.run.smithi144.stdout:rbd-fuse-19.3.0-4858.gbad1f558.el9.x86_64.rpm 429 kB/s | 85 kB 00:00 2024-09-10T16:25:02.695 INFO:teuthology.orchestra.run.smithi144.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:25:02.695 INFO:teuthology.orchestra.run.smithi144.stdout:Total 426 kB/s | 85 kB 00:00 2024-09-10T16:25:02.695 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction check 2024-09-10T16:25:02.702 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction check succeeded. 2024-09-10T16:25:02.702 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction test 2024-09-10T16:25:02.769 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction test succeeded. 2024-09-10T16:25:02.770 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction 2024-09-10T16:25:02.946 INFO:teuthology.orchestra.run.smithi144.stdout: Preparing : 1/1 2024-09-10T16:25:03.049 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : rbd-fuse-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T16:25:03.459 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: rbd-fuse-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T16:25:03.738 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : rbd-fuse-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T16:25:03.738 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:25:03.738 INFO:teuthology.orchestra.run.smithi144.stdout:Installed: 2024-09-10T16:25:03.738 INFO:teuthology.orchestra.run.smithi144.stdout: rbd-fuse-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:25:03.738 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:25:03.738 INFO:teuthology.orchestra.run.smithi144.stdout:Complete! 2024-09-10T16:25:03.940 DEBUG:teuthology.orchestra.run.smithi144:> sudo yum -y install rbd-mirror 2024-09-10T16:25:04.544 INFO:teuthology.orchestra.run.smithi144.stdout:Last metadata expiration check: 0:01:59 ago on Tue 10 Sep 2024 04:23:05 PM UTC. 2024-09-10T16:25:04.682 INFO:teuthology.orchestra.run.smithi144.stdout:Dependencies resolved. 2024-09-10T16:25:04.683 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:25:04.683 INFO:teuthology.orchestra.run.smithi144.stdout: Package Arch Version Repo Size 2024-09-10T16:25:04.683 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:25:04.683 INFO:teuthology.orchestra.run.smithi144.stdout:Installing: 2024-09-10T16:25:04.683 INFO:teuthology.orchestra.run.smithi144.stdout: rbd-mirror x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 3.2 M 2024-09-10T16:25:04.683 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:25:04.683 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction Summary 2024-09-10T16:25:04.683 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:25:04.684 INFO:teuthology.orchestra.run.smithi144.stdout:Install 1 Package 2024-09-10T16:25:04.684 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:25:04.684 INFO:teuthology.orchestra.run.smithi144.stdout:Total download size: 3.2 M 2024-09-10T16:25:04.684 INFO:teuthology.orchestra.run.smithi144.stdout:Installed size: 14 M 2024-09-10T16:25:04.684 INFO:teuthology.orchestra.run.smithi144.stdout:Downloading Packages: 2024-09-10T16:25:05.007 INFO:teuthology.orchestra.run.smithi144.stdout:rbd-mirror-19.3.0-4858.gbad1f558.el9.x86_64.rpm 9.8 MB/s | 3.2 MB 00:00 2024-09-10T16:25:05.008 INFO:teuthology.orchestra.run.smithi144.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:25:05.008 INFO:teuthology.orchestra.run.smithi144.stdout:Total 9.8 MB/s | 3.2 MB 00:00 2024-09-10T16:25:05.008 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction check 2024-09-10T16:25:05.017 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction check succeeded. 2024-09-10T16:25:05.018 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction test 2024-09-10T16:25:05.108 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction test succeeded. 2024-09-10T16:25:05.109 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction 2024-09-10T16:25:05.551 INFO:teuthology.orchestra.run.smithi144.stdout: Preparing : 1/1 2024-09-10T16:25:05.625 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : rbd-mirror-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T16:25:05.651 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: rbd-mirror-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T16:25:05.651 INFO:teuthology.orchestra.run.smithi144.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-10T16:25:05.652 INFO:teuthology.orchestra.run.smithi144.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-10T16:25:05.652 INFO:teuthology.orchestra.run.smithi144.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-10T16:25:05.652 INFO:teuthology.orchestra.run.smithi144.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-10T16:25:05.652 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:25:06.793 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : rbd-mirror-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T16:25:06.793 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:25:06.793 INFO:teuthology.orchestra.run.smithi144.stdout:Installed: 2024-09-10T16:25:06.793 INFO:teuthology.orchestra.run.smithi144.stdout: rbd-mirror-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:25:06.793 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:25:06.793 INFO:teuthology.orchestra.run.smithi144.stdout:Complete! 2024-09-10T16:25:07.041 DEBUG:teuthology.orchestra.run.smithi144:> sudo yum -y install rbd-nbd 2024-09-10T16:25:07.627 INFO:teuthology.orchestra.run.smithi144.stdout:Last metadata expiration check: 0:02:02 ago on Tue 10 Sep 2024 04:23:05 PM UTC. 2024-09-10T16:25:07.764 INFO:teuthology.orchestra.run.smithi144.stdout:Dependencies resolved. 2024-09-10T16:25:07.765 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:25:07.765 INFO:teuthology.orchestra.run.smithi144.stdout: Package Architecture Version Repository Size 2024-09-10T16:25:07.765 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:25:07.766 INFO:teuthology.orchestra.run.smithi144.stdout:Installing: 2024-09-10T16:25:07.766 INFO:teuthology.orchestra.run.smithi144.stdout: rbd-nbd x86_64 2:19.3.0-4858.gbad1f558.el9 ceph 170 k 2024-09-10T16:25:07.766 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:25:07.766 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction Summary 2024-09-10T16:25:07.766 INFO:teuthology.orchestra.run.smithi144.stdout:================================================================================ 2024-09-10T16:25:07.766 INFO:teuthology.orchestra.run.smithi144.stdout:Install 1 Package 2024-09-10T16:25:07.766 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:25:07.766 INFO:teuthology.orchestra.run.smithi144.stdout:Total download size: 170 k 2024-09-10T16:25:07.766 INFO:teuthology.orchestra.run.smithi144.stdout:Installed size: 490 k 2024-09-10T16:25:07.766 INFO:teuthology.orchestra.run.smithi144.stdout:Downloading Packages: 2024-09-10T16:25:07.971 INFO:teuthology.orchestra.run.smithi144.stdout:rbd-nbd-19.3.0-4858.gbad1f558.el9.x86_64.rpm 831 kB/s | 170 kB 00:00 2024-09-10T16:25:07.972 INFO:teuthology.orchestra.run.smithi144.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:25:07.972 INFO:teuthology.orchestra.run.smithi144.stdout:Total 826 kB/s | 170 kB 00:00 2024-09-10T16:25:07.972 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction check 2024-09-10T16:25:07.980 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction check succeeded. 2024-09-10T16:25:07.980 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction test 2024-09-10T16:25:08.045 INFO:teuthology.orchestra.run.smithi144.stdout:Transaction test succeeded. 2024-09-10T16:25:08.045 INFO:teuthology.orchestra.run.smithi144.stdout:Running transaction 2024-09-10T16:25:08.197 INFO:teuthology.orchestra.run.smithi144.stdout: Preparing : 1/1 2024-09-10T16:25:08.311 INFO:teuthology.orchestra.run.smithi144.stdout: Installing : rbd-nbd-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T16:25:08.745 INFO:teuthology.orchestra.run.smithi144.stdout: Running scriptlet: rbd-nbd-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T16:25:09.054 INFO:teuthology.orchestra.run.smithi144.stdout: Verifying : rbd-nbd-2:19.3.0-4858.gbad1f558.el9.x86_64 1/1 2024-09-10T16:25:09.054 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:25:09.054 INFO:teuthology.orchestra.run.smithi144.stdout:Installed: 2024-09-10T16:25:09.055 INFO:teuthology.orchestra.run.smithi144.stdout: rbd-nbd-2:19.3.0-4858.gbad1f558.el9.x86_64 2024-09-10T16:25:09.055 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:25:09.055 INFO:teuthology.orchestra.run.smithi144.stdout:Complete! 2024-09-10T16:25:09.292 DEBUG:teuthology.parallel:result is None 2024-09-10T16:25:09.292 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=bad1f558c327094897e4a32e99dd5cb4ae6ccd46 2024-09-10T16:25:09.437 DEBUG:teuthology.orchestra.run.smithi006:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-10T16:25:09.464 INFO:teuthology.orchestra.run.smithi006.stdout:19.3.0-4858.gbad1f558.el9 2024-09-10T16:25:09.465 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-4858.gbad1f558.el9 2024-09-10T16:25:09.465 INFO:teuthology.task.install:The correct ceph version 19.3.0-4858.gbad1f558 is installed. 2024-09-10T16:25:09.467 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=bad1f558c327094897e4a32e99dd5cb4ae6ccd46 2024-09-10T16:25:09.604 DEBUG:teuthology.orchestra.run.smithi144:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-10T16:25:09.626 INFO:teuthology.orchestra.run.smithi144.stdout:19.3.0-4858.gbad1f558.el9 2024-09-10T16:25:09.626 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-4858.gbad1f558.el9 2024-09-10T16:25:09.626 INFO:teuthology.task.install:The correct ceph version 19.3.0-4858.gbad1f558 is installed. 2024-09-10T16:25:09.628 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=bad1f558c327094897e4a32e99dd5cb4ae6ccd46 2024-09-10T16:25:09.769 DEBUG:teuthology.orchestra.run.smithi176:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-10T16:25:09.795 INFO:teuthology.orchestra.run.smithi176.stdout:19.3.0-4858.gbad1f558.el9 2024-09-10T16:25:09.795 INFO:teuthology.packaging:The installed version of ceph is 19.3.0-4858.gbad1f558.el9 2024-09-10T16:25:09.795 INFO:teuthology.task.install:The correct ceph version 19.3.0-4858.gbad1f558 is installed. 2024-09-10T16:25:09.797 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-09-10T16:25:09.797 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2024-09-10T16:25:09.798 DEBUG:teuthology.orchestra.run.smithi006:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-10T16:25:09.830 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-09-10T16:25:09.830 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-10T16:25:09.855 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2024-09-10T16:25:09.855 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-10T16:25:09.885 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-09-10T16:25:09.885 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2024-09-10T16:25:09.885 DEBUG:teuthology.orchestra.run.smithi006:> sudo dd of=/usr/bin/daemon-helper 2024-09-10T16:25:09.917 DEBUG:teuthology.orchestra.run.smithi006:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-10T16:25:09.988 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-09-10T16:25:09.989 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd of=/usr/bin/daemon-helper 2024-09-10T16:25:10.014 DEBUG:teuthology.orchestra.run.smithi144:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-10T16:25:10.078 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2024-09-10T16:25:10.078 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd of=/usr/bin/daemon-helper 2024-09-10T16:25:10.108 DEBUG:teuthology.orchestra.run.smithi176:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-10T16:25:10.178 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-09-10T16:25:10.178 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2024-09-10T16:25:10.178 DEBUG:teuthology.orchestra.run.smithi006:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-10T16:25:10.209 DEBUG:teuthology.orchestra.run.smithi006:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-10T16:25:10.279 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-09-10T16:25:10.280 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-10T16:25:10.305 DEBUG:teuthology.orchestra.run.smithi144:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-10T16:25:10.370 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2024-09-10T16:25:10.370 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-10T16:25:10.399 DEBUG:teuthology.orchestra.run.smithi176:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-10T16:25:10.468 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-09-10T16:25:10.468 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2024-09-10T16:25:10.468 DEBUG:teuthology.orchestra.run.smithi006:> sudo dd of=/usr/bin/stdin-killer 2024-09-10T16:25:10.499 DEBUG:teuthology.orchestra.run.smithi006:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-10T16:25:10.570 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-09-10T16:25:10.570 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd of=/usr/bin/stdin-killer 2024-09-10T16:25:10.595 DEBUG:teuthology.orchestra.run.smithi144:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-10T16:25:10.660 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2024-09-10T16:25:10.660 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd of=/usr/bin/stdin-killer 2024-09-10T16:25:10.689 DEBUG:teuthology.orchestra.run.smithi176:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-10T16:25:10.757 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-10T16:25:10.859 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'mons down', 'mon down', 'out of quorum', 'CEPHADM_STRAY_DAEMON', 'CEPHADM_FAILED_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': 'bad1f558c327094897e4a32e99dd5cb4ae6ccd46'} 2024-09-10T16:25:10.860 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 2024-09-10T16:25:10.860 INFO:tasks.cephadm:Cluster fsid is 4020cbc8-6f91-11ef-bcea-c7b262605968 2024-09-10T16:25:10.861 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-10T16:25:10.861 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.6', 'mon.b': '172.21.15.144', 'mon.c': '172.21.15.176'} 2024-09-10T16:25:10.861 INFO:tasks.cephadm:First mon is mon.a on smithi006 2024-09-10T16:25:10.861 INFO:tasks.cephadm:First mgr is a 2024-09-10T16:25:10.861 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-10T16:25:10.861 DEBUG:teuthology.orchestra.run.smithi006:> sudo hostname $(hostname -s) 2024-09-10T16:25:10.893 DEBUG:teuthology.orchestra.run.smithi144:> sudo hostname $(hostname -s) 2024-09-10T16:25:10.919 DEBUG:teuthology.orchestra.run.smithi176:> sudo hostname $(hostname -s) 2024-09-10T16:25:10.948 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-09-10T16:25:10.949 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=bad1f558c327094897e4a32e99dd5cb4ae6ccd46 2024-09-10T16:25:11.085 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'bad1f558c327094897e4a32e99dd5cb4ae6ccd46', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/82944/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.3.0-4858-gbad1f558', 'node_name': '172.21.5.32+adami02', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.3.0-4858.gbad1f558'}, 'url': 'https://1.chacra.ceph.com/r/ceph/wip-bharath7-testing-2024-09-10-1409/bad1f558c327094897e4a32e99dd5cb4ae6ccd46/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-09-10 11:29:05.146106', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-bharath7-testing-2024-09-10-1409', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/wip-bharath7-testing-2024-09-10-1409/bad1f558c327094897e4a32e99dd5cb4ae6ccd46/centos/9/flavors/default/', 'archs': ['source', 'x86_64'], 'distro': 'centos'}] 2024-09-10T16:25:11.218 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref wip-bharath7-testing-2024-09-10-1409, sha1 bad1f558c327094897e4a32e99dd5cb4ae6ccd46 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=bad1f558c327094897e4a32e99dd5cb4ae6ccd46 2024-09-10T16:25:11.219 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/wip-bharath7-testing-2024-09-10-1409/bad1f558c327094897e4a32e99dd5cb4ae6ccd46/centos/9/x86_64/flavors/default/cephadm 2024-09-10T16:25:11.219 INFO:tasks.cephadm:Downloading cephadm from url: https://1.chacra.ceph.com/binaries/ceph/wip-bharath7-testing-2024-09-10-1409/bad1f558c327094897e4a32e99dd5cb4ae6ccd46/centos/9/x86_64/flavors/default/cephadm 2024-09-10T16:25:11.220 DEBUG:teuthology.orchestra.run.smithi006:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-bharath7-testing-2024-09-10-1409/bad1f558c327094897e4a32e99dd5cb4ae6ccd46/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-10T16:25:11.618 INFO:teuthology.orchestra.run.smithi006.stdout:-rw-r--r--. 1 ubuntu ubuntu 803624 Sep 10 16:25 /home/ubuntu/cephtest/cephadm 2024-09-10T16:25:11.619 DEBUG:teuthology.orchestra.run.smithi144:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-bharath7-testing-2024-09-10-1409/bad1f558c327094897e4a32e99dd5cb4ae6ccd46/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-10T16:25:12.017 INFO:teuthology.orchestra.run.smithi144.stdout:-rw-r--r--. 1 ubuntu ubuntu 803624 Sep 10 16:25 /home/ubuntu/cephtest/cephadm 2024-09-10T16:25:12.018 DEBUG:teuthology.orchestra.run.smithi176:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/wip-bharath7-testing-2024-09-10-1409/bad1f558c327094897e4a32e99dd5cb4ae6ccd46/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-10T16:25:12.418 INFO:teuthology.orchestra.run.smithi176.stdout:-rw-r--r--. 1 ubuntu ubuntu 803624 Sep 10 16:25 /home/ubuntu/cephtest/cephadm 2024-09-10T16:25:12.418 DEBUG:teuthology.orchestra.run.smithi006:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-10T16:25:12.439 DEBUG:teuthology.orchestra.run.smithi144:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-10T16:25:12.459 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-09-10T16:25:12.489 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 on all hosts... 2024-09-10T16:25:12.489 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 pull 2024-09-10T16:25:12.491 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 pull 2024-09-10T16:25:12.504 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 pull 2024-09-10T16:25:14.153 INFO:teuthology.orchestra.run.smithi176.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46... 2024-09-10T16:25:14.154 INFO:teuthology.orchestra.run.smithi006.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46... 2024-09-10T16:25:14.303 INFO:teuthology.orchestra.run.smithi144.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46... 2024-09-10T16:25:52.980 INFO:teuthology.orchestra.run.smithi176.stdout:{ 2024-09-10T16:25:52.980 INFO:teuthology.orchestra.run.smithi176.stdout: "ceph_version": "ceph version 19.3.0-4858-gbad1f558 (bad1f558c327094897e4a32e99dd5cb4ae6ccd46) squid (dev)", 2024-09-10T16:25:52.980 INFO:teuthology.orchestra.run.smithi176.stdout: "image_id": "542e6e6af07c2b89abb4ca6a0a4ee0f7b74b9b2e01b2470b0640b5a64ae8477c", 2024-09-10T16:25:52.981 INFO:teuthology.orchestra.run.smithi176.stdout: "repo_digests": [ 2024-09-10T16:25:52.981 INFO:teuthology.orchestra.run.smithi176.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e" 2024-09-10T16:25:52.981 INFO:teuthology.orchestra.run.smithi176.stdout: ] 2024-09-10T16:25:52.981 INFO:teuthology.orchestra.run.smithi176.stdout:} 2024-09-10T16:25:57.133 INFO:teuthology.orchestra.run.smithi144.stdout:{ 2024-09-10T16:25:57.133 INFO:teuthology.orchestra.run.smithi144.stdout: "ceph_version": "ceph version 19.3.0-4858-gbad1f558 (bad1f558c327094897e4a32e99dd5cb4ae6ccd46) squid (dev)", 2024-09-10T16:25:57.133 INFO:teuthology.orchestra.run.smithi144.stdout: "image_id": "542e6e6af07c2b89abb4ca6a0a4ee0f7b74b9b2e01b2470b0640b5a64ae8477c", 2024-09-10T16:25:57.133 INFO:teuthology.orchestra.run.smithi144.stdout: "repo_digests": [ 2024-09-10T16:25:57.133 INFO:teuthology.orchestra.run.smithi144.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e" 2024-09-10T16:25:57.133 INFO:teuthology.orchestra.run.smithi144.stdout: ] 2024-09-10T16:25:57.133 INFO:teuthology.orchestra.run.smithi144.stdout:} 2024-09-10T16:25:57.258 INFO:teuthology.orchestra.run.smithi006.stdout:{ 2024-09-10T16:25:57.258 INFO:teuthology.orchestra.run.smithi006.stdout: "ceph_version": "ceph version 19.3.0-4858-gbad1f558 (bad1f558c327094897e4a32e99dd5cb4ae6ccd46) squid (dev)", 2024-09-10T16:25:57.259 INFO:teuthology.orchestra.run.smithi006.stdout: "image_id": "542e6e6af07c2b89abb4ca6a0a4ee0f7b74b9b2e01b2470b0640b5a64ae8477c", 2024-09-10T16:25:57.259 INFO:teuthology.orchestra.run.smithi006.stdout: "repo_digests": [ 2024-09-10T16:25:57.259 INFO:teuthology.orchestra.run.smithi006.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e" 2024-09-10T16:25:57.259 INFO:teuthology.orchestra.run.smithi006.stdout: ] 2024-09-10T16:25:57.259 INFO:teuthology.orchestra.run.smithi006.stdout:} 2024-09-10T16:25:57.286 DEBUG:teuthology.orchestra.run.smithi006:> sudo mkdir -p /etc/ceph 2024-09-10T16:25:57.328 DEBUG:teuthology.orchestra.run.smithi144:> sudo mkdir -p /etc/ceph 2024-09-10T16:25:57.357 DEBUG:teuthology.orchestra.run.smithi176:> sudo mkdir -p /etc/ceph 2024-09-10T16:25:57.391 DEBUG:teuthology.orchestra.run.smithi006:> sudo chmod 777 /etc/ceph 2024-09-10T16:25:57.418 DEBUG:teuthology.orchestra.run.smithi144:> sudo chmod 777 /etc/ceph 2024-09-10T16:25:57.444 DEBUG:teuthology.orchestra.run.smithi176:> sudo chmod 777 /etc/ceph 2024-09-10T16:25:57.473 INFO:tasks.cephadm:Writing seed config... 2024-09-10T16:25:57.474 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-09-10T16:25:57.474 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-10T16:25:57.474 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-10T16:25:57.474 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2024-09-10T16:25:57.474 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-10T16:25:57.474 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-10T16:25:57.474 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-10T16:25:57.475 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-10T16:25:57.475 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-10T16:25:57.475 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2024-09-10T16:25:57.475 DEBUG:teuthology.orchestra.run.smithi006:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-10T16:25:57.491 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 = 4020cbc8-6f91-11ef-bcea-c7b262605968 mon election default strategy = 1 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = False [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-09-10T16:25:57.492 DEBUG:teuthology.orchestra.run.smithi006:mon.a> sudo journalctl -f -n 0 -u ceph-4020cbc8-6f91-11ef-bcea-c7b262605968@mon.a.service 2024-09-10T16:25:57.534 DEBUG:teuthology.orchestra.run.smithi006:mgr.a> sudo journalctl -f -n 0 -u ceph-4020cbc8-6f91-11ef-bcea-c7b262605968@mgr.a.service 2024-09-10T16:25:57.577 INFO:tasks.cephadm:Bootstrapping... 2024-09-10T16:25:57.577 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 -v bootstrap --fsid 4020cbc8-6f91-11ef-bcea-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.6 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-10T16:25:57.787 INFO:teuthology.orchestra.run.smithi006.stdout:-------------------------------------------------------------------------------- 2024-09-10T16:25:57.787 INFO:teuthology.orchestra.run.smithi006.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46', '-v', 'bootstrap', '--fsid', '4020cbc8-6f91-11ef-bcea-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.6', '--skip-admin-label'] 2024-09-10T16:25:57.788 INFO:teuthology.orchestra.run.smithi006.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-10T16:25:57.788 INFO:teuthology.orchestra.run.smithi006.stdout:Verifying podman|docker is present... 2024-09-10T16:25:57.814 INFO:teuthology.orchestra.run.smithi006.stdout:/bin/podman: stdout 5.2.2 2024-09-10T16:25:57.814 INFO:teuthology.orchestra.run.smithi006.stdout:Verifying lvm2 is present... 2024-09-10T16:25:57.814 INFO:teuthology.orchestra.run.smithi006.stdout:Verifying time synchronization is in place... 2024-09-10T16:25:57.822 INFO:teuthology.orchestra.run.smithi006.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-10T16:25:57.822 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-10T16:25:57.828 INFO:teuthology.orchestra.run.smithi006.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-10T16:25:57.828 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stdout inactive 2024-09-10T16:25:57.835 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stdout enabled 2024-09-10T16:25:57.842 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stdout active 2024-09-10T16:25:57.842 INFO:teuthology.orchestra.run.smithi006.stdout:Unit chronyd.service is enabled and running 2024-09-10T16:25:57.842 INFO:teuthology.orchestra.run.smithi006.stdout:Repeating the final host check... 2024-09-10T16:25:57.864 INFO:teuthology.orchestra.run.smithi006.stdout:/bin/podman: stdout 5.2.2 2024-09-10T16:25:57.864 INFO:teuthology.orchestra.run.smithi006.stdout:podman (/bin/podman) version 5.2.2 is present 2024-09-10T16:25:57.865 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl is present 2024-09-10T16:25:57.865 INFO:teuthology.orchestra.run.smithi006.stdout:lvcreate is present 2024-09-10T16:25:57.871 INFO:teuthology.orchestra.run.smithi006.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-10T16:25:57.871 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-10T16:25:57.878 INFO:teuthology.orchestra.run.smithi006.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-10T16:25:57.878 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stdout inactive 2024-09-10T16:25:57.884 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stdout enabled 2024-09-10T16:25:57.891 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stdout active 2024-09-10T16:25:57.891 INFO:teuthology.orchestra.run.smithi006.stdout:Unit chronyd.service is enabled and running 2024-09-10T16:25:57.891 INFO:teuthology.orchestra.run.smithi006.stdout:Host looks OK 2024-09-10T16:25:57.891 INFO:teuthology.orchestra.run.smithi006.stdout:Cluster fsid: 4020cbc8-6f91-11ef-bcea-c7b262605968 2024-09-10T16:25:57.891 INFO:teuthology.orchestra.run.smithi006.stdout:Acquiring lock 140339273687920 on /run/cephadm/4020cbc8-6f91-11ef-bcea-c7b262605968.lock 2024-09-10T16:25:57.891 INFO:teuthology.orchestra.run.smithi006.stdout:Lock 140339273687920 acquired on /run/cephadm/4020cbc8-6f91-11ef-bcea-c7b262605968.lock 2024-09-10T16:25:57.892 INFO:teuthology.orchestra.run.smithi006.stdout:Verifying IP 172.21.15.6 port 3300 ... 2024-09-10T16:25:57.892 INFO:teuthology.orchestra.run.smithi006.stdout:Verifying IP 172.21.15.6 port 6789 ... 2024-09-10T16:25:57.892 INFO:teuthology.orchestra.run.smithi006.stdout:Base mon IP(s) is [172.21.15.6:3300, 172.21.15.6:6789], mon addrv is [v2:172.21.15.6:3300,v1:172.21.15.6:6789] 2024-09-10T16:25:57.896 INFO:teuthology.orchestra.run.smithi006.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.6 metric 100 2024-09-10T16:25:57.896 INFO:teuthology.orchestra.run.smithi006.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.6 metric 100 2024-09-10T16:25:57.898 INFO:teuthology.orchestra.run.smithi006.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-10T16:25:57.898 INFO:teuthology.orchestra.run.smithi006.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-09-10T16:25:57.899 INFO:teuthology.orchestra.run.smithi006.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1795sec hoplimit 64 pref medium 2024-09-10T16:25:57.901 INFO:teuthology.orchestra.run.smithi006.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-10T16:25:57.901 INFO:teuthology.orchestra.run.smithi006.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-10T16:25:57.901 INFO:teuthology.orchestra.run.smithi006.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-10T16:25:57.901 INFO:teuthology.orchestra.run.smithi006.stdout:/sbin/ip: stdout 2: ens1f0: mtu 1500 state UP qlen 1000 2024-09-10T16:25:57.901 INFO:teuthology.orchestra.run.smithi006.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:15e4/64 scope link 2024-09-10T16:25:57.901 INFO:teuthology.orchestra.run.smithi006.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-10T16:25:57.902 INFO:teuthology.orchestra.run.smithi006.stdout:Mon IP `172.21.15.6` is in CIDR network `172.21.0.0/20` 2024-09-10T16:25:57.902 INFO:teuthology.orchestra.run.smithi006.stdout:Mon IP `172.21.15.6` is in CIDR network `172.21.0.0/20` 2024-09-10T16:25:57.902 INFO:teuthology.orchestra.run.smithi006.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-09-10T16:25:57.902 INFO:teuthology.orchestra.run.smithi006.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-10T16:25:57.903 INFO:teuthology.orchestra.run.smithi006.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46... 2024-09-10T16:25:58.978 INFO:teuthology.orchestra.run.smithi006.stdout:/bin/podman: stdout 542e6e6af07c2b89abb4ca6a0a4ee0f7b74b9b2e01b2470b0640b5a64ae8477c 2024-09-10T16:25:58.978 INFO:teuthology.orchestra.run.smithi006.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46... 2024-09-10T16:25:58.978 INFO:teuthology.orchestra.run.smithi006.stdout:/bin/podman: stderr Getting image source signatures 2024-09-10T16:25:58.979 INFO:teuthology.orchestra.run.smithi006.stdout:/bin/podman: stderr Copying blob sha256:8d7870a13287a2c8e841327fe42327ba4a8a5da2620f3c2c2be345b6a51fb9e2 2024-09-10T16:25:58.979 INFO:teuthology.orchestra.run.smithi006.stdout:/bin/podman: stderr Copying blob sha256:e8b54c863393b7a8216a71737771b73b16a8e43ec7acf927c7faa175c255e551 2024-09-10T16:25:58.979 INFO:teuthology.orchestra.run.smithi006.stdout:/bin/podman: stderr Copying config sha256:542e6e6af07c2b89abb4ca6a0a4ee0f7b74b9b2e01b2470b0640b5a64ae8477c 2024-09-10T16:25:58.979 INFO:teuthology.orchestra.run.smithi006.stdout:/bin/podman: stderr Writing manifest to image destination 2024-09-10T16:25:59.956 INFO:teuthology.orchestra.run.smithi006.stdout:ceph: stdout ceph version 19.3.0-4858-gbad1f558 (bad1f558c327094897e4a32e99dd5cb4ae6ccd46) squid (dev) 2024-09-10T16:25:59.957 INFO:teuthology.orchestra.run.smithi006.stdout:Ceph version: ceph version 19.3.0-4858-gbad1f558 (bad1f558c327094897e4a32e99dd5cb4ae6ccd46) squid (dev) 2024-09-10T16:25:59.957 INFO:teuthology.orchestra.run.smithi006.stdout:Extracting ceph user uid/gid from container image... 2024-09-10T16:26:00.938 INFO:teuthology.orchestra.run.smithi006.stdout:stat: stdout 167 167 2024-09-10T16:26:00.938 INFO:teuthology.orchestra.run.smithi006.stdout:Creating initial keys... 2024-09-10T16:26:01.926 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-authtool: stdout AQAZc+BmTDw3EBAAaimSoqG4r65FSXoDMvdHzw== 2024-09-10T16:26:02.924 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-authtool: stdout AQAac+Bm0eWVDxAATd1o6+X0ihLTNiQIYfFQzQ== 2024-09-10T16:26:03.821 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph-authtool: stdout AQAbc+BmSGfqDxAANOtqDNnzvjbu35bdcxwgpA== 2024-09-10T16:26:03.822 INFO:teuthology.orchestra.run.smithi006.stdout:Creating initial monmap... 2024-09-10T16:26:04.811 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-10T16:26:04.811 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-09-10T16:26:04.811 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 4020cbc8-6f91-11ef-bcea-c7b262605968 2024-09-10T16:26:04.811 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-10T16:26:04.812 INFO:teuthology.orchestra.run.smithi006.stdout:monmaptool for a [v2:172.21.15.6:3300,v1:172.21.15.6:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-10T16:26:04.812 INFO:teuthology.orchestra.run.smithi006.stdout:setting min_mon_release = quincy 2024-09-10T16:26:04.812 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/monmaptool: set fsid to 4020cbc8-6f91-11ef-bcea-c7b262605968 2024-09-10T16:26:04.812 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-10T16:26:04.812 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:26:04.812 INFO:teuthology.orchestra.run.smithi006.stdout:Creating mon... 2024-09-10T16:26:05.791 INFO:teuthology.orchestra.run.smithi006.stdout:create mon.a on 2024-09-10T16:26:06.007 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-09-10T16:26:06.152 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-09-10T16:26:06.347 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-4020cbc8-6f91-11ef-bcea-c7b262605968.target → /etc/systemd/system/ceph-4020cbc8-6f91-11ef-bcea-c7b262605968.target. 2024-09-10T16:26:06.348 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-4020cbc8-6f91-11ef-bcea-c7b262605968.target → /etc/systemd/system/ceph-4020cbc8-6f91-11ef-bcea-c7b262605968.target. 2024-09-10T16:26:06.580 INFO:teuthology.orchestra.run.smithi006.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-4020cbc8-6f91-11ef-bcea-c7b262605968@mon.a 2024-09-10T16:26:06.580 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stderr Failed to reset failed state of unit ceph-4020cbc8-6f91-11ef-bcea-c7b262605968@mon.a.service: Unit ceph-4020cbc8-6f91-11ef-bcea-c7b262605968@mon.a.service not loaded. 2024-09-10T16:26:06.748 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-4020cbc8-6f91-11ef-bcea-c7b262605968.target.wants/ceph-4020cbc8-6f91-11ef-bcea-c7b262605968@mon.a.service → /etc/systemd/system/ceph-4020cbc8-6f91-11ef-bcea-c7b262605968@.service. 2024-09-10T16:26:07.276 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:07 smithi006 ceph-mon[30009]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-10T16:26:07.276 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:07 smithi006 bash[29970]: d8da4ad9a0407ba922cd4a67376b6ff02cd0a35637933d6424dd62a44261eb92 2024-09-10T16:26:07.290 INFO:teuthology.orchestra.run.smithi006.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-10T16:26:07.290 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stdout disabled 2024-09-10T16:26:07.297 INFO:teuthology.orchestra.run.smithi006.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-10T16:26:07.298 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stdout inactive 2024-09-10T16:26:07.298 INFO:teuthology.orchestra.run.smithi006.stdout:firewalld.service is not enabled 2024-09-10T16:26:07.298 INFO:teuthology.orchestra.run.smithi006.stdout:Not possible to enable service . firewalld.service is not available 2024-09-10T16:26:07.298 INFO:teuthology.orchestra.run.smithi006.stdout:Waiting for mon to start... 2024-09-10T16:26:07.298 INFO:teuthology.orchestra.run.smithi006.stdout:Waiting for mon... 2024-09-10T16:26:07.533 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:07 smithi006 systemd[1]: Started Ceph mon.a for 4020cbc8-6f91-11ef-bcea-c7b262605968. 2024-09-10T16:26:08.388 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout cluster: 2024-09-10T16:26:08.388 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout id: 4020cbc8-6f91-11ef-bcea-c7b262605968 2024-09-10T16:26:08.388 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-10T16:26:08.388 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout 2024-09-10T16:26:08.388 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout services: 2024-09-10T16:26:08.388 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.570505s) 2024-09-10T16:26:08.388 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-10T16:26:08.389 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-10T16:26:08.389 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout 2024-09-10T16:26:08.389 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout data: 2024-09-10T16:26:08.389 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-10T16:26:08.389 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-10T16:26:08.389 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-10T16:26:08.389 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout pgs: 2024-09-10T16:26:08.389 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout 2024-09-10T16:26:08.389 INFO:teuthology.orchestra.run.smithi006.stdout:mon is available 2024-09-10T16:26:08.389 INFO:teuthology.orchestra.run.smithi006.stdout:Assimilating anything we can from ceph.conf... 2024-09-10T16:26:08.500 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:08 smithi006 ceph-mon[30009]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-10T16:26:08.501 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:08 smithi006 ceph-mon[30009]: monmap epoch 1 2024-09-10T16:26:08.501 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:08 smithi006 ceph-mon[30009]: fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 2024-09-10T16:26:08.501 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:08 smithi006 ceph-mon[30009]: last_changed 2024-09-10T16:26:04.195515+0000 2024-09-10T16:26:08.501 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:08 smithi006 ceph-mon[30009]: created 2024-09-10T16:26:04.195515+0000 2024-09-10T16:26:08.501 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:08 smithi006 ceph-mon[30009]: min_mon_release 19 (squid) 2024-09-10T16:26:08.501 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:08 smithi006 ceph-mon[30009]: election_strategy: 1 2024-09-10T16:26:08.501 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:08 smithi006 ceph-mon[30009]: 0: [v2:172.21.15.6:3300/0,v1:172.21.15.6:6789/0] mon.a 2024-09-10T16:26:08.501 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:08 smithi006 ceph-mon[30009]: fsmap 2024-09-10T16:26:08.501 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:08 smithi006 ceph-mon[30009]: osdmap e1: 0 total, 0 up, 0 in 2024-09-10T16:26:08.501 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:08 smithi006 ceph-mon[30009]: mgrmap e1: no daemons active 2024-09-10T16:26:08.501 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:08 smithi006 ceph-mon[30009]: from='client.? 172.21.15.6:0/4054786061' entity='client.admin' cmd={"prefix": "status"} : dispatch 2024-09-10T16:26:09.419 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout 2024-09-10T16:26:09.419 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout [global] 2024-09-10T16:26:09.419 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout fsid = 4020cbc8-6f91-11ef-bcea-c7b262605968 2024-09-10T16:26:09.419 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-10T16:26:09.419 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.6:3300,v1:172.21.15.6:6789] 2024-09-10T16:26:09.419 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-10T16:26:09.419 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-10T16:26:09.420 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-10T16:26:09.420 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-10T16:26:09.420 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout 2024-09-10T16:26:09.420 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-10T16:26:09.420 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2024-09-10T16:26:09.420 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-10T16:26:09.420 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout 2024-09-10T16:26:09.420 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout [osd] 2024-09-10T16:26:09.420 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-10T16:26:09.420 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-10T16:26:09.420 INFO:teuthology.orchestra.run.smithi006.stdout:Generating new minimal ceph.conf... 2024-09-10T16:26:09.540 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:09 smithi006 ceph-mon[30009]: from='client.? 172.21.15.6:0/3049723043' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-10T16:26:09.541 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:09 smithi006 ceph-mon[30009]: from='client.? 172.21.15.6:0/3049723043' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-10T16:26:10.464 INFO:teuthology.orchestra.run.smithi006.stdout:Restarting the monitor... 2024-09-10T16:26:10.484 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:10 smithi006 ceph-mon[30009]: from='client.? 172.21.15.6:0/887354128' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:26:11.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:10 smithi006 systemd[1]: Stopping Ceph mon.a for 4020cbc8-6f91-11ef-bcea-c7b262605968... 2024-09-10T16:26:11.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:10 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mon-a[29985]: 2024-09-10T16:26:10.748+0000 7f85e60ea640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-10T16:26:11.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:10 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mon-a[29985]: 2024-09-10T16:26:10.748+0000 7f85e60ea640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-10T16:26:11.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:10 smithi006 podman[30325]: 2024-09-10 16:26:10.902879549 +0000 UTC m=+0.269022895 container died d8da4ad9a0407ba922cd4a67376b6ff02cd0a35637933d6424dd62a44261eb92 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mon-a, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_CLEAN=True) 2024-09-10T16:26:11.498 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:11 smithi006 podman[30325]: 2024-09-10 16:26:11.280014049 +0000 UTC m=+0.646157395 container cleanup d8da4ad9a0407ba922cd4a67376b6ff02cd0a35637933d6424dd62a44261eb92 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mon-a, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, ceph=True) 2024-09-10T16:26:11.498 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:11 smithi006 bash[30325]: ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mon-a 2024-09-10T16:26:11.838 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:11 smithi006 podman[30343]: 2024-09-10 16:26:11.49751502 +0000 UTC m=+0.587390676 container remove d8da4ad9a0407ba922cd4a67376b6ff02cd0a35637933d6424dd62a44261eb92 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mon-a, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, ceph=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, io.buildah.version=1.37.2) 2024-09-10T16:26:11.838 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:11 smithi006 systemd[1]: ceph-4020cbc8-6f91-11ef-bcea-c7b262605968@mon.a.service: Deactivated successfully. 2024-09-10T16:26:11.838 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:11 smithi006 systemd[1]: Stopped Ceph mon.a for 4020cbc8-6f91-11ef-bcea-c7b262605968. 2024-09-10T16:26:11.839 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:11 smithi006 systemd[1]: Starting Ceph mon.a for 4020cbc8-6f91-11ef-bcea-c7b262605968... 2024-09-10T16:26:12.118 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:11 smithi006 podman[30441]: 2024-09-10 16:26:11.74078587 +0000 UTC m=+0.016289676 image pull 542e6e6af07c2b89abb4ca6a0a4ee0f7b74b9b2e01b2470b0640b5a64ae8477c quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 2024-09-10T16:26:12.118 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:11 smithi006 podman[30441]: 2024-09-10 16:26:11.84863474 +0000 UTC m=+0.124138535 container create c2c89adf8558f09cb52a9531880576ef7e117686201a5b0bfe286757f72f7f67 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mon-a, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, ceph=True, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2) 2024-09-10T16:26:12.118 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 podman[30441]: 2024-09-10 16:26:12.042450506 +0000 UTC m=+0.317954311 container init c2c89adf8558f09cb52a9531880576ef7e117686201a5b0bfe286757f72f7f67 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mon-a, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, ceph=True, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-10T16:26:12.118 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 podman[30441]: 2024-09-10 16:26:12.047189103 +0000 UTC m=+0.322692899 container start c2c89adf8558f09cb52a9531880576ef7e117686201a5b0bfe286757f72f7f67 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mon-a, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, maintainer=Guillaume Abrioux ) 2024-09-10T16:26:12.118 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: set uid:gid to 167:167 (ceph:ceph) 2024-09-10T16:26:12.118 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: ceph version 19.3.0-4858-gbad1f558 (bad1f558c327094897e4a32e99dd5cb4ae6ccd46) squid (dev), process ceph-mon, pid 7 2024-09-10T16:26:12.119 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: pidfile_write: ignore empty --pid-file 2024-09-10T16:26:12.119 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: load: jerasure load: lrc 2024-09-10T16:26:12.119 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: RocksDB version: 7.9.2 2024-09-10T16:26:12.119 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Git sha 0 2024-09-10T16:26:12.119 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Compile date 2024-09-10 10:24:02 2024-09-10T16:26:12.119 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: DB SUMMARY 2024-09-10T16:26:12.119 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: DB Session ID: U3GYNBJ1CH4E2UFEHX5V 2024-09-10T16:26:12.119 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: CURRENT file: CURRENT 2024-09-10T16:26:12.119 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: IDENTITY file: IDENTITY 2024-09-10T16:26:12.119 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-10T16:26:12.119 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-09-10T16:26:12.119 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88784 ; 2024-09-10T16:26:12.121 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.error_if_exists: 0 2024-09-10T16:26:12.121 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.create_if_missing: 0 2024-09-10T16:26:12.121 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.paranoid_checks: 1 2024-09-10T16:26:12.121 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-10T16:26:12.121 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-10T16:26:12.121 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-10T16:26:12.121 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.env: 0x564f24157120 2024-09-10T16:26:12.121 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.fs: PosixFileSystem 2024-09-10T16:26:12.122 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.info_log: 0x564f25171700 2024-09-10T16:26:12.122 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.max_file_opening_threads: 16 2024-09-10T16:26:12.122 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.statistics: (nil) 2024-09-10T16:26:12.122 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.use_fsync: 0 2024-09-10T16:26:12.122 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.max_log_file_size: 0 2024-09-10T16:26:12.122 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-10T16:26:12.122 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-10T16:26:12.122 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.keep_log_file_num: 1000 2024-09-10T16:26:12.122 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.recycle_log_file_num: 0 2024-09-10T16:26:12.122 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.allow_fallocate: 1 2024-09-10T16:26:12.122 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.allow_mmap_reads: 0 2024-09-10T16:26:12.122 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.allow_mmap_writes: 0 2024-09-10T16:26:12.123 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.use_direct_reads: 0 2024-09-10T16:26:12.123 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-10T16:26:12.123 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.create_missing_column_families: 0 2024-09-10T16:26:12.123 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.db_log_dir: 2024-09-10T16:26:12.123 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.wal_dir: 2024-09-10T16:26:12.123 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-10T16:26:12.123 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-10T16:26:12.123 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-10T16:26:12.123 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-10T16:26:12.123 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-10T16:26:12.123 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-10T16:26:12.123 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.advise_random_on_open: 1 2024-09-10T16:26:12.124 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.db_write_buffer_size: 0 2024-09-10T16:26:12.124 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.write_buffer_manager: 0x564f25175b80 2024-09-10T16:26:12.124 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-10T16:26:12.124 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-10T16:26:12.124 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-10T16:26:12.124 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.rate_limiter: (nil) 2024-09-10T16:26:12.124 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-10T16:26:12.124 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.wal_recovery_mode: 2 2024-09-10T16:26:12.124 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.enable_thread_tracking: 0 2024-09-10T16:26:12.124 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.enable_pipelined_write: 0 2024-09-10T16:26:12.124 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.unordered_write: 0 2024-09-10T16:26:12.124 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-10T16:26:12.124 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-10T16:26:12.125 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-10T16:26:12.125 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-10T16:26:12.125 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.row_cache: None 2024-09-10T16:26:12.125 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.wal_filter: None 2024-09-10T16:26:12.125 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-10T16:26:12.125 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.allow_ingest_behind: 0 2024-09-10T16:26:12.125 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.two_write_queues: 0 2024-09-10T16:26:12.125 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.manual_wal_flush: 0 2024-09-10T16:26:12.125 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.wal_compression: 0 2024-09-10T16:26:12.125 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.atomic_flush: 0 2024-09-10T16:26:12.125 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-10T16:26:12.125 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-10T16:26:12.125 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-10T16:26:12.126 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.log_readahead_size: 0 2024-09-10T16:26:12.126 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-10T16:26:12.126 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.best_efforts_recovery: 0 2024-09-10T16:26:12.126 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-10T16:26:12.126 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-10T16:26:12.126 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.allow_data_in_errors: 0 2024-09-10T16:26:12.126 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.db_host_id: __hostname__ 2024-09-10T16:26:12.126 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-10T16:26:12.126 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.max_background_jobs: 2 2024-09-10T16:26:12.126 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.max_background_compactions: -1 2024-09-10T16:26:12.126 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.max_subcompactions: 1 2024-09-10T16:26:12.126 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-10T16:26:12.126 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-10T16:26:12.126 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-10T16:26:12.127 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.max_total_wal_size: 0 2024-09-10T16:26:12.127 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-10T16:26:12.127 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-10T16:26:12.127 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-10T16:26:12.127 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-10T16:26:12.127 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.max_open_files: -1 2024-09-10T16:26:12.127 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.bytes_per_sync: 0 2024-09-10T16:26:12.127 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-10T16:26:12.127 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-10T16:26:12.127 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.compaction_readahead_size: 0 2024-09-10T16:26:12.128 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.max_background_flushes: -1 2024-09-10T16:26:12.128 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Compression algorithms supported: 2024-09-10T16:26:12.128 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: kZSTD supported: 0 2024-09-10T16:26:12.128 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: kXpressCompression supported: 0 2024-09-10T16:26:12.128 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: kBZip2Compression supported: 0 2024-09-10T16:26:12.128 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-10T16:26:12.128 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: kLZ4Compression supported: 1 2024-09-10T16:26:12.128 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: kZlibCompression supported: 1 2024-09-10T16:26:12.128 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: kLZ4HCCompression supported: 1 2024-09-10T16:26:12.128 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: kSnappyCompression supported: 1 2024-09-10T16:26:12.128 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-10T16:26:12.128 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-10T16:26:12.129 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-09-10T16:26:12.129 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-10T16:26:12.129 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-10T16:26:12.129 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.merge_operator: 2024-09-10T16:26:12.129 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.compaction_filter: None 2024-09-10T16:26:12.129 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.compaction_filter_factory: None 2024-09-10T16:26:12.129 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.sst_partitioner_factory: None 2024-09-10T16:26:12.129 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-10T16:26:12.129 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-10T16:26:12.129 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x564f25171320) 2024-09-10T16:26:12.129 INFO:journalctl@ceph.mon.a.smithi006.stdout: cache_index_and_filter_blocks: 1 2024-09-10T16:26:12.129 INFO:journalctl@ceph.mon.a.smithi006.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-10T16:26:12.129 INFO:journalctl@ceph.mon.a.smithi006.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-10T16:26:12.130 INFO:journalctl@ceph.mon.a.smithi006.stdout: pin_top_level_index_and_filter: 1 2024-09-10T16:26:12.130 INFO:journalctl@ceph.mon.a.smithi006.stdout: index_type: 0 2024-09-10T16:26:12.130 INFO:journalctl@ceph.mon.a.smithi006.stdout: data_block_index_type: 0 2024-09-10T16:26:12.130 INFO:journalctl@ceph.mon.a.smithi006.stdout: index_shortening: 1 2024-09-10T16:26:12.130 INFO:journalctl@ceph.mon.a.smithi006.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-10T16:26:12.130 INFO:journalctl@ceph.mon.a.smithi006.stdout: checksum: 4 2024-09-10T16:26:12.130 INFO:journalctl@ceph.mon.a.smithi006.stdout: no_block_cache: 0 2024-09-10T16:26:12.130 INFO:journalctl@ceph.mon.a.smithi006.stdout: block_cache: 0x564f25165610 2024-09-10T16:26:12.130 INFO:journalctl@ceph.mon.a.smithi006.stdout: block_cache_name: BinnedLRUCache 2024-09-10T16:26:12.131 INFO:journalctl@ceph.mon.a.smithi006.stdout: block_cache_options: 2024-09-10T16:26:12.131 INFO:journalctl@ceph.mon.a.smithi006.stdout: capacity : 536870912 2024-09-10T16:26:12.131 INFO:journalctl@ceph.mon.a.smithi006.stdout: num_shard_bits : 4 2024-09-10T16:26:12.131 INFO:journalctl@ceph.mon.a.smithi006.stdout: strict_capacity_limit : 0 2024-09-10T16:26:12.131 INFO:journalctl@ceph.mon.a.smithi006.stdout: high_pri_pool_ratio: 0.000 2024-09-10T16:26:12.132 INFO:journalctl@ceph.mon.a.smithi006.stdout: block_cache_compressed: (nil) 2024-09-10T16:26:12.132 INFO:journalctl@ceph.mon.a.smithi006.stdout: persistent_cache: (nil) 2024-09-10T16:26:12.132 INFO:journalctl@ceph.mon.a.smithi006.stdout: block_size: 4096 2024-09-10T16:26:12.132 INFO:journalctl@ceph.mon.a.smithi006.stdout: block_size_deviation: 10 2024-09-10T16:26:12.132 INFO:journalctl@ceph.mon.a.smithi006.stdout: block_restart_interval: 16 2024-09-10T16:26:12.132 INFO:journalctl@ceph.mon.a.smithi006.stdout: index_block_restart_interval: 1 2024-09-10T16:26:12.132 INFO:journalctl@ceph.mon.a.smithi006.stdout: metadata_block_size: 4096 2024-09-10T16:26:12.132 INFO:journalctl@ceph.mon.a.smithi006.stdout: partition_filters: 0 2024-09-10T16:26:12.133 INFO:journalctl@ceph.mon.a.smithi006.stdout: use_delta_encoding: 1 2024-09-10T16:26:12.133 INFO:journalctl@ceph.mon.a.smithi006.stdout: filter_policy: bloomfilter 2024-09-10T16:26:12.133 INFO:journalctl@ceph.mon.a.smithi006.stdout: whole_key_filtering: 1 2024-09-10T16:26:12.133 INFO:journalctl@ceph.mon.a.smithi006.stdout: verify_compression: 0 2024-09-10T16:26:12.133 INFO:journalctl@ceph.mon.a.smithi006.stdout: read_amp_bytes_per_bit: 0 2024-09-10T16:26:12.133 INFO:journalctl@ceph.mon.a.smithi006.stdout: format_version: 5 2024-09-10T16:26:12.133 INFO:journalctl@ceph.mon.a.smithi006.stdout: enable_index_compression: 1 2024-09-10T16:26:12.133 INFO:journalctl@ceph.mon.a.smithi006.stdout: block_align: 0 2024-09-10T16:26:12.134 INFO:journalctl@ceph.mon.a.smithi006.stdout: max_auto_readahead_size: 262144 2024-09-10T16:26:12.134 INFO:journalctl@ceph.mon.a.smithi006.stdout: prepopulate_block_cache: 0 2024-09-10T16:26:12.134 INFO:journalctl@ceph.mon.a.smithi006.stdout: initial_auto_readahead_size: 8192 2024-09-10T16:26:12.134 INFO:journalctl@ceph.mon.a.smithi006.stdout: num_file_reads_for_auto_readahead: 2 2024-09-10T16:26:12.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.write_buffer_size: 33554432 2024-09-10T16:26:12.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.max_write_buffer_number: 2 2024-09-10T16:26:12.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.compression: NoCompression 2024-09-10T16:26:12.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.bottommost_compression: Disabled 2024-09-10T16:26:12.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.prefix_extractor: nullptr 2024-09-10T16:26:12.135 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-10T16:26:12.135 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.num_levels: 7 2024-09-10T16:26:12.135 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-10T16:26:12.135 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-10T16:26:12.135 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-10T16:26:12.135 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-10T16:26:12.135 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-10T16:26:12.135 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-10T16:26:12.135 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-10T16:26:12.136 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-10T16:26:12.136 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-10T16:26:12.136 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-10T16:26:12.136 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-10T16:26:12.136 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-10T16:26:12.136 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-10T16:26:12.136 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.compression_opts.level: 32767 2024-09-10T16:26:12.136 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.compression_opts.strategy: 0 2024-09-10T16:26:12.137 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-10T16:26:12.137 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-10T16:26:12.137 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-10T16:26:12.137 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-10T16:26:12.137 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.compression_opts.enabled: false 2024-09-10T16:26:12.137 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-10T16:26:12.137 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-10T16:26:12.137 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-10T16:26:12.137 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-10T16:26:12.138 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.target_file_size_base: 67108864 2024-09-10T16:26:12.138 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-10T16:26:12.138 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-10T16:26:12.138 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-10T16:26:12.138 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-10T16:26:12.138 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-10T16:26:12.138 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-10T16:26:12.138 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-10T16:26:12.139 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-10T16:26:12.139 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-10T16:26:12.139 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-10T16:26:12.139 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-10T16:26:12.139 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-10T16:26:12.139 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-10T16:26:12.139 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-10T16:26:12.139 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.arena_block_size: 1048576 2024-09-10T16:26:12.139 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-10T16:26:12.140 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-10T16:26:12.140 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.disable_auto_compactions: 0 2024-09-10T16:26:12.140 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-10T16:26:12.140 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-10T16:26:12.140 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-10T16:26:12.140 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-10T16:26:12.140 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-10T16:26:12.140 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-10T16:26:12.141 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-10T16:26:12.141 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-10T16:26:12.141 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-10T16:26:12.141 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-10T16:26:12.141 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-10T16:26:12.141 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.inplace_update_support: 0 2024-09-10T16:26:12.141 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-10T16:26:12.141 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-10T16:26:12.141 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-10T16:26:12.142 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-10T16:26:12.142 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.bloom_locality: 0 2024-09-10T16:26:12.142 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.max_successive_merges: 0 2024-09-10T16:26:12.142 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-10T16:26:12.142 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.paranoid_file_checks: 0 2024-09-10T16:26:12.142 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.force_consistency_checks: 1 2024-09-10T16:26:12.142 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.report_bg_io_stats: 0 2024-09-10T16:26:12.142 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.ttl: 2592000 2024-09-10T16:26:12.142 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-10T16:26:12.143 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-10T16:26:12.143 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-10T16:26:12.143 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.enable_blob_files: false 2024-09-10T16:26:12.143 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.min_blob_size: 0 2024-09-10T16:26:12.143 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.blob_file_size: 268435456 2024-09-10T16:26:12.143 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-10T16:26:12.143 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-10T16:26:12.143 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-10T16:26:12.144 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-10T16:26:12.144 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-10T16:26:12.144 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.blob_file_starting_level: 0 2024-09-10T16:26:12.144 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-10T16:26:12.144 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2024-09-10T16:26:12.144 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-10T16:26:12.144 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 0654fa15-7968-4cdf-a5df-3bef9f387524 2024-09-10T16:26:12.144 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725985572073550, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-10T16:26:12.144 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-10T16:26:12.145 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725985572074453, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85529, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 259, "table_properties": {"data_size": 83676, "index_size": 237, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10145, "raw_average_key_size": 46, "raw_value_size": 77816, "raw_average_value_size": 356, "num_data_blocks": 11, "num_entries": 218, "num_filter_entries": 218, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1725985572, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "0654fa15-7968-4cdf-a5df-3bef9f387524", "db_session_id": "U3GYNBJ1CH4E2UFEHX5V", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-10T16:26:12.145 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725985572074552, "job": 1, "event": "recovery_finished"} 2024-09-10T16:26:12.145 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-10T16:26:12.145 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-a/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-10T16:26:12.145 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x564f25194e00 2024-09-10T16:26:12.145 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: DB pointer 0x564f25296000 2024-09-10T16:26:12.145 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-10T16:26:12.145 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-10T16:26:12.145 INFO:journalctl@ceph.mon.a.smithi006.stdout: ** DB Stats ** 2024-09-10T16:26:12.145 INFO:journalctl@ceph.mon.a.smithi006.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T16:26:12.145 INFO:journalctl@ceph.mon.a.smithi006.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-10T16:26:12.145 INFO:journalctl@ceph.mon.a.smithi006.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-10T16:26:12.146 INFO:journalctl@ceph.mon.a.smithi006.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T16:26:12.146 INFO:journalctl@ceph.mon.a.smithi006.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-10T16:26:12.146 INFO:journalctl@ceph.mon.a.smithi006.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-10T16:26:12.146 INFO:journalctl@ceph.mon.a.smithi006.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T16:26:12.146 INFO:journalctl@ceph.mon.a.smithi006.stdout: 2024-09-10T16:26:12.146 INFO:journalctl@ceph.mon.a.smithi006.stdout: ** Compaction Stats [default] ** 2024-09-10T16:26:12.146 INFO:journalctl@ceph.mon.a.smithi006.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-10T16:26:12.146 INFO:journalctl@ceph.mon.a.smithi006.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-10T16:26:12.146 INFO:journalctl@ceph.mon.a.smithi006.stdout: L0 2/0 85.38 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 144.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-10T16:26:12.146 INFO:journalctl@ceph.mon.a.smithi006.stdout: Sum 2/0 85.38 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 144.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-10T16:26:12.146 INFO:journalctl@ceph.mon.a.smithi006.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 144.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-10T16:26:12.146 INFO:journalctl@ceph.mon.a.smithi006.stdout: 2024-09-10T16:26:12.146 INFO:journalctl@ceph.mon.a.smithi006.stdout: ** Compaction Stats [default] ** 2024-09-10T16:26:12.147 INFO:journalctl@ceph.mon.a.smithi006.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-10T16:26:12.147 INFO:journalctl@ceph.mon.a.smithi006.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T16:26:12.147 INFO:journalctl@ceph.mon.a.smithi006.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 144.6 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-10T16:26:12.147 INFO:journalctl@ceph.mon.a.smithi006.stdout: 2024-09-10T16:26:12.147 INFO:journalctl@ceph.mon.a.smithi006.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-10T16:26:12.147 INFO:journalctl@ceph.mon.a.smithi006.stdout: 2024-09-10T16:26:12.147 INFO:journalctl@ceph.mon.a.smithi006.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T16:26:12.147 INFO:journalctl@ceph.mon.a.smithi006.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-10T16:26:12.147 INFO:journalctl@ceph.mon.a.smithi006.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T16:26:12.147 INFO:journalctl@ceph.mon.a.smithi006.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T16:26:12.147 INFO:journalctl@ceph.mon.a.smithi006.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T16:26:12.147 INFO:journalctl@ceph.mon.a.smithi006.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-10T16:26:12.147 INFO:journalctl@ceph.mon.a.smithi006.stdout: Cumulative compaction: 0.00 GB write, 26.41 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T16:26:12.147 INFO:journalctl@ceph.mon.a.smithi006.stdout: Interval compaction: 0.00 GB write, 26.41 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T16:26:12.147 INFO:journalctl@ceph.mon.a.smithi006.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-10T16:26:12.148 INFO:journalctl@ceph.mon.a.smithi006.stdout: Block cache BinnedLRUCache@0x564f25165610#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2024-09-10T16:26:12.148 INFO:journalctl@ceph.mon.a.smithi006.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2024-09-10T16:26:12.148 INFO:journalctl@ceph.mon.a.smithi006.stdout: 2024-09-10T16:26:12.148 INFO:journalctl@ceph.mon.a.smithi006.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-10T16:26:12.148 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: starting mon.a rank 0 at public addrs [v2:172.21.15.6:3300/0,v1:172.21.15.6:6789/0] at bind addrs [v2:172.21.15.6:3300/0,v1:172.21.15.6:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 2024-09-10T16:26:12.148 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: mon.a@-1(???) e1 preinit fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 2024-09-10T16:26:12.148 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: mon.a@-1(???).mds e1 new map 2024-09-10T16:26:12.148 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: mon.a@-1(???).mds e1 print_map 2024-09-10T16:26:12.148 INFO:journalctl@ceph.mon.a.smithi006.stdout: e1 2024-09-10T16:26:12.148 INFO:journalctl@ceph.mon.a.smithi006.stdout: btime 2024-09-10T16:26:07:212163+0000 2024-09-10T16:26:12.148 INFO:journalctl@ceph.mon.a.smithi006.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-10T16:26:12.148 INFO:journalctl@ceph.mon.a.smithi006.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-09-10T16:26:12.148 INFO:journalctl@ceph.mon.a.smithi006.stdout: legacy client fscid: -1 2024-09-10T16:26:12.149 INFO:journalctl@ceph.mon.a.smithi006.stdout: 2024-09-10T16:26:12.149 INFO:journalctl@ceph.mon.a.smithi006.stdout: No filesystems configured 2024-09-10T16:26:12.149 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-10T16:26:12.149 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T16:26:12.149 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T16:26:12.149 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T16:26:12.149 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-10T16:26:12.149 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 bash[30441]: c2c89adf8558f09cb52a9531880576ef7e117686201a5b0bfe286757f72f7f67 2024-09-10T16:26:12.149 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 systemd[1]: Started Ceph mon.a for 4020cbc8-6f91-11ef-bcea-c7b262605968. 2024-09-10T16:26:12.150 INFO:teuthology.orchestra.run.smithi006.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-09-10T16:26:12.368 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-10T16:26:12.369 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: monmap epoch 1 2024-09-10T16:26:12.369 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 2024-09-10T16:26:12.369 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: last_changed 2024-09-10T16:26:04.195515+0000 2024-09-10T16:26:12.369 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: created 2024-09-10T16:26:04.195515+0000 2024-09-10T16:26:12.369 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: min_mon_release 19 (squid) 2024-09-10T16:26:12.369 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: election_strategy: 1 2024-09-10T16:26:12.369 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: 0: [v2:172.21.15.6:3300/0,v1:172.21.15.6:6789/0] mon.a 2024-09-10T16:26:12.369 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: fsmap 2024-09-10T16:26:12.369 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: osdmap e1: 0 total, 0 up, 0 in 2024-09-10T16:26:12.369 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:12 smithi006 ceph-mon[30478]: mgrmap e1: no daemons active 2024-09-10T16:26:13.169 INFO:teuthology.orchestra.run.smithi006.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-10T16:26:13.190 INFO:teuthology.orchestra.run.smithi006.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-10T16:26:13.191 INFO:teuthology.orchestra.run.smithi006.stdout:Creating mgr... 2024-09-10T16:26:13.191 INFO:teuthology.orchestra.run.smithi006.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-10T16:26:13.192 INFO:teuthology.orchestra.run.smithi006.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-10T16:26:13.444 INFO:teuthology.orchestra.run.smithi006.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-4020cbc8-6f91-11ef-bcea-c7b262605968@mgr.a 2024-09-10T16:26:13.444 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stderr Failed to reset failed state of unit ceph-4020cbc8-6f91-11ef-bcea-c7b262605968@mgr.a.service: Unit ceph-4020cbc8-6f91-11ef-bcea-c7b262605968@mgr.a.service not loaded. 2024-09-10T16:26:13.593 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-4020cbc8-6f91-11ef-bcea-c7b262605968.target.wants/ceph-4020cbc8-6f91-11ef-bcea-c7b262605968@mgr.a.service → /etc/systemd/system/ceph-4020cbc8-6f91-11ef-bcea-c7b262605968@.service. 2024-09-10T16:26:13.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:13 smithi006 ceph-mon[30478]: from='client.? 172.21.15.6:0/1417584479' entity='client.admin' 2024-09-10T16:26:13.883 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:26:13 smithi006 podman[30715]: 2024-09-10 16:26:13.727609506 +0000 UTC m=+0.016113878 image pull 542e6e6af07c2b89abb4ca6a0a4ee0f7b74b9b2e01b2470b0640b5a64ae8477c quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 2024-09-10T16:26:14.152 INFO:teuthology.orchestra.run.smithi006.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-10T16:26:14.152 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stdout disabled 2024-09-10T16:26:14.160 INFO:teuthology.orchestra.run.smithi006.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-10T16:26:14.160 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stdout inactive 2024-09-10T16:26:14.160 INFO:teuthology.orchestra.run.smithi006.stdout:firewalld.service is not enabled 2024-09-10T16:26:14.160 INFO:teuthology.orchestra.run.smithi006.stdout:Not possible to enable service . firewalld.service is not available 2024-09-10T16:26:14.169 INFO:teuthology.orchestra.run.smithi006.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-10T16:26:14.169 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stdout disabled 2024-09-10T16:26:14.176 INFO:teuthology.orchestra.run.smithi006.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-10T16:26:14.176 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stdout inactive 2024-09-10T16:26:14.176 INFO:teuthology.orchestra.run.smithi006.stdout:firewalld.service is not enabled 2024-09-10T16:26:14.177 INFO:teuthology.orchestra.run.smithi006.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-09-10T16:26:14.177 INFO:teuthology.orchestra.run.smithi006.stdout:Waiting for mgr to start... 2024-09-10T16:26:14.177 INFO:teuthology.orchestra.run.smithi006.stdout:Waiting for mgr... 2024-09-10T16:26:14.301 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:26:14 smithi006 podman[30715]: 2024-09-10 16:26:14.028164777 +0000 UTC m=+0.316669140 container init 74858a39c620c70958f23b314a3e9500955b1ee88fe44c061aafb1d1cfdb0c85 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.license=GPLv2, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, GIT_CLEAN=True) 2024-09-10T16:26:14.301 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:26:14 smithi006 podman[30715]: 2024-09-10 16:26:14.03321784 +0000 UTC m=+0.321722205 container start 74858a39c620c70958f23b314a3e9500955b1ee88fe44c061aafb1d1cfdb0c85 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a, maintainer=Guillaume Abrioux , ceph=True, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0) 2024-09-10T16:26:14.301 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:26:14 smithi006 bash[30715]: 74858a39c620c70958f23b314a3e9500955b1ee88fe44c061aafb1d1cfdb0c85 2024-09-10T16:26:14.301 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:26:14 smithi006 systemd[1]: Started Ceph mgr.a for 4020cbc8-6f91-11ef-bcea-c7b262605968. 2024-09-10T16:26:14.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:14 smithi006 ceph-mon[30478]: from='client.? 172.21.15.6:0/3517267406' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-10T16:26:15.249 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout 2024-09-10T16:26:15.249 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout { 2024-09-10T16:26:15.250 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "fsid": "4020cbc8-6f91-11ef-bcea-c7b262605968", 2024-09-10T16:26:15.250 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "health": { 2024-09-10T16:26:15.250 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-10T16:26:15.250 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-10T16:26:15.250 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-10T16:26:15.250 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-09-10T16:26:15.250 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-10T16:26:15.250 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-10T16:26:15.250 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout 0 2024-09-10T16:26:15.250 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout ], 2024-09-10T16:26:15.250 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-10T16:26:15.250 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "a" 2024-09-10T16:26:15.250 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout ], 2024-09-10T16:26:15.250 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-09-10T16:26:15.251 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-10T16:26:15.251 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T16:26:15.251 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-10T16:26:15.251 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-10T16:26:15.251 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-09-10T16:26:15.251 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-10T16:26:15.251 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T16:26:15.251 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-10T16:26:15.251 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-10T16:26:15.251 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-10T16:26:15.251 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-10T16:26:15.251 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-10T16:26:15.251 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-10T16:26:15.255 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-09-10T16:26:15.255 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-10T16:26:15.255 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-10T16:26:15.255 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-10T16:26:15.255 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-10T16:26:15.255 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-10T16:26:15.255 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-10T16:26:15.255 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-10T16:26:15.255 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-10T16:26:15.255 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-10T16:26:15.256 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-09-10T16:26:15.256 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-10T16:26:15.256 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T16:26:15.256 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "btime": "2024-09-10T16:26:07:212163+0000", 2024-09-10T16:26:15.256 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-10T16:26:15.256 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-10T16:26:15.256 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-09-10T16:26:15.256 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-10T16:26:15.256 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-10T16:26:15.256 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-10T16:26:15.256 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-10T16:26:15.256 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-10T16:26:15.256 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-10T16:26:15.257 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "restful" 2024-09-10T16:26:15.257 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout ], 2024-09-10T16:26:15.257 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-10T16:26:15.257 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-09-10T16:26:15.257 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-10T16:26:15.257 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T16:26:15.257 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "modified": "2024-09-10T16:26:07.212847+0000", 2024-09-10T16:26:15.257 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-10T16:26:15.257 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-09-10T16:26:15.257 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-10T16:26:15.257 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout } 2024-09-10T16:26:15.257 INFO:teuthology.orchestra.run.smithi006.stdout:mgr not available, waiting (1/15)... 2024-09-10T16:26:19.634 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:19 smithi006 ceph-mon[30478]: Activating manager daemon a 2024-09-10T16:26:19.634 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:19 smithi006 ceph-mon[30478]: mgrmap e2: a(active, starting, since 0.00345849s) 2024-09-10T16:26:19.634 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:19 smithi006 ceph-mon[30478]: from='mgr.14100 172.21.15.6:0/1917088305' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-10T16:26:19.634 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:19 smithi006 ceph-mon[30478]: from='mgr.14100 172.21.15.6:0/1917088305' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-10T16:26:19.634 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:19 smithi006 ceph-mon[30478]: from='mgr.14100 172.21.15.6:0/1917088305' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-10T16:26:19.634 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:19 smithi006 ceph-mon[30478]: from='mgr.14100 172.21.15.6:0/1917088305' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T16:26:19.634 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:19 smithi006 ceph-mon[30478]: from='mgr.14100 172.21.15.6:0/1917088305' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-10T16:26:19.634 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:19 smithi006 ceph-mon[30478]: Manager daemon a is now available 2024-09-10T16:26:19.634 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:19 smithi006 ceph-mon[30478]: from='mgr.14100 172.21.15.6:0/1917088305' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-10T16:26:19.634 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:19 smithi006 ceph-mon[30478]: from='mgr.14100 172.21.15.6:0/1917088305' entity='mgr.a' 2024-09-10T16:26:19.634 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:19 smithi006 ceph-mon[30478]: from='mgr.14100 172.21.15.6:0/1917088305' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-10T16:26:19.634 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:19 smithi006 ceph-mon[30478]: from='mgr.14100 172.21.15.6:0/1917088305' entity='mgr.a' 2024-09-10T16:26:19.635 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:19 smithi006 ceph-mon[30478]: from='mgr.14100 172.21.15.6:0/1917088305' entity='mgr.a' 2024-09-10T16:26:21.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:21 smithi006 ceph-mon[30478]: mgrmap e3: a(active, since 1.0078s) 2024-09-10T16:26:21.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:21 smithi006 ceph-mon[30478]: from='client.? 172.21.15.6:0/2508492941' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2024-09-10T16:26:22.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:22 smithi006 ceph-mon[30478]: mgrmap e4: a(active, since 2s) 2024-09-10T16:26:26.938 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout 2024-09-10T16:26:26.939 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout { 2024-09-10T16:26:26.939 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "fsid": "4020cbc8-6f91-11ef-bcea-c7b262605968", 2024-09-10T16:26:26.939 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "health": { 2024-09-10T16:26:26.939 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-10T16:26:26.939 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-10T16:26:26.939 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-10T16:26:26.939 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-09-10T16:26:26.940 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-10T16:26:26.940 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-10T16:26:26.940 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout 0 2024-09-10T16:26:26.940 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout ], 2024-09-10T16:26:26.940 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-10T16:26:26.940 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "a" 2024-09-10T16:26:26.940 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout ], 2024-09-10T16:26:26.940 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "quorum_age": 8, 2024-09-10T16:26:26.940 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-10T16:26:26.940 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T16:26:26.940 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-10T16:26:26.940 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-10T16:26:26.941 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-09-10T16:26:26.941 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-10T16:26:26.941 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T16:26:26.941 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-10T16:26:26.941 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-10T16:26:26.941 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-10T16:26:26.941 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-10T16:26:26.941 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-10T16:26:26.941 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-10T16:26:26.945 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-09-10T16:26:26.948 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-10T16:26:26.948 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-10T16:26:26.948 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-10T16:26:26.948 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-10T16:26:26.948 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-10T16:26:26.948 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-10T16:26:26.948 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-10T16:26:26.948 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-10T16:26:26.948 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-10T16:26:26.948 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-09-10T16:26:26.948 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-10T16:26:26.949 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T16:26:26.949 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "btime": "2024-09-10T16:26:07:212163+0000", 2024-09-10T16:26:26.949 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-10T16:26:26.949 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-10T16:26:26.949 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-09-10T16:26:26.949 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-10T16:26:26.949 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-10T16:26:26.949 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-10T16:26:26.949 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-10T16:26:26.949 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-10T16:26:26.949 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-10T16:26:26.949 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "restful" 2024-09-10T16:26:26.949 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout ], 2024-09-10T16:26:26.950 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-10T16:26:26.950 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-09-10T16:26:26.950 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-10T16:26:26.950 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-10T16:26:26.950 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "modified": "2024-09-10T16:26:07.212847+0000", 2024-09-10T16:26:26.950 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-10T16:26:26.950 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout }, 2024-09-10T16:26:26.950 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-10T16:26:26.950 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout } 2024-09-10T16:26:26.950 INFO:teuthology.orchestra.run.smithi006.stdout:mgr is available 2024-09-10T16:26:29.262 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:29 smithi006 ceph-mon[30478]: from='client.? 172.21.15.6:0/1604438651' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2024-09-10T16:26:29.263 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:29 smithi006 ceph-mon[30478]: from='client.? 172.21.15.6:0/1604438651' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-10T16:26:29.549 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout 2024-09-10T16:26:29.551 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout [global] 2024-09-10T16:26:29.551 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout fsid = 4020cbc8-6f91-11ef-bcea-c7b262605968 2024-09-10T16:26:29.551 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2024-09-10T16:26:29.551 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.6:3300,v1:172.21.15.6:6789] 2024-09-10T16:26:29.551 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-10T16:26:29.551 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-10T16:26:29.551 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-10T16:26:29.551 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-10T16:26:29.551 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout 2024-09-10T16:26:29.552 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-10T16:26:29.552 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-10T16:26:29.552 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout 2024-09-10T16:26:29.552 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout [osd] 2024-09-10T16:26:29.552 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-10T16:26:29.552 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-10T16:26:29.552 INFO:teuthology.orchestra.run.smithi006.stdout:Enabling cephadm module... 2024-09-10T16:26:30.579 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:30 smithi006 ceph-mon[30478]: from='client.? 172.21.15.6:0/2154335441' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2024-09-10T16:26:30.579 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:26:30 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: ignoring --setuser ceph since I am not root 2024-09-10T16:26:30.579 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:26:30 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: ignoring --setgroup ceph since I am not root 2024-09-10T16:26:31.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:31 smithi006 ceph-mon[30478]: from='client.? 172.21.15.6:0/2154335441' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-10T16:26:31.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:31 smithi006 ceph-mon[30478]: mgrmap e5: a(active, since 11s) 2024-09-10T16:26:32.089 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout { 2024-09-10T16:26:32.090 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-10T16:26:32.090 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-10T16:26:32.090 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-10T16:26:32.090 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-10T16:26:32.090 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout } 2024-09-10T16:26:32.090 INFO:teuthology.orchestra.run.smithi006.stdout:Waiting for the mgr to restart... 2024-09-10T16:26:32.090 INFO:teuthology.orchestra.run.smithi006.stdout:Waiting for mgr epoch 5... 2024-09-10T16:26:32.497 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:32 smithi006 ceph-mon[30478]: from='client.? 172.21.15.6:0/358942051' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-10T16:26:35.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:35 smithi006 ceph-mon[30478]: Active manager daemon a restarted 2024-09-10T16:26:35.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:35 smithi006 ceph-mon[30478]: Activating manager daemon a 2024-09-10T16:26:35.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:35 smithi006 ceph-mon[30478]: osdmap e2: 0 total, 0 up, 0 in 2024-09-10T16:26:35.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:35 smithi006 ceph-mon[30478]: mgrmap e6: a(active, starting, since 0.00356684s) 2024-09-10T16:26:35.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:35 smithi006 ceph-mon[30478]: from='mgr.14116 172.21.15.6:0/2782828094' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T16:26:35.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:35 smithi006 ceph-mon[30478]: from='mgr.14116 172.21.15.6:0/2782828094' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-10T16:26:35.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:35 smithi006 ceph-mon[30478]: from='mgr.14116 172.21.15.6:0/2782828094' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-10T16:26:35.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:35 smithi006 ceph-mon[30478]: from='mgr.14116 172.21.15.6:0/2782828094' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-10T16:26:35.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:35 smithi006 ceph-mon[30478]: from='mgr.14116 172.21.15.6:0/2782828094' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-10T16:26:35.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:35 smithi006 ceph-mon[30478]: Manager daemon a is now available 2024-09-10T16:26:37.037 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout { 2024-09-10T16:26:37.037 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-10T16:26:37.038 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-10T16:26:37.038 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout } 2024-09-10T16:26:37.038 INFO:teuthology.orchestra.run.smithi006.stdout:mgr epoch 5 is available 2024-09-10T16:26:37.038 INFO:teuthology.orchestra.run.smithi006.stdout:Setting orchestrator backend to cephadm... 2024-09-10T16:26:37.730 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:37 smithi006 ceph-mon[30478]: mgrmap e7: a(active, since 1.00519s) 2024-09-10T16:26:37.731 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:37 smithi006 ceph-mon[30478]: from='mgr.14116 172.21.15.6:0/2782828094' entity='mgr.a' 2024-09-10T16:26:37.731 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:37 smithi006 ceph-mon[30478]: from='mgr.14116 172.21.15.6:0/2782828094' entity='mgr.a' 2024-09-10T16:26:37.731 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:37 smithi006 ceph-mon[30478]: Found migration_current of "None". Setting to last migration. 2024-09-10T16:26:37.731 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:37 smithi006 ceph-mon[30478]: from='mgr.14116 172.21.15.6:0/2782828094' entity='mgr.a' 2024-09-10T16:26:37.731 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:37 smithi006 ceph-mon[30478]: from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-10T16:26:37.731 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:37 smithi006 ceph-mon[30478]: from='mgr.14116 172.21.15.6:0/2782828094' entity='mgr.a' 2024-09-10T16:26:37.731 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:37 smithi006 ceph-mon[30478]: from='mgr.14116 172.21.15.6:0/2782828094' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:26:37.731 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:37 smithi006 ceph-mon[30478]: from='mgr.14116 172.21.15.6:0/2782828094' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:26:37.731 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:37 smithi006 ceph-mon[30478]: from='mgr.14116 172.21.15.6:0/2782828094' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-10T16:26:37.731 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:37 smithi006 ceph-mon[30478]: from='mgr.14116 172.21.15.6:0/2782828094' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-10T16:26:38.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:38 smithi006 ceph-mon[30478]: mgrmap e8: a(active, since 2s) 2024-09-10T16:26:38.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:38 smithi006 ceph-mon[30478]: from='client.14128 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:26:38.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:38 smithi006 ceph-mon[30478]: from='mgr.14116 172.21.15.6:0/2782828094' entity='mgr.a' 2024-09-10T16:26:38.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:38 smithi006 ceph-mon[30478]: from='mgr.14116 172.21.15.6:0/2782828094' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:26:38.884 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:26:38 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: 2024-09-10T16:26:38.713+0000 7f63c0746640 -1 log_channel(cephadm) log [ERR] : [10/Sep/2024:16:26:38] ENGINE Error in HTTPServer.serve 2024-09-10T16:26:38.884 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:26:38 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: Traceback (most recent call last): 2024-09-10T16:26:38.884 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:26:38 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T16:26:38.884 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:26:38 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: self._connections.run(self.expiration_interval) 2024-09-10T16:26:38.884 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:26:38 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T16:26:38.884 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:26:38 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: self._run(expiration_interval) 2024-09-10T16:26:38.884 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:26:38 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T16:26:38.884 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:26:38 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T16:26:38.884 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:26:38 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T16:26:38.885 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:26:38 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T16:26:38.885 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:26:38 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T16:26:38.885 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:26:38 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: s = self.context.wrap_socket( 2024-09-10T16:26:38.885 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:26:38 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T16:26:38.885 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:26:38 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: return self.sslsocket_class._create( 2024-09-10T16:26:38.885 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:26:38 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T16:26:38.885 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:26:38 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: self.do_handshake() 2024-09-10T16:26:38.885 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:26:38 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T16:26:38.885 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:26:38 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: self._sslobj.do_handshake() 2024-09-10T16:26:38.885 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:26:38 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T16:26:38.885 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:26:38 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: 2024-09-10T16:26:39.525 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-10T16:26:39.525 INFO:teuthology.orchestra.run.smithi006.stdout:Generating ssh key... 2024-09-10T16:26:39.875 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:39 smithi006 ceph-mon[30478]: [10/Sep/2024:16:26:38] ENGINE Bus STARTING 2024-09-10T16:26:39.875 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:39 smithi006 ceph-mon[30478]: [10/Sep/2024:16:26:38] ENGINE Serving on http://172.21.15.6:8765 2024-09-10T16:26:39.875 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:39 smithi006 ceph-mon[30478]: [10/Sep/2024:16:26:38] ENGINE Serving on https://172.21.15.6:7150 2024-09-10T16:26:39.875 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:39 smithi006 ceph-mon[30478]: [10/Sep/2024:16:26:38] ENGINE Bus STARTED 2024-09-10T16:26:39.876 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:39 smithi006 ceph-mon[30478]: from='mgr.14116 172.21.15.6:0/2782828094' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:26:39.876 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:39 smithi006 ceph-mon[30478]: [10/Sep/2024:16:26:38] ENGINE Error in HTTPServer.serve 2024-09-10T16:26:39.876 INFO:journalctl@ceph.mon.a.smithi006.stdout: Traceback (most recent call last): 2024-09-10T16:26:39.876 INFO:journalctl@ceph.mon.a.smithi006.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T16:26:39.876 INFO:journalctl@ceph.mon.a.smithi006.stdout: self._connections.run(self.expiration_interval) 2024-09-10T16:26:39.876 INFO:journalctl@ceph.mon.a.smithi006.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T16:26:39.876 INFO:journalctl@ceph.mon.a.smithi006.stdout: self._run(expiration_interval) 2024-09-10T16:26:39.876 INFO:journalctl@ceph.mon.a.smithi006.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T16:26:39.876 INFO:journalctl@ceph.mon.a.smithi006.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T16:26:39.876 INFO:journalctl@ceph.mon.a.smithi006.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T16:26:39.876 INFO:journalctl@ceph.mon.a.smithi006.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T16:26:39.876 INFO:journalctl@ceph.mon.a.smithi006.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T16:26:39.877 INFO:journalctl@ceph.mon.a.smithi006.stdout: s = self.context.wrap_socket( 2024-09-10T16:26:39.877 INFO:journalctl@ceph.mon.a.smithi006.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T16:26:39.877 INFO:journalctl@ceph.mon.a.smithi006.stdout: return self.sslsocket_class._create( 2024-09-10T16:26:39.877 INFO:journalctl@ceph.mon.a.smithi006.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T16:26:39.877 INFO:journalctl@ceph.mon.a.smithi006.stdout: self.do_handshake() 2024-09-10T16:26:39.877 INFO:journalctl@ceph.mon.a.smithi006.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T16:26:39.877 INFO:journalctl@ceph.mon.a.smithi006.stdout: self._sslobj.do_handshake() 2024-09-10T16:26:39.877 INFO:journalctl@ceph.mon.a.smithi006.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T16:26:39.877 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:39 smithi006 ceph-mon[30478]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:26:40.770 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:40 smithi006 ceph-mon[30478]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:26:40.770 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:40 smithi006 ceph-mon[30478]: Generating ssh key... 2024-09-10T16:26:40.770 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:40 smithi006 ceph-mon[30478]: from='mgr.14116 172.21.15.6:0/2782828094' entity='mgr.a' 2024-09-10T16:26:40.770 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:40 smithi006 ceph-mon[30478]: from='mgr.14116 172.21.15.6:0/2782828094' entity='mgr.a' 2024-09-10T16:26:40.770 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:26:40 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: Generating public/private rsa key pair. 2024-09-10T16:26:40.770 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:26:40 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: Your identification has been saved in /tmp/tmp55r2h_3j/key 2024-09-10T16:26:40.771 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:26:40 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: Your public key has been saved in /tmp/tmp55r2h_3j/key.pub 2024-09-10T16:26:40.771 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:26:40 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: The key fingerprint is: 2024-09-10T16:26:40.771 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:26:40 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: SHA256:GCA1qjYDrIai7rO51uAjgBmEdgKw+Jp5aKDEUSkRfCw ceph-4020cbc8-6f91-11ef-bcea-c7b262605968 2024-09-10T16:26:40.771 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:26:40 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: The key's randomart image is: 2024-09-10T16:26:40.771 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:26:40 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: +---[RSA 3072]----+ 2024-09-10T16:26:40.771 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:26:40 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: |Bo=o= | 2024-09-10T16:26:40.771 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:26:40 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: |+E.B o | 2024-09-10T16:26:40.771 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:26:40 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: |*oB . | 2024-09-10T16:26:40.771 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:26:40 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: |*o. o | 2024-09-10T16:26:40.771 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:26:40 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: |BX. . S | 2024-09-10T16:26:40.771 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:26:40 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: |%*o | 2024-09-10T16:26:40.771 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:26:40 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: |X.+ | 2024-09-10T16:26:40.772 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:26:40 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: |+*.. | 2024-09-10T16:26:40.772 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:26:40 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: |+*= | 2024-09-10T16:26:40.772 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:26:40 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: +----[SHA256]-----+ 2024-09-10T16:26:42.171 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCd8mjN+zIW3TUw3fRyxf3SXCRXYNfMyxVbMSUqQQpo1qFOX1IamvjefD7GE1TwY/AJA6qg45+yVWFObto4YvwK/yXFcxx8pj4/n0YYroFKLfboCM+oFs8amVrejzIHcPeWVOnG2RrrCyeTgZ8A6hma2wp1ZXskjmSNbyA50j8pwc+o2ks4y6hDLwjx3h7QUYVASBo2+y/Fyy8bbH9wHO+2ebmZR9r3iPkZqR2+hZf+bO73tSITc/s87dHNLqVeEyOEH93SVWgIKrRMMMoQIaVhutTPGWRmFCIlyiKcMROLHAss258Gg7WYkw7pN+omY1Hg/VDA8LRXkM39iGQC4FJ4aqjLE8FTByfM0had7ykXu0yuFAURHOZTCPYg+oZCYD5Ny9dllMYg8MZC7xfXZE7cqLvhibXLy02+hYKPCoCrYrpZQIw4ytT8KnvNH20D/lIrf+PK1TGDDn2Y9pESn+BXCIq4wbOcpBpvYJEUS/HcK2sRdrlbjnkatzpqUahk6ic= ceph-4020cbc8-6f91-11ef-bcea-c7b262605968 2024-09-10T16:26:42.172 INFO:teuthology.orchestra.run.smithi006.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-10T16:26:42.172 INFO:teuthology.orchestra.run.smithi006.stdout:Adding key to root@localhost authorized_keys... 2024-09-10T16:26:42.179 INFO:teuthology.orchestra.run.smithi006.stdout:Adding host smithi006... 2024-09-10T16:26:42.621 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:42 smithi006 ceph-mon[30478]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:26:43.509 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:43 smithi006 ceph-mon[30478]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi006", "addr": "172.21.15.6", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:26:44.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:44 smithi006 ceph-mon[30478]: Deploying cephadm binary to smithi006 2024-09-10T16:26:47.296 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout Added host 'smithi006' with addr '172.21.15.6' 2024-09-10T16:26:47.296 INFO:teuthology.orchestra.run.smithi006.stdout:Deploying unmanaged mon service... 2024-09-10T16:26:47.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:47 smithi006 ceph-mon[30478]: from='mgr.14116 172.21.15.6:0/2782828094' entity='mgr.a' 2024-09-10T16:26:47.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:47 smithi006 ceph-mon[30478]: Added host smithi006 2024-09-10T16:26:47.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:47 smithi006 ceph-mon[30478]: from='mgr.14116 172.21.15.6:0/2782828094' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:26:48.623 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-10T16:26:48.623 INFO:teuthology.orchestra.run.smithi006.stdout:Deploying unmanaged mgr service... 2024-09-10T16:26:49.233 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:49 smithi006 ceph-mon[30478]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:26:49.233 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:49 smithi006 ceph-mon[30478]: Saving service mon spec with placement count:5 2024-09-10T16:26:49.233 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:49 smithi006 ceph-mon[30478]: from='mgr.14116 172.21.15.6:0/2782828094' entity='mgr.a' 2024-09-10T16:26:49.940 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-10T16:26:50.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:50 smithi006 ceph-mon[30478]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:26:50.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:50 smithi006 ceph-mon[30478]: Saving service mgr spec with placement count:2 2024-09-10T16:26:50.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:50 smithi006 ceph-mon[30478]: from='mgr.14116 172.21.15.6:0/2782828094' entity='mgr.a' 2024-09-10T16:26:51.650 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:51 smithi006 ceph-mon[30478]: from='client.? 172.21.15.6:0/3727890823' entity='client.admin' 2024-09-10T16:26:51.650 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:51 smithi006 ceph-mon[30478]: from='mgr.14116 172.21.15.6:0/2782828094' entity='mgr.a' 2024-09-10T16:26:51.651 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:51 smithi006 ceph-mon[30478]: from='mgr.14116 172.21.15.6:0/2782828094' entity='mgr.a' 2024-09-10T16:26:53.193 INFO:teuthology.orchestra.run.smithi006.stdout:Enabling the dashboard module... 2024-09-10T16:26:53.319 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:53 smithi006 ceph-mon[30478]: from='client.? 172.21.15.6:0/862239368' entity='client.admin' 2024-09-10T16:26:54.621 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:54 smithi006 ceph-mon[30478]: from='mgr.14116 172.21.15.6:0/2782828094' entity='mgr.a' 2024-09-10T16:26:54.621 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:54 smithi006 ceph-mon[30478]: from='mgr.14116 172.21.15.6:0/2782828094' entity='mgr.a' 2024-09-10T16:26:54.622 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:54 smithi006 ceph-mon[30478]: from='client.? 172.21.15.6:0/3152043831' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2024-09-10T16:26:55.259 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:26:54 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: ignoring --setuser ceph since I am not root 2024-09-10T16:26:55.259 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:26:54 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: ignoring --setgroup ceph since I am not root 2024-09-10T16:26:56.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:55 smithi006 ceph-mon[30478]: from='client.? 172.21.15.6:0/3152043831' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-10T16:26:56.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:55 smithi006 ceph-mon[30478]: mgrmap e9: a(active, since 19s) 2024-09-10T16:26:56.880 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout { 2024-09-10T16:26:56.880 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-09-10T16:26:56.880 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-10T16:26:56.881 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-10T16:26:56.881 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-10T16:26:56.881 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout } 2024-09-10T16:26:56.881 INFO:teuthology.orchestra.run.smithi006.stdout:Waiting for the mgr to restart... 2024-09-10T16:26:56.881 INFO:teuthology.orchestra.run.smithi006.stdout:Waiting for mgr epoch 9... 2024-09-10T16:26:57.279 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:26:56 smithi006 ceph-mon[30478]: from='client.? 172.21.15.6:0/3742899769' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2024-09-10T16:27:00.571 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:00 smithi006 ceph-mon[30478]: Active manager daemon a restarted 2024-09-10T16:27:00.571 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:00 smithi006 ceph-mon[30478]: Activating manager daemon a 2024-09-10T16:27:00.571 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:00 smithi006 ceph-mon[30478]: osdmap e3: 0 total, 0 up, 0 in 2024-09-10T16:27:00.571 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:00 smithi006 ceph-mon[30478]: mgrmap e10: a(active, starting, since 0.00348762s) 2024-09-10T16:27:00.571 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:00 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T16:27:00.572 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:00 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-10T16:27:00.572 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:00 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-10T16:27:00.572 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:00 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-10T16:27:00.572 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:00 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-10T16:27:00.572 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:00 smithi006 ceph-mon[30478]: Manager daemon a is now available 2024-09-10T16:27:01.549 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:01 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:27:01.549 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:01 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-10T16:27:01.549 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:01 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-10T16:27:01.550 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:01 smithi006 ceph-mon[30478]: mgrmap e11: a(active, since 1.00599s) 2024-09-10T16:27:01.827 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout { 2024-09-10T16:27:01.827 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-09-10T16:27:01.828 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-10T16:27:01.828 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout } 2024-09-10T16:27:01.828 INFO:teuthology.orchestra.run.smithi006.stdout:mgr epoch 9 is available 2024-09-10T16:27:01.828 INFO:teuthology.orchestra.run.smithi006.stdout:Using certmgr to generate dashboard self-signed certificate... 2024-09-10T16:27:02.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:02 smithi006 ceph-mon[30478]: [10/Sep/2024:16:27:01] ENGINE Bus STARTING 2024-09-10T16:27:02.383 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:27:02 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: 2024-09-10T16:27:02.172+0000 7fcba9da2640 -1 log_channel(cephadm) log [ERR] : [10/Sep/2024:16:27:02] ENGINE Error in HTTPServer.serve 2024-09-10T16:27:02.384 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:27:02 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: Traceback (most recent call last): 2024-09-10T16:27:02.384 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:27:02 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T16:27:02.384 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:27:02 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: self._connections.run(self.expiration_interval) 2024-09-10T16:27:02.384 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:27:02 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T16:27:02.384 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:27:02 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: self._run(expiration_interval) 2024-09-10T16:27:02.384 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:27:02 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T16:27:02.384 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:27:02 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T16:27:02.384 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:27:02 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T16:27:02.384 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:27:02 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T16:27:02.384 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:27:02 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T16:27:02.384 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:27:02 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: s = self.context.wrap_socket( 2024-09-10T16:27:02.385 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:27:02 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T16:27:02.385 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:27:02 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: return self.sslsocket_class._create( 2024-09-10T16:27:02.385 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:27:02 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T16:27:02.385 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:27:02 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: self.do_handshake() 2024-09-10T16:27:02.385 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:27:02 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T16:27:02.385 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:27:02 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: self._sslobj.do_handshake() 2024-09-10T16:27:02.385 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:27:02 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T16:27:02.385 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:27:02 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: 2024-09-10T16:27:03.597 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:03 smithi006 ceph-mon[30478]: [10/Sep/2024:16:27:02] ENGINE Serving on http://172.21.15.6:8765 2024-09-10T16:27:03.597 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:03 smithi006 ceph-mon[30478]: [10/Sep/2024:16:27:02] ENGINE Serving on https://172.21.15.6:7150 2024-09-10T16:27:03.597 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:03 smithi006 ceph-mon[30478]: [10/Sep/2024:16:27:02] ENGINE Bus STARTED 2024-09-10T16:27:03.597 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:03 smithi006 ceph-mon[30478]: [10/Sep/2024:16:27:02] ENGINE Error in HTTPServer.serve 2024-09-10T16:27:03.597 INFO:journalctl@ceph.mon.a.smithi006.stdout: Traceback (most recent call last): 2024-09-10T16:27:03.598 INFO:journalctl@ceph.mon.a.smithi006.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T16:27:03.598 INFO:journalctl@ceph.mon.a.smithi006.stdout: self._connections.run(self.expiration_interval) 2024-09-10T16:27:03.598 INFO:journalctl@ceph.mon.a.smithi006.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T16:27:03.598 INFO:journalctl@ceph.mon.a.smithi006.stdout: self._run(expiration_interval) 2024-09-10T16:27:03.598 INFO:journalctl@ceph.mon.a.smithi006.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T16:27:03.598 INFO:journalctl@ceph.mon.a.smithi006.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T16:27:03.598 INFO:journalctl@ceph.mon.a.smithi006.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T16:27:03.598 INFO:journalctl@ceph.mon.a.smithi006.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T16:27:03.598 INFO:journalctl@ceph.mon.a.smithi006.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T16:27:03.598 INFO:journalctl@ceph.mon.a.smithi006.stdout: s = self.context.wrap_socket( 2024-09-10T16:27:03.598 INFO:journalctl@ceph.mon.a.smithi006.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T16:27:03.598 INFO:journalctl@ceph.mon.a.smithi006.stdout: return self.sslsocket_class._create( 2024-09-10T16:27:03.599 INFO:journalctl@ceph.mon.a.smithi006.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T16:27:03.599 INFO:journalctl@ceph.mon.a.smithi006.stdout: self.do_handshake() 2024-09-10T16:27:03.599 INFO:journalctl@ceph.mon.a.smithi006.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T16:27:03.599 INFO:journalctl@ceph.mon.a.smithi006.stdout: self._sslobj.do_handshake() 2024-09-10T16:27:03.599 INFO:journalctl@ceph.mon.a.smithi006.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T16:27:03.599 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:03 smithi006 ceph-mon[30478]: mgrmap e12: a(active, since 2s) 2024-09-10T16:27:03.599 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:03 smithi006 ceph-mon[30478]: from='client.14160 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:27:03.599 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:03 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:04.105 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIE+jCCAuKgAwIBAgIUGND4ZA0hahx21Lu+ATYzUmzb3fkwDQYJKoZIhvcNAQEL\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI0MDkxMDE2MjcwM1oXDTM0\nMDkxMTE2MjcwM1owFjEUMBIGA1UEAwwLMTcyLjIxLjE1LjYwggIiMA0GCSqGSIb3\nDQEBAQUAA4ICDwAwggIKAoICAQDJ397pQ7XTBuc6IhphBbRJRU2xVebz/GdYERBT\nx/ozGWHE9mYssSZ61GST62dXCRruXG/KIREaGYK+1ecBMtCHaGsDh8npNBi3KXQa\nc+1RJFo/7K1KEiSmoxFKzg6alaQd5Q0bjpxpc0kauHXuHohVDpLvCaX8C/QJJfyA\nWy/r0RRQmTe4Z9gM1CxvbudjUb/lBf5S33SDkDQjdt4ouD3WmcSFGduRG/4P8gDj\noaIABox4x3cXmh/xdDV0oWbXlO2teSG9yu/nYxkDHvxn/nUG7lRisVqcEMFs7mDp\nS+uwNL+OtMMSiryOvX9FeOCvH1Ud5k4EDICkKrK6CFJOUYwx1ciROxkjbX/hRRUb\n0vyqhbxIk4l2W+uL/xSuJXOvRjVHhBpvGMWWpRXAo2Rn/YflKBjyOLUNy38oBsjV\nObRnPVvS66kENMh40gLPi+apklw7xpo93yKZ3jMJfSkkPuoajofNFZlngMNlw8yI\n5zIm2+Yrm4Do+rMEvsBUyKKSJ6KNO3vmTdT1IiDGNFWYmkX4YSBVAkxofecXLoRq\nGsQ8G+lfDjgDV87vS0NMYQHQwz4JsEgaJorsadNUwdiWo9FNFypml6dNmdERsXcJ\nCSkAUrcukaIC++t+e/Iw/DI5WxRohLP2uN9GLLFHR5EILdYGPElGhK7dC5DpCmTb\njoTrmQIDAQABoz8wPTAtBgNVHREEJjAkgglzbWl0aGkwMDaCEWRhc2hib2FyZF9z\nZXJ2ZXJzhwSsFQ8GMAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggIBAJWm\nuLRMz7tNTf08xKbu6bKHajRjMXDLmE5N7oJpnB5rTZoF717WrnwnhNXQrmdCMpBY\neBOePZxzatolAWTsztl3B3QBhCHcGkW7rqYZ7CYGDpb5XfpCQeDm7CLUGhsYcQQV\n/dqWB9Uk8VVzuFB0jHeK1n6lhJTKJOcY4mYiIdxCzdm/u4m4hPnEzq19UGci+KAY\nUdPrJRzWnZKgYlgpnyTE6beSDa2Cq/lU/DYXC9dOSYGN/hjKjA0JhUIyN8FFCLbY\nae8Lkd0hnr139GutkLMRu85jcEu9RR4dQ2bz+uonCZv+hANifFUCNN+ip0j/BhWv\nKwEy53YE/Txd5NUaKpKcuEbJdcjGtIK/hdYsmY+Os1p73Q6ZKwOibsjn1/Dz7Z/G\ngJ3iXgMiWPwrH8xFa/yZgdUoJGGlNn9WOpy8z5v4j1+Z5WhJHO9c3JgriQb6SHYI\nVtF0KYilGUZhI+qB4Yoqz/1OmOeSQkPw0Y9Nlth/IV93C9K94IfDIGPY0kGPdAId\nAtAykEQunSQu/x0EO5shK2I97kybxSDM/IU3UTm2KongBhT95g89x5rrEU/sbbA4\n2e3vIsiAMto29FUWMXk0rJwkhLxK7nur+SQnQXpNFmlKHNMv1l3YQjAei3d2cS0v\nUAPs8HzeE2kDR7oD6bUsO++OCOLcd+DDClZcNklF\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJKAIBAAKCAgEAyd/e6UO10wbnOiIaYQW0SUVNsVXm8/xnWBEQU8f6MxlhxPZm\nLLEmetRkk+tnVwka7lxvyiERGhmCvtXnATLQh2hrA4fJ6TQYtyl0GnPtUSRaP+yt\nShIkpqMRSs4OmpWkHeUNG46caXNJGrh17h6IVQ6S7wml/Av0CSX8gFsv69EUUJk3\nuGfYDNQsb27nY1G/5QX+Ut90g5A0I3beKLg91pnEhRnbkRv+D/IA46GiAAaMeMd3\nF5of8XQ1dKFm15TtrXkhvcrv52MZAx78Z/51Bu5UYrFanBDBbO5g6UvrsDS/jrTD\nEoq8jr1/RXjgrx9VHeZOBAyApCqyughSTlGMMdXIkTsZI21/4UUVG9L8qoW8SJOJ\ndlvri/8UriVzr0Y1R4QabxjFlqUVwKNkZ/2H5SgY8ji1Dct/KAbI1Tm0Zz1b0uup\nBDTIeNICz4vmqZJcO8aaPd8imd4zCX0pJD7qGo6HzRWZZ4DDZcPMiOcyJtvmK5uA\n6PqzBL7AVMiikieijTt75k3U9SIgxjRVmJpF+GEgVQJMaH3nFy6EahrEPBvpXw44\nA1fO70tDTGEB0MM+CbBIGiaK7GnTVMHYlqPRTRcqZpenTZnREbF3CQkpAFK3LpGi\nAvvrfnvyMPwyOVsUaISz9rjfRiyxR0eRCC3WBjxJRoSu3QuQ6Qpk246E65kCAwEA\nAQKCAgAwTDrZJSV5vQOSMXmNL9+vzgBmBo7QXdldxQtaeBRAqHhvNqJAXAvARFNh\n3maleJy0XXIzclDUpTjWLnfrnfwtAUrlF9YzUI7/N1A7SfQDv0ZGV/onqAqTwZzQ\nAFeXHWkb6+KEbsy2H+pkFbDFTRHCA9Acl3raQAPdMnTkQqzG5wlMtTOTD2ktvI97\nA5YheXwHL7Vmn2aRWW1X9Mb3CAlnb/eH/qU85O0WZIhY7aFED00JUnOINowg6PQn\nGLxxpIRuxfXQIh7ehaOEzyOFP+hAxcFzsUnj39BfHvMZrdvQFvajjlTDeWTeY7Dw\n7pgW3dCv7BtLNbCLVlnXT0ldyn3XOzj+sDvRBPk7sgrHT32P8nQ/dpYIM9ASJYQh\nXtfjVjWGwylCZlaCaCkKMRq+Hj+m0Dti23fFfohF4MRXplRmo/r4LhGk5odj/w2Z\nmQ2Wsina1Ib0Fq6Lrvj9Dwqi+n84Ph5Wj2SgpZkSg0Xr6Q4z0EyDV5pNoFvU3hh0\nShwxgfUZ5KyB+NPxZJpH6eDWn7OUIWnCNFj4l7T8Nm7zKykmrRSuVf9iC1/dRtcT\nlCldItmOJlwPyu4/kR7jenzSyauyBymqtxuoe82R4QZjE4EOdKYJhwRmby/RfQda\nNdTnZMWZuVruhLkbI8wXyplK1dk7P7yoEeTdFqUym92EZoW1mQKCAQEA+TnrLERl\nsdFN/SobI0tiqQsJNwETA8bHo01HZ1PpuMFDbk2Vnqd1HeAhBFkLhCPqw5Sr4xv+\nJB8bidFEGbidK6QuX8MXKdVQQpM6DuOt9PI6TB83isWBIwsvLp3dmBq0nqHDm6Jg\nsG0F3vkG9nrbCg5gGWBOvdDPn8CIxFXI3J+//4bNc/4LpYi7OH3DWrk5rGM0c51u\n9Oo77BZRbVUKywXJOUtrQpr+xTVuhUSCDX+98hk69b9vDIzqQH8BQbxXIh8UYPJI\n7sXxqe0/f3whiStNr5kYX1dRTIdqnOPPsvgCBqRWsjOJUNV22eKHcQ4K4rrj/hu7\n3ib2Gn05srYvfQKCAQEAz1x8OWuIndLkX3ZGW4uCVDgzOZnizdD+W+OAhgUn2RUT\nGlz97PKEdYtiPtrI3Ig7NoMQqVyaSj3Hnrg6OsRqp+ZibfDdlh3rJ7mRSBe20y2g\n4aFXqRlPE0thQe+2JZg5pPsH2zSvYPeNrWvijD7i5NWKHdgfevGEwenWxGE76A0I\ndMLGVBsjon6MRmvDo4y3DHtu8Rmfv+9laYOt2QfP+n0TxpPKYdwhVHzVsvjGHUUi\nARJSTfqTs6/MIHGnPKLU2SeJSdxdbDEMxSgAvcfolIZAO2bx2exwDAfi3j9MYSER\n6S4mjN531nmfMOtOTxx9MwrO7aYDGlKnfzi7iEKfTQKCAQEAvZ7innifwy4Tn2YU\n5cKqmyEpbq8jj4EDTe0zQZunvQlWS6s+Bks0oXlwxYUWbQCC0zHfodkfgM4mPrJ4\nlPVQp+6v1e5yRkLlYPHxf3idVzuhPV+W+7+PpGETEe3MtrjC6dr8IALoe/NHP0HL\nmWcaFsmfNk9/OY6RGeP8ax01yR7Gjx06XmFQ7S5d+/o702AQUGfedYS38iHxW4wT\nghLtNlD9q9kFD9UruFIR99WK+chSdcvafzWawTrJ1C6Nfz1UMkLhV22gLgNu/jHj\nWRTR0zKeVdcuowOleIujgyEVWv61U+ZfjBAIDveLCPYAxPTBNYaqhyEEzF5qavcS\nGjXhZQKCAQAVY4zMv3LQFLjJwAFx3+oJleJyxpTGdhBGmijfqhh6I9pclcr7beiL\n11zC7v5ZARRagxps3chscALvNEGNXkVCHFl6zaWNnnhrGJELxqZtEf/ORj4sixfE\n/bmCe59mMVWA1wPwcHbGocJTaRVtMe9le0FL4sccf10aQ2yLxRvQy8dbg9vBQStj\nz3nYqbT8Yb9f4juHUwVPXvou8A42nL+vLsejbAssHPCzLk08sLx+uGrRgXpL4NTr\na+66Sf7eGk2qOJHItJpOVqDilUW+TaiH6XEmr2+y8th75TRZiF3whuC6FLCVRz1F\nOjZZbWwebOndIfhGOyGGzY/JZ6iwXW7hAoIBAH1PIzP/l2rALuiTaxtlS/LpeO0m\n+hQCKakCp8JPGsLaupX2l+KxBJVmYGeI5j35TjKPCgYLIcg0kZGSR3ut15xne36H\nuIVKVHT6OWldXGmFiqbu00WiDh22g9MJXo4fiSYGSxXHgpwisISoqfR5WkRrrFmc\nysCx60TdoakKInq+vVtfTXXsB6ZQlb8+OIBeBByw1gYjcogvvF90PeEY8HJZ0xeI\nvy/Mbzu0mcRs+yjk6M5Pl5MFkGjcapF50qqLu250KzUY/KBUNPsxbdwHvv2pbJFn\nOQkmXcmI7G89gCCfcL+Ia5BRIWUrLv8JpyFOcpxVmLjLWIZLr7md3jgw4Do=\n-----END RSA PRIVATE KEY-----\n"} 2024-09-10T16:27:04.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:04 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:05.370 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout SSL certificate updated 2024-09-10T16:27:06.009 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:05 smithi006 ceph-mon[30478]: from='client.14162 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:27:06.010 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:05 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:06.973 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2024-09-10T16:27:06.973 INFO:teuthology.orchestra.run.smithi006.stdout:Creating initial admin user... 2024-09-10T16:27:07.223 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:07 smithi006 ceph-mon[30478]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:27:07.223 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:07 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:08.864 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$S5HV5uQT8TvNnTzQxEi1oer0YGfHHbpTpCysJog6.KkIUehOoOqA.", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1725985628, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-10T16:27:08.864 INFO:teuthology.orchestra.run.smithi006.stdout:Fetching dashboard port number... 2024-09-10T16:27:09.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:09 smithi006 ceph-mon[30478]: 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-09-10T16:27:09.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:09 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:10.103 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stdout 8443 2024-09-10T16:27:10.113 INFO:teuthology.orchestra.run.smithi006.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-10T16:27:10.113 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stdout disabled 2024-09-10T16:27:10.120 INFO:teuthology.orchestra.run.smithi006.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-10T16:27:10.120 INFO:teuthology.orchestra.run.smithi006.stdout:systemctl: stdout inactive 2024-09-10T16:27:10.120 INFO:teuthology.orchestra.run.smithi006.stdout:firewalld.service is not enabled 2024-09-10T16:27:10.121 INFO:teuthology.orchestra.run.smithi006.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-10T16:27:10.122 INFO:teuthology.orchestra.run.smithi006.stdout:Ceph Dashboard is now available at: 2024-09-10T16:27:10.122 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:27:10.123 INFO:teuthology.orchestra.run.smithi006.stdout: URL: https://smithi006.front.sepia.ceph.com:8443/ 2024-09-10T16:27:10.123 INFO:teuthology.orchestra.run.smithi006.stdout: User: admin 2024-09-10T16:27:10.123 INFO:teuthology.orchestra.run.smithi006.stdout: Password: zzuw9uk25a 2024-09-10T16:27:10.123 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:27:10.123 INFO:teuthology.orchestra.run.smithi006.stdout:Saving cluster configuration to /var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/config directory 2024-09-10T16:27:10.365 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:10 smithi006 ceph-mon[30478]: from='client.? 172.21.15.6:0/3648729619' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2024-09-10T16:27:11.436 INFO:teuthology.orchestra.run.smithi006.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-10T16:27:11.436 INFO:teuthology.orchestra.run.smithi006.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-10T16:27:11.436 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:27:11.436 INFO:teuthology.orchestra.run.smithi006.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-10T16:27:11.436 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:27:11.436 INFO:teuthology.orchestra.run.smithi006.stdout:Or, if you are only running a single cluster on this host: 2024-09-10T16:27:11.436 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:27:11.436 INFO:teuthology.orchestra.run.smithi006.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-10T16:27:11.437 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:27:11.437 INFO:teuthology.orchestra.run.smithi006.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-10T16:27:11.437 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:27:11.437 INFO:teuthology.orchestra.run.smithi006.stdout: ceph telemetry on 2024-09-10T16:27:11.437 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:27:11.437 INFO:teuthology.orchestra.run.smithi006.stdout:For more information see: 2024-09-10T16:27:11.437 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:27:11.437 INFO:teuthology.orchestra.run.smithi006.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-09-10T16:27:11.437 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:27:11.437 INFO:teuthology.orchestra.run.smithi006.stdout:Bootstrap complete. 2024-09-10T16:27:11.475 INFO:tasks.cephadm:Fetching config... 2024-09-10T16:27:11.475 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2024-09-10T16:27:11.475 DEBUG:teuthology.orchestra.run.smithi006:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-10T16:27:11.492 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-10T16:27:11.492 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2024-09-10T16:27:11.492 DEBUG:teuthology.orchestra.run.smithi006:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-10T16:27:11.549 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-10T16:27:11.549 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2024-09-10T16:27:11.549 DEBUG:teuthology.orchestra.run.smithi006:> sudo dd if=/var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/mon.a/keyring of=/dev/stdout 2024-09-10T16:27:11.615 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-10T16:27:11.616 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2024-09-10T16:27:11.616 DEBUG:teuthology.orchestra.run.smithi006:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-10T16:27:11.672 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-10T16:27:11.673 DEBUG:teuthology.orchestra.run.smithi006:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCd8mjN+zIW3TUw3fRyxf3SXCRXYNfMyxVbMSUqQQpo1qFOX1IamvjefD7GE1TwY/AJA6qg45+yVWFObto4YvwK/yXFcxx8pj4/n0YYroFKLfboCM+oFs8amVrejzIHcPeWVOnG2RrrCyeTgZ8A6hma2wp1ZXskjmSNbyA50j8pwc+o2ks4y6hDLwjx3h7QUYVASBo2+y/Fyy8bbH9wHO+2ebmZR9r3iPkZqR2+hZf+bO73tSITc/s87dHNLqVeEyOEH93SVWgIKrRMMMoQIaVhutTPGWRmFCIlyiKcMROLHAss258Gg7WYkw7pN+omY1Hg/VDA8LRXkM39iGQC4FJ4aqjLE8FTByfM0had7ykXu0yuFAURHOZTCPYg+oZCYD5Ny9dllMYg8MZC7xfXZE7cqLvhibXLy02+hYKPCoCrYrpZQIw4ytT8KnvNH20D/lIrf+PK1TGDDn2Y9pESn+BXCIq4wbOcpBpvYJEUS/HcK2sRdrlbjnkatzpqUahk6ic= ceph-4020cbc8-6f91-11ef-bcea-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-10T16:27:11.747 INFO:teuthology.orchestra.run.smithi006.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCd8mjN+zIW3TUw3fRyxf3SXCRXYNfMyxVbMSUqQQpo1qFOX1IamvjefD7GE1TwY/AJA6qg45+yVWFObto4YvwK/yXFcxx8pj4/n0YYroFKLfboCM+oFs8amVrejzIHcPeWVOnG2RrrCyeTgZ8A6hma2wp1ZXskjmSNbyA50j8pwc+o2ks4y6hDLwjx3h7QUYVASBo2+y/Fyy8bbH9wHO+2ebmZR9r3iPkZqR2+hZf+bO73tSITc/s87dHNLqVeEyOEH93SVWgIKrRMMMoQIaVhutTPGWRmFCIlyiKcMROLHAss258Gg7WYkw7pN+omY1Hg/VDA8LRXkM39iGQC4FJ4aqjLE8FTByfM0had7ykXu0yuFAURHOZTCPYg+oZCYD5Ny9dllMYg8MZC7xfXZE7cqLvhibXLy02+hYKPCoCrYrpZQIw4ytT8KnvNH20D/lIrf+PK1TGDDn2Y9pESn+BXCIq4wbOcpBpvYJEUS/HcK2sRdrlbjnkatzpqUahk6ic= ceph-4020cbc8-6f91-11ef-bcea-c7b262605968 2024-09-10T16:27:11.759 DEBUG:teuthology.orchestra.run.smithi144:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCd8mjN+zIW3TUw3fRyxf3SXCRXYNfMyxVbMSUqQQpo1qFOX1IamvjefD7GE1TwY/AJA6qg45+yVWFObto4YvwK/yXFcxx8pj4/n0YYroFKLfboCM+oFs8amVrejzIHcPeWVOnG2RrrCyeTgZ8A6hma2wp1ZXskjmSNbyA50j8pwc+o2ks4y6hDLwjx3h7QUYVASBo2+y/Fyy8bbH9wHO+2ebmZR9r3iPkZqR2+hZf+bO73tSITc/s87dHNLqVeEyOEH93SVWgIKrRMMMoQIaVhutTPGWRmFCIlyiKcMROLHAss258Gg7WYkw7pN+omY1Hg/VDA8LRXkM39iGQC4FJ4aqjLE8FTByfM0had7ykXu0yuFAURHOZTCPYg+oZCYD5Ny9dllMYg8MZC7xfXZE7cqLvhibXLy02+hYKPCoCrYrpZQIw4ytT8KnvNH20D/lIrf+PK1TGDDn2Y9pESn+BXCIq4wbOcpBpvYJEUS/HcK2sRdrlbjnkatzpqUahk6ic= ceph-4020cbc8-6f91-11ef-bcea-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-10T16:27:11.836 INFO:teuthology.orchestra.run.smithi144.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCd8mjN+zIW3TUw3fRyxf3SXCRXYNfMyxVbMSUqQQpo1qFOX1IamvjefD7GE1TwY/AJA6qg45+yVWFObto4YvwK/yXFcxx8pj4/n0YYroFKLfboCM+oFs8amVrejzIHcPeWVOnG2RrrCyeTgZ8A6hma2wp1ZXskjmSNbyA50j8pwc+o2ks4y6hDLwjx3h7QUYVASBo2+y/Fyy8bbH9wHO+2ebmZR9r3iPkZqR2+hZf+bO73tSITc/s87dHNLqVeEyOEH93SVWgIKrRMMMoQIaVhutTPGWRmFCIlyiKcMROLHAss258Gg7WYkw7pN+omY1Hg/VDA8LRXkM39iGQC4FJ4aqjLE8FTByfM0had7ykXu0yuFAURHOZTCPYg+oZCYD5Ny9dllMYg8MZC7xfXZE7cqLvhibXLy02+hYKPCoCrYrpZQIw4ytT8KnvNH20D/lIrf+PK1TGDDn2Y9pESn+BXCIq4wbOcpBpvYJEUS/HcK2sRdrlbjnkatzpqUahk6ic= ceph-4020cbc8-6f91-11ef-bcea-c7b262605968 2024-09-10T16:27:11.849 DEBUG:teuthology.orchestra.run.smithi176:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCd8mjN+zIW3TUw3fRyxf3SXCRXYNfMyxVbMSUqQQpo1qFOX1IamvjefD7GE1TwY/AJA6qg45+yVWFObto4YvwK/yXFcxx8pj4/n0YYroFKLfboCM+oFs8amVrejzIHcPeWVOnG2RrrCyeTgZ8A6hma2wp1ZXskjmSNbyA50j8pwc+o2ks4y6hDLwjx3h7QUYVASBo2+y/Fyy8bbH9wHO+2ebmZR9r3iPkZqR2+hZf+bO73tSITc/s87dHNLqVeEyOEH93SVWgIKrRMMMoQIaVhutTPGWRmFCIlyiKcMROLHAss258Gg7WYkw7pN+omY1Hg/VDA8LRXkM39iGQC4FJ4aqjLE8FTByfM0had7ykXu0yuFAURHOZTCPYg+oZCYD5Ny9dllMYg8MZC7xfXZE7cqLvhibXLy02+hYKPCoCrYrpZQIw4ytT8KnvNH20D/lIrf+PK1TGDDn2Y9pESn+BXCIq4wbOcpBpvYJEUS/HcK2sRdrlbjnkatzpqUahk6ic= ceph-4020cbc8-6f91-11ef-bcea-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-10T16:27:11.900 INFO:teuthology.orchestra.run.smithi176.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCd8mjN+zIW3TUw3fRyxf3SXCRXYNfMyxVbMSUqQQpo1qFOX1IamvjefD7GE1TwY/AJA6qg45+yVWFObto4YvwK/yXFcxx8pj4/n0YYroFKLfboCM+oFs8amVrejzIHcPeWVOnG2RrrCyeTgZ8A6hma2wp1ZXskjmSNbyA50j8pwc+o2ks4y6hDLwjx3h7QUYVASBo2+y/Fyy8bbH9wHO+2ebmZR9r3iPkZqR2+hZf+bO73tSITc/s87dHNLqVeEyOEH93SVWgIKrRMMMoQIaVhutTPGWRmFCIlyiKcMROLHAss258Gg7WYkw7pN+omY1Hg/VDA8LRXkM39iGQC4FJ4aqjLE8FTByfM0had7ykXu0yuFAURHOZTCPYg+oZCYD5Ny9dllMYg8MZC7xfXZE7cqLvhibXLy02+hYKPCoCrYrpZQIw4ytT8KnvNH20D/lIrf+PK1TGDDn2Y9pESn+BXCIq4wbOcpBpvYJEUS/HcK2sRdrlbjnkatzpqUahk6ic= ceph-4020cbc8-6f91-11ef-bcea-c7b262605968 2024-09-10T16:27:11.913 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-10T16:27:12.011 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:11 smithi006 ceph-mon[30478]: from='client.? 172.21.15.6:0/2014240155' entity='client.admin' 2024-09-10T16:27:12.175 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T16:27:14.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:13 smithi006 ceph-mon[30478]: mgrmap e13: a(active, since 12s) 2024-09-10T16:27:14.329 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:13 smithi006 ceph-mon[30478]: from='client.? 172.21.15.6:0/2258443745' entity='client.admin' 2024-09-10T16:27:14.329 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:13 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:14.329 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:13 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:14.329 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:13 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi006", "name": "osd_memory_target"} : dispatch 2024-09-10T16:27:14.329 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:13 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:14.330 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:13 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:27:14.330 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:13 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:14.331 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-10T16:27:14.331 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-10T16:27:15.107 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T16:27:16.462 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi144 2024-09-10T16:27:16.462 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-09-10T16:27:16.462 DEBUG:teuthology.orchestra.run.smithi144:> dd of=/etc/ceph/ceph.conf 2024-09-10T16:27:16.481 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-09-10T16:27:16.481 DEBUG:teuthology.orchestra.run.smithi144:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-10T16:27:16.540 INFO:tasks.cephadm:Adding host smithi144 to orchestrator... 2024-09-10T16:27:16.540 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 -- ceph orch host add smithi144 2024-09-10T16:27:16.806 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T16:27:17.040 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:16 smithi006 ceph-mon[30478]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:27:17.040 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:16 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:17.040 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:16 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:27:17.040 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:16 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:27:17.040 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:16 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:27:17.040 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:16 smithi006 ceph-mon[30478]: Updating smithi006:/etc/ceph/ceph.conf 2024-09-10T16:27:17.040 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:16 smithi006 ceph-mon[30478]: Updating smithi006:/var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T16:27:17.040 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:16 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:17.040 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:16 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:17.040 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:16 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:18.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:17 smithi006 ceph-mon[30478]: Updating smithi006:/etc/ceph/ceph.client.admin.keyring 2024-09-10T16:27:18.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:17 smithi006 ceph-mon[30478]: Updating smithi006:/var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T16:27:19.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:18 smithi006 ceph-mon[30478]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi144", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:27:20.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:19 smithi006 ceph-mon[30478]: Deploying cephadm binary to smithi144 2024-09-10T16:27:21.361 INFO:teuthology.orchestra.run.smithi006.stdout:Added host 'smithi144' with addr '172.21.15.144' 2024-09-10T16:27:21.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:21 smithi006 ceph-mon[30478]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:27:21.976 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 -- ceph orch host ls --format=json 2024-09-10T16:27:22.226 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T16:27:22.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:22 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:22.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:22 smithi006 ceph-mon[30478]: Added host smithi144 2024-09-10T16:27:22.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:22 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:27:22.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:22 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:22.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:22 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:22.959 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:27:22.959 INFO:teuthology.orchestra.run.smithi006.stdout:[{"addr": "172.21.15.6", "hostname": "smithi006", "labels": [], "status": ""}, {"addr": "172.21.15.144", "hostname": "smithi144", "labels": [], "status": ""}] 2024-09-10T16:27:23.579 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi176 2024-09-10T16:27:23.580 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2024-09-10T16:27:23.580 DEBUG:teuthology.orchestra.run.smithi176:> dd of=/etc/ceph/ceph.conf 2024-09-10T16:27:23.599 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2024-09-10T16:27:23.599 DEBUG:teuthology.orchestra.run.smithi176:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-10T16:27:23.657 INFO:tasks.cephadm:Adding host smithi176 to orchestrator... 2024-09-10T16:27:23.657 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 -- ceph orch host add smithi176 2024-09-10T16:27:23.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:23 smithi006 ceph-mon[30478]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:27:23.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:23 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:23.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:23 smithi006 ceph-mon[30478]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T16:27:23.916 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T16:27:26.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:25 smithi006 ceph-mon[30478]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:27:26.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:25 smithi006 ceph-mon[30478]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi176", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:27:26.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:25 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:26.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:25 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:26.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:25 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:26.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:25 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:26.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:25 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi144", "name": "osd_memory_target"} : dispatch 2024-09-10T16:27:26.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:25 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:27:26.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:25 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:27:27.035 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:26 smithi006 ceph-mon[30478]: Updating smithi144:/etc/ceph/ceph.conf 2024-09-10T16:27:27.035 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:26 smithi006 ceph-mon[30478]: Updating smithi144:/var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T16:27:27.035 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:26 smithi006 ceph-mon[30478]: Deploying cephadm binary to smithi176 2024-09-10T16:27:27.035 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:26 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:27.035 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:26 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:27.035 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:26 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:28.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:27 smithi006 ceph-mon[30478]: Updating smithi144:/etc/ceph/ceph.client.admin.keyring 2024-09-10T16:27:28.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:27 smithi006 ceph-mon[30478]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:27:28.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:27 smithi006 ceph-mon[30478]: Updating smithi144:/var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T16:27:28.650 INFO:teuthology.orchestra.run.smithi006.stdout:Added host 'smithi176' with addr '172.21.15.176' 2024-09-10T16:27:29.234 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 -- ceph orch host ls --format=json 2024-09-10T16:27:29.491 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T16:27:29.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:29 smithi006 ceph-mon[30478]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:27:29.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:29 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:29.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:29 smithi006 ceph-mon[30478]: Added host smithi176 2024-09-10T16:27:29.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:29 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:27:29.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:29 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:29.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:29 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:30.114 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:27:30.114 INFO:teuthology.orchestra.run.smithi006.stdout:[{"addr": "172.21.15.6", "hostname": "smithi006", "labels": [], "status": ""}, {"addr": "172.21.15.144", "hostname": "smithi144", "labels": [], "status": ""}, {"addr": "172.21.15.176", "hostname": "smithi176", "labels": [], "status": ""}] 2024-09-10T16:27:30.877 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-10T16:27:30.877 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 -- ceph osd crush tunables default 2024-09-10T16:27:31.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:30 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:31.134 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T16:27:32.001 INFO:teuthology.orchestra.run.smithi006.stderr:adjusted tunables profile to default 2024-09-10T16:27:32.315 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:31 smithi006 ceph-mon[30478]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T16:27:32.315 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:31 smithi006 ceph-mon[30478]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:27:32.315 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:31 smithi006 ceph-mon[30478]: from='client.? 172.21.15.6:0/826411882' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-10T16:27:32.634 INFO:tasks.cephadm:Adding mon.a on smithi006 2024-09-10T16:27:32.634 INFO:tasks.cephadm:Adding mon.b on smithi144 2024-09-10T16:27:32.634 INFO:tasks.cephadm:Adding mon.c on smithi176 2024-09-10T16:27:32.634 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 -- ceph orch apply mon '3;smithi006:172.21.15.6=a;smithi144:172.21.15.144=b;smithi176:172.21.15.176=c' 2024-09-10T16:27:32.878 INFO:teuthology.orchestra.run.smithi176.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-10T16:27:32.924 INFO:teuthology.orchestra.run.smithi176.stderr:Inferring config /etc/ceph/ceph.conf 2024-09-10T16:27:33.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:33 smithi006 ceph-mon[30478]: from='client.? 172.21.15.6:0/826411882' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-10T16:27:33.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:33 smithi006 ceph-mon[30478]: osdmap e4: 0 total, 0 up, 0 in 2024-09-10T16:27:33.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:33 smithi006 ceph-mon[30478]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:27:33.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:33 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:33.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:33 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:33.384 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:33 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:33.384 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:33 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:33.384 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:33 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi176", "name": "osd_memory_target"} : dispatch 2024-09-10T16:27:33.384 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:33 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:27:33.384 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:33 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:27:33.384 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:33 smithi006 ceph-mon[30478]: Updating smithi176:/etc/ceph/ceph.conf 2024-09-10T16:27:33.678 INFO:teuthology.orchestra.run.smithi176.stdout:Scheduled mon update... 2024-09-10T16:27:34.290 DEBUG:teuthology.orchestra.run.smithi144:mon.b> sudo journalctl -f -n 0 -u ceph-4020cbc8-6f91-11ef-bcea-c7b262605968@mon.b.service 2024-09-10T16:27:34.292 DEBUG:teuthology.orchestra.run.smithi176:mon.c> sudo journalctl -f -n 0 -u ceph-4020cbc8-6f91-11ef-bcea-c7b262605968@mon.c.service 2024-09-10T16:27:34.294 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-10T16:27:34.295 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-10T16:27:35.057 INFO:teuthology.orchestra.run.smithi176.stderr:Inferring config /var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T16:27:35.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:34 smithi006 ceph-mon[30478]: Updating smithi176:/var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T16:27:35.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:34 smithi006 ceph-mon[30478]: Updating smithi176:/etc/ceph/ceph.client.admin.keyring 2024-09-10T16:27:35.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:34 smithi006 ceph-mon[30478]: Updating smithi176:/var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T16:27:35.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:34 smithi006 ceph-mon[30478]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi006:172.21.15.6=a;smithi144:172.21.15.144=b;smithi176:172.21.15.176=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:27:35.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:34 smithi006 ceph-mon[30478]: Saving service mon spec with placement smithi006:172.21.15.6=a;smithi144:172.21.15.144=b;smithi176:172.21.15.176=c;count:3 2024-09-10T16:27:35.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:34 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:35.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:34 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:35.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:34 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:35.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:34 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:35.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:34 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T16:27:35.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:34 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:27:35.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:34 smithi006 ceph-mon[30478]: Deploying daemon mon.c on smithi176 2024-09-10T16:27:35.691 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:27:35.691 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"4020cbc8-6f91-11ef-bcea-c7b262605968","modified":"2024-09-10T16:26:04.195515Z","created":"2024-09-10T16:26:04.195515Z","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.6:3300","nonce":0},{"type":"v1","addr":"172.21.15.6:6789","nonce":0}]},"addr":"172.21.15.6:6789/0","public_addr":"172.21.15.6:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-10T16:27:35.692 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2024-09-10T16:27:36.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:35 smithi006 ceph-mon[30478]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:27:36.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:35 smithi006 ceph-mon[30478]: from='client.? 172.21.15.176:0/4272588827' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T16:27:37.326 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-10T16:27:37.326 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-10T16:27:37.576 INFO:teuthology.orchestra.run.smithi176.stderr:Inferring config /var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/mon.c/config 2024-09-10T16:27:38.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:37 smithi006 ceph-mon[30478]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:27:38.524 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:27:38.524 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":1,"fsid":"4020cbc8-6f91-11ef-bcea-c7b262605968","modified":"2024-09-10T16:26:04.195515Z","created":"2024-09-10T16:26:04.195515Z","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.6:3300","nonce":0},{"type":"v1","addr":"172.21.15.6:6789","nonce":0}]},"addr":"172.21.15.6:6789/0","public_addr":"172.21.15.6:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-10T16:27:38.524 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 1 2024-09-10T16:27:38.869 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:38 smithi176 systemd[1]: Starting Ceph mon.c for 4020cbc8-6f91-11ef-bcea-c7b262605968... 2024-09-10T16:27:39.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:38 smithi006 ceph-mon[30478]: from='client.? 172.21.15.176:0/281458269' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T16:27:39.474 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 podman[33249]: 2024-09-10 16:27:39.359826606 +0000 UTC m=+0.098227739 container create e91976c221f67b1bd75014025b32d98f9d669d589eed1cc0f4f8d420d0f2d97a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mon-c, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux ) 2024-09-10T16:27:39.474 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 podman[33249]: 2024-09-10 16:27:39.277083561 +0000 UTC m=+0.015484713 image pull 542e6e6af07c2b89abb4ca6a0a4ee0f7b74b9b2e01b2470b0640b5a64ae8477c quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e 2024-09-10T16:27:39.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 podman[33249]: 2024-09-10 16:27:39.570392491 +0000 UTC m=+0.308793637 container init e91976c221f67b1bd75014025b32d98f9d669d589eed1cc0f4f8d420d0f2d97a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mon-c, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, ceph=True, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, GIT_CLEAN=True) 2024-09-10T16:27:39.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 podman[33249]: 2024-09-10 16:27:39.575197934 +0000 UTC m=+0.313599068 container start e91976c221f67b1bd75014025b32d98f9d669d589eed1cc0f4f8d420d0f2d97a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mon-c, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731) 2024-09-10T16:27:39.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: set uid:gid to 167:167 (ceph:ceph) 2024-09-10T16:27:39.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: ceph version 19.3.0-4858-gbad1f558 (bad1f558c327094897e4a32e99dd5cb4ae6ccd46) squid (dev), process ceph-mon, pid 7 2024-09-10T16:27:39.883 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: pidfile_write: ignore empty --pid-file 2024-09-10T16:27:39.883 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: load: jerasure load: lrc 2024-09-10T16:27:39.883 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: RocksDB version: 7.9.2 2024-09-10T16:27:39.883 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Git sha 0 2024-09-10T16:27:39.883 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Compile date 2024-09-10 10:24:02 2024-09-10T16:27:39.883 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: DB SUMMARY 2024-09-10T16:27:39.883 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: DB Session ID: KI70FL2PKXEPGX40JWDN 2024-09-10T16:27:39.883 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: CURRENT file: CURRENT 2024-09-10T16:27:39.883 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: IDENTITY file: IDENTITY 2024-09-10T16:27:39.883 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-09-10T16:27:39.883 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-09-10T16:27:39.884 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-09-10T16:27:39.884 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.error_if_exists: 0 2024-09-10T16:27:39.884 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.create_if_missing: 0 2024-09-10T16:27:39.884 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.paranoid_checks: 1 2024-09-10T16:27:39.884 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-10T16:27:39.884 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-10T16:27:39.884 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-10T16:27:39.884 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.env: 0x5654882b8120 2024-09-10T16:27:39.884 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.fs: PosixFileSystem 2024-09-10T16:27:39.884 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.info_log: 0x565488bcf700 2024-09-10T16:27:39.885 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.max_file_opening_threads: 16 2024-09-10T16:27:39.885 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.statistics: (nil) 2024-09-10T16:27:39.885 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.use_fsync: 0 2024-09-10T16:27:39.885 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.max_log_file_size: 0 2024-09-10T16:27:39.885 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-10T16:27:39.885 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-10T16:27:39.885 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.keep_log_file_num: 1000 2024-09-10T16:27:39.885 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.recycle_log_file_num: 0 2024-09-10T16:27:39.885 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.allow_fallocate: 1 2024-09-10T16:27:39.885 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.allow_mmap_reads: 0 2024-09-10T16:27:39.885 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.allow_mmap_writes: 0 2024-09-10T16:27:39.885 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.use_direct_reads: 0 2024-09-10T16:27:39.885 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-10T16:27:39.886 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.create_missing_column_families: 0 2024-09-10T16:27:39.886 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.db_log_dir: 2024-09-10T16:27:39.886 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.wal_dir: 2024-09-10T16:27:39.886 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-10T16:27:39.886 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-10T16:27:39.886 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-10T16:27:39.886 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-10T16:27:39.886 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-10T16:27:39.886 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-10T16:27:39.886 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.advise_random_on_open: 1 2024-09-10T16:27:39.886 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.db_write_buffer_size: 0 2024-09-10T16:27:39.886 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.write_buffer_manager: 0x565488bd3b80 2024-09-10T16:27:39.886 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-10T16:27:39.887 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-10T16:27:39.887 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-10T16:27:39.887 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.rate_limiter: (nil) 2024-09-10T16:27:39.887 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-10T16:27:39.887 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.wal_recovery_mode: 2 2024-09-10T16:27:39.887 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.enable_thread_tracking: 0 2024-09-10T16:27:39.887 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.enable_pipelined_write: 0 2024-09-10T16:27:39.887 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.unordered_write: 0 2024-09-10T16:27:39.887 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-10T16:27:39.887 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-10T16:27:39.887 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-10T16:27:39.887 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-10T16:27:39.887 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.row_cache: None 2024-09-10T16:27:39.887 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.wal_filter: None 2024-09-10T16:27:39.889 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-10T16:27:39.889 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.allow_ingest_behind: 0 2024-09-10T16:27:39.889 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.two_write_queues: 0 2024-09-10T16:27:39.889 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.manual_wal_flush: 0 2024-09-10T16:27:39.889 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.wal_compression: 0 2024-09-10T16:27:39.889 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.atomic_flush: 0 2024-09-10T16:27:39.889 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-10T16:27:39.890 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-10T16:27:39.890 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-10T16:27:39.890 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.log_readahead_size: 0 2024-09-10T16:27:39.890 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-10T16:27:39.890 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.best_efforts_recovery: 0 2024-09-10T16:27:39.890 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-10T16:27:39.890 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-10T16:27:39.890 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.allow_data_in_errors: 0 2024-09-10T16:27:39.890 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.db_host_id: __hostname__ 2024-09-10T16:27:39.890 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-10T16:27:39.890 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.max_background_jobs: 2 2024-09-10T16:27:39.890 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.max_background_compactions: -1 2024-09-10T16:27:39.890 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.max_subcompactions: 1 2024-09-10T16:27:39.891 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-10T16:27:39.891 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-10T16:27:39.891 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-10T16:27:39.891 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.max_total_wal_size: 0 2024-09-10T16:27:39.891 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-10T16:27:39.891 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-10T16:27:39.891 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-10T16:27:39.891 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-10T16:27:39.891 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.max_open_files: -1 2024-09-10T16:27:39.891 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.bytes_per_sync: 0 2024-09-10T16:27:39.891 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-10T16:27:39.891 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-10T16:27:39.891 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.compaction_readahead_size: 0 2024-09-10T16:27:39.892 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.max_background_flushes: -1 2024-09-10T16:27:39.892 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Compression algorithms supported: 2024-09-10T16:27:39.892 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: kZSTD supported: 0 2024-09-10T16:27:39.892 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: kXpressCompression supported: 0 2024-09-10T16:27:39.892 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: kBZip2Compression supported: 0 2024-09-10T16:27:39.892 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-10T16:27:39.892 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: kLZ4Compression supported: 1 2024-09-10T16:27:39.892 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: kZlibCompression supported: 1 2024-09-10T16:27:39.892 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: kLZ4HCCompression supported: 1 2024-09-10T16:27:39.892 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: kSnappyCompression supported: 1 2024-09-10T16:27:39.892 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-10T16:27:39.892 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-10T16:27:39.892 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-09-10T16:27:39.892 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-10T16:27:39.893 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-10T16:27:39.893 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.merge_operator: 2024-09-10T16:27:39.893 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.compaction_filter: None 2024-09-10T16:27:39.893 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.compaction_filter_factory: None 2024-09-10T16:27:39.893 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.sst_partitioner_factory: None 2024-09-10T16:27:39.893 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-10T16:27:39.893 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-10T16:27:39.893 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x565488bcf320) 2024-09-10T16:27:39.893 INFO:journalctl@ceph.mon.c.smithi176.stdout: cache_index_and_filter_blocks: 1 2024-09-10T16:27:39.893 INFO:journalctl@ceph.mon.c.smithi176.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-10T16:27:39.893 INFO:journalctl@ceph.mon.c.smithi176.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-10T16:27:39.893 INFO:journalctl@ceph.mon.c.smithi176.stdout: pin_top_level_index_and_filter: 1 2024-09-10T16:27:39.893 INFO:journalctl@ceph.mon.c.smithi176.stdout: index_type: 0 2024-09-10T16:27:39.893 INFO:journalctl@ceph.mon.c.smithi176.stdout: data_block_index_type: 0 2024-09-10T16:27:39.894 INFO:journalctl@ceph.mon.c.smithi176.stdout: index_shortening: 1 2024-09-10T16:27:39.894 INFO:journalctl@ceph.mon.c.smithi176.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-10T16:27:39.894 INFO:journalctl@ceph.mon.c.smithi176.stdout: checksum: 4 2024-09-10T16:27:39.894 INFO:journalctl@ceph.mon.c.smithi176.stdout: no_block_cache: 0 2024-09-10T16:27:39.894 INFO:journalctl@ceph.mon.c.smithi176.stdout: block_cache: 0x565488bc3610 2024-09-10T16:27:39.894 INFO:journalctl@ceph.mon.c.smithi176.stdout: block_cache_name: BinnedLRUCache 2024-09-10T16:27:39.894 INFO:journalctl@ceph.mon.c.smithi176.stdout: block_cache_options: 2024-09-10T16:27:39.894 INFO:journalctl@ceph.mon.c.smithi176.stdout: capacity : 536870912 2024-09-10T16:27:39.894 INFO:journalctl@ceph.mon.c.smithi176.stdout: num_shard_bits : 4 2024-09-10T16:27:39.894 INFO:journalctl@ceph.mon.c.smithi176.stdout: strict_capacity_limit : 0 2024-09-10T16:27:39.894 INFO:journalctl@ceph.mon.c.smithi176.stdout: high_pri_pool_ratio: 0.000 2024-09-10T16:27:39.894 INFO:journalctl@ceph.mon.c.smithi176.stdout: block_cache_compressed: (nil) 2024-09-10T16:27:39.894 INFO:journalctl@ceph.mon.c.smithi176.stdout: persistent_cache: (nil) 2024-09-10T16:27:39.895 INFO:journalctl@ceph.mon.c.smithi176.stdout: block_size: 4096 2024-09-10T16:27:39.895 INFO:journalctl@ceph.mon.c.smithi176.stdout: block_size_deviation: 10 2024-09-10T16:27:39.895 INFO:journalctl@ceph.mon.c.smithi176.stdout: block_restart_interval: 16 2024-09-10T16:27:39.895 INFO:journalctl@ceph.mon.c.smithi176.stdout: index_block_restart_interval: 1 2024-09-10T16:27:39.895 INFO:journalctl@ceph.mon.c.smithi176.stdout: metadata_block_size: 4096 2024-09-10T16:27:39.895 INFO:journalctl@ceph.mon.c.smithi176.stdout: partition_filters: 0 2024-09-10T16:27:39.895 INFO:journalctl@ceph.mon.c.smithi176.stdout: use_delta_encoding: 1 2024-09-10T16:27:39.895 INFO:journalctl@ceph.mon.c.smithi176.stdout: filter_policy: bloomfilter 2024-09-10T16:27:39.895 INFO:journalctl@ceph.mon.c.smithi176.stdout: whole_key_filtering: 1 2024-09-10T16:27:39.895 INFO:journalctl@ceph.mon.c.smithi176.stdout: verify_compression: 0 2024-09-10T16:27:39.895 INFO:journalctl@ceph.mon.c.smithi176.stdout: read_amp_bytes_per_bit: 0 2024-09-10T16:27:39.895 INFO:journalctl@ceph.mon.c.smithi176.stdout: format_version: 5 2024-09-10T16:27:39.895 INFO:journalctl@ceph.mon.c.smithi176.stdout: enable_index_compression: 1 2024-09-10T16:27:39.895 INFO:journalctl@ceph.mon.c.smithi176.stdout: block_align: 0 2024-09-10T16:27:39.896 INFO:journalctl@ceph.mon.c.smithi176.stdout: max_auto_readahead_size: 262144 2024-09-10T16:27:39.896 INFO:journalctl@ceph.mon.c.smithi176.stdout: prepopulate_block_cache: 0 2024-09-10T16:27:39.896 INFO:journalctl@ceph.mon.c.smithi176.stdout: initial_auto_readahead_size: 8192 2024-09-10T16:27:39.896 INFO:journalctl@ceph.mon.c.smithi176.stdout: num_file_reads_for_auto_readahead: 2 2024-09-10T16:27:39.896 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.write_buffer_size: 33554432 2024-09-10T16:27:39.896 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.max_write_buffer_number: 2 2024-09-10T16:27:39.896 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.compression: NoCompression 2024-09-10T16:27:39.896 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.bottommost_compression: Disabled 2024-09-10T16:27:39.896 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.prefix_extractor: nullptr 2024-09-10T16:27:39.896 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-10T16:27:39.896 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.num_levels: 7 2024-09-10T16:27:39.896 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-10T16:27:39.897 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-10T16:27:39.897 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-10T16:27:39.897 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-10T16:27:39.897 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-10T16:27:39.897 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-10T16:27:39.897 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-10T16:27:39.897 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-10T16:27:39.897 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-10T16:27:39.897 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-10T16:27:39.897 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-10T16:27:39.897 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-10T16:27:39.897 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-10T16:27:39.897 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.compression_opts.level: 32767 2024-09-10T16:27:39.898 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.compression_opts.strategy: 0 2024-09-10T16:27:39.898 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-10T16:27:39.898 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-10T16:27:39.898 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-10T16:27:39.898 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-10T16:27:39.898 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.compression_opts.enabled: false 2024-09-10T16:27:39.898 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-10T16:27:39.898 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-10T16:27:39.898 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-10T16:27:39.898 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-10T16:27:39.898 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.target_file_size_base: 67108864 2024-09-10T16:27:39.898 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-10T16:27:39.898 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-10T16:27:39.898 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-10T16:27:39.899 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-10T16:27:39.899 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-10T16:27:39.899 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-10T16:27:39.899 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-10T16:27:39.899 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-10T16:27:39.899 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-10T16:27:39.899 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-10T16:27:39.899 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-10T16:27:39.899 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-10T16:27:39.899 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-10T16:27:39.899 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-10T16:27:39.899 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.arena_block_size: 1048576 2024-09-10T16:27:39.899 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-10T16:27:39.899 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-10T16:27:39.900 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.disable_auto_compactions: 0 2024-09-10T16:27:39.900 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-10T16:27:39.900 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-10T16:27:39.900 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-10T16:27:39.900 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-10T16:27:39.900 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-10T16:27:39.900 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-10T16:27:39.900 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-10T16:27:39.900 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-10T16:27:39.900 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-10T16:27:39.900 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-10T16:27:39.900 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-10T16:27:39.900 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.inplace_update_support: 0 2024-09-10T16:27:39.900 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-10T16:27:39.901 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-10T16:27:39.901 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-10T16:27:39.901 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-10T16:27:39.901 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.bloom_locality: 0 2024-09-10T16:27:39.901 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.max_successive_merges: 0 2024-09-10T16:27:39.901 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-10T16:27:39.901 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.paranoid_file_checks: 0 2024-09-10T16:27:39.901 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.force_consistency_checks: 1 2024-09-10T16:27:39.901 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.report_bg_io_stats: 0 2024-09-10T16:27:39.901 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.ttl: 2592000 2024-09-10T16:27:39.901 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-10T16:27:39.901 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-10T16:27:39.901 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-10T16:27:39.901 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.enable_blob_files: false 2024-09-10T16:27:39.902 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.min_blob_size: 0 2024-09-10T16:27:39.902 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.blob_file_size: 268435456 2024-09-10T16:27:39.902 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-10T16:27:39.902 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-10T16:27:39.902 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-10T16:27:39.902 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-10T16:27:39.902 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-10T16:27:39.902 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.blob_file_starting_level: 0 2024-09-10T16:27:39.902 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-10T16:27:39.902 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-10T16:27:39.902 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-10T16:27:39.902 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 06a16be6-1a82-495d-824f-fac9725f0a66 2024-09-10T16:27:39.902 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725985659602489, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-10T16:27:39.902 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-09-10T16:27:39.903 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725985659602897, "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": 1725985659, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "06a16be6-1a82-495d-824f-fac9725f0a66", "db_session_id": "KI70FL2PKXEPGX40JWDN", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-09-10T16:27:39.903 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725985659603005, "job": 1, "event": "recovery_finished"} 2024-09-10T16:27:39.903 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-09-10T16:27:39.903 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-10T16:27:39.903 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x565488bf2e00 2024-09-10T16:27:39.903 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: DB pointer 0x565488cf4000 2024-09-10T16:27:39.903 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-10T16:27:39.903 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-10T16:27:39.903 INFO:journalctl@ceph.mon.c.smithi176.stdout: ** DB Stats ** 2024-09-10T16:27:39.903 INFO:journalctl@ceph.mon.c.smithi176.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T16:27:39.903 INFO:journalctl@ceph.mon.c.smithi176.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-10T16:27:39.903 INFO:journalctl@ceph.mon.c.smithi176.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-10T16:27:39.903 INFO:journalctl@ceph.mon.c.smithi176.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T16:27:39.903 INFO:journalctl@ceph.mon.c.smithi176.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-10T16:27:39.904 INFO:journalctl@ceph.mon.c.smithi176.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-10T16:27:39.904 INFO:journalctl@ceph.mon.c.smithi176.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T16:27:39.904 INFO:journalctl@ceph.mon.c.smithi176.stdout: 2024-09-10T16:27:39.904 INFO:journalctl@ceph.mon.c.smithi176.stdout: ** Compaction Stats [default] ** 2024-09-10T16:27:39.904 INFO:journalctl@ceph.mon.c.smithi176.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-10T16:27:39.904 INFO:journalctl@ceph.mon.c.smithi176.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-10T16:27:39.904 INFO:journalctl@ceph.mon.c.smithi176.stdout: 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.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-10T16:27:39.904 INFO:journalctl@ceph.mon.c.smithi176.stdout: 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.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-10T16:27:39.904 INFO:journalctl@ceph.mon.c.smithi176.stdout: 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.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-10T16:27:39.904 INFO:journalctl@ceph.mon.c.smithi176.stdout: 2024-09-10T16:27:39.904 INFO:journalctl@ceph.mon.c.smithi176.stdout: ** Compaction Stats [default] ** 2024-09-10T16:27:39.904 INFO:journalctl@ceph.mon.c.smithi176.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-10T16:27:39.904 INFO:journalctl@ceph.mon.c.smithi176.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T16:27:39.905 INFO:journalctl@ceph.mon.c.smithi176.stdout: 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.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-10T16:27:39.905 INFO:journalctl@ceph.mon.c.smithi176.stdout: 2024-09-10T16:27:39.905 INFO:journalctl@ceph.mon.c.smithi176.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-10T16:27:39.905 INFO:journalctl@ceph.mon.c.smithi176.stdout: 2024-09-10T16:27:39.905 INFO:journalctl@ceph.mon.c.smithi176.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T16:27:39.905 INFO:journalctl@ceph.mon.c.smithi176.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-10T16:27:39.905 INFO:journalctl@ceph.mon.c.smithi176.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T16:27:39.905 INFO:journalctl@ceph.mon.c.smithi176.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T16:27:39.905 INFO:journalctl@ceph.mon.c.smithi176.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T16:27:39.905 INFO:journalctl@ceph.mon.c.smithi176.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-10T16:27:39.905 INFO:journalctl@ceph.mon.c.smithi176.stdout: Cumulative compaction: 0.00 GB write, 0.63 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T16:27:39.905 INFO:journalctl@ceph.mon.c.smithi176.stdout: Interval compaction: 0.00 GB write, 0.63 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T16:27:39.905 INFO:journalctl@ceph.mon.c.smithi176.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-10T16:27:39.905 INFO:journalctl@ceph.mon.c.smithi176.stdout: Block cache BinnedLRUCache@0x565488bc3610#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 8e-06 secs_since: 0 2024-09-10T16:27:39.906 INFO:journalctl@ceph.mon.c.smithi176.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-09-10T16:27:39.906 INFO:journalctl@ceph.mon.c.smithi176.stdout: 2024-09-10T16:27:39.906 INFO:journalctl@ceph.mon.c.smithi176.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-10T16:27:39.906 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: mon.c does not exist in monmap, will attempt to join an existing cluster 2024-09-10T16:27:39.906 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: using public_addr v2:172.21.15.176:0/0 -> [v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0] 2024-09-10T16:27:39.906 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: starting mon.c rank -1 at public addrs [v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0] at bind addrs [v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 2024-09-10T16:27:39.906 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: mon.c@-1(???) e0 preinit fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 2024-09-10T16:27:39.906 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: mon.c@-1(synchronizing).mds e1 new map 2024-09-10T16:27:39.906 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: mon.c@-1(synchronizing).mds e1 print_map 2024-09-10T16:27:39.906 INFO:journalctl@ceph.mon.c.smithi176.stdout: e1 2024-09-10T16:27:39.906 INFO:journalctl@ceph.mon.c.smithi176.stdout: btime 2024-09-10T16:26:07:212163+0000 2024-09-10T16:27:39.906 INFO:journalctl@ceph.mon.c.smithi176.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-10T16:27:39.906 INFO:journalctl@ceph.mon.c.smithi176.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-09-10T16:27:39.906 INFO:journalctl@ceph.mon.c.smithi176.stdout: legacy client fscid: -1 2024-09-10T16:27:39.907 INFO:journalctl@ceph.mon.c.smithi176.stdout: 2024-09-10T16:27:39.907 INFO:journalctl@ceph.mon.c.smithi176.stdout: No filesystems configured 2024-09-10T16:27:39.907 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-10T16:27:39.907 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-09-10T16:27:39.907 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-10T16:27:39.907 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-10T16:27:39.907 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-10T16:27:39.907 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-10T16:27:39.907 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-10T16:27:39.907 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T16:27:39.907 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T16:27:39.907 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T16:27:39.907 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: Updating smithi144:/etc/ceph/ceph.client.admin.keyring 2024-09-10T16:27:39.907 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:27:39.907 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: Updating smithi144:/var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T16:27:39.908 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:27:39.908 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:39.908 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: Added host smithi176 2024-09-10T16:27:39.908 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:27:39.908 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:39.908 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:39.908 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:39.908 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T16:27:39.908 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:27:39.908 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: from='client.? 172.21.15.6:0/826411882' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-10T16:27:39.908 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: from='client.? 172.21.15.6:0/826411882' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-10T16:27:39.908 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: osdmap e4: 0 total, 0 up, 0 in 2024-09-10T16:27:39.909 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:27:39.909 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:39.909 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:39.909 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:39.909 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:39.909 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi176", "name": "osd_memory_target"} : dispatch 2024-09-10T16:27:39.909 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:27:39.909 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:27:39.909 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: Updating smithi176:/etc/ceph/ceph.conf 2024-09-10T16:27:39.909 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: Updating smithi176:/var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T16:27:39.909 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: Updating smithi176:/etc/ceph/ceph.client.admin.keyring 2024-09-10T16:27:39.909 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: Updating smithi176:/var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T16:27:39.909 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi006:172.21.15.6=a;smithi144:172.21.15.144=b;smithi176:172.21.15.176=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:27:39.909 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: Saving service mon spec with placement smithi006:172.21.15.6=a;smithi144:172.21.15.144=b;smithi176:172.21.15.176=c;count:3 2024-09-10T16:27:39.910 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:39.910 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:39.910 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:39.910 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:39.910 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T16:27:39.910 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:27:39.910 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: Deploying daemon mon.c on smithi176 2024-09-10T16:27:39.910 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:27:39.910 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: from='client.? 172.21.15.176:0/4272588827' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T16:27:39.910 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:27:39.910 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: from='client.? 172.21.15.176:0/281458269' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T16:27:39.910 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 ceph-mon[33286]: mon.c@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-09-10T16:27:39.910 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 bash[33249]: e91976c221f67b1bd75014025b32d98f9d669d589eed1cc0f4f8d420d0f2d97a 2024-09-10T16:27:39.910 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:39 smithi176 systemd[1]: Started Ceph mon.c for 4020cbc8-6f91-11ef-bcea-c7b262605968. 2024-09-10T16:27:40.163 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-10T16:27:40.163 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-10T16:27:40.418 INFO:teuthology.orchestra.run.smithi176.stderr:Inferring config /var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/mon.c/config 2024-09-10T16:27:45.002 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:44 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T16:27:45.002 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:44 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T16:27:45.002 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:44 smithi176 ceph-mon[33286]: mon.a calling monitor election 2024-09-10T16:27:45.002 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:44 smithi176 ceph-mon[33286]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:27:45.003 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:44 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T16:27:45.003 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:44 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T16:27:45.003 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:44 smithi176 ceph-mon[33286]: mon.c calling monitor election 2024-09-10T16:27:45.003 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:44 smithi176 ceph-mon[33286]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:27:45.003 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:44 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T16:27:45.004 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:44 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T16:27:45.004 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:44 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T16:27:45.004 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:44 smithi176 ceph-mon[33286]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-10T16:27:45.004 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:44 smithi176 ceph-mon[33286]: monmap epoch 2 2024-09-10T16:27:45.005 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:44 smithi176 ceph-mon[33286]: fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 2024-09-10T16:27:45.005 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:44 smithi176 ceph-mon[33286]: last_changed 2024-09-10T16:27:39.627411+0000 2024-09-10T16:27:45.005 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:44 smithi176 ceph-mon[33286]: created 2024-09-10T16:26:04.195515+0000 2024-09-10T16:27:45.006 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:44 smithi176 ceph-mon[33286]: min_mon_release 19 (squid) 2024-09-10T16:27:45.006 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:44 smithi176 ceph-mon[33286]: election_strategy: 1 2024-09-10T16:27:45.006 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:44 smithi176 ceph-mon[33286]: 0: [v2:172.21.15.6:3300/0,v1:172.21.15.6:6789/0] mon.a 2024-09-10T16:27:45.006 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:44 smithi176 ceph-mon[33286]: 1: [v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0] mon.c 2024-09-10T16:27:45.007 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:44 smithi176 ceph-mon[33286]: fsmap 2024-09-10T16:27:45.007 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:44 smithi176 ceph-mon[33286]: osdmap e4: 0 total, 0 up, 0 in 2024-09-10T16:27:45.007 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:44 smithi176 ceph-mon[33286]: mgrmap e13: a(active, since 44s) 2024-09-10T16:27:45.007 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:44 smithi176 ceph-mon[33286]: overall HEALTH_OK 2024-09-10T16:27:45.008 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:44 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:45.008 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:44 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:45.008 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:44 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:45.008 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:44 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T16:27:45.008 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:44 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:27:45.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:44 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T16:27:45.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:44 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T16:27:45.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:44 smithi006 ceph-mon[30478]: mon.a calling monitor election 2024-09-10T16:27:45.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:44 smithi006 ceph-mon[30478]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:27:45.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:44 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T16:27:45.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:44 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T16:27:45.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:44 smithi006 ceph-mon[30478]: mon.c calling monitor election 2024-09-10T16:27:45.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:44 smithi006 ceph-mon[30478]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:27:45.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:44 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T16:27:45.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:44 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T16:27:45.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:44 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T16:27:45.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:44 smithi006 ceph-mon[30478]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-10T16:27:45.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:44 smithi006 ceph-mon[30478]: monmap epoch 2 2024-09-10T16:27:45.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:44 smithi006 ceph-mon[30478]: fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 2024-09-10T16:27:45.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:44 smithi006 ceph-mon[30478]: last_changed 2024-09-10T16:27:39.627411+0000 2024-09-10T16:27:45.135 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:44 smithi006 ceph-mon[30478]: created 2024-09-10T16:26:04.195515+0000 2024-09-10T16:27:45.135 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:44 smithi006 ceph-mon[30478]: min_mon_release 19 (squid) 2024-09-10T16:27:45.135 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:44 smithi006 ceph-mon[30478]: election_strategy: 1 2024-09-10T16:27:45.135 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:44 smithi006 ceph-mon[30478]: 0: [v2:172.21.15.6:3300/0,v1:172.21.15.6:6789/0] mon.a 2024-09-10T16:27:45.135 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:44 smithi006 ceph-mon[30478]: 1: [v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0] mon.c 2024-09-10T16:27:45.135 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:44 smithi006 ceph-mon[30478]: fsmap 2024-09-10T16:27:45.135 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:44 smithi006 ceph-mon[30478]: osdmap e4: 0 total, 0 up, 0 in 2024-09-10T16:27:45.135 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:44 smithi006 ceph-mon[30478]: mgrmap e13: a(active, since 44s) 2024-09-10T16:27:45.135 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:44 smithi006 ceph-mon[30478]: overall HEALTH_OK 2024-09-10T16:27:45.135 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:44 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:45.136 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:44 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:45.136 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:44 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:45.136 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:44 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T16:27:45.136 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:44 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:27:45.549 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:27:45.549 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":2,"fsid":"4020cbc8-6f91-11ef-bcea-c7b262605968","modified":"2024-09-10T16:27:39.627411Z","created":"2024-09-10T16:26:04.195515Z","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.6:3300","nonce":0},{"type":"v1","addr":"172.21.15.6:6789","nonce":0}]},"addr":"172.21.15.6:6789/0","public_addr":"172.21.15.6: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-09-10T16:27:45.550 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 2 2024-09-10T16:27:45.851 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:45 smithi176 ceph-mon[33286]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:27:45.851 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:45 smithi176 ceph-mon[33286]: Deploying daemon mon.b on smithi144 2024-09-10T16:27:45.852 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:45 smithi176 ceph-mon[33286]: from='client.? 172.21.15.176:0/1014137691' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T16:27:45.852 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:45 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T16:27:46.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:45 smithi006 ceph-mon[30478]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:27:46.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:45 smithi006 ceph-mon[30478]: Deploying daemon mon.b on smithi144 2024-09-10T16:27:46.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:45 smithi006 ceph-mon[30478]: from='client.? 172.21.15.176:0/1014137691' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T16:27:46.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:45 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T16:27:47.154 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-10T16:27:47.154 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-10T16:27:47.408 INFO:teuthology.orchestra.run.smithi176.stderr:Inferring config /var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/mon.c/config 2024-09-10T16:27:47.785 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:47 smithi176 ceph-mon[33286]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:27:48.118 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:27:48.118 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":2,"fsid":"4020cbc8-6f91-11ef-bcea-c7b262605968","modified":"2024-09-10T16:27:39.627411Z","created":"2024-09-10T16:26:04.195515Z","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.6:3300","nonce":0},{"type":"v1","addr":"172.21.15.6:6789","nonce":0}]},"addr":"172.21.15.6:6789/0","public_addr":"172.21.15.6: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-09-10T16:27:48.118 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 2 2024-09-10T16:27:48.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:47 smithi006 ceph-mon[30478]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:27:48.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 podman[33386]: 2024-09-10 16:27:48.350753428 +0000 UTC m=+0.348112387 container start 45de232fc9313b711765218893bc6b2b1862219677b3ddf2ce603e1425178070 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mon-b, GIT_CLEAN=True, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-10T16:27:48.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: set uid:gid to 167:167 (ceph:ceph) 2024-09-10T16:27:48.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: ceph version 19.3.0-4858-gbad1f558 (bad1f558c327094897e4a32e99dd5cb4ae6ccd46) squid (dev), process ceph-mon, pid 7 2024-09-10T16:27:48.374 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: pidfile_write: ignore empty --pid-file 2024-09-10T16:27:48.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: load: jerasure load: lrc 2024-09-10T16:27:48.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: RocksDB version: 7.9.2 2024-09-10T16:27:48.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Git sha 0 2024-09-10T16:27:48.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Compile date 2024-09-10 10:24:02 2024-09-10T16:27:48.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: DB SUMMARY 2024-09-10T16:27:48.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: DB Session ID: RKRHMOG7I73PSU7U6VPB 2024-09-10T16:27:48.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: CURRENT file: CURRENT 2024-09-10T16:27:48.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: IDENTITY file: IDENTITY 2024-09-10T16:27:48.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-09-10T16:27:48.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-09-10T16:27:48.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 636 ; 2024-09-10T16:27:48.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.error_if_exists: 0 2024-09-10T16:27:48.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.create_if_missing: 0 2024-09-10T16:27:48.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.paranoid_checks: 1 2024-09-10T16:27:48.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-10T16:27:48.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-10T16:27:48.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-10T16:27:48.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.env: 0x562ead149120 2024-09-10T16:27:48.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.fs: PosixFileSystem 2024-09-10T16:27:48.793 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.info_log: 0x562eaf7ef700 2024-09-10T16:27:48.793 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.max_file_opening_threads: 16 2024-09-10T16:27:48.793 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.statistics: (nil) 2024-09-10T16:27:48.793 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.use_fsync: 0 2024-09-10T16:27:48.793 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.max_log_file_size: 0 2024-09-10T16:27:48.793 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-10T16:27:48.793 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-10T16:27:48.793 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.keep_log_file_num: 1000 2024-09-10T16:27:48.793 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.recycle_log_file_num: 0 2024-09-10T16:27:48.793 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.allow_fallocate: 1 2024-09-10T16:27:48.793 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.allow_mmap_reads: 0 2024-09-10T16:27:48.794 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.allow_mmap_writes: 0 2024-09-10T16:27:48.794 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.use_direct_reads: 0 2024-09-10T16:27:48.794 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-10T16:27:48.794 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.create_missing_column_families: 0 2024-09-10T16:27:48.794 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.db_log_dir: 2024-09-10T16:27:48.794 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.wal_dir: 2024-09-10T16:27:48.794 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-10T16:27:48.794 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-10T16:27:48.794 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-10T16:27:48.794 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-10T16:27:48.796 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-10T16:27:48.796 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-10T16:27:48.796 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.advise_random_on_open: 1 2024-09-10T16:27:48.796 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.db_write_buffer_size: 0 2024-09-10T16:27:48.796 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.write_buffer_manager: 0x562eaf7f3b80 2024-09-10T16:27:48.796 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-10T16:27:48.796 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-10T16:27:48.797 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-10T16:27:48.797 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.rate_limiter: (nil) 2024-09-10T16:27:48.797 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-10T16:27:48.797 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.wal_recovery_mode: 2 2024-09-10T16:27:48.797 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.enable_thread_tracking: 0 2024-09-10T16:27:48.797 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.enable_pipelined_write: 0 2024-09-10T16:27:48.797 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.unordered_write: 0 2024-09-10T16:27:48.797 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-10T16:27:48.797 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-10T16:27:48.797 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-10T16:27:48.797 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-10T16:27:48.797 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.row_cache: None 2024-09-10T16:27:48.797 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.wal_filter: None 2024-09-10T16:27:48.798 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-10T16:27:48.798 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.allow_ingest_behind: 0 2024-09-10T16:27:48.798 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.two_write_queues: 0 2024-09-10T16:27:48.798 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.manual_wal_flush: 0 2024-09-10T16:27:48.798 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.wal_compression: 0 2024-09-10T16:27:48.798 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.atomic_flush: 0 2024-09-10T16:27:48.798 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-10T16:27:48.798 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-10T16:27:48.798 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-10T16:27:48.798 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.log_readahead_size: 0 2024-09-10T16:27:48.798 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-10T16:27:48.798 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.best_efforts_recovery: 0 2024-09-10T16:27:48.798 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-10T16:27:48.799 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-10T16:27:48.799 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.allow_data_in_errors: 0 2024-09-10T16:27:48.799 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.db_host_id: __hostname__ 2024-09-10T16:27:48.799 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-10T16:27:48.799 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.max_background_jobs: 2 2024-09-10T16:27:48.799 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.max_background_compactions: -1 2024-09-10T16:27:48.799 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.max_subcompactions: 1 2024-09-10T16:27:48.799 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-10T16:27:48.799 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-10T16:27:48.799 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-10T16:27:48.799 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.max_total_wal_size: 0 2024-09-10T16:27:48.799 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-10T16:27:48.799 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-10T16:27:48.799 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-10T16:27:48.800 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-10T16:27:48.800 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.max_open_files: -1 2024-09-10T16:27:48.800 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.bytes_per_sync: 0 2024-09-10T16:27:48.800 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-10T16:27:48.800 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-10T16:27:48.800 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.compaction_readahead_size: 0 2024-09-10T16:27:48.800 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.max_background_flushes: -1 2024-09-10T16:27:48.800 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Compression algorithms supported: 2024-09-10T16:27:48.801 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: kZSTD supported: 0 2024-09-10T16:27:48.801 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: kXpressCompression supported: 0 2024-09-10T16:27:48.801 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: kBZip2Compression supported: 0 2024-09-10T16:27:48.801 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-10T16:27:48.801 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: kLZ4Compression supported: 1 2024-09-10T16:27:48.801 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: kZlibCompression supported: 1 2024-09-10T16:27:48.801 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: kLZ4HCCompression supported: 1 2024-09-10T16:27:48.802 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: kSnappyCompression supported: 1 2024-09-10T16:27:48.802 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-10T16:27:48.802 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-10T16:27:48.802 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-09-10T16:27:48.802 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-10T16:27:48.802 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-10T16:27:48.803 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.merge_operator: 2024-09-10T16:27:48.803 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.compaction_filter: None 2024-09-10T16:27:48.803 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.compaction_filter_factory: None 2024-09-10T16:27:48.803 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.sst_partitioner_factory: None 2024-09-10T16:27:48.803 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-10T16:27:48.803 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-10T16:27:48.804 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562eaf7ef320) 2024-09-10T16:27:48.804 INFO:journalctl@ceph.mon.b.smithi144.stdout: cache_index_and_filter_blocks: 1 2024-09-10T16:27:48.804 INFO:journalctl@ceph.mon.b.smithi144.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-10T16:27:48.804 INFO:journalctl@ceph.mon.b.smithi144.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-10T16:27:48.804 INFO:journalctl@ceph.mon.b.smithi144.stdout: pin_top_level_index_and_filter: 1 2024-09-10T16:27:48.804 INFO:journalctl@ceph.mon.b.smithi144.stdout: index_type: 0 2024-09-10T16:27:48.804 INFO:journalctl@ceph.mon.b.smithi144.stdout: data_block_index_type: 0 2024-09-10T16:27:48.805 INFO:journalctl@ceph.mon.b.smithi144.stdout: index_shortening: 1 2024-09-10T16:27:48.805 INFO:journalctl@ceph.mon.b.smithi144.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-10T16:27:48.805 INFO:journalctl@ceph.mon.b.smithi144.stdout: checksum: 4 2024-09-10T16:27:48.805 INFO:journalctl@ceph.mon.b.smithi144.stdout: no_block_cache: 0 2024-09-10T16:27:48.805 INFO:journalctl@ceph.mon.b.smithi144.stdout: block_cache: 0x562eaf7e3610 2024-09-10T16:27:48.806 INFO:journalctl@ceph.mon.b.smithi144.stdout: block_cache_name: BinnedLRUCache 2024-09-10T16:27:48.806 INFO:journalctl@ceph.mon.b.smithi144.stdout: block_cache_options: 2024-09-10T16:27:48.806 INFO:journalctl@ceph.mon.b.smithi144.stdout: capacity : 536870912 2024-09-10T16:27:48.806 INFO:journalctl@ceph.mon.b.smithi144.stdout: num_shard_bits : 4 2024-09-10T16:27:48.806 INFO:journalctl@ceph.mon.b.smithi144.stdout: strict_capacity_limit : 0 2024-09-10T16:27:48.806 INFO:journalctl@ceph.mon.b.smithi144.stdout: high_pri_pool_ratio: 0.000 2024-09-10T16:27:48.806 INFO:journalctl@ceph.mon.b.smithi144.stdout: block_cache_compressed: (nil) 2024-09-10T16:27:48.807 INFO:journalctl@ceph.mon.b.smithi144.stdout: persistent_cache: (nil) 2024-09-10T16:27:48.807 INFO:journalctl@ceph.mon.b.smithi144.stdout: block_size: 4096 2024-09-10T16:27:48.807 INFO:journalctl@ceph.mon.b.smithi144.stdout: block_size_deviation: 10 2024-09-10T16:27:48.807 INFO:journalctl@ceph.mon.b.smithi144.stdout: block_restart_interval: 16 2024-09-10T16:27:48.807 INFO:journalctl@ceph.mon.b.smithi144.stdout: index_block_restart_interval: 1 2024-09-10T16:27:48.807 INFO:journalctl@ceph.mon.b.smithi144.stdout: metadata_block_size: 4096 2024-09-10T16:27:48.808 INFO:journalctl@ceph.mon.b.smithi144.stdout: partition_filters: 0 2024-09-10T16:27:48.808 INFO:journalctl@ceph.mon.b.smithi144.stdout: use_delta_encoding: 1 2024-09-10T16:27:48.808 INFO:journalctl@ceph.mon.b.smithi144.stdout: filter_policy: bloomfilter 2024-09-10T16:27:48.808 INFO:journalctl@ceph.mon.b.smithi144.stdout: whole_key_filtering: 1 2024-09-10T16:27:48.808 INFO:journalctl@ceph.mon.b.smithi144.stdout: verify_compression: 0 2024-09-10T16:27:48.809 INFO:journalctl@ceph.mon.b.smithi144.stdout: read_amp_bytes_per_bit: 0 2024-09-10T16:27:48.809 INFO:journalctl@ceph.mon.b.smithi144.stdout: format_version: 5 2024-09-10T16:27:48.809 INFO:journalctl@ceph.mon.b.smithi144.stdout: enable_index_compression: 1 2024-09-10T16:27:48.809 INFO:journalctl@ceph.mon.b.smithi144.stdout: block_align: 0 2024-09-10T16:27:48.809 INFO:journalctl@ceph.mon.b.smithi144.stdout: max_auto_readahead_size: 262144 2024-09-10T16:27:48.809 INFO:journalctl@ceph.mon.b.smithi144.stdout: prepopulate_block_cache: 0 2024-09-10T16:27:48.810 INFO:journalctl@ceph.mon.b.smithi144.stdout: initial_auto_readahead_size: 8192 2024-09-10T16:27:48.810 INFO:journalctl@ceph.mon.b.smithi144.stdout: num_file_reads_for_auto_readahead: 2 2024-09-10T16:27:48.810 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.write_buffer_size: 33554432 2024-09-10T16:27:48.810 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.max_write_buffer_number: 2 2024-09-10T16:27:48.810 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.compression: NoCompression 2024-09-10T16:27:48.811 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.bottommost_compression: Disabled 2024-09-10T16:27:48.811 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.prefix_extractor: nullptr 2024-09-10T16:27:48.811 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-10T16:27:48.811 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.num_levels: 7 2024-09-10T16:27:48.811 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-10T16:27:48.811 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-10T16:27:48.812 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-10T16:27:48.812 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-10T16:27:48.812 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-10T16:27:48.812 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-10T16:27:48.812 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-10T16:27:48.813 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-10T16:27:48.813 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-10T16:27:48.813 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-10T16:27:48.813 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-10T16:27:48.813 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-10T16:27:48.813 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-10T16:27:48.814 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.compression_opts.level: 32767 2024-09-10T16:27:48.814 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.compression_opts.strategy: 0 2024-09-10T16:27:48.814 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-10T16:27:48.814 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-10T16:27:48.814 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-10T16:27:48.815 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-10T16:27:48.815 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.compression_opts.enabled: false 2024-09-10T16:27:48.815 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-10T16:27:48.815 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-10T16:27:48.815 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-10T16:27:48.815 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-10T16:27:48.816 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.target_file_size_base: 67108864 2024-09-10T16:27:48.816 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-10T16:27:48.816 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-10T16:27:48.816 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-10T16:27:48.816 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-10T16:27:48.816 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-10T16:27:48.817 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-10T16:27:48.817 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-10T16:27:48.817 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-10T16:27:48.817 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-10T16:27:48.817 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-10T16:27:48.818 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-10T16:27:48.818 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-10T16:27:48.818 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-10T16:27:48.818 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-10T16:27:48.818 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.arena_block_size: 1048576 2024-09-10T16:27:48.818 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-10T16:27:48.819 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-10T16:27:48.819 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.disable_auto_compactions: 0 2024-09-10T16:27:48.819 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-10T16:27:48.819 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-10T16:27:48.819 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-10T16:27:48.819 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-10T16:27:48.820 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-10T16:27:48.820 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-10T16:27:48.820 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-10T16:27:48.820 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-10T16:27:48.820 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-10T16:27:48.820 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-10T16:27:48.821 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-10T16:27:48.821 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.inplace_update_support: 0 2024-09-10T16:27:48.821 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-10T16:27:48.821 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-10T16:27:48.821 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-10T16:27:48.821 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-10T16:27:48.822 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.bloom_locality: 0 2024-09-10T16:27:48.822 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.max_successive_merges: 0 2024-09-10T16:27:48.822 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-10T16:27:48.822 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.paranoid_file_checks: 0 2024-09-10T16:27:48.822 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.force_consistency_checks: 1 2024-09-10T16:27:48.823 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.report_bg_io_stats: 0 2024-09-10T16:27:48.823 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.ttl: 2592000 2024-09-10T16:27:48.823 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-10T16:27:48.823 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-10T16:27:48.823 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-10T16:27:48.823 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.enable_blob_files: false 2024-09-10T16:27:48.824 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.min_blob_size: 0 2024-09-10T16:27:48.824 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.blob_file_size: 268435456 2024-09-10T16:27:48.824 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-10T16:27:48.824 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-10T16:27:48.824 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-10T16:27:48.825 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-10T16:27:48.825 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-10T16:27:48.825 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.blob_file_starting_level: 0 2024-09-10T16:27:48.825 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-10T16:27:48.825 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-09-10T16:27:48.826 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-09-10T16:27:48.826 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: b13e00ce-47a9-4b9a-86da-1137044b51e6 2024-09-10T16:27:48.826 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725985668378476, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-09-10T16:27:48.826 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-09-10T16:27:48.826 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725985668378875, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1773, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 648, "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": 526, "raw_average_value_size": 105, "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": 1725985668, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "b13e00ce-47a9-4b9a-86da-1137044b51e6", "db_session_id": "RKRHMOG7I73PSU7U6VPB", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-09-10T16:27:48.826 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: EVENT_LOG_v1 {"time_micros": 1725985668378980, "job": 1, "event": "recovery_finished"} 2024-09-10T16:27:48.827 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-09-10T16:27:48.827 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-09-10T16:27:48.827 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x562eaf812e00 2024-09-10T16:27:48.827 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: DB pointer 0x562eaf914000 2024-09-10T16:27:48.827 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-10T16:27:48.828 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-10T16:27:48.828 INFO:journalctl@ceph.mon.b.smithi144.stdout: ** DB Stats ** 2024-09-10T16:27:48.828 INFO:journalctl@ceph.mon.b.smithi144.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T16:27:48.828 INFO:journalctl@ceph.mon.b.smithi144.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-09-10T16:27:48.828 INFO:journalctl@ceph.mon.b.smithi144.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-10T16:27:48.828 INFO:journalctl@ceph.mon.b.smithi144.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T16:27:48.829 INFO:journalctl@ceph.mon.b.smithi144.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-09-10T16:27:48.829 INFO:journalctl@ceph.mon.b.smithi144.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-10T16:27:48.829 INFO:journalctl@ceph.mon.b.smithi144.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-10T16:27:48.829 INFO:journalctl@ceph.mon.b.smithi144.stdout: 2024-09-10T16:27:48.829 INFO:journalctl@ceph.mon.b.smithi144.stdout: ** Compaction Stats [default] ** 2024-09-10T16:27:48.829 INFO:journalctl@ceph.mon.b.smithi144.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-10T16:27:48.830 INFO:journalctl@ceph.mon.b.smithi144.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-10T16:27:48.830 INFO:journalctl@ceph.mon.b.smithi144.stdout: L0 1/0 1.73 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-10T16:27:48.830 INFO:journalctl@ceph.mon.b.smithi144.stdout: Sum 1/0 1.73 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-10T16:27:48.830 INFO:journalctl@ceph.mon.b.smithi144.stdout: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 4.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-10T16:27:48.830 INFO:journalctl@ceph.mon.b.smithi144.stdout: 2024-09-10T16:27:48.830 INFO:journalctl@ceph.mon.b.smithi144.stdout: ** Compaction Stats [default] ** 2024-09-10T16:27:48.830 INFO:journalctl@ceph.mon.b.smithi144.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2024-09-10T16:27:48.831 INFO:journalctl@ceph.mon.b.smithi144.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-10T16:27:48.831 INFO:journalctl@ceph.mon.b.smithi144.stdout: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.4 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-09-10T16:27:48.831 INFO:journalctl@ceph.mon.b.smithi144.stdout: 2024-09-10T16:27:48.831 INFO:journalctl@ceph.mon.b.smithi144.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-10T16:27:48.831 INFO:journalctl@ceph.mon.b.smithi144.stdout: 2024-09-10T16:27:48.831 INFO:journalctl@ceph.mon.b.smithi144.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-10T16:27:48.831 INFO:journalctl@ceph.mon.b.smithi144.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-10T16:27:48.832 INFO:journalctl@ceph.mon.b.smithi144.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-10T16:27:48.832 INFO:journalctl@ceph.mon.b.smithi144.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-10T16:27:48.832 INFO:journalctl@ceph.mon.b.smithi144.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-10T16:27:48.832 INFO:journalctl@ceph.mon.b.smithi144.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-10T16:27:48.832 INFO:journalctl@ceph.mon.b.smithi144.stdout: Cumulative compaction: 0.00 GB write, 0.66 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T16:27:48.832 INFO:journalctl@ceph.mon.b.smithi144.stdout: Interval compaction: 0.00 GB write, 0.66 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-10T16:27:48.832 INFO:journalctl@ceph.mon.b.smithi144.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-09-10T16:27:48.832 INFO:journalctl@ceph.mon.b.smithi144.stdout: Block cache BinnedLRUCache@0x562eaf7e3610#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-09-10T16:27:48.833 INFO:journalctl@ceph.mon.b.smithi144.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2024-09-10T16:27:48.833 INFO:journalctl@ceph.mon.b.smithi144.stdout: 2024-09-10T16:27:48.833 INFO:journalctl@ceph.mon.b.smithi144.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-10T16:27:48.833 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: mon.b does not exist in monmap, will attempt to join an existing cluster 2024-09-10T16:27:48.833 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: using public_addr v2:172.21.15.144:0/0 -> [v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0] 2024-09-10T16:27:48.833 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: starting mon.b rank -1 at public addrs [v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0] at bind addrs [v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 2024-09-10T16:27:48.833 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: mon.b@-1(???) e0 preinit fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 2024-09-10T16:27:48.834 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: mon.b@-1(synchronizing).mds e1 new map 2024-09-10T16:27:48.834 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: mon.b@-1(synchronizing).mds e1 print_map 2024-09-10T16:27:48.834 INFO:journalctl@ceph.mon.b.smithi144.stdout: e1 2024-09-10T16:27:48.834 INFO:journalctl@ceph.mon.b.smithi144.stdout: btime 2024-09-10T16:26:07:212163+0000 2024-09-10T16:27:48.834 INFO:journalctl@ceph.mon.b.smithi144.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-10T16:27:48.834 INFO:journalctl@ceph.mon.b.smithi144.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments,12=quiesce subvolumes} 2024-09-10T16:27:48.834 INFO:journalctl@ceph.mon.b.smithi144.stdout: legacy client fscid: -1 2024-09-10T16:27:48.834 INFO:journalctl@ceph.mon.b.smithi144.stdout: 2024-09-10T16:27:48.835 INFO:journalctl@ceph.mon.b.smithi144.stdout: No filesystems configured 2024-09-10T16:27:48.835 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-09-10T16:27:48.835 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-09-10T16:27:48.835 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-09-10T16:27:48.835 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-09-10T16:27:48.835 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-09-10T16:27:48.835 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-09-10T16:27:48.835 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-10T16:27:48.836 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T16:27:48.836 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T16:27:48.836 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-09-10T16:27:48.836 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: Updating smithi144:/etc/ceph/ceph.client.admin.keyring 2024-09-10T16:27:48.836 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:27:48.836 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: Updating smithi144:/var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T16:27:48.836 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:27:48.836 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:48.836 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: Added host smithi176 2024-09-10T16:27:48.836 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:27:48.836 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:48.836 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:48.836 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:48.836 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T16:27:48.837 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:27:48.837 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: from='client.? 172.21.15.6:0/826411882' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2024-09-10T16:27:48.837 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: from='client.? 172.21.15.6:0/826411882' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-10T16:27:48.837 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: osdmap e4: 0 total, 0 up, 0 in 2024-09-10T16:27:48.837 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:27:48.837 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:48.837 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:48.837 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:48.837 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:48.837 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:smithi176", "name": "osd_memory_target"} : dispatch 2024-09-10T16:27:48.837 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:27:48.837 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:27:48.838 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: Updating smithi176:/etc/ceph/ceph.conf 2024-09-10T16:27:48.838 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: Updating smithi176:/var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T16:27:48.838 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: Updating smithi176:/etc/ceph/ceph.client.admin.keyring 2024-09-10T16:27:48.838 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: Updating smithi176:/var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T16:27:48.838 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi006:172.21.15.6=a;smithi144:172.21.15.144=b;smithi176:172.21.15.176=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:27:48.838 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: Saving service mon spec with placement smithi006:172.21.15.6=a;smithi144:172.21.15.144=b;smithi176:172.21.15.176=c;count:3 2024-09-10T16:27:48.838 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:48.838 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:48.838 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:48.838 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:48.838 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T16:27:48.838 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:27:48.838 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: Deploying daemon mon.c on smithi176 2024-09-10T16:27:48.838 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:27:48.839 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: from='client.? 172.21.15.176:0/4272588827' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T16:27:48.839 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:27:48.839 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: from='client.? 172.21.15.176:0/281458269' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T16:27:48.839 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T16:27:48.839 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T16:27:48.839 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: mon.a calling monitor election 2024-09-10T16:27:48.839 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:27:48.839 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T16:27:48.839 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T16:27:48.839 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: mon.c calling monitor election 2024-09-10T16:27:48.839 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:27:48.839 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T16:27:48.839 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T16:27:48.839 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T16:27:48.839 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-10T16:27:48.839 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: monmap epoch 2 2024-09-10T16:27:48.840 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 2024-09-10T16:27:48.840 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: last_changed 2024-09-10T16:27:39.627411+0000 2024-09-10T16:27:48.840 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: created 2024-09-10T16:26:04.195515+0000 2024-09-10T16:27:48.840 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: min_mon_release 19 (squid) 2024-09-10T16:27:48.840 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: election_strategy: 1 2024-09-10T16:27:48.840 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: 0: [v2:172.21.15.6:3300/0,v1:172.21.15.6:6789/0] mon.a 2024-09-10T16:27:48.840 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: 1: [v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0] mon.c 2024-09-10T16:27:48.840 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: fsmap 2024-09-10T16:27:48.840 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: osdmap e4: 0 total, 0 up, 0 in 2024-09-10T16:27:48.840 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: mgrmap e13: a(active, since 44s) 2024-09-10T16:27:48.840 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: overall HEALTH_OK 2024-09-10T16:27:48.840 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:48.840 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:48.840 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:48.840 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T16:27:48.841 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:27:48.841 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:27:48.841 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: Deploying daemon mon.b on smithi144 2024-09-10T16:27:48.841 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: from='client.? 172.21.15.176:0/1014137691' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T16:27:48.841 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T16:27:48.841 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:27:48.841 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 ceph-mon[33424]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2024-09-10T16:27:48.841 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 bash[33386]: 45de232fc9313b711765218893bc6b2b1862219677b3ddf2ce603e1425178070 2024-09-10T16:27:48.842 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:48 smithi144 systemd[1]: Started Ceph mon.b for 4020cbc8-6f91-11ef-bcea-c7b262605968. 2024-09-10T16:27:49.703 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-10T16:27:49.704 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 -- ceph mon dump -f json 2024-09-10T16:27:49.955 INFO:teuthology.orchestra.run.smithi176.stderr:Inferring config /var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/mon.c/config 2024-09-10T16:27:53.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:53 smithi144 ceph-mon[33424]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:27:53.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:53 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T16:27:53.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:53 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T16:27:53.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:53 smithi144 ceph-mon[33424]: mon.a calling monitor election 2024-09-10T16:27:53.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:53 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T16:27:53.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:53 smithi144 ceph-mon[33424]: mon.c calling monitor election 2024-09-10T16:27:53.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:53 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T16:27:53.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:53 smithi144 ceph-mon[33424]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:27:53.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:53 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T16:27:53.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:53 smithi144 ceph-mon[33424]: mon.b calling monitor election 2024-09-10T16:27:53.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:53 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T16:27:53.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:53 smithi144 ceph-mon[33424]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:27:53.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:53 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T16:27:53.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:53 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T16:27:53.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:53 smithi144 ceph-mon[33424]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-10T16:27:53.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:53 smithi144 ceph-mon[33424]: monmap epoch 3 2024-09-10T16:27:53.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:53 smithi144 ceph-mon[33424]: fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 2024-09-10T16:27:53.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:53 smithi144 ceph-mon[33424]: last_changed 2024-09-10T16:27:48.405002+0000 2024-09-10T16:27:53.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:53 smithi144 ceph-mon[33424]: created 2024-09-10T16:26:04.195515+0000 2024-09-10T16:27:53.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:53 smithi144 ceph-mon[33424]: min_mon_release 19 (squid) 2024-09-10T16:27:53.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:53 smithi144 ceph-mon[33424]: election_strategy: 1 2024-09-10T16:27:53.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:53 smithi144 ceph-mon[33424]: 0: [v2:172.21.15.6:3300/0,v1:172.21.15.6:6789/0] mon.a 2024-09-10T16:27:53.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:53 smithi144 ceph-mon[33424]: 1: [v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0] mon.c 2024-09-10T16:27:53.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:53 smithi144 ceph-mon[33424]: 2: [v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0] mon.b 2024-09-10T16:27:53.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:53 smithi144 ceph-mon[33424]: fsmap 2024-09-10T16:27:53.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:53 smithi144 ceph-mon[33424]: osdmap e4: 0 total, 0 up, 0 in 2024-09-10T16:27:53.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:53 smithi144 ceph-mon[33424]: mgrmap e13: a(active, since 53s) 2024-09-10T16:27:53.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:53 smithi144 ceph-mon[33424]: overall HEALTH_OK 2024-09-10T16:27:53.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:53 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:53.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:53 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:53.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:53 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:53.793 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:53 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:53.858 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:27:53.858 INFO:teuthology.orchestra.run.smithi176.stdout:{"epoch":3,"fsid":"4020cbc8-6f91-11ef-bcea-c7b262605968","modified":"2024-09-10T16:27:48.405002Z","created":"2024-09-10T16:26:04.195515Z","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.6:3300","nonce":0},{"type":"v1","addr":"172.21.15.6:6789","nonce":0}]},"addr":"172.21.15.6:6789/0","public_addr":"172.21.15.6: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.144:3300","nonce":0},{"type":"v1","addr":"172.21.15.144:6789","nonce":0}]},"addr":"172.21.15.144:6789/0","public_addr":"172.21.15.144:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-09-10T16:27:53.858 INFO:teuthology.orchestra.run.smithi176.stderr:dumped monmap epoch 3 2024-09-10T16:27:53.859 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:53 smithi176 ceph-mon[33286]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:27:53.859 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:53 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T16:27:53.859 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:53 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T16:27:53.859 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:53 smithi176 ceph-mon[33286]: mon.a calling monitor election 2024-09-10T16:27:53.859 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:53 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T16:27:53.859 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:53 smithi176 ceph-mon[33286]: mon.c calling monitor election 2024-09-10T16:27:53.859 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:53 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T16:27:53.859 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:53 smithi176 ceph-mon[33286]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:27:53.859 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:53 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T16:27:53.859 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:53 smithi176 ceph-mon[33286]: mon.b calling monitor election 2024-09-10T16:27:53.859 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:53 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T16:27:53.860 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:53 smithi176 ceph-mon[33286]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:27:53.860 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:53 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T16:27:53.860 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:53 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T16:27:53.860 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:53 smithi176 ceph-mon[33286]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-10T16:27:53.860 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:53 smithi176 ceph-mon[33286]: monmap epoch 3 2024-09-10T16:27:53.860 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:53 smithi176 ceph-mon[33286]: fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 2024-09-10T16:27:53.860 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:53 smithi176 ceph-mon[33286]: last_changed 2024-09-10T16:27:48.405002+0000 2024-09-10T16:27:53.860 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:53 smithi176 ceph-mon[33286]: created 2024-09-10T16:26:04.195515+0000 2024-09-10T16:27:53.860 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:53 smithi176 ceph-mon[33286]: min_mon_release 19 (squid) 2024-09-10T16:27:53.860 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:53 smithi176 ceph-mon[33286]: election_strategy: 1 2024-09-10T16:27:53.860 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:53 smithi176 ceph-mon[33286]: 0: [v2:172.21.15.6:3300/0,v1:172.21.15.6:6789/0] mon.a 2024-09-10T16:27:53.860 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:53 smithi176 ceph-mon[33286]: 1: [v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0] mon.c 2024-09-10T16:27:53.860 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:53 smithi176 ceph-mon[33286]: 2: [v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0] mon.b 2024-09-10T16:27:53.861 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:53 smithi176 ceph-mon[33286]: fsmap 2024-09-10T16:27:53.861 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:53 smithi176 ceph-mon[33286]: osdmap e4: 0 total, 0 up, 0 in 2024-09-10T16:27:53.861 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:53 smithi176 ceph-mon[33286]: mgrmap e13: a(active, since 53s) 2024-09-10T16:27:53.861 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:53 smithi176 ceph-mon[33286]: overall HEALTH_OK 2024-09-10T16:27:53.861 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:53 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:53.861 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:53 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:53.861 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:53 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:53.861 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:53 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:53.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:53 smithi006 ceph-mon[30478]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:27:53.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:53 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T16:27:53.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:53 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T16:27:53.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:53 smithi006 ceph-mon[30478]: mon.a calling monitor election 2024-09-10T16:27:53.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:53 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T16:27:53.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:53 smithi006 ceph-mon[30478]: mon.c calling monitor election 2024-09-10T16:27:53.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:53 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T16:27:53.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:53 smithi006 ceph-mon[30478]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:27:53.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:53 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T16:27:53.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:53 smithi006 ceph-mon[30478]: mon.b calling monitor election 2024-09-10T16:27:53.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:53 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T16:27:53.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:53 smithi006 ceph-mon[30478]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:27:53.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:53 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T16:27:53.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:53 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T16:27:53.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:53 smithi006 ceph-mon[30478]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-10T16:27:53.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:53 smithi006 ceph-mon[30478]: monmap epoch 3 2024-09-10T16:27:53.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:53 smithi006 ceph-mon[30478]: fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 2024-09-10T16:27:53.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:53 smithi006 ceph-mon[30478]: last_changed 2024-09-10T16:27:48.405002+0000 2024-09-10T16:27:53.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:53 smithi006 ceph-mon[30478]: created 2024-09-10T16:26:04.195515+0000 2024-09-10T16:27:53.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:53 smithi006 ceph-mon[30478]: min_mon_release 19 (squid) 2024-09-10T16:27:53.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:53 smithi006 ceph-mon[30478]: election_strategy: 1 2024-09-10T16:27:53.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:53 smithi006 ceph-mon[30478]: 0: [v2:172.21.15.6:3300/0,v1:172.21.15.6:6789/0] mon.a 2024-09-10T16:27:53.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:53 smithi006 ceph-mon[30478]: 1: [v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0] mon.c 2024-09-10T16:27:53.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:53 smithi006 ceph-mon[30478]: 2: [v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0] mon.b 2024-09-10T16:27:53.886 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:53 smithi006 ceph-mon[30478]: fsmap 2024-09-10T16:27:53.886 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:53 smithi006 ceph-mon[30478]: osdmap e4: 0 total, 0 up, 0 in 2024-09-10T16:27:53.886 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:53 smithi006 ceph-mon[30478]: mgrmap e13: a(active, since 53s) 2024-09-10T16:27:53.886 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:53 smithi006 ceph-mon[30478]: overall HEALTH_OK 2024-09-10T16:27:53.886 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:53 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:53.886 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:53 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:53.886 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:53 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:53.886 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:53 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:54.425 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-10T16:27:54.425 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 -- ceph config generate-minimal-conf 2024-09-10T16:27:54.694 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T16:27:54.732 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:54 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:27:54.732 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:54 smithi176 ceph-mon[33286]: from='client.? 172.21.15.176:0/3891619729' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T16:27:54.732 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:54 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T16:27:54.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:54 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:27:54.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:54 smithi144 ceph-mon[33424]: from='client.? 172.21.15.176:0/3891619729' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T16:27:54.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:54 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T16:27:54.815 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:54 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:27:54.815 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:54 smithi006 ceph-mon[30478]: from='client.? 172.21.15.176:0/3891619729' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2024-09-10T16:27:54.815 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:54 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T16:27:55.341 INFO:teuthology.orchestra.run.smithi006.stdout:# minimal ceph.conf for 4020cbc8-6f91-11ef-bcea-c7b262605968 2024-09-10T16:27:55.341 INFO:teuthology.orchestra.run.smithi006.stdout:[global] 2024-09-10T16:27:55.341 INFO:teuthology.orchestra.run.smithi006.stdout: fsid = 4020cbc8-6f91-11ef-bcea-c7b262605968 2024-09-10T16:27:55.341 INFO:teuthology.orchestra.run.smithi006.stdout: mon_host = [v2:172.21.15.6:3300/0,v1:172.21.15.6:6789/0] [v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0] [v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0] 2024-09-10T16:27:55.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:55 smithi176 ceph-mon[33286]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:27:55.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:55 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:55.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:55 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:55.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:55 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:55.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:55 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:55.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:55 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:27:55.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:55 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:27:55.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:55 smithi176 ceph-mon[33286]: from='client.? 172.21.15.6:0/842806489' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:27:55.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:55 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:55.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:55 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:55.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:55 smithi006 ceph-mon[30478]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:27:55.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:55 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:55.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:55 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:55.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:55 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:55.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:55 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:55.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:55 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:27:55.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:55 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:27:55.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:55 smithi006 ceph-mon[30478]: from='client.? 172.21.15.6:0/842806489' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:27:55.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:55 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:55.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:55 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:55.926 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:55 smithi144 ceph-mon[33424]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:27:55.926 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:55 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:55.926 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:55 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:55.927 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:55 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:55.927 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:55 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:55.927 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:55 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:27:55.927 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:55 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:27:55.927 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:55 smithi144 ceph-mon[33424]: from='client.? 172.21.15.6:0/842806489' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:27:55.927 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:55 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:55.927 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:55 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:56.031 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-10T16:27:56.031 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2024-09-10T16:27:56.031 DEBUG:teuthology.orchestra.run.smithi006:> sudo dd of=/etc/ceph/ceph.conf 2024-09-10T16:27:56.058 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2024-09-10T16:27:56.058 DEBUG:teuthology.orchestra.run.smithi006:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-10T16:27:56.125 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-09-10T16:27:56.125 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd of=/etc/ceph/ceph.conf 2024-09-10T16:27:56.153 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-09-10T16:27:56.153 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-10T16:27:56.218 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2024-09-10T16:27:56.218 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd of=/etc/ceph/ceph.conf 2024-09-10T16:27:56.245 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2024-09-10T16:27:56.245 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-10T16:27:56.312 INFO:tasks.cephadm:Adding mgr.a on smithi006 2024-09-10T16:27:56.313 INFO:tasks.cephadm:Adding mgr.b on smithi144 2024-09-10T16:27:56.313 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 -- ceph orch apply mgr '2;smithi006=a;smithi144=b' 2024-09-10T16:27:56.589 INFO:teuthology.orchestra.run.smithi176.stderr:Inferring config /var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/mon.c/config 2024-09-10T16:27:56.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:56 smithi144 ceph-mon[33424]: Updating smithi006:/etc/ceph/ceph.conf 2024-09-10T16:27:56.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:56 smithi144 ceph-mon[33424]: Updating smithi144:/etc/ceph/ceph.conf 2024-09-10T16:27:56.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:56 smithi144 ceph-mon[33424]: Updating smithi176:/etc/ceph/ceph.conf 2024-09-10T16:27:56.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:56 smithi144 ceph-mon[33424]: Updating smithi176:/var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T16:27:56.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:56 smithi144 ceph-mon[33424]: Updating smithi144:/var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T16:27:56.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:56 smithi144 ceph-mon[33424]: Updating smithi006:/var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T16:27:56.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:56 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:56.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:56 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:56.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:56 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:56.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:56 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:56.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:56 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:56.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:56 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:56.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:56 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:56.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:56 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:56.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:56 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:56.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:56 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:56.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:56 smithi144 ceph-mon[33424]: Reconfiguring mon.a (unknown last config time)... 2024-09-10T16:27:56.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:56 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T16:27:56.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:56 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-10T16:27:56.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:56 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:27:56.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:56 smithi144 ceph-mon[33424]: Reconfiguring daemon mon.a on smithi006 2024-09-10T16:27:56.971 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:56 smithi176 ceph-mon[33286]: Updating smithi006:/etc/ceph/ceph.conf 2024-09-10T16:27:56.971 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:56 smithi176 ceph-mon[33286]: Updating smithi144:/etc/ceph/ceph.conf 2024-09-10T16:27:56.971 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:56 smithi176 ceph-mon[33286]: Updating smithi176:/etc/ceph/ceph.conf 2024-09-10T16:27:56.971 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:56 smithi176 ceph-mon[33286]: Updating smithi176:/var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T16:27:56.971 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:56 smithi176 ceph-mon[33286]: Updating smithi144:/var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T16:27:56.971 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:56 smithi176 ceph-mon[33286]: Updating smithi006:/var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T16:27:56.972 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:56 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:56.972 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:56 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:56.972 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:56 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:56.972 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:56 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:56.972 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:56 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:56.972 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:56 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:56.972 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:56 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:56.972 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:56 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:56.972 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:56 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:56.972 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:56 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:56.972 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:56 smithi176 ceph-mon[33286]: Reconfiguring mon.a (unknown last config time)... 2024-09-10T16:27:56.972 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:56 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T16:27:56.973 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:56 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-10T16:27:56.973 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:56 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:27:56.973 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:56 smithi176 ceph-mon[33286]: Reconfiguring daemon mon.a on smithi006 2024-09-10T16:27:57.129 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:56 smithi006 ceph-mon[30478]: Updating smithi006:/etc/ceph/ceph.conf 2024-09-10T16:27:57.130 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:56 smithi006 ceph-mon[30478]: Updating smithi144:/etc/ceph/ceph.conf 2024-09-10T16:27:57.130 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:56 smithi006 ceph-mon[30478]: Updating smithi176:/etc/ceph/ceph.conf 2024-09-10T16:27:57.130 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:56 smithi006 ceph-mon[30478]: Updating smithi176:/var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T16:27:57.130 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:56 smithi006 ceph-mon[30478]: Updating smithi144:/var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T16:27:57.130 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:56 smithi006 ceph-mon[30478]: Updating smithi006:/var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T16:27:57.130 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:56 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:57.130 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:56 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:57.130 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:56 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:57.130 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:56 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:57.130 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:56 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:57.130 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:56 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:57.131 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:56 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:57.131 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:56 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:57.131 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:56 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:57.131 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:56 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:57.131 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:56 smithi006 ceph-mon[30478]: Reconfiguring mon.a (unknown last config time)... 2024-09-10T16:27:57.131 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:56 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T16:27:57.131 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:56 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-10T16:27:57.131 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:56 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:27:57.131 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:56 smithi006 ceph-mon[30478]: Reconfiguring daemon mon.a on smithi006 2024-09-10T16:27:57.257 INFO:teuthology.orchestra.run.smithi176.stdout:Scheduled mgr update... 2024-09-10T16:27:57.807 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:57 smithi176 ceph-mon[33286]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:27:57.807 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:57 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:57.807 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:57 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:57.807 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:57 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T16:27:57.807 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:57 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-10T16:27:57.807 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:57 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:27:57.807 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:57 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:57.833 DEBUG:teuthology.orchestra.run.smithi144:mgr.b> sudo journalctl -f -n 0 -u ceph-4020cbc8-6f91-11ef-bcea-c7b262605968@mgr.b.service 2024-09-10T16:27:57.836 DEBUG:tasks.cephadm:set 0 configs 2024-09-10T16:27:57.836 INFO:tasks.cephadm:Deploying OSDs... 2024-09-10T16:27:57.837 DEBUG:teuthology.orchestra.run.smithi006:> set -ex 2024-09-10T16:27:57.837 DEBUG:teuthology.orchestra.run.smithi006:> dd if=/scratch_devs of=/dev/stdout 2024-09-10T16:27:57.855 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:57 smithi144 ceph-mon[33424]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:27:57.855 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:57 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:57.855 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:57 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:57.855 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:57 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T16:27:57.855 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:57 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-10T16:27:57.855 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:57 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:27:57.855 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:57 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:57.857 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-10T16:27:57.857 DEBUG:teuthology.orchestra.run.smithi006:> stat /dev/vg_nvme/lv_1 2024-09-10T16:27:57.917 INFO:teuthology.orchestra.run.smithi006.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-10T16:27:57.917 INFO:teuthology.orchestra.run.smithi006.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T16:27:57.917 INFO:teuthology.orchestra.run.smithi006.stdout:Device: 5h/5d Inode: 955 Links: 1 2024-09-10T16:27:57.917 INFO:teuthology.orchestra.run.smithi006.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T16:27:57.917 INFO:teuthology.orchestra.run.smithi006.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T16:27:57.917 INFO:teuthology.orchestra.run.smithi006.stdout:Access: 2024-09-10 16:27:14.197008773 +0000 2024-09-10T16:27:57.917 INFO:teuthology.orchestra.run.smithi006.stdout:Modify: 2024-09-10 16:22:43.302893696 +0000 2024-09-10T16:27:57.917 INFO:teuthology.orchestra.run.smithi006.stdout:Change: 2024-09-10 16:22:43.302893696 +0000 2024-09-10T16:27:57.918 INFO:teuthology.orchestra.run.smithi006.stdout: Birth: 2024-09-10 16:22:43.302893696 +0000 2024-09-10T16:27:57.918 DEBUG:teuthology.orchestra.run.smithi006:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-10T16:27:57.988 INFO:teuthology.orchestra.run.smithi006.stderr:1+0 records in 2024-09-10T16:27:57.988 INFO:teuthology.orchestra.run.smithi006.stderr:1+0 records out 2024-09-10T16:27:57.989 INFO:teuthology.orchestra.run.smithi006.stderr:512 bytes copied, 0.000365107 s, 1.4 MB/s 2024-09-10T16:27:57.990 DEBUG:teuthology.orchestra.run.smithi006:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-10T16:27:58.051 DEBUG:teuthology.orchestra.run.smithi006:> stat /dev/vg_nvme/lv_2 2024-09-10T16:27:58.054 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:57 smithi006 ceph-mon[30478]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:27:58.054 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:57 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:58.054 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:57 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:58.055 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:57 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T16:27:58.055 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:57 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-10T16:27:58.055 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:57 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:27:58.055 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:57 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:58.073 INFO:teuthology.orchestra.run.smithi006.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-10T16:27:58.073 INFO:teuthology.orchestra.run.smithi006.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T16:27:58.073 INFO:teuthology.orchestra.run.smithi006.stdout:Device: 5h/5d Inode: 978 Links: 1 2024-09-10T16:27:58.073 INFO:teuthology.orchestra.run.smithi006.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T16:27:58.073 INFO:teuthology.orchestra.run.smithi006.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T16:27:58.073 INFO:teuthology.orchestra.run.smithi006.stdout:Access: 2024-09-10 16:27:14.226008463 +0000 2024-09-10T16:27:58.074 INFO:teuthology.orchestra.run.smithi006.stdout:Modify: 2024-09-10 16:22:43.303893685 +0000 2024-09-10T16:27:58.074 INFO:teuthology.orchestra.run.smithi006.stdout:Change: 2024-09-10 16:22:43.303893685 +0000 2024-09-10T16:27:58.074 INFO:teuthology.orchestra.run.smithi006.stdout: Birth: 2024-09-10 16:22:43.303893685 +0000 2024-09-10T16:27:58.074 DEBUG:teuthology.orchestra.run.smithi006:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-10T16:27:58.141 INFO:teuthology.orchestra.run.smithi006.stderr:1+0 records in 2024-09-10T16:27:58.150 INFO:teuthology.orchestra.run.smithi006.stderr:1+0 records out 2024-09-10T16:27:58.150 INFO:teuthology.orchestra.run.smithi006.stderr:512 bytes copied, 0.000250987 s, 2.0 MB/s 2024-09-10T16:27:58.152 DEBUG:teuthology.orchestra.run.smithi006:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-10T16:27:58.211 DEBUG:teuthology.orchestra.run.smithi006:> stat /dev/vg_nvme/lv_3 2024-09-10T16:27:58.269 INFO:teuthology.orchestra.run.smithi006.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-10T16:27:58.270 INFO:teuthology.orchestra.run.smithi006.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T16:27:58.270 INFO:teuthology.orchestra.run.smithi006.stdout:Device: 5h/5d Inode: 962 Links: 1 2024-09-10T16:27:58.270 INFO:teuthology.orchestra.run.smithi006.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T16:27:58.270 INFO:teuthology.orchestra.run.smithi006.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T16:27:58.270 INFO:teuthology.orchestra.run.smithi006.stdout:Access: 2024-09-10 16:27:14.256008143 +0000 2024-09-10T16:27:58.270 INFO:teuthology.orchestra.run.smithi006.stdout:Modify: 2024-09-10 16:22:43.302893696 +0000 2024-09-10T16:27:58.270 INFO:teuthology.orchestra.run.smithi006.stdout:Change: 2024-09-10 16:22:43.302893696 +0000 2024-09-10T16:27:58.271 INFO:teuthology.orchestra.run.smithi006.stdout: Birth: 2024-09-10 16:22:43.302893696 +0000 2024-09-10T16:27:58.271 DEBUG:teuthology.orchestra.run.smithi006:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-10T16:27:58.338 INFO:teuthology.orchestra.run.smithi006.stderr:1+0 records in 2024-09-10T16:27:58.338 INFO:teuthology.orchestra.run.smithi006.stderr:1+0 records out 2024-09-10T16:27:58.338 INFO:teuthology.orchestra.run.smithi006.stderr:512 bytes copied, 0.000199278 s, 2.6 MB/s 2024-09-10T16:27:58.340 DEBUG:teuthology.orchestra.run.smithi006:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-10T16:27:58.397 DEBUG:teuthology.orchestra.run.smithi006:> stat /dev/vg_nvme/lv_4 2024-09-10T16:27:58.453 INFO:teuthology.orchestra.run.smithi006.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-10T16:27:58.454 INFO:teuthology.orchestra.run.smithi006.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T16:27:58.454 INFO:teuthology.orchestra.run.smithi006.stdout:Device: 5h/5d Inode: 963 Links: 1 2024-09-10T16:27:58.454 INFO:teuthology.orchestra.run.smithi006.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T16:27:58.454 INFO:teuthology.orchestra.run.smithi006.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T16:27:58.454 INFO:teuthology.orchestra.run.smithi006.stdout:Access: 2024-09-10 16:27:14.285007834 +0000 2024-09-10T16:27:58.454 INFO:teuthology.orchestra.run.smithi006.stdout:Modify: 2024-09-10 16:22:43.302893696 +0000 2024-09-10T16:27:58.454 INFO:teuthology.orchestra.run.smithi006.stdout:Change: 2024-09-10 16:22:43.302893696 +0000 2024-09-10T16:27:58.454 INFO:teuthology.orchestra.run.smithi006.stdout: Birth: 2024-09-10 16:22:43.302893696 +0000 2024-09-10T16:27:58.454 DEBUG:teuthology.orchestra.run.smithi006:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-10T16:27:58.519 INFO:teuthology.orchestra.run.smithi006.stderr:1+0 records in 2024-09-10T16:27:58.519 INFO:teuthology.orchestra.run.smithi006.stderr:1+0 records out 2024-09-10T16:27:58.519 INFO:teuthology.orchestra.run.smithi006.stderr:512 bytes copied, 0.000211362 s, 2.4 MB/s 2024-09-10T16:27:58.520 DEBUG:teuthology.orchestra.run.smithi006:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-10T16:27:58.577 DEBUG:teuthology.orchestra.run.smithi144:> set -ex 2024-09-10T16:27:58.577 DEBUG:teuthology.orchestra.run.smithi144:> dd if=/scratch_devs of=/dev/stdout 2024-09-10T16:27:58.594 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-10T16:27:58.594 DEBUG:teuthology.orchestra.run.smithi144:> stat /dev/vg_nvme/lv_1 2024-09-10T16:27:58.650 INFO:teuthology.orchestra.run.smithi144.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-10T16:27:58.650 INFO:teuthology.orchestra.run.smithi144.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T16:27:58.650 INFO:teuthology.orchestra.run.smithi144.stdout:Device: 5h/5d Inode: 953 Links: 1 2024-09-10T16:27:58.650 INFO:teuthology.orchestra.run.smithi144.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T16:27:58.650 INFO:teuthology.orchestra.run.smithi144.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T16:27:58.650 INFO:teuthology.orchestra.run.smithi144.stdout:Access: 2024-09-10 16:27:47.814369229 +0000 2024-09-10T16:27:58.650 INFO:teuthology.orchestra.run.smithi144.stdout:Modify: 2024-09-10 16:22:42.366468940 +0000 2024-09-10T16:27:58.650 INFO:teuthology.orchestra.run.smithi144.stdout:Change: 2024-09-10 16:22:42.366468940 +0000 2024-09-10T16:27:58.651 INFO:teuthology.orchestra.run.smithi144.stdout: Birth: 2024-09-10 16:22:42.366468940 +0000 2024-09-10T16:27:58.651 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-10T16:27:58.714 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records in 2024-09-10T16:27:58.714 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records out 2024-09-10T16:27:58.714 INFO:teuthology.orchestra.run.smithi144.stderr:512 bytes copied, 0.000213827 s, 2.4 MB/s 2024-09-10T16:27:58.715 DEBUG:teuthology.orchestra.run.smithi144:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-10T16:27:58.772 DEBUG:teuthology.orchestra.run.smithi144:> stat /dev/vg_nvme/lv_2 2024-09-10T16:27:58.828 INFO:teuthology.orchestra.run.smithi144.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-10T16:27:58.828 INFO:teuthology.orchestra.run.smithi144.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T16:27:58.828 INFO:teuthology.orchestra.run.smithi144.stdout:Device: 5h/5d Inode: 978 Links: 1 2024-09-10T16:27:58.828 INFO:teuthology.orchestra.run.smithi144.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T16:27:58.828 INFO:teuthology.orchestra.run.smithi144.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T16:27:58.828 INFO:teuthology.orchestra.run.smithi144.stdout:Access: 2024-09-10 16:27:47.815369212 +0000 2024-09-10T16:27:58.828 INFO:teuthology.orchestra.run.smithi144.stdout:Modify: 2024-09-10 16:22:42.367469064 +0000 2024-09-10T16:27:58.828 INFO:teuthology.orchestra.run.smithi144.stdout:Change: 2024-09-10 16:22:42.367469064 +0000 2024-09-10T16:27:58.828 INFO:teuthology.orchestra.run.smithi144.stdout: Birth: 2024-09-10 16:22:42.367469064 +0000 2024-09-10T16:27:58.829 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-10T16:27:58.891 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records in 2024-09-10T16:27:58.891 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records out 2024-09-10T16:27:58.891 INFO:teuthology.orchestra.run.smithi144.stderr:512 bytes copied, 0.000192533 s, 2.7 MB/s 2024-09-10T16:27:58.892 DEBUG:teuthology.orchestra.run.smithi144:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-10T16:27:58.948 DEBUG:teuthology.orchestra.run.smithi144:> stat /dev/vg_nvme/lv_3 2024-09-10T16:27:59.003 INFO:teuthology.orchestra.run.smithi144.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-10T16:27:59.004 INFO:teuthology.orchestra.run.smithi144.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T16:27:59.004 INFO:teuthology.orchestra.run.smithi144.stdout:Device: 5h/5d Inode: 982 Links: 1 2024-09-10T16:27:59.004 INFO:teuthology.orchestra.run.smithi144.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T16:27:59.004 INFO:teuthology.orchestra.run.smithi144.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T16:27:59.004 INFO:teuthology.orchestra.run.smithi144.stdout:Access: 2024-09-10 16:27:47.815369212 +0000 2024-09-10T16:27:59.004 INFO:teuthology.orchestra.run.smithi144.stdout:Modify: 2024-09-10 16:22:42.368469188 +0000 2024-09-10T16:27:59.004 INFO:teuthology.orchestra.run.smithi144.stdout:Change: 2024-09-10 16:22:42.368469188 +0000 2024-09-10T16:27:59.004 INFO:teuthology.orchestra.run.smithi144.stdout: Birth: 2024-09-10 16:22:42.368469188 +0000 2024-09-10T16:27:59.004 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-10T16:27:59.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:58 smithi144 ceph-mon[33424]: Reconfiguring mon.b (monmap changed)... 2024-09-10T16:27:59.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:58 smithi144 ceph-mon[33424]: Reconfiguring daemon mon.b on smithi144 2024-09-10T16:27:59.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:58 smithi144 ceph-mon[33424]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi006=a;smithi144=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:27:59.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:58 smithi144 ceph-mon[33424]: Saving service mgr spec with placement smithi006=a;smithi144=b;count:2 2024-09-10T16:27:59.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:58 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:59.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:58 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:59.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:58 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T16:27:59.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:58 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-10T16:27:59.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:58 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:27:59.063 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records in 2024-09-10T16:27:59.063 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records out 2024-09-10T16:27:59.063 INFO:teuthology.orchestra.run.smithi144.stderr:512 bytes copied, 0.000212479 s, 2.4 MB/s 2024-09-10T16:27:59.065 DEBUG:teuthology.orchestra.run.smithi144:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-10T16:27:59.120 DEBUG:teuthology.orchestra.run.smithi144:> stat /dev/vg_nvme/lv_4 2024-09-10T16:27:59.131 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:58 smithi176 ceph-mon[33286]: Reconfiguring mon.b (monmap changed)... 2024-09-10T16:27:59.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:58 smithi176 ceph-mon[33286]: Reconfiguring daemon mon.b on smithi144 2024-09-10T16:27:59.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:58 smithi176 ceph-mon[33286]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi006=a;smithi144=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:27:59.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:58 smithi176 ceph-mon[33286]: Saving service mgr spec with placement smithi006=a;smithi144=b;count:2 2024-09-10T16:27:59.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:58 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:59.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:58 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:59.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:58 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T16:27:59.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:58 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-10T16:27:59.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:58 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:27:59.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:58 smithi006 ceph-mon[30478]: Reconfiguring mon.b (monmap changed)... 2024-09-10T16:27:59.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:58 smithi006 ceph-mon[30478]: Reconfiguring daemon mon.b on smithi144 2024-09-10T16:27:59.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:58 smithi006 ceph-mon[30478]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi006=a;smithi144=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:27:59.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:58 smithi006 ceph-mon[30478]: Saving service mgr spec with placement smithi006=a;smithi144=b;count:2 2024-09-10T16:27:59.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:58 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:59.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:58 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:27:59.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:58 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2024-09-10T16:27:59.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:58 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2024-09-10T16:27:59.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:58 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:27:59.175 INFO:teuthology.orchestra.run.smithi144.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-10T16:27:59.175 INFO:teuthology.orchestra.run.smithi144.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T16:27:59.175 INFO:teuthology.orchestra.run.smithi144.stdout:Device: 5h/5d Inode: 965 Links: 1 2024-09-10T16:27:59.175 INFO:teuthology.orchestra.run.smithi144.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T16:27:59.176 INFO:teuthology.orchestra.run.smithi144.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T16:27:59.176 INFO:teuthology.orchestra.run.smithi144.stdout:Access: 2024-09-10 16:27:47.815369212 +0000 2024-09-10T16:27:59.176 INFO:teuthology.orchestra.run.smithi144.stdout:Modify: 2024-09-10 16:22:42.366468940 +0000 2024-09-10T16:27:59.176 INFO:teuthology.orchestra.run.smithi144.stdout:Change: 2024-09-10 16:22:42.366468940 +0000 2024-09-10T16:27:59.176 INFO:teuthology.orchestra.run.smithi144.stdout: Birth: 2024-09-10 16:22:42.366468940 +0000 2024-09-10T16:27:59.176 DEBUG:teuthology.orchestra.run.smithi144:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-10T16:27:59.238 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records in 2024-09-10T16:27:59.239 INFO:teuthology.orchestra.run.smithi144.stderr:1+0 records out 2024-09-10T16:27:59.239 INFO:teuthology.orchestra.run.smithi144.stderr:512 bytes copied, 0.000277182 s, 1.8 MB/s 2024-09-10T16:27:59.240 DEBUG:teuthology.orchestra.run.smithi144:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-10T16:27:59.296 DEBUG:teuthology.orchestra.run.smithi176:> set -ex 2024-09-10T16:27:59.297 DEBUG:teuthology.orchestra.run.smithi176:> dd if=/scratch_devs of=/dev/stdout 2024-09-10T16:27:59.313 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-09-10T16:27:59.313 DEBUG:teuthology.orchestra.run.smithi176:> stat /dev/vg_nvme/lv_1 2024-09-10T16:27:59.368 INFO:teuthology.orchestra.run.smithi176.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-10T16:27:59.368 INFO:teuthology.orchestra.run.smithi176.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T16:27:59.368 INFO:teuthology.orchestra.run.smithi176.stdout:Device: 5h/5d Inode: 969 Links: 1 2024-09-10T16:27:59.369 INFO:teuthology.orchestra.run.smithi176.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T16:27:59.369 INFO:teuthology.orchestra.run.smithi176.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T16:27:59.369 INFO:teuthology.orchestra.run.smithi176.stdout:Access: 2024-09-10 16:27:38.610954451 +0000 2024-09-10T16:27:59.369 INFO:teuthology.orchestra.run.smithi176.stdout:Modify: 2024-09-10 16:22:41.850634364 +0000 2024-09-10T16:27:59.369 INFO:teuthology.orchestra.run.smithi176.stdout:Change: 2024-09-10 16:22:41.850634364 +0000 2024-09-10T16:27:59.369 INFO:teuthology.orchestra.run.smithi176.stdout: Birth: 2024-09-10 16:22:41.850634364 +0000 2024-09-10T16:27:59.369 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-10T16:27:59.433 INFO:teuthology.orchestra.run.smithi176.stderr:1+0 records in 2024-09-10T16:27:59.433 INFO:teuthology.orchestra.run.smithi176.stderr:1+0 records out 2024-09-10T16:27:59.433 INFO:teuthology.orchestra.run.smithi176.stderr:512 bytes copied, 0.000263652 s, 1.9 MB/s 2024-09-10T16:27:59.434 DEBUG:teuthology.orchestra.run.smithi176:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-10T16:27:59.490 DEBUG:teuthology.orchestra.run.smithi176:> stat /dev/vg_nvme/lv_2 2024-09-10T16:27:59.546 INFO:teuthology.orchestra.run.smithi176.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-10T16:27:59.546 INFO:teuthology.orchestra.run.smithi176.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T16:27:59.546 INFO:teuthology.orchestra.run.smithi176.stdout:Device: 5h/5d Inode: 975 Links: 1 2024-09-10T16:27:59.546 INFO:teuthology.orchestra.run.smithi176.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T16:27:59.546 INFO:teuthology.orchestra.run.smithi176.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T16:27:59.546 INFO:teuthology.orchestra.run.smithi176.stdout:Access: 2024-09-10 16:27:38.610954451 +0000 2024-09-10T16:27:59.546 INFO:teuthology.orchestra.run.smithi176.stdout:Modify: 2024-09-10 16:22:41.851634542 +0000 2024-09-10T16:27:59.546 INFO:teuthology.orchestra.run.smithi176.stdout:Change: 2024-09-10 16:22:41.851634542 +0000 2024-09-10T16:27:59.546 INFO:teuthology.orchestra.run.smithi176.stdout: Birth: 2024-09-10 16:22:41.851634542 +0000 2024-09-10T16:27:59.547 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-10T16:27:59.609 INFO:teuthology.orchestra.run.smithi176.stderr:1+0 records in 2024-09-10T16:27:59.610 INFO:teuthology.orchestra.run.smithi176.stderr:1+0 records out 2024-09-10T16:27:59.610 INFO:teuthology.orchestra.run.smithi176.stderr:512 bytes copied, 0.000202911 s, 2.5 MB/s 2024-09-10T16:27:59.611 DEBUG:teuthology.orchestra.run.smithi176:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-10T16:27:59.667 DEBUG:teuthology.orchestra.run.smithi176:> stat /dev/vg_nvme/lv_3 2024-09-10T16:27:59.722 INFO:teuthology.orchestra.run.smithi176.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-10T16:27:59.722 INFO:teuthology.orchestra.run.smithi176.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T16:27:59.723 INFO:teuthology.orchestra.run.smithi176.stdout:Device: 5h/5d Inode: 981 Links: 1 2024-09-10T16:27:59.723 INFO:teuthology.orchestra.run.smithi176.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T16:27:59.723 INFO:teuthology.orchestra.run.smithi176.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T16:27:59.723 INFO:teuthology.orchestra.run.smithi176.stdout:Access: 2024-09-10 16:27:38.610954451 +0000 2024-09-10T16:27:59.723 INFO:teuthology.orchestra.run.smithi176.stdout:Modify: 2024-09-10 16:22:41.853634897 +0000 2024-09-10T16:27:59.723 INFO:teuthology.orchestra.run.smithi176.stdout:Change: 2024-09-10 16:22:41.853634897 +0000 2024-09-10T16:27:59.723 INFO:teuthology.orchestra.run.smithi176.stdout: Birth: 2024-09-10 16:22:41.853634897 +0000 2024-09-10T16:27:59.723 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-10T16:27:59.787 INFO:teuthology.orchestra.run.smithi176.stderr:1+0 records in 2024-09-10T16:27:59.787 INFO:teuthology.orchestra.run.smithi176.stderr:1+0 records out 2024-09-10T16:27:59.787 INFO:teuthology.orchestra.run.smithi176.stderr:512 bytes copied, 0.000229329 s, 2.2 MB/s 2024-09-10T16:27:59.788 DEBUG:teuthology.orchestra.run.smithi176:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-10T16:27:59.845 DEBUG:teuthology.orchestra.run.smithi176:> stat /dev/vg_nvme/lv_4 2024-09-10T16:27:59.900 INFO:teuthology.orchestra.run.smithi176.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-10T16:27:59.900 INFO:teuthology.orchestra.run.smithi176.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-10T16:27:59.900 INFO:teuthology.orchestra.run.smithi176.stdout:Device: 5h/5d Inode: 973 Links: 1 2024-09-10T16:27:59.901 INFO:teuthology.orchestra.run.smithi176.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-10T16:27:59.901 INFO:teuthology.orchestra.run.smithi176.stdout:Context: system_u:object_r:device_t:s0 2024-09-10T16:27:59.901 INFO:teuthology.orchestra.run.smithi176.stdout:Access: 2024-09-10 16:27:38.611954442 +0000 2024-09-10T16:27:59.901 INFO:teuthology.orchestra.run.smithi176.stdout:Modify: 2024-09-10 16:22:41.850634364 +0000 2024-09-10T16:27:59.901 INFO:teuthology.orchestra.run.smithi176.stdout:Change: 2024-09-10 16:22:41.850634364 +0000 2024-09-10T16:27:59.901 INFO:teuthology.orchestra.run.smithi176.stdout: Birth: 2024-09-10 16:22:41.850634364 +0000 2024-09-10T16:27:59.901 DEBUG:teuthology.orchestra.run.smithi176:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-10T16:27:59.964 INFO:teuthology.orchestra.run.smithi176.stderr:1+0 records in 2024-09-10T16:27:59.964 INFO:teuthology.orchestra.run.smithi176.stderr:1+0 records out 2024-09-10T16:27:59.964 INFO:teuthology.orchestra.run.smithi176.stderr:512 bytes copied, 0.000462212 s, 1.1 MB/s 2024-09-10T16:27:59.965 DEBUG:teuthology.orchestra.run.smithi176:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-10T16:28:00.021 INFO:tasks.cephadm:Deploying osd.0 on smithi006 with /dev/vg_nvme/lv_4... 2024-09-10T16:28:00.021 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-10T16:28:00.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:59 smithi144 ceph-mon[33424]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:28:00.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:59 smithi144 ceph-mon[33424]: Reconfiguring mon.c (monmap changed)... 2024-09-10T16:28:00.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:27:59 smithi144 ceph-mon[33424]: Reconfiguring daemon mon.c on smithi176 2024-09-10T16:28:00.048 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:59 smithi006 ceph-mon[30478]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:28:00.048 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:59 smithi006 ceph-mon[30478]: Reconfiguring mon.c (monmap changed)... 2024-09-10T16:28:00.048 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:27:59 smithi006 ceph-mon[30478]: Reconfiguring daemon mon.c on smithi176 2024-09-10T16:28:00.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:59 smithi176 ceph-mon[33286]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:28:00.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:59 smithi176 ceph-mon[33286]: Reconfiguring mon.c (monmap changed)... 2024-09-10T16:28:00.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:27:59 smithi176 ceph-mon[33286]: Reconfiguring daemon mon.c on smithi176 2024-09-10T16:28:00.281 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T16:28:01.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:00 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:01.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:00 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:01.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:00 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:28:01.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:00 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:28:01.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:00 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:28:01.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:00 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:01.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:00 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-10T16:28:01.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:00 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-10T16:28:01.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:00 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-10T16:28:01.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:00 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:28:01.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:00 smithi144 ceph-mon[33424]: Deploying daemon mgr.b on smithi144 2024-09-10T16:28:01.335 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:00 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:01.335 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:00 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:01.336 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:00 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:28:01.336 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:00 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:28:01.336 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:00 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:28:01.336 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:00 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:01.336 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:00 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-10T16:28:01.336 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:00 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-10T16:28:01.336 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:00 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-10T16:28:01.336 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:00 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:28:01.336 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:00 smithi006 ceph-mon[30478]: Deploying daemon mgr.b on smithi144 2024-09-10T16:28:01.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:00 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:01.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:00 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:01.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:00 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:28:01.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:00 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:28:01.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:00 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:28:01.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:00 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:01.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:00 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-10T16:28:01.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:00 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-10T16:28:01.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:00 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-10T16:28:01.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:00 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:28:01.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:00 smithi176 ceph-mon[33286]: Deploying daemon mgr.b on smithi144 2024-09-10T16:28:01.957 INFO:journalctl@ceph.mgr.b.smithi144.stdout:Sep 10 16:28:01 smithi144 systemd[1]: Starting Ceph mgr.b for 4020cbc8-6f91-11ef-bcea-c7b262605968... 2024-09-10T16:28:02.224 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:01 smithi144 ceph-mon[33424]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:28:02.224 INFO:journalctl@ceph.mgr.b.smithi144.stdout:Sep 10 16:28:01 smithi144 podman[34837]: 2024-09-10 16:28:01.858645848 +0000 UTC m=+0.015680069 image pull 542e6e6af07c2b89abb4ca6a0a4ee0f7b74b9b2e01b2470b0640b5a64ae8477c quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e 2024-09-10T16:28:02.224 INFO:journalctl@ceph.mgr.b.smithi144.stdout:Sep 10 16:28:01 smithi144 podman[34837]: 2024-09-10 16:28:01.957990019 +0000 UTC m=+0.115024238 container create a40091cd5e0de2c70c8a6969403340c5856a3c7ed5b619e13e45f9506382e174 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-b, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2) 2024-09-10T16:28:02.224 INFO:journalctl@ceph.mgr.b.smithi144.stdout:Sep 10 16:28:02 smithi144 podman[34837]: 2024-09-10 16:28:02.193894768 +0000 UTC m=+0.350928984 container init a40091cd5e0de2c70c8a6969403340c5856a3c7ed5b619e13e45f9506382e174 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-b, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, ceph=True, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-10T16:28:02.224 INFO:journalctl@ceph.mgr.b.smithi144.stdout:Sep 10 16:28:02 smithi144 podman[34837]: 2024-09-10 16:28:02.198783605 +0000 UTC m=+0.355817823 container start a40091cd5e0de2c70c8a6969403340c5856a3c7ed5b619e13e45f9506382e174 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-b, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, ceph=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-10T16:28:02.381 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:01 smithi176 ceph-mon[33286]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:28:02.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:01 smithi006 ceph-mon[30478]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:28:02.540 INFO:journalctl@ceph.mgr.b.smithi144.stdout:Sep 10 16:28:02 smithi144 ceph-mgr[34875]: -- 172.21.15.144:0/3194470364 <== mon.2 v2:172.21.15.144:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x55797002b0e0 con 0x557970008800 2024-09-10T16:28:02.540 INFO:journalctl@ceph.mgr.b.smithi144.stdout:Sep 10 16:28:02 smithi144 bash[34837]: a40091cd5e0de2c70c8a6969403340c5856a3c7ed5b619e13e45f9506382e174 2024-09-10T16:28:02.540 INFO:journalctl@ceph.mgr.b.smithi144.stdout:Sep 10 16:28:02 smithi144 systemd[1]: Started Ceph mgr.b for 4020cbc8-6f91-11ef-bcea-c7b262605968. 2024-09-10T16:28:02.739 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:28:02.765 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi006:vg_nvme/lv_4 2024-09-10T16:28:03.056 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T16:28:03.498 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:03 smithi006 ceph-mon[30478]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:28:03.498 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:03 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:03.498 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:03 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:03.498 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:03 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:03.498 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:03 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:03.498 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:03 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:28:03.631 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:03 smithi176 ceph-mon[33286]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:28:03.632 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:03 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:03.632 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:03 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:03.632 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:03 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:03.632 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:03 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:03.632 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:03 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:28:03.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:03 smithi144 ceph-mon[33424]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:28:03.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:03 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:03.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:03 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:03.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:03 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:03.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:03 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:03.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:03 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:28:04.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:04 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:04.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:04 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:04.634 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:04 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:28:04.634 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:04 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:28:04.634 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:04 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:04.634 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:04 smithi006 ceph-mon[30478]: Reconfiguring mgr.a (unknown last config time)... 2024-09-10T16:28:04.634 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:04 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-10T16:28:04.634 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:04 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-10T16:28:04.634 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:04 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:28:04.634 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:04 smithi006 ceph-mon[30478]: Reconfiguring daemon mgr.a on smithi006 2024-09-10T16:28:04.634 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:04 smithi006 ceph-mon[30478]: from='client.14223 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi006:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:28:04.634 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:04 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T16:28:04.634 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:04 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T16:28:04.634 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:04 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:28:04.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:04 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:04.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:04 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:04.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:04 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:28:04.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:04 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:28:04.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:04 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:04.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:04 smithi176 ceph-mon[33286]: Reconfiguring mgr.a (unknown last config time)... 2024-09-10T16:28:04.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:04 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-10T16:28:04.883 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:04 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-10T16:28:04.883 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:04 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:28:04.883 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:04 smithi176 ceph-mon[33286]: Reconfiguring daemon mgr.a on smithi006 2024-09-10T16:28:04.883 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:04 smithi176 ceph-mon[33286]: from='client.14223 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi006:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:28:04.883 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:04 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T16:28:04.883 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:04 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T16:28:04.883 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:04 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:28:05.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:04 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:05.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:04 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:05.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:04 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:28:05.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:04 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:28:05.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:04 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:05.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:04 smithi144 ceph-mon[33424]: Reconfiguring mgr.a (unknown last config time)... 2024-09-10T16:28:05.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:04 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2024-09-10T16:28:05.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:04 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2024-09-10T16:28:05.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:04 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:28:05.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:04 smithi144 ceph-mon[33424]: Reconfiguring daemon mgr.a on smithi006 2024-09-10T16:28:05.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:04 smithi144 ceph-mon[33424]: from='client.14223 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi006:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:28:05.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:04 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T16:28:05.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:04 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T16:28:05.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:04 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:28:05.852 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:05 smithi006 ceph-mon[30478]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:28:05.852 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:05 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:05.853 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:05 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:05.853 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:05 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:28:05.853 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:05 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:28:05.853 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:05 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:28:05.853 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:05 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:05.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:05 smithi176 ceph-mon[33286]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:28:05.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:05 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:05.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:05 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:05.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:05 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:28:05.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:05 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:28:05.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:05 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:28:05.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:05 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:06.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:05 smithi144 ceph-mon[33424]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:28:06.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:05 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:06.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:05 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:06.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:05 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:28:06.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:05 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:28:06.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:05 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:28:06.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:05 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:06.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:06 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:07.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:06 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:07.131 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:06 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:08.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:07 smithi144 ceph-mon[33424]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:28:08.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:07 smithi144 ceph-mon[33424]: from='client.? 172.21.15.6:0/2118220510' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "97bde9a4-9936-4615-a1a1-669933d563cb"} : dispatch 2024-09-10T16:28:08.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:07 smithi144 ceph-mon[33424]: from='client.? 172.21.15.6:0/2118220510' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "97bde9a4-9936-4615-a1a1-669933d563cb"}]': finished 2024-09-10T16:28:08.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:07 smithi144 ceph-mon[33424]: osdmap e5: 1 total, 0 up, 1 in 2024-09-10T16:28:08.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:07 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T16:28:08.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:07 smithi144 ceph-mon[33424]: Standby manager daemon b started 2024-09-10T16:28:08.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:07 smithi144 ceph-mon[33424]: from='mgr.? 172.21.15.144:0/2360241603' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-10T16:28:08.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:07 smithi144 ceph-mon[33424]: from='mgr.? 172.21.15.144:0/2360241603' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-10T16:28:08.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:07 smithi144 ceph-mon[33424]: from='mgr.? 172.21.15.144:0/2360241603' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-10T16:28:08.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:07 smithi144 ceph-mon[33424]: from='mgr.? 172.21.15.144:0/2360241603' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-10T16:28:08.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:07 smithi144 ceph-mon[33424]: from='client.? 172.21.15.6:0/250063623' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T16:28:08.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:07 smithi176 ceph-mon[33286]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:28:08.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:07 smithi176 ceph-mon[33286]: from='client.? 172.21.15.6:0/2118220510' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "97bde9a4-9936-4615-a1a1-669933d563cb"} : dispatch 2024-09-10T16:28:08.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:07 smithi176 ceph-mon[33286]: from='client.? 172.21.15.6:0/2118220510' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "97bde9a4-9936-4615-a1a1-669933d563cb"}]': finished 2024-09-10T16:28:08.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:07 smithi176 ceph-mon[33286]: osdmap e5: 1 total, 0 up, 1 in 2024-09-10T16:28:08.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:07 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T16:28:08.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:07 smithi176 ceph-mon[33286]: Standby manager daemon b started 2024-09-10T16:28:08.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:07 smithi176 ceph-mon[33286]: from='mgr.? 172.21.15.144:0/2360241603' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-10T16:28:08.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:07 smithi176 ceph-mon[33286]: from='mgr.? 172.21.15.144:0/2360241603' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-10T16:28:08.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:07 smithi176 ceph-mon[33286]: from='mgr.? 172.21.15.144:0/2360241603' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-10T16:28:08.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:07 smithi176 ceph-mon[33286]: from='mgr.? 172.21.15.144:0/2360241603' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-10T16:28:08.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:07 smithi176 ceph-mon[33286]: from='client.? 172.21.15.6:0/250063623' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T16:28:08.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:07 smithi006 ceph-mon[30478]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:28:08.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:07 smithi006 ceph-mon[30478]: from='client.? 172.21.15.6:0/2118220510' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "97bde9a4-9936-4615-a1a1-669933d563cb"} : dispatch 2024-09-10T16:28:08.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:07 smithi006 ceph-mon[30478]: from='client.? 172.21.15.6:0/2118220510' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "97bde9a4-9936-4615-a1a1-669933d563cb"}]': finished 2024-09-10T16:28:08.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:07 smithi006 ceph-mon[30478]: osdmap e5: 1 total, 0 up, 1 in 2024-09-10T16:28:08.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:07 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T16:28:08.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:07 smithi006 ceph-mon[30478]: Standby manager daemon b started 2024-09-10T16:28:08.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:07 smithi006 ceph-mon[30478]: from='mgr.? 172.21.15.144:0/2360241603' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-10T16:28:08.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:07 smithi006 ceph-mon[30478]: from='mgr.? 172.21.15.144:0/2360241603' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-10T16:28:08.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:07 smithi006 ceph-mon[30478]: from='mgr.? 172.21.15.144:0/2360241603' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-10T16:28:08.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:07 smithi006 ceph-mon[30478]: from='mgr.? 172.21.15.144:0/2360241603' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-10T16:28:08.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:07 smithi006 ceph-mon[30478]: from='client.? 172.21.15.6:0/250063623' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T16:28:09.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:09 smithi176 ceph-mon[33286]: mgrmap e14: a(active, since 67s), standbys: b 2024-09-10T16:28:09.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:09 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-10T16:28:09.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:09 smithi176 ceph-mon[33286]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:28:09.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:09 smithi006 ceph-mon[30478]: mgrmap e14: a(active, since 67s), standbys: b 2024-09-10T16:28:09.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:09 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-10T16:28:09.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:09 smithi006 ceph-mon[30478]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:28:09.540 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:09 smithi144 ceph-mon[33424]: mgrmap e14: a(active, since 67s), standbys: b 2024-09-10T16:28:09.540 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:09 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-10T16:28:09.540 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:09 smithi144 ceph-mon[33424]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:28:11.552 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:11 smithi006 ceph-mon[30478]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:28:11.631 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:11 smithi176 ceph-mon[33286]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:28:11.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:11 smithi144 ceph-mon[33424]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:28:13.629 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:13 smithi006 ceph-mon[30478]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:28:13.633 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:13 smithi176 ceph-mon[33286]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:28:13.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:13 smithi144 ceph-mon[33424]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:28:15.538 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:15 smithi006 ceph-mon[30478]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:28:15.538 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:15 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-10T16:28:15.538 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:15 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:28:15.538 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:15 smithi006 ceph-mon[30478]: Deploying daemon osd.0 on smithi006 2024-09-10T16:28:15.592 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:15 smithi144 ceph-mon[33424]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:28:15.592 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:15 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-10T16:28:15.593 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:15 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:28:15.593 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:15 smithi144 ceph-mon[33424]: Deploying daemon osd.0 on smithi006 2024-09-10T16:28:15.631 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:15 smithi176 ceph-mon[33286]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:28:15.632 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:15 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2024-09-10T16:28:15.632 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:15 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:28:15.632 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:15 smithi176 ceph-mon[33286]: Deploying daemon osd.0 on smithi006 2024-09-10T16:28:17.631 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:17 smithi176 ceph-mon[33286]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:28:17.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:17 smithi006 ceph-mon[30478]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:28:17.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:17 smithi144 ceph-mon[33424]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:28:19.631 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:19 smithi176 ceph-mon[33286]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:28:19.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:19 smithi006 ceph-mon[30478]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:28:19.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:19 smithi144 ceph-mon[33424]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:28:21.593 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:21 smithi006 ceph-mon[30478]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:28:21.593 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:21 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:28:21.593 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:21 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:21.593 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:21 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:21.631 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:21 smithi176 ceph-mon[33286]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:28:21.631 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:21 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:28:21.631 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:21 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:21.632 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:21 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:21.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:21 smithi144 ceph-mon[33424]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:28:21.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:21 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:28:21.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:21 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:21.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:21 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:23.631 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:23 smithi176 ceph-mon[33286]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:28:23.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:23 smithi006 ceph-mon[30478]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:28:23.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:23 smithi144 ceph-mon[33424]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:28:24.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:24 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:24.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:24 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:24.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:24 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:28:24.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:24 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:28:24.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:24 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:24.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:24 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:24.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:24 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:24.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:24 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:28:24.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:24 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:28:24.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:24 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:24.902 INFO:teuthology.orchestra.run.smithi006.stdout:Created osd(s) 0 on host 'smithi006' 2024-09-10T16:28:25.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:24 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:25.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:24 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:25.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:24 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:28:25.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:24 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:28:25.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:24 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:25.532 DEBUG:teuthology.orchestra.run.smithi006:osd.0> sudo journalctl -f -n 0 -u ceph-4020cbc8-6f91-11ef-bcea-c7b262605968@osd.0.service 2024-09-10T16:28:25.534 INFO:tasks.cephadm:Deploying osd.1 on smithi144 with /dev/vg_nvme/lv_4... 2024-09-10T16:28:25.534 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-10T16:28:25.772 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/mon.b/config 2024-09-10T16:28:25.773 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:25 smithi006 ceph-mon[30478]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:28:25.773 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:25 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:28:25.773 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:25 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:25.773 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:25 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:25.773 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:25 smithi006 ceph-mon[30478]: from='osd.0 [v2:172.21.15.6:6802/1286861089,v1:172.21.15.6:6803/1286861089]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-10T16:28:25.774 INFO:journalctl@ceph.osd.0.smithi006.stdout:Sep 10 16:28:25 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-osd-0[45216]: 2024-09-10T16:28:25.619+0000 7f61b7ae2640 -1 osd.0 0 log_to_monitors true 2024-09-10T16:28:25.893 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:25 smithi144 ceph-mon[33424]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:28:25.893 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:25 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:28:25.893 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:25 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:25.893 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:25 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:25.893 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:25 smithi144 ceph-mon[33424]: from='osd.0 [v2:172.21.15.6:6802/1286861089,v1:172.21.15.6:6803/1286861089]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-10T16:28:26.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:25 smithi176 ceph-mon[33286]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:28:26.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:25 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:28:26.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:25 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:26.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:25 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:26.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:25 smithi176 ceph-mon[33286]: from='osd.0 [v2:172.21.15.6:6802/1286861089,v1:172.21.15.6:6803/1286861089]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2024-09-10T16:28:27.170 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:26 smithi176 ceph-mon[33286]: from='osd.0 [v2:172.21.15.6:6802/1286861089,v1:172.21.15.6:6803/1286861089]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-10T16:28:27.170 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:26 smithi176 ceph-mon[33286]: osdmap e6: 1 total, 0 up, 1 in 2024-09-10T16:28:27.170 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:26 smithi176 ceph-mon[33286]: from='osd.0 [v2:172.21.15.6:6802/1286861089,v1:172.21.15.6:6803/1286861089]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi006", "root=default"]} : dispatch 2024-09-10T16:28:27.170 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:26 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T16:28:27.279 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:26 smithi144 ceph-mon[33424]: from='osd.0 [v2:172.21.15.6:6802/1286861089,v1:172.21.15.6:6803/1286861089]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-10T16:28:27.279 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:26 smithi144 ceph-mon[33424]: osdmap e6: 1 total, 0 up, 1 in 2024-09-10T16:28:27.279 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:26 smithi144 ceph-mon[33424]: from='osd.0 [v2:172.21.15.6:6802/1286861089,v1:172.21.15.6:6803/1286861089]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi006", "root=default"]} : dispatch 2024-09-10T16:28:27.280 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:26 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T16:28:27.384 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:26 smithi006 ceph-mon[30478]: from='osd.0 [v2:172.21.15.6:6802/1286861089,v1:172.21.15.6:6803/1286861089]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-10T16:28:27.384 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:26 smithi006 ceph-mon[30478]: osdmap e6: 1 total, 0 up, 1 in 2024-09-10T16:28:27.384 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:26 smithi006 ceph-mon[30478]: from='osd.0 [v2:172.21.15.6:6802/1286861089,v1:172.21.15.6:6803/1286861089]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi006", "root=default"]} : dispatch 2024-09-10T16:28:27.384 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:26 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T16:28:27.384 INFO:journalctl@ceph.osd.0.smithi006.stdout:Sep 10 16:28:26 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-osd-0[45216]: 2024-09-10T16:28:26.906+0000 7f61b3a65640 -1 osd.0 0 waiting for initial osdmap 2024-09-10T16:28:27.385 INFO:journalctl@ceph.osd.0.smithi006.stdout:Sep 10 16:28:26 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-osd-0[45216]: 2024-09-10T16:28:26.909+0000 7f61af88c640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-10T16:28:28.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:27 smithi176 ceph-mon[33286]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:28:28.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:27 smithi176 ceph-mon[33286]: from='osd.0 [v2:172.21.15.6:6802/1286861089,v1:172.21.15.6:6803/1286861089]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi006", "root=default"]}]': finished 2024-09-10T16:28:28.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:27 smithi176 ceph-mon[33286]: osdmap e7: 1 total, 0 up, 1 in 2024-09-10T16:28:28.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:27 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T16:28:28.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:27 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T16:28:28.173 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:27 smithi006 ceph-mon[30478]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:28:28.176 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:27 smithi006 ceph-mon[30478]: from='osd.0 [v2:172.21.15.6:6802/1286861089,v1:172.21.15.6:6803/1286861089]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi006", "root=default"]}]': finished 2024-09-10T16:28:28.176 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:27 smithi006 ceph-mon[30478]: osdmap e7: 1 total, 0 up, 1 in 2024-09-10T16:28:28.176 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:27 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T16:28:28.176 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:27 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T16:28:28.227 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:27 smithi144 ceph-mon[33424]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:28:28.227 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:27 smithi144 ceph-mon[33424]: from='osd.0 [v2:172.21.15.6:6802/1286861089,v1:172.21.15.6:6803/1286861089]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi006", "root=default"]}]': finished 2024-09-10T16:28:28.228 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:27 smithi144 ceph-mon[33424]: osdmap e7: 1 total, 0 up, 1 in 2024-09-10T16:28:28.228 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:27 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T16:28:28.228 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:27 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T16:28:28.497 INFO:teuthology.orchestra.run.smithi144.stdout: 2024-09-10T16:28:28.522 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi144:vg_nvme/lv_4 2024-09-10T16:28:28.763 INFO:teuthology.orchestra.run.smithi144.stderr:Inferring config /var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/mon.b/config 2024-09-10T16:28:29.135 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:28 smithi144 ceph-mon[33424]: purged_snaps scrub starts 2024-09-10T16:28:29.135 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:28 smithi144 ceph-mon[33424]: purged_snaps scrub ok 2024-09-10T16:28:29.135 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:28 smithi144 ceph-mon[33424]: osd.0 [v2:172.21.15.6:6802/1286861089,v1:172.21.15.6:6803/1286861089] boot 2024-09-10T16:28:29.135 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:28 smithi144 ceph-mon[33424]: osdmap e8: 1 total, 1 up, 1 in 2024-09-10T16:28:29.136 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:28 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T16:28:29.136 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:28 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:29.136 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:28 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:29.136 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:28 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-10T16:28:29.136 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:28 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:29.136 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:28 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:28:29.136 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:28 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:28:29.136 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:28 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:29.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:28 smithi176 ceph-mon[33286]: purged_snaps scrub starts 2024-09-10T16:28:29.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:28 smithi176 ceph-mon[33286]: purged_snaps scrub ok 2024-09-10T16:28:29.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:28 smithi176 ceph-mon[33286]: osd.0 [v2:172.21.15.6:6802/1286861089,v1:172.21.15.6:6803/1286861089] boot 2024-09-10T16:28:29.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:28 smithi176 ceph-mon[33286]: osdmap e8: 1 total, 1 up, 1 in 2024-09-10T16:28:29.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:28 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T16:28:29.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:28 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:29.383 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:28 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:29.383 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:28 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-10T16:28:29.383 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:28 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:29.383 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:28 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:28:29.383 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:28 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:28:29.383 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:28 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:29.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:28 smithi006 ceph-mon[30478]: purged_snaps scrub starts 2024-09-10T16:28:29.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:28 smithi006 ceph-mon[30478]: purged_snaps scrub ok 2024-09-10T16:28:29.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:28 smithi006 ceph-mon[30478]: osd.0 [v2:172.21.15.6:6802/1286861089,v1:172.21.15.6:6803/1286861089] boot 2024-09-10T16:28:29.384 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:28 smithi006 ceph-mon[30478]: osdmap e8: 1 total, 1 up, 1 in 2024-09-10T16:28:29.384 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:28 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T16:28:29.384 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:28 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:29.384 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:28 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:29.384 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:28 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-10T16:28:29.384 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:28 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:29.384 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:28 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:28:29.384 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:28 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:28:29.384 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:28 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:30.117 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:29 smithi144 ceph-mon[33424]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:28:30.117 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:29 smithi144 ceph-mon[33424]: Detected new or changed devices on smithi006 2024-09-10T16:28:30.117 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:29 smithi144 ceph-mon[33424]: Adjusting osd_memory_target on smithi006 to 17092M 2024-09-10T16:28:30.117 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:29 smithi144 ceph-mon[33424]: osdmap e9: 1 total, 1 up, 1 in 2024-09-10T16:28:30.117 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:29 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T16:28:30.118 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:29 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T16:28:30.118 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:29 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:28:30.381 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:29 smithi176 ceph-mon[33286]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:28:30.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:29 smithi176 ceph-mon[33286]: Detected new or changed devices on smithi006 2024-09-10T16:28:30.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:29 smithi176 ceph-mon[33286]: Adjusting osd_memory_target on smithi006 to 17092M 2024-09-10T16:28:30.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:29 smithi176 ceph-mon[33286]: osdmap e9: 1 total, 1 up, 1 in 2024-09-10T16:28:30.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:29 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T16:28:30.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:29 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T16:28:30.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:29 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:28:30.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:29 smithi006 ceph-mon[30478]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-10T16:28:30.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:29 smithi006 ceph-mon[30478]: Detected new or changed devices on smithi006 2024-09-10T16:28:30.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:29 smithi006 ceph-mon[30478]: Adjusting osd_memory_target on smithi006 to 17092M 2024-09-10T16:28:30.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:29 smithi006 ceph-mon[30478]: osdmap e9: 1 total, 1 up, 1 in 2024-09-10T16:28:30.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:29 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T16:28:30.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:29 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T16:28:30.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:29 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:28:31.001 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:30 smithi144 ceph-mon[33424]: from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi144:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:28:31.381 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:30 smithi176 ceph-mon[33286]: from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi144:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:28:31.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:30 smithi006 ceph-mon[30478]: from='client.24137 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi144:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:28:32.234 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:31 smithi144 ceph-mon[33424]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T16:28:32.234 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:31 smithi144 ceph-mon[33424]: from='client.? 172.21.15.144:0/1296940669' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "65fe873d-aa94-4bb3-ba30-db527bd6d1e6"} : dispatch 2024-09-10T16:28:32.234 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:31 smithi144 ceph-mon[33424]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "65fe873d-aa94-4bb3-ba30-db527bd6d1e6"} : dispatch 2024-09-10T16:28:32.234 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:31 smithi144 ceph-mon[33424]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "65fe873d-aa94-4bb3-ba30-db527bd6d1e6"}]': finished 2024-09-10T16:28:32.234 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:31 smithi144 ceph-mon[33424]: osdmap e10: 2 total, 1 up, 2 in 2024-09-10T16:28:32.234 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:31 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T16:28:32.381 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:31 smithi176 ceph-mon[33286]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T16:28:32.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:31 smithi176 ceph-mon[33286]: from='client.? 172.21.15.144:0/1296940669' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "65fe873d-aa94-4bb3-ba30-db527bd6d1e6"} : dispatch 2024-09-10T16:28:32.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:31 smithi176 ceph-mon[33286]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "65fe873d-aa94-4bb3-ba30-db527bd6d1e6"} : dispatch 2024-09-10T16:28:32.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:31 smithi176 ceph-mon[33286]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "65fe873d-aa94-4bb3-ba30-db527bd6d1e6"}]': finished 2024-09-10T16:28:32.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:31 smithi176 ceph-mon[33286]: osdmap e10: 2 total, 1 up, 2 in 2024-09-10T16:28:32.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:31 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T16:28:32.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:31 smithi006 ceph-mon[30478]: pgmap v44: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T16:28:32.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:31 smithi006 ceph-mon[30478]: from='client.? 172.21.15.144:0/1296940669' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "65fe873d-aa94-4bb3-ba30-db527bd6d1e6"} : dispatch 2024-09-10T16:28:32.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:31 smithi006 ceph-mon[30478]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "65fe873d-aa94-4bb3-ba30-db527bd6d1e6"} : dispatch 2024-09-10T16:28:32.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:31 smithi006 ceph-mon[30478]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "65fe873d-aa94-4bb3-ba30-db527bd6d1e6"}]': finished 2024-09-10T16:28:32.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:31 smithi006 ceph-mon[30478]: osdmap e10: 2 total, 1 up, 2 in 2024-09-10T16:28:32.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:31 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T16:28:33.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:32 smithi144 ceph-mon[33424]: from='client.? 172.21.15.144:0/4099591499' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T16:28:33.381 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:32 smithi176 ceph-mon[33286]: from='client.? 172.21.15.144:0/4099591499' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T16:28:33.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:32 smithi006 ceph-mon[30478]: from='client.? 172.21.15.144:0/4099591499' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T16:28:34.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:33 smithi144 ceph-mon[33424]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T16:28:34.381 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:33 smithi176 ceph-mon[33286]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T16:28:34.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:33 smithi006 ceph-mon[30478]: pgmap v46: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T16:28:36.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:35 smithi144 ceph-mon[33424]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T16:28:36.381 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:35 smithi176 ceph-mon[33286]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T16:28:36.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:35 smithi006 ceph-mon[30478]: pgmap v47: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T16:28:38.193 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:37 smithi144 ceph-mon[33424]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T16:28:38.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:37 smithi176 ceph-mon[33286]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T16:28:38.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:37 smithi006 ceph-mon[30478]: pgmap v48: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T16:28:40.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:39 smithi144 ceph-mon[33424]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T16:28:40.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:39 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-10T16:28:40.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:39 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:28:40.381 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:39 smithi176 ceph-mon[33286]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T16:28:40.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:39 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-10T16:28:40.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:39 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:28:40.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:39 smithi006 ceph-mon[30478]: pgmap v49: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T16:28:40.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:39 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2024-09-10T16:28:40.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:39 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:28:41.212 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:40 smithi144 ceph-mon[33424]: Deploying daemon osd.1 on smithi144 2024-09-10T16:28:41.381 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:40 smithi176 ceph-mon[33286]: Deploying daemon osd.1 on smithi144 2024-09-10T16:28:41.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:40 smithi006 ceph-mon[30478]: Deploying daemon osd.1 on smithi144 2024-09-10T16:28:42.256 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:41 smithi144 ceph-mon[33424]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T16:28:42.381 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:41 smithi176 ceph-mon[33286]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T16:28:42.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:41 smithi006 ceph-mon[30478]: pgmap v50: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T16:28:44.192 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:43 smithi144 ceph-mon[33424]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T16:28:44.381 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:43 smithi176 ceph-mon[33286]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T16:28:44.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:43 smithi006 ceph-mon[30478]: pgmap v51: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T16:28:46.255 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:45 smithi144 ceph-mon[33424]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T16:28:46.255 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:45 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:28:46.255 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:45 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:46.255 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:45 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:46.381 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:45 smithi176 ceph-mon[33286]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T16:28:46.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:45 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:28:46.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:45 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:46.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:45 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:46.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:45 smithi006 ceph-mon[30478]: pgmap v52: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T16:28:46.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:45 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:28:46.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:45 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:46.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:45 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:48.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:47 smithi144 ceph-mon[33424]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T16:28:48.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:47 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:48.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:47 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:48.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:47 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:28:48.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:47 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:28:48.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:47 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:48.381 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:47 smithi176 ceph-mon[33286]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T16:28:48.381 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:47 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:48.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:47 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:48.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:47 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:28:48.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:47 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:28:48.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:47 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:48.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:47 smithi006 ceph-mon[30478]: pgmap v53: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T16:28:48.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:47 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:48.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:47 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:48.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:47 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:28:48.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:47 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:28:48.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:47 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:49.359 INFO:teuthology.orchestra.run.smithi144.stdout:Created osd(s) 1 on host 'smithi144' 2024-09-10T16:28:49.996 DEBUG:teuthology.orchestra.run.smithi144:osd.1> sudo journalctl -f -n 0 -u ceph-4020cbc8-6f91-11ef-bcea-c7b262605968@osd.1.service 2024-09-10T16:28:49.998 INFO:tasks.cephadm:Deploying osd.2 on smithi176 with /dev/vg_nvme/lv_4... 2024-09-10T16:28:49.999 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-10T16:28:50.212 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:49 smithi144 ceph-mon[33424]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T16:28:50.212 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:49 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:28:50.212 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:49 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:50.212 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:49 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:50.247 INFO:teuthology.orchestra.run.smithi176.stderr:Inferring config /var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/mon.c/config 2024-09-10T16:28:50.367 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:49 smithi176 ceph-mon[33286]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T16:28:50.367 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:49 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:28:50.367 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:49 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:50.367 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:49 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:50.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:49 smithi006 ceph-mon[30478]: pgmap v54: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T16:28:50.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:49 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:28:50.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:49 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:50.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:49 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:50.967 INFO:journalctl@ceph.osd.1.smithi144.stdout:Sep 10 16:28:50 smithi144 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-osd-1[37849]: 2024-09-10T16:28:50.587+0000 7f92ecb7d640 -1 osd.1 0 log_to_monitors true 2024-09-10T16:28:51.279 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:50 smithi144 ceph-mon[33424]: from='osd.1 [v2:172.21.15.144:6800/277387555,v1:172.21.15.144:6801/277387555]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-10T16:28:51.279 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:50 smithi144 ceph-mon[33424]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-10T16:28:51.292 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:50 smithi176 ceph-mon[33286]: from='osd.1 [v2:172.21.15.144:6800/277387555,v1:172.21.15.144:6801/277387555]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-10T16:28:51.292 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:50 smithi176 ceph-mon[33286]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-10T16:28:51.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:50 smithi006 ceph-mon[30478]: from='osd.1 [v2:172.21.15.144:6800/277387555,v1:172.21.15.144:6801/277387555]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-10T16:28:51.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:50 smithi006 ceph-mon[30478]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2024-09-10T16:28:52.242 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:51 smithi144 ceph-mon[33424]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T16:28:52.242 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:51 smithi144 ceph-mon[33424]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-10T16:28:52.242 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:51 smithi144 ceph-mon[33424]: from='osd.1 [v2:172.21.15.144:6800/277387555,v1:172.21.15.144:6801/277387555]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi144", "root=default"]} : dispatch 2024-09-10T16:28:52.242 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:51 smithi144 ceph-mon[33424]: osdmap e11: 2 total, 1 up, 2 in 2024-09-10T16:28:52.242 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:51 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T16:28:52.242 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:51 smithi144 ceph-mon[33424]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi144", "root=default"]} : dispatch 2024-09-10T16:28:52.308 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:51 smithi176 ceph-mon[33286]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T16:28:52.309 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:51 smithi176 ceph-mon[33286]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-10T16:28:52.309 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:51 smithi176 ceph-mon[33286]: from='osd.1 [v2:172.21.15.144:6800/277387555,v1:172.21.15.144:6801/277387555]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi144", "root=default"]} : dispatch 2024-09-10T16:28:52.309 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:51 smithi176 ceph-mon[33286]: osdmap e11: 2 total, 1 up, 2 in 2024-09-10T16:28:52.309 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:51 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T16:28:52.309 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:51 smithi176 ceph-mon[33286]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi144", "root=default"]} : dispatch 2024-09-10T16:28:52.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:51 smithi006 ceph-mon[30478]: pgmap v55: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T16:28:52.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:51 smithi006 ceph-mon[30478]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-10T16:28:52.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:51 smithi006 ceph-mon[30478]: from='osd.1 [v2:172.21.15.144:6800/277387555,v1:172.21.15.144:6801/277387555]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi144", "root=default"]} : dispatch 2024-09-10T16:28:52.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:51 smithi006 ceph-mon[30478]: osdmap e11: 2 total, 1 up, 2 in 2024-09-10T16:28:52.384 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:51 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T16:28:52.384 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:51 smithi006 ceph-mon[30478]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi144", "root=default"]} : dispatch 2024-09-10T16:28:52.540 INFO:journalctl@ceph.osd.1.smithi144.stdout:Sep 10 16:28:52 smithi144 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-osd-1[37849]: 2024-09-10T16:28:52.408+0000 7f92e8b00640 -1 osd.1 0 waiting for initial osdmap 2024-09-10T16:28:52.540 INFO:journalctl@ceph.osd.1.smithi144.stdout:Sep 10 16:28:52 smithi144 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-osd-1[37849]: 2024-09-10T16:28:52.411+0000 7f92e091f640 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-10T16:28:53.075 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:52 smithi176 ceph-mon[33286]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2024-09-10T16:28:53.075 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:52 smithi176 ceph-mon[33286]: osdmap e12: 2 total, 1 up, 2 in 2024-09-10T16:28:53.075 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:52 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T16:28:53.075 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:52 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T16:28:53.075 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:52 smithi176 ceph-mon[33286]: from='osd.1 ' entity='osd.1' 2024-09-10T16:28:53.076 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:52 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:53.076 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:52 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:53.076 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:52 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-10T16:28:53.076 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:52 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:53.076 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:52 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:28:53.076 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:52 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:28:53.076 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:52 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:53.078 INFO:teuthology.orchestra.run.smithi176.stdout: 2024-09-10T16:28:53.103 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 -- ceph orch daemon add osd smithi176:vg_nvme/lv_4 2024-09-10T16:28:53.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:52 smithi144 ceph-mon[33424]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2024-09-10T16:28:53.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:52 smithi144 ceph-mon[33424]: osdmap e12: 2 total, 1 up, 2 in 2024-09-10T16:28:53.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:52 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T16:28:53.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:52 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T16:28:53.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:52 smithi144 ceph-mon[33424]: from='osd.1 ' entity='osd.1' 2024-09-10T16:28:53.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:52 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:53.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:52 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:53.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:52 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-10T16:28:53.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:52 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:53.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:52 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:28:53.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:52 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:28:53.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:52 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:53.342 INFO:teuthology.orchestra.run.smithi176.stderr:Inferring config /var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/mon.c/config 2024-09-10T16:28:53.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:52 smithi006 ceph-mon[30478]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi144", "root=default"]}]': finished 2024-09-10T16:28:53.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:52 smithi006 ceph-mon[30478]: osdmap e12: 2 total, 1 up, 2 in 2024-09-10T16:28:53.384 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:52 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T16:28:53.384 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:52 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T16:28:53.384 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:52 smithi006 ceph-mon[30478]: from='osd.1 ' entity='osd.1' 2024-09-10T16:28:53.384 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:52 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:53.384 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:52 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:53.384 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:52 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-10T16:28:53.384 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:52 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:53.384 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:52 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:28:53.384 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:52 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:28:53.384 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:52 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:28:54.131 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:53 smithi176 ceph-mon[33286]: purged_snaps scrub starts 2024-09-10T16:28:54.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:53 smithi176 ceph-mon[33286]: purged_snaps scrub ok 2024-09-10T16:28:54.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:53 smithi176 ceph-mon[33286]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T16:28:54.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:53 smithi176 ceph-mon[33286]: Detected new or changed devices on smithi144 2024-09-10T16:28:54.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:53 smithi176 ceph-mon[33286]: Adjusting osd_memory_target on smithi144 to 17088M 2024-09-10T16:28:54.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:53 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T16:28:54.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:53 smithi176 ceph-mon[33286]: osd.1 [v2:172.21.15.144:6800/277387555,v1:172.21.15.144:6801/277387555] boot 2024-09-10T16:28:54.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:53 smithi176 ceph-mon[33286]: osdmap e13: 2 total, 2 up, 2 in 2024-09-10T16:28:54.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:53 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T16:28:54.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:53 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T16:28:54.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:53 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T16:28:54.133 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:53 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:28:54.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:53 smithi144 ceph-mon[33424]: purged_snaps scrub starts 2024-09-10T16:28:54.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:53 smithi144 ceph-mon[33424]: purged_snaps scrub ok 2024-09-10T16:28:54.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:53 smithi144 ceph-mon[33424]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T16:28:54.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:53 smithi144 ceph-mon[33424]: Detected new or changed devices on smithi144 2024-09-10T16:28:54.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:53 smithi144 ceph-mon[33424]: Adjusting osd_memory_target on smithi144 to 17088M 2024-09-10T16:28:54.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:53 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T16:28:54.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:53 smithi144 ceph-mon[33424]: osd.1 [v2:172.21.15.144:6800/277387555,v1:172.21.15.144:6801/277387555] boot 2024-09-10T16:28:54.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:53 smithi144 ceph-mon[33424]: osdmap e13: 2 total, 2 up, 2 in 2024-09-10T16:28:54.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:53 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T16:28:54.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:53 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T16:28:54.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:53 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T16:28:54.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:53 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:28:54.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:53 smithi006 ceph-mon[30478]: purged_snaps scrub starts 2024-09-10T16:28:54.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:53 smithi006 ceph-mon[30478]: purged_snaps scrub ok 2024-09-10T16:28:54.384 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:53 smithi006 ceph-mon[30478]: pgmap v58: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-09-10T16:28:54.384 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:53 smithi006 ceph-mon[30478]: Detected new or changed devices on smithi144 2024-09-10T16:28:54.384 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:53 smithi006 ceph-mon[30478]: Adjusting osd_memory_target on smithi144 to 17088M 2024-09-10T16:28:54.384 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:53 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T16:28:54.384 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:53 smithi006 ceph-mon[30478]: osd.1 [v2:172.21.15.144:6800/277387555,v1:172.21.15.144:6801/277387555] boot 2024-09-10T16:28:54.384 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:53 smithi006 ceph-mon[30478]: osdmap e13: 2 total, 2 up, 2 in 2024-09-10T16:28:54.384 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:53 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T16:28:54.384 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:53 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2024-09-10T16:28:54.384 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:53 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2024-09-10T16:28:54.385 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:53 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:28:55.266 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:54 smithi176 ceph-mon[33286]: from='client.24139 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi176:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:28:55.267 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:54 smithi176 ceph-mon[33286]: osdmap e14: 2 total, 2 up, 2 in 2024-09-10T16:28:55.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:54 smithi144 ceph-mon[33424]: from='client.24139 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi176:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:28:55.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:54 smithi144 ceph-mon[33424]: osdmap e14: 2 total, 2 up, 2 in 2024-09-10T16:28:55.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:54 smithi006 ceph-mon[30478]: from='client.24139 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi176:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:28:55.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:54 smithi006 ceph-mon[30478]: osdmap e14: 2 total, 2 up, 2 in 2024-09-10T16:28:56.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:55 smithi144 ceph-mon[33424]: pgmap v60: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T16:28:56.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:55 smithi176 ceph-mon[33286]: pgmap v60: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T16:28:56.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:55 smithi006 ceph-mon[30478]: pgmap v60: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T16:28:57.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:56 smithi144 ceph-mon[33424]: from='client.? 172.21.15.176:0/3176731539' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "27d33ae0-2181-4b89-ac85-0e509790fe90"} : dispatch 2024-09-10T16:28:57.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:56 smithi144 ceph-mon[33424]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "27d33ae0-2181-4b89-ac85-0e509790fe90"} : dispatch 2024-09-10T16:28:57.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:56 smithi144 ceph-mon[33424]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "27d33ae0-2181-4b89-ac85-0e509790fe90"}]': finished 2024-09-10T16:28:57.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:56 smithi144 ceph-mon[33424]: osdmap e15: 3 total, 2 up, 3 in 2024-09-10T16:28:57.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:56 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T16:28:57.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:56 smithi144 ceph-mon[33424]: from='client.? 172.21.15.176:0/2907809523' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T16:28:57.131 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:56 smithi176 ceph-mon[33286]: from='client.? 172.21.15.176:0/3176731539' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "27d33ae0-2181-4b89-ac85-0e509790fe90"} : dispatch 2024-09-10T16:28:57.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:56 smithi176 ceph-mon[33286]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "27d33ae0-2181-4b89-ac85-0e509790fe90"} : dispatch 2024-09-10T16:28:57.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:56 smithi176 ceph-mon[33286]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "27d33ae0-2181-4b89-ac85-0e509790fe90"}]': finished 2024-09-10T16:28:57.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:56 smithi176 ceph-mon[33286]: osdmap e15: 3 total, 2 up, 3 in 2024-09-10T16:28:57.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:56 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T16:28:57.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:56 smithi176 ceph-mon[33286]: from='client.? 172.21.15.176:0/2907809523' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T16:28:57.285 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:56 smithi006 ceph-mon[30478]: from='client.? 172.21.15.176:0/3176731539' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "27d33ae0-2181-4b89-ac85-0e509790fe90"} : dispatch 2024-09-10T16:28:57.285 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:56 smithi006 ceph-mon[30478]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "27d33ae0-2181-4b89-ac85-0e509790fe90"} : dispatch 2024-09-10T16:28:57.285 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:56 smithi006 ceph-mon[30478]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "27d33ae0-2181-4b89-ac85-0e509790fe90"}]': finished 2024-09-10T16:28:57.285 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:56 smithi006 ceph-mon[30478]: osdmap e15: 3 total, 2 up, 3 in 2024-09-10T16:28:57.285 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:56 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T16:28:57.285 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:56 smithi006 ceph-mon[30478]: from='client.? 172.21.15.176:0/2907809523' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2024-09-10T16:28:58.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:57 smithi144 ceph-mon[33424]: pgmap v62: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T16:28:58.381 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:57 smithi176 ceph-mon[33286]: pgmap v62: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T16:28:58.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:57 smithi006 ceph-mon[30478]: pgmap v62: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T16:29:00.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:28:59 smithi144 ceph-mon[33424]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T16:29:00.328 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:28:59 smithi176 ceph-mon[33286]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T16:29:00.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:28:59 smithi006 ceph-mon[30478]: pgmap v64: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T16:29:02.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:02 smithi144 ceph-mon[33424]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T16:29:02.381 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:02 smithi176 ceph-mon[33286]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T16:29:02.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:02 smithi006 ceph-mon[30478]: pgmap v65: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T16:29:04.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:04 smithi144 ceph-mon[33424]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T16:29:04.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:04 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-10T16:29:04.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:04 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:29:04.332 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:04 smithi176 ceph-mon[33286]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T16:29:04.333 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:04 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-10T16:29:04.333 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:04 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:29:04.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:04 smithi006 ceph-mon[30478]: pgmap v66: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T16:29:04.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:04 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2024-09-10T16:29:04.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:04 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:29:05.267 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:05 smithi176 ceph-mon[33286]: Deploying daemon osd.2 on smithi176 2024-09-10T16:29:05.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:05 smithi144 ceph-mon[33424]: Deploying daemon osd.2 on smithi176 2024-09-10T16:29:05.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:05 smithi006 ceph-mon[30478]: Deploying daemon osd.2 on smithi176 2024-09-10T16:29:06.122 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:06 smithi176 ceph-mon[33286]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T16:29:06.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:06 smithi144 ceph-mon[33424]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T16:29:06.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:06 smithi006 ceph-mon[30478]: pgmap v67: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T16:29:08.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:08 smithi144 ceph-mon[33424]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T16:29:08.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:08 smithi176 ceph-mon[33286]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T16:29:08.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:08 smithi006 ceph-mon[30478]: pgmap v68: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T16:29:09.131 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:09 smithi176 ceph-mon[33286]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T16:29:09.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:09 smithi006 ceph-mon[30478]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T16:29:09.540 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:09 smithi144 ceph-mon[33424]: pgmap v69: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T16:29:10.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:10 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:29:10.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:10 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:10.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:10 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:10.385 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:10 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:29:10.385 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:10 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:10.386 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:10 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:10.540 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:10 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:29:10.540 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:10 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:10.540 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:10 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:11.131 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:11 smithi176 ceph-mon[33286]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T16:29:11.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:11 smithi006 ceph-mon[30478]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T16:29:11.540 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:11 smithi144 ceph-mon[33424]: pgmap v70: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T16:29:13.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:12 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:13.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:12 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:13.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:12 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:29:13.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:12 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:29:13.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:12 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:13.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:12 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:13.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:12 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:13.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:12 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:29:13.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:12 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:29:13.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:12 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:13.137 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:12 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:13.137 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:12 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:13.137 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:12 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:29:13.137 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:12 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:29:13.137 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:12 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:13.963 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:13 smithi176 ceph-mon[33286]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T16:29:14.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:13 smithi144 ceph-mon[33424]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T16:29:14.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:13 smithi006 ceph-mon[30478]: pgmap v71: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T16:29:14.305 INFO:teuthology.orchestra.run.smithi176.stdout:Created osd(s) 2 on host 'smithi176' 2024-09-10T16:29:14.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:14 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:29:14.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:14 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:14.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:14 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:14.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:14 smithi176 ceph-mon[33286]: from='osd.2 [v2:172.21.15.176:6800/1109879061,v1:172.21.15.176:6801/1109879061]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-10T16:29:14.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:14 smithi176 ceph-mon[33286]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-10T16:29:14.953 DEBUG:teuthology.orchestra.run.smithi176:osd.2> sudo journalctl -f -n 0 -u ceph-4020cbc8-6f91-11ef-bcea-c7b262605968@osd.2.service 2024-09-10T16:29:14.955 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-09-10T16:29:14.956 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-10T16:29:15.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:14 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:29:15.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:14 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:15.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:14 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:15.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:14 smithi144 ceph-mon[33424]: from='osd.2 [v2:172.21.15.176:6800/1109879061,v1:172.21.15.176:6801/1109879061]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-10T16:29:15.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:14 smithi144 ceph-mon[33424]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-10T16:29:15.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:14 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:29:15.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:14 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:15.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:14 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:15.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:14 smithi006 ceph-mon[30478]: from='osd.2 [v2:172.21.15.176:6800/1109879061,v1:172.21.15.176:6801/1109879061]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-10T16:29:15.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:14 smithi006 ceph-mon[30478]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2024-09-10T16:29:15.221 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T16:29:15.871 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:29:15.871 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:15 smithi006 ceph-mon[30478]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T16:29:15.871 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:15 smithi006 ceph-mon[30478]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-10T16:29:15.871 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:15 smithi006 ceph-mon[30478]: osdmap e16: 3 total, 2 up, 3 in 2024-09-10T16:29:15.872 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:15 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T16:29:15.872 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:15 smithi006 ceph-mon[30478]: from='osd.2 [v2:172.21.15.176:6800/1109879061,v1:172.21.15.176:6801/1109879061]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi176", "root=default"]} : dispatch 2024-09-10T16:29:15.872 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:15 smithi006 ceph-mon[30478]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi176", "root=default"]} : dispatch 2024-09-10T16:29:16.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:15 smithi144 ceph-mon[33424]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T16:29:16.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:15 smithi144 ceph-mon[33424]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-10T16:29:16.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:15 smithi144 ceph-mon[33424]: osdmap e16: 3 total, 2 up, 3 in 2024-09-10T16:29:16.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:15 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T16:29:16.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:15 smithi144 ceph-mon[33424]: from='osd.2 [v2:172.21.15.176:6800/1109879061,v1:172.21.15.176:6801/1109879061]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi176", "root=default"]} : dispatch 2024-09-10T16:29:16.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:15 smithi144 ceph-mon[33424]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi176", "root=default"]} : dispatch 2024-09-10T16:29:16.123 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:15 smithi176 ceph-mon[33286]: pgmap v72: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T16:29:16.123 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:15 smithi176 ceph-mon[33286]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-10T16:29:16.123 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:15 smithi176 ceph-mon[33286]: osdmap e16: 3 total, 2 up, 3 in 2024-09-10T16:29:16.124 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:15 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T16:29:16.124 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:15 smithi176 ceph-mon[33286]: from='osd.2 [v2:172.21.15.176:6800/1109879061,v1:172.21.15.176:6801/1109879061]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi176", "root=default"]} : dispatch 2024-09-10T16:29:16.124 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:15 smithi176 ceph-mon[33286]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi176", "root=default"]} : dispatch 2024-09-10T16:29:16.382 INFO:journalctl@ceph.osd.2.smithi176.stdout:Sep 10 16:29:16 smithi176 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-osd-2[37718]: 2024-09-10T16:29:16.308+0000 7f21f37a7640 -1 osd.2 0 waiting for initial osdmap 2024-09-10T16:29:16.382 INFO:journalctl@ceph.osd.2.smithi176.stdout:Sep 10 16:29:16 smithi176 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-osd-2[37718]: 2024-09-10T16:29:16.312+0000 7f21ef5ce640 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-10T16:29:16.589 INFO:teuthology.orchestra.run.smithi006.stdout:{"epoch":16,"num_osds":3,"num_up_osds":2,"osd_up_since":1725985733,"num_in_osds":3,"osd_in_since":1725985736,"num_remapped_pgs":0} 2024-09-10T16:29:16.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:16 smithi006 ceph-mon[30478]: from='client.? 172.21.15.6:0/314501188' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T16:29:16.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:16 smithi006 ceph-mon[30478]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]': finished 2024-09-10T16:29:16.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:16 smithi006 ceph-mon[30478]: osdmap e17: 3 total, 2 up, 3 in 2024-09-10T16:29:16.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:16 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T16:29:16.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:16 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T16:29:17.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:16 smithi144 ceph-mon[33424]: from='client.? 172.21.15.6:0/314501188' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T16:29:17.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:16 smithi144 ceph-mon[33424]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]': finished 2024-09-10T16:29:17.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:16 smithi144 ceph-mon[33424]: osdmap e17: 3 total, 2 up, 3 in 2024-09-10T16:29:17.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:16 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T16:29:17.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:16 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T16:29:17.082 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:16 smithi176 ceph-mon[33286]: from='client.? 172.21.15.6:0/314501188' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T16:29:17.082 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:16 smithi176 ceph-mon[33286]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi176", "root=default"]}]': finished 2024-09-10T16:29:17.082 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:16 smithi176 ceph-mon[33286]: osdmap e17: 3 total, 2 up, 3 in 2024-09-10T16:29:17.082 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:16 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T16:29:17.083 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:16 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T16:29:17.590 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 -- ceph osd stat -f json 2024-09-10T16:29:17.866 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T16:29:17.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:17 smithi006 ceph-mon[30478]: purged_snaps scrub starts 2024-09-10T16:29:17.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:17 smithi006 ceph-mon[30478]: purged_snaps scrub ok 2024-09-10T16:29:17.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:17 smithi006 ceph-mon[30478]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T16:29:17.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:17 smithi006 ceph-mon[30478]: osd.2 [v2:172.21.15.176:6800/1109879061,v1:172.21.15.176:6801/1109879061] boot 2024-09-10T16:29:17.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:17 smithi006 ceph-mon[30478]: osdmap e18: 3 total, 3 up, 3 in 2024-09-10T16:29:17.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:17 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T16:29:18.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:17 smithi144 ceph-mon[33424]: purged_snaps scrub starts 2024-09-10T16:29:18.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:17 smithi144 ceph-mon[33424]: purged_snaps scrub ok 2024-09-10T16:29:18.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:17 smithi144 ceph-mon[33424]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T16:29:18.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:17 smithi144 ceph-mon[33424]: osd.2 [v2:172.21.15.176:6800/1109879061,v1:172.21.15.176:6801/1109879061] boot 2024-09-10T16:29:18.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:17 smithi144 ceph-mon[33424]: osdmap e18: 3 total, 3 up, 3 in 2024-09-10T16:29:18.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:17 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T16:29:18.131 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:17 smithi176 ceph-mon[33286]: purged_snaps scrub starts 2024-09-10T16:29:18.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:17 smithi176 ceph-mon[33286]: purged_snaps scrub ok 2024-09-10T16:29:18.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:17 smithi176 ceph-mon[33286]: pgmap v74: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-09-10T16:29:18.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:17 smithi176 ceph-mon[33286]: osd.2 [v2:172.21.15.176:6800/1109879061,v1:172.21.15.176:6801/1109879061] boot 2024-09-10T16:29:18.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:17 smithi176 ceph-mon[33286]: osdmap e18: 3 total, 3 up, 3 in 2024-09-10T16:29:18.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:17 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T16:29:18.510 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:29:19.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:18 smithi144 ceph-mon[33424]: Detected new or changed devices on smithi176 2024-09-10T16:29:19.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:18 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:19.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:18 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:19.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:18 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-10T16:29:19.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:18 smithi144 ceph-mon[33424]: Adjusting osd_memory_target on smithi176 to 21184M 2024-09-10T16:29:19.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:18 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:19.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:18 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:29:19.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:18 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:29:19.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:18 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:19.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:18 smithi144 ceph-mon[33424]: osdmap e19: 3 total, 3 up, 3 in 2024-09-10T16:29:19.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:18 smithi144 ceph-mon[33424]: from='client.? 172.21.15.6:0/2481087579' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T16:29:19.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:18 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2024-09-10T16:29:19.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:18 smithi176 ceph-mon[33286]: Detected new or changed devices on smithi176 2024-09-10T16:29:19.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:18 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:19.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:18 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:19.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:18 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-10T16:29:19.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:18 smithi176 ceph-mon[33286]: Adjusting osd_memory_target on smithi176 to 21184M 2024-09-10T16:29:19.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:18 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:19.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:18 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:29:19.133 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:18 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:29:19.133 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:18 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:19.133 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:18 smithi176 ceph-mon[33286]: osdmap e19: 3 total, 3 up, 3 in 2024-09-10T16:29:19.133 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:18 smithi176 ceph-mon[33286]: from='client.? 172.21.15.6:0/2481087579' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T16:29:19.133 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:18 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2024-09-10T16:29:19.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:18 smithi006 ceph-mon[30478]: Detected new or changed devices on smithi176 2024-09-10T16:29:19.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:18 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:19.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:18 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:19.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:18 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-10T16:29:19.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:18 smithi006 ceph-mon[30478]: Adjusting osd_memory_target on smithi176 to 21184M 2024-09-10T16:29:19.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:18 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:19.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:18 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:29:19.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:18 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:29:19.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:18 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:19.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:18 smithi006 ceph-mon[30478]: osdmap e19: 3 total, 3 up, 3 in 2024-09-10T16:29:19.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:18 smithi006 ceph-mon[30478]: from='client.? 172.21.15.6:0/2481087579' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2024-09-10T16:29:19.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:18 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true} : dispatch 2024-09-10T16:29:19.178 INFO:teuthology.orchestra.run.smithi006.stdout:{"epoch":19,"num_osds":3,"num_up_osds":3,"osd_up_since":1725985757,"num_in_osds":3,"osd_in_since":1725985736,"num_remapped_pgs":0} 2024-09-10T16:29:19.178 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell --fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-10T16:29:19.434 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T16:29:19.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:19 smithi006 ceph-mon[30478]: pgmap v77: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:19.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:19 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-10T16:29:19.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:19 smithi006 ceph-mon[30478]: osdmap e20: 3 total, 3 up, 3 in 2024-09-10T16:29:19.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:19 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-10T16:29:20.131 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:19 smithi176 ceph-mon[33286]: pgmap v77: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:20.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:19 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-10T16:29:20.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:19 smithi176 ceph-mon[33286]: osdmap e20: 3 total, 3 up, 3 in 2024-09-10T16:29:20.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:19 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-10T16:29:20.210 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:29:20.210 INFO:teuthology.orchestra.run.smithi006.stdout:{"epoch":20,"fsid":"4020cbc8-6f91-11ef-bcea-c7b262605968","created":"2024-09-10T16:26:07.212368+0000","modified":"2024-09-10T16:29:19.306535+0000","last_up_change":"2024-09-10T16:29:17.303950+0000","last_in_change":"2024-09-10T16:28:56.251231+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-10T16:29:18.688174+0000","flags":32769,"flags_names":"hashpspool,creating","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"20","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"97bde9a4-9936-4615-a1a1-669933d563cb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6802","nonce":1286861089},{"type":"v1","addr":"172.21.15.6:6803","nonce":1286861089}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6804","nonce":1286861089},{"type":"v1","addr":"172.21.15.6:6805","nonce":1286861089}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6808","nonce":1286861089},{"type":"v1","addr":"172.21.15.6:6809","nonce":1286861089}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6806","nonce":1286861089},{"type":"v1","addr":"172.21.15.6:6807","nonce":1286861089}]},"public_addr":"172.21.15.6:6803/1286861089","cluster_addr":"172.21.15.6:6805/1286861089","heartbeat_back_addr":"172.21.15.6:6809/1286861089","heartbeat_front_addr":"172.21.15.6:6807/1286861089","state":["exists","up"]},{"osd":1,"uuid":"65fe873d-aa94-4bb3-ba30-db527bd6d1e6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6800","nonce":277387555},{"type":"v1","addr":"172.21.15.144:6801","nonce":277387555}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6802","nonce":277387555},{"type":"v1","addr":"172.21.15.144:6803","nonce":277387555}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6806","nonce":277387555},{"type":"v1","addr":"172.21.15.144:6807","nonce":277387555}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6804","nonce":277387555},{"type":"v1","addr":"172.21.15.144:6805","nonce":277387555}]},"public_addr":"172.21.15.144:6801/277387555","cluster_addr":"172.21.15.144:6803/277387555","heartbeat_back_addr":"172.21.15.144:6807/277387555","heartbeat_front_addr":"172.21.15.144:6805/277387555","state":["exists","up"]},{"osd":2,"uuid":"27d33ae0-2181-4b89-ac85-0e509790fe90","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6800","nonce":1109879061},{"type":"v1","addr":"172.21.15.176:6801","nonce":1109879061}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6802","nonce":1109879061},{"type":"v1","addr":"172.21.15.176:6803","nonce":1109879061}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6806","nonce":1109879061},{"type":"v1","addr":"172.21.15.176:6807","nonce":1109879061}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6804","nonce":1109879061},{"type":"v1","addr":"172.21.15.176:6805","nonce":1109879061}]},"public_addr":"172.21.15.176:6801/1109879061","cluster_addr":"172.21.15.176:6803/1109879061","heartbeat_back_addr":"172.21.15.176:6807/1109879061","heartbeat_front_addr":"172.21.15.176:6805/1109879061","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T16:28:26.644186+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T16:28:51.562696+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T16:29:15.588922+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.6:6801/1109503378":"2024-09-11T16:27:00.229552+0000","172.21.15.6:6800/1109503378":"2024-09-11T16:27:00.229552+0000","172.21.15.6:0/346939790":"2024-09-11T16:27:00.229552+0000","172.21.15.6:0/2592818446":"2024-09-11T16:27:00.229552+0000","172.21.15.6:6800/3407396553":"2024-09-11T16:26:35.519575+0000","172.21.15.6:0/4219522511":"2024-09-11T16:26:35.519575+0000","172.21.15.6:6801/3407396553":"2024-09-11T16:26:35.519575+0000","172.21.15.6:0/1530982087":"2024-09-11T16:26:35.519575+0000","172.21.15.6:0/3215266547":"2024-09-11T16:27:00.229552+0000","172.21.15.6:0/3130240867":"2024-09-11T16:26:35.519575+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-10T16:29:20.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:19 smithi144 ceph-mon[33424]: pgmap v77: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:20.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:19 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2024-09-10T16:29:20.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:19 smithi144 ceph-mon[33424]: osdmap e20: 3 total, 3 up, 3 in 2024-09-10T16:29:20.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:19 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2024-09-10T16:29:20.549 INFO:journalctl@ceph.osd.0.smithi006.stdout:Sep 10 16:29:20 smithi006 sudo[49256]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-10T16:29:20.550 INFO:journalctl@ceph.osd.0.smithi006.stdout:Sep 10 16:29:20 smithi006 sudo[49256]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-10T16:29:20.550 INFO:journalctl@ceph.osd.0.smithi006.stdout:Sep 10 16:29:20 smithi006 sudo[49256]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-10T16:29:20.550 INFO:journalctl@ceph.osd.0.smithi006.stdout:Sep 10 16:29:20 smithi006 sudo[49256]: pam_unix(sudo:session): session closed for user root 2024-09-10T16:29:20.550 INFO:journalctl@ceph.osd.0.smithi006.stdout:Sep 10 16:29:20 smithi006 sudo[49259]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-10T16:29:20.550 INFO:journalctl@ceph.osd.0.smithi006.stdout:Sep 10 16:29:20 smithi006 sudo[49259]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-10T16:29:20.550 INFO:journalctl@ceph.osd.0.smithi006.stdout:Sep 10 16:29:20 smithi006 sudo[49259]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-10T16:29:20.550 INFO:journalctl@ceph.osd.0.smithi006.stdout:Sep 10 16:29:20 smithi006 sudo[49259]: pam_unix(sudo:session): session closed for user root 2024-09-10T16:29:20.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:20 smithi144 sudo[41314]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-10T16:29:20.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:20 smithi144 sudo[41314]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-10T16:29:20.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:20 smithi144 sudo[41314]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-10T16:29:20.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:20 smithi144 sudo[41314]: pam_unix(sudo:session): session closed for user root 2024-09-10T16:29:20.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:20 smithi144 sudo[41317]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-10T16:29:20.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:20 smithi144 sudo[41317]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-10T16:29:20.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:20 smithi144 sudo[41317]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-10T16:29:20.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:20 smithi144 sudo[41317]: pam_unix(sudo:session): session closed for user root 2024-09-10T16:29:20.791 INFO:journalctl@ceph.osd.1.smithi144.stdout:Sep 10 16:29:20 smithi144 sudo[41308]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-10T16:29:20.791 INFO:journalctl@ceph.osd.1.smithi144.stdout:Sep 10 16:29:20 smithi144 sudo[41308]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-10T16:29:20.791 INFO:journalctl@ceph.osd.1.smithi144.stdout:Sep 10 16:29:20 smithi144 sudo[41308]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-10T16:29:20.791 INFO:journalctl@ceph.osd.1.smithi144.stdout:Sep 10 16:29:20 smithi144 sudo[41308]: pam_unix(sudo:session): session closed for user root 2024-09-10T16:29:20.791 INFO:journalctl@ceph.osd.1.smithi144.stdout:Sep 10 16:29:20 smithi144 sudo[41311]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-10T16:29:20.791 INFO:journalctl@ceph.osd.1.smithi144.stdout:Sep 10 16:29:20 smithi144 sudo[41311]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-10T16:29:20.791 INFO:journalctl@ceph.osd.1.smithi144.stdout:Sep 10 16:29:20 smithi144 sudo[41311]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-10T16:29:20.791 INFO:journalctl@ceph.osd.1.smithi144.stdout:Sep 10 16:29:20 smithi144 sudo[41311]: pam_unix(sudo:session): session closed for user root 2024-09-10T16:29:20.795 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:20 smithi176 sudo[41037]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-10T16:29:20.795 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:20 smithi176 sudo[41037]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-10T16:29:20.796 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:20 smithi176 sudo[41037]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-10T16:29:20.796 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:20 smithi176 sudo[41037]: pam_unix(sudo:session): session closed for user root 2024-09-10T16:29:20.796 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:20 smithi176 sudo[41040]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-10T16:29:20.796 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:20 smithi176 sudo[41040]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-10T16:29:20.796 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:20 smithi176 sudo[41040]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-10T16:29:20.796 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:20 smithi176 sudo[41040]: pam_unix(sudo:session): session closed for user root 2024-09-10T16:29:20.796 INFO:journalctl@ceph.osd.2.smithi176.stdout:Sep 10 16:29:20 smithi176 sudo[41031]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-10T16:29:20.796 INFO:journalctl@ceph.osd.2.smithi176.stdout:Sep 10 16:29:20 smithi176 sudo[41031]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-10T16:29:20.796 INFO:journalctl@ceph.osd.2.smithi176.stdout:Sep 10 16:29:20 smithi176 sudo[41031]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-10T16:29:20.796 INFO:journalctl@ceph.osd.2.smithi176.stdout:Sep 10 16:29:20 smithi176 sudo[41031]: pam_unix(sudo:session): session closed for user root 2024-09-10T16:29:20.796 INFO:journalctl@ceph.osd.2.smithi176.stdout:Sep 10 16:29:20 smithi176 sudo[41034]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-10T16:29:20.797 INFO:journalctl@ceph.osd.2.smithi176.stdout:Sep 10 16:29:20 smithi176 sudo[41034]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-10T16:29:20.797 INFO:journalctl@ceph.osd.2.smithi176.stdout:Sep 10 16:29:20 smithi176 sudo[41034]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-10T16:29:20.797 INFO:journalctl@ceph.osd.2.smithi176.stdout:Sep 10 16:29:20 smithi176 sudo[41034]: pam_unix(sudo:session): session closed for user root 2024-09-10T16:29:20.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:20 smithi006 sudo[49268]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-10T16:29:20.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:20 smithi006 sudo[49268]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-10T16:29:20.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:20 smithi006 sudo[49268]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-10T16:29:20.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:20 smithi006 sudo[49268]: pam_unix(sudo:session): session closed for user root 2024-09-10T16:29:20.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:20 smithi006 sudo[49271]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-10T16:29:20.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:20 smithi006 sudo[49271]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-10T16:29:20.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:20 smithi006 sudo[49271]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-10T16:29:20.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:20 smithi006 sudo[49271]: pam_unix(sudo:session): session closed for user root 2024-09-10T16:29:20.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:20 smithi006 ceph-mon[30478]: from='client.? 172.21.15.6:0/1451501597' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-10T16:29:20.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:20 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-10T16:29:20.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:20 smithi006 ceph-mon[30478]: osdmap e21: 3 total, 3 up, 3 in 2024-09-10T16:29:20.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:20 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:20.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:20 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:20.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:20 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:20.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:20 smithi006 ceph-mon[30478]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T16:29:20.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:20 smithi006 ceph-mon[30478]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T16:29:20.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:20 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T16:29:20.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:20 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T16:29:20.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:20 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T16:29:20.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:20 smithi006 ceph-mon[30478]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T16:29:20.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:20 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T16:29:20.886 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:20 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T16:29:20.886 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:20 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T16:29:20.886 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:20 smithi006 ceph-mon[30478]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T16:29:20.886 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:20 smithi006 ceph-mon[30478]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T16:29:20.886 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:20 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T16:29:20.886 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:20 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T16:29:20.886 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:20 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T16:29:20.886 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:20 smithi006 ceph-mon[30478]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T16:29:20.914 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-09-10T16:29:18.688174+0000', 'flags': 32769, 'flags_names': 'hashpspool,creating', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'is_stretch_pool': False, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '20', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {}, 'read_balance': {'score_type': 'Fair distribution', 'score_acting': 3, 'score_stable': 3, 'optimal_score': 1, 'raw_score_acting': 3, 'raw_score_stable': 3, 'primary_affinity_weighted': 1, 'average_primary_affinity': 1, 'average_primary_affinity_weighted': 1}}] 2024-09-10T16:29:20.914 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell --fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-09-10T16:29:21.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:20 smithi176 ceph-mon[33286]: from='client.? 172.21.15.6:0/1451501597' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-10T16:29:21.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:20 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-10T16:29:21.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:20 smithi176 ceph-mon[33286]: osdmap e21: 3 total, 3 up, 3 in 2024-09-10T16:29:21.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:20 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:21.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:20 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:21.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:20 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:21.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:20 smithi176 ceph-mon[33286]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T16:29:21.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:20 smithi176 ceph-mon[33286]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T16:29:21.133 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:20 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T16:29:21.133 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:20 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T16:29:21.133 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:20 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T16:29:21.133 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:20 smithi176 ceph-mon[33286]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T16:29:21.133 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:20 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T16:29:21.133 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:20 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T16:29:21.133 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:20 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T16:29:21.133 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:20 smithi176 ceph-mon[33286]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T16:29:21.133 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:20 smithi176 ceph-mon[33286]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T16:29:21.133 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:20 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T16:29:21.133 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:20 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T16:29:21.133 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:20 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T16:29:21.133 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:20 smithi176 ceph-mon[33286]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T16:29:21.164 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T16:29:21.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:20 smithi144 ceph-mon[33424]: from='client.? 172.21.15.6:0/1451501597' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-10T16:29:21.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:20 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-10T16:29:21.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:20 smithi144 ceph-mon[33424]: osdmap e21: 3 total, 3 up, 3 in 2024-09-10T16:29:21.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:20 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:21.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:20 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:21.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:20 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:21.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:20 smithi144 ceph-mon[33424]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T16:29:21.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:20 smithi144 ceph-mon[33424]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T16:29:21.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:20 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T16:29:21.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:20 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T16:29:21.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:20 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T16:29:21.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:20 smithi144 ceph-mon[33424]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T16:29:21.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:20 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T16:29:21.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:20 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T16:29:21.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:20 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T16:29:21.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:20 smithi144 ceph-mon[33424]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T16:29:21.292 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:20 smithi144 ceph-mon[33424]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-10T16:29:21.292 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:20 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T16:29:21.292 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:20 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T16:29:21.292 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:20 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T16:29:21.292 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:20 smithi144 ceph-mon[33424]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-10T16:29:21.983 INFO:teuthology.orchestra.run.smithi006.stdout:pg_num: 1 2024-09-10T16:29:21.983 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:21 smithi006 ceph-mon[30478]: pgmap v80: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:21.983 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:21 smithi006 ceph-mon[30478]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-10T16:29:21.983 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:21 smithi006 ceph-mon[30478]: osdmap e22: 3 total, 3 up, 3 in 2024-09-10T16:29:22.133 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:21 smithi176 ceph-mon[33286]: pgmap v80: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:22.133 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:21 smithi176 ceph-mon[33286]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-10T16:29:22.133 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:21 smithi176 ceph-mon[33286]: osdmap e22: 3 total, 3 up, 3 in 2024-09-10T16:29:22.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:21 smithi144 ceph-mon[33424]: pgmap v80: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:22.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:21 smithi144 ceph-mon[33424]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-09-10T16:29:22.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:21 smithi144 ceph-mon[33424]: osdmap e22: 3 total, 3 up, 3 in 2024-09-10T16:29:22.567 INFO:tasks.cephadm:Setting up client nodes... 2024-09-10T16:29:22.567 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell --fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 -- ceph config log 1 --format=json 2024-09-10T16:29:22.821 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T16:29:23.056 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:22 smithi006 ceph-mon[30478]: from='client.? 172.21.15.6:0/3274092430' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-10T16:29:23.131 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:22 smithi176 ceph-mon[33286]: from='client.? 172.21.15.6:0/3274092430' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-10T16:29:23.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:22 smithi144 ceph-mon[33424]: from='client.? 172.21.15.6:0/3274092430' entity='client.admin' cmd={"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"} : dispatch 2024-09-10T16:29:23.444 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:29:24.009 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:23 smithi006 ceph-mon[30478]: pgmap v83: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:24.009 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:23 smithi006 ceph-mon[30478]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-10T16:29:24.009 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:23 smithi006 ceph-mon[30478]: Cluster is now healthy 2024-09-10T16:29:24.009 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:23 smithi006 ceph-mon[30478]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-10T16:29:24.009 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:23 smithi006 ceph-mon[30478]: from='client.? 172.21.15.6:0/3775601803' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-10T16:29:24.041 INFO:teuthology.orchestra.run.smithi006.stdout:[{"version":14,"timestamp":"2024-09-10T16:29:17.777010+0000","name":"","changes":[{"name":"osd/host:smithi176/osd_memory_target","new_value":"22213177753"}]}] 2024-09-10T16:29:24.041 INFO:tasks.ceph_manager:config epoch is 14 2024-09-10T16:29:24.041 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-10T16:29:24.041 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-10T16:29:24.042 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell --fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 -- ceph mgr dump --format=json 2024-09-10T16:29:24.131 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:23 smithi176 ceph-mon[33286]: pgmap v83: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:24.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:23 smithi176 ceph-mon[33286]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-10T16:29:24.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:23 smithi176 ceph-mon[33286]: Cluster is now healthy 2024-09-10T16:29:24.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:23 smithi176 ceph-mon[33286]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-10T16:29:24.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:23 smithi176 ceph-mon[33286]: from='client.? 172.21.15.6:0/3775601803' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-10T16:29:24.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:23 smithi144 ceph-mon[33424]: pgmap v83: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:24.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:23 smithi144 ceph-mon[33424]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-09-10T16:29:24.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:23 smithi144 ceph-mon[33424]: Cluster is now healthy 2024-09-10T16:29:24.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:23 smithi144 ceph-mon[33424]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-10T16:29:24.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:23 smithi144 ceph-mon[33424]: from='client.? 172.21.15.6:0/3775601803' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2024-09-10T16:29:24.295 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T16:29:25.006 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:29:25.646 INFO:teuthology.orchestra.run.smithi006.stdout:{"epoch":15,"flags":0,"active_gid":14148,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6800","nonce":47219212},{"type":"v1","addr":"172.21.15.6:6801","nonce":47219212}]},"active_addr":"172.21.15.6:6801/47219212","active_change":"2024-09-10T16:27:00.229695+0000","active_mgr_features":4540719139924082687,"available":true,"standbys":[{"gid":24107,"name":"b","mgr_features":4540719139924082687,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to, use commas to separate multiple","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.27.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:10.4.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:1.26.1","min":"","max":"","enum_allowed":[],"desc":"Nginx container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.7.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.17","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"oauth2-proxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.51.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:latest","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB metrics exporter container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_requests":{"name":"max_requests","type":"int","level":"advanced","flags":0,"default_value":"500","min":"","max":"","enum_allowed":[],"desc":"Maximum number of requests to keep in memory. When new request comes in, the oldest request will be removed if the number of requests exceeds the max request number.if un-finished request is removed, error message will be logged in the ceph-mgr log.","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to, use commas to separate multiple","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.27.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:10.4.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:1.26.1","min":"","max":"","enum_allowed":[],"desc":"Nginx container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.7.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.17","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"oauth2-proxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.51.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:latest","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB metrics exporter container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_requests":{"name":"max_requests","type":"int","level":"advanced","flags":0,"default_value":"500","min":"","max":"","enum_allowed":[],"desc":"Maximum number of requests to keep in memory. When new request comes in, the oldest request will be removed if the number of requests exceeds the max request number.if un-finished request is removed, error message will be logged in the ceph-mgr log.","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.6:8443/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"squid":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":3,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.6:0","nonce":1018621900}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.6:0","nonce":42121637}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.6:0","nonce":578813968}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.6:0","nonce":2746677682}]}]} 2024-09-10T16:29:25.651 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-10T16:29:25.651 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-10T16:29:25.651 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell --fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-10T16:29:25.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:25 smithi006 ceph-mon[30478]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:25.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:25 smithi006 ceph-mon[30478]: from='client.? 172.21.15.6:0/2124469788' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-10T16:29:25.904 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T16:29:26.131 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:25 smithi176 ceph-mon[33286]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:26.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:25 smithi176 ceph-mon[33286]: from='client.? 172.21.15.6:0/2124469788' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-10T16:29:26.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:25 smithi144 ceph-mon[33424]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:26.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:25 smithi144 ceph-mon[33424]: from='client.? 172.21.15.6:0/2124469788' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2024-09-10T16:29:26.522 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:29:26.522 INFO:teuthology.orchestra.run.smithi006.stdout:{"epoch":22,"fsid":"4020cbc8-6f91-11ef-bcea-c7b262605968","created":"2024-09-10T16:26:07.212368+0000","modified":"2024-09-10T16:29:21.309937+0000","last_up_change":"2024-09-10T16:29:17.303950+0000","last_in_change":"2024-09-10T16:28:56.251231+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-10T16:29:18.688174+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"97bde9a4-9936-4615-a1a1-669933d563cb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6802","nonce":1286861089},{"type":"v1","addr":"172.21.15.6:6803","nonce":1286861089}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6804","nonce":1286861089},{"type":"v1","addr":"172.21.15.6:6805","nonce":1286861089}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6808","nonce":1286861089},{"type":"v1","addr":"172.21.15.6:6809","nonce":1286861089}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6806","nonce":1286861089},{"type":"v1","addr":"172.21.15.6:6807","nonce":1286861089}]},"public_addr":"172.21.15.6:6803/1286861089","cluster_addr":"172.21.15.6:6805/1286861089","heartbeat_back_addr":"172.21.15.6:6809/1286861089","heartbeat_front_addr":"172.21.15.6:6807/1286861089","state":["exists","up"]},{"osd":1,"uuid":"65fe873d-aa94-4bb3-ba30-db527bd6d1e6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6800","nonce":277387555},{"type":"v1","addr":"172.21.15.144:6801","nonce":277387555}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6802","nonce":277387555},{"type":"v1","addr":"172.21.15.144:6803","nonce":277387555}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6806","nonce":277387555},{"type":"v1","addr":"172.21.15.144:6807","nonce":277387555}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6804","nonce":277387555},{"type":"v1","addr":"172.21.15.144:6805","nonce":277387555}]},"public_addr":"172.21.15.144:6801/277387555","cluster_addr":"172.21.15.144:6803/277387555","heartbeat_back_addr":"172.21.15.144:6807/277387555","heartbeat_front_addr":"172.21.15.144:6805/277387555","state":["exists","up"]},{"osd":2,"uuid":"27d33ae0-2181-4b89-ac85-0e509790fe90","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6800","nonce":1109879061},{"type":"v1","addr":"172.21.15.176:6801","nonce":1109879061}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6802","nonce":1109879061},{"type":"v1","addr":"172.21.15.176:6803","nonce":1109879061}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6806","nonce":1109879061},{"type":"v1","addr":"172.21.15.176:6807","nonce":1109879061}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6804","nonce":1109879061},{"type":"v1","addr":"172.21.15.176:6805","nonce":1109879061}]},"public_addr":"172.21.15.176:6801/1109879061","cluster_addr":"172.21.15.176:6803/1109879061","heartbeat_back_addr":"172.21.15.176:6807/1109879061","heartbeat_front_addr":"172.21.15.176:6805/1109879061","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T16:28:26.644186+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T16:28:51.562696+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T16:29:15.588922+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.6:6801/1109503378":"2024-09-11T16:27:00.229552+0000","172.21.15.6:6800/1109503378":"2024-09-11T16:27:00.229552+0000","172.21.15.6:0/346939790":"2024-09-11T16:27:00.229552+0000","172.21.15.6:0/2592818446":"2024-09-11T16:27:00.229552+0000","172.21.15.6:6800/3407396553":"2024-09-11T16:26:35.519575+0000","172.21.15.6:0/4219522511":"2024-09-11T16:26:35.519575+0000","172.21.15.6:6801/3407396553":"2024-09-11T16:26:35.519575+0000","172.21.15.6:0/1530982087":"2024-09-11T16:26:35.519575+0000","172.21.15.6:0/3215266547":"2024-09-11T16:27:00.229552+0000","172.21.15.6:0/3130240867":"2024-09-11T16:26:35.519575+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-10T16:29:27.064 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:26 smithi006 ceph-mon[30478]: from='client.? 172.21.15.6:0/511743604' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-10T16:29:27.096 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-10T16:29:27.097 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell --fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 -- ceph osd dump --format=json 2024-09-10T16:29:27.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:26 smithi176 ceph-mon[33286]: from='client.? 172.21.15.6:0/511743604' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-10T16:29:27.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:26 smithi144 ceph-mon[33424]: from='client.? 172.21.15.6:0/511743604' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-10T16:29:27.350 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T16:29:28.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:27 smithi144 ceph-mon[33424]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:28.044 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:29:28.045 INFO:teuthology.orchestra.run.smithi006.stdout:{"epoch":22,"fsid":"4020cbc8-6f91-11ef-bcea-c7b262605968","created":"2024-09-10T16:26:07.212368+0000","modified":"2024-09-10T16:29:21.309937+0000","last_up_change":"2024-09-10T16:29:17.303950+0000","last_in_change":"2024-09-10T16:28:56.251231+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"squid","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2024-09-10T16:29:18.688174+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"is_stretch_pool":false,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"97bde9a4-9936-4615-a1a1-669933d563cb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6802","nonce":1286861089},{"type":"v1","addr":"172.21.15.6:6803","nonce":1286861089}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6804","nonce":1286861089},{"type":"v1","addr":"172.21.15.6:6805","nonce":1286861089}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6808","nonce":1286861089},{"type":"v1","addr":"172.21.15.6:6809","nonce":1286861089}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.6:6806","nonce":1286861089},{"type":"v1","addr":"172.21.15.6:6807","nonce":1286861089}]},"public_addr":"172.21.15.6:6803/1286861089","cluster_addr":"172.21.15.6:6805/1286861089","heartbeat_back_addr":"172.21.15.6:6809/1286861089","heartbeat_front_addr":"172.21.15.6:6807/1286861089","state":["exists","up"]},{"osd":1,"uuid":"65fe873d-aa94-4bb3-ba30-db527bd6d1e6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6800","nonce":277387555},{"type":"v1","addr":"172.21.15.144:6801","nonce":277387555}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6802","nonce":277387555},{"type":"v1","addr":"172.21.15.144:6803","nonce":277387555}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6806","nonce":277387555},{"type":"v1","addr":"172.21.15.144:6807","nonce":277387555}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.144:6804","nonce":277387555},{"type":"v1","addr":"172.21.15.144:6805","nonce":277387555}]},"public_addr":"172.21.15.144:6801/277387555","cluster_addr":"172.21.15.144:6803/277387555","heartbeat_back_addr":"172.21.15.144:6807/277387555","heartbeat_front_addr":"172.21.15.144:6805/277387555","state":["exists","up"]},{"osd":2,"uuid":"27d33ae0-2181-4b89-ac85-0e509790fe90","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":18,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6800","nonce":1109879061},{"type":"v1","addr":"172.21.15.176:6801","nonce":1109879061}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6802","nonce":1109879061},{"type":"v1","addr":"172.21.15.176:6803","nonce":1109879061}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6806","nonce":1109879061},{"type":"v1","addr":"172.21.15.176:6807","nonce":1109879061}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.176:6804","nonce":1109879061},{"type":"v1","addr":"172.21.15.176:6805","nonce":1109879061}]},"public_addr":"172.21.15.176:6801/1109879061","cluster_addr":"172.21.15.176:6803/1109879061","heartbeat_back_addr":"172.21.15.176:6807/1109879061","heartbeat_front_addr":"172.21.15.176:6805/1109879061","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T16:28:26.644186+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T16:28:51.562696+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540719139924082687,"old_weight":0,"last_purged_snaps_scrub":"2024-09-10T16:29:15.588922+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.6:6801/1109503378":"2024-09-11T16:27:00.229552+0000","172.21.15.6:6800/1109503378":"2024-09-11T16:27:00.229552+0000","172.21.15.6:0/346939790":"2024-09-11T16:27:00.229552+0000","172.21.15.6:0/2592818446":"2024-09-11T16:27:00.229552+0000","172.21.15.6:6800/3407396553":"2024-09-11T16:26:35.519575+0000","172.21.15.6:0/4219522511":"2024-09-11T16:26:35.519575+0000","172.21.15.6:6801/3407396553":"2024-09-11T16:26:35.519575+0000","172.21.15.6:0/1530982087":"2024-09-11T16:26:35.519575+0000","172.21.15.6:0/3215266547":"2024-09-11T16:27:00.229552+0000","172.21.15.6:0/3130240867":"2024-09-11T16:26:35.519575+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-09-10T16:29:28.045 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:27 smithi006 ceph-mon[30478]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:28.131 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:27 smithi176 ceph-mon[33286]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:28.693 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell --fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-10T16:29:28.694 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell --fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-10T16:29:28.694 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell --fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-09-10T16:29:28.976 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T16:29:28.990 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T16:29:29.102 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:28 smithi006 ceph-mon[30478]: from='client.? 172.21.15.6:0/4014022876' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-10T16:29:29.131 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:28 smithi176 ceph-mon[33286]: from='client.? 172.21.15.6:0/4014022876' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-10T16:29:29.254 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T16:29:29.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:28 smithi144 ceph-mon[33424]: from='client.? 172.21.15.6:0/4014022876' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2024-09-10T16:29:30.063 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:29 smithi006 ceph-mon[30478]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:30.131 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:29 smithi176 ceph-mon[33286]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:30.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:29 smithi144 ceph-mon[33424]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:30.363 INFO:teuthology.orchestra.run.smithi006.stdout:55834574859 2024-09-10T16:29:30.364 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell --fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-10T16:29:30.832 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T16:29:31.223 INFO:teuthology.orchestra.run.smithi006.stdout:77309411333 2024-09-10T16:29:31.223 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell --fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-09-10T16:29:31.675 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T16:29:32.131 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:31 smithi176 ceph-mon[33286]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:32.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:31 smithi006 ceph-mon[30478]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:32.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:31 smithi144 ceph-mon[33424]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:32.320 INFO:teuthology.orchestra.run.smithi006.stdout:34359738384 2024-09-10T16:29:32.320 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell --fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-10T16:29:33.122 INFO:teuthology.orchestra.run.smithi006.stdout:77309411333 2024-09-10T16:29:33.335 INFO:teuthology.orchestra.run.smithi006.stdout:55834574859 2024-09-10T16:29:33.927 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:33 smithi006 ceph-mon[30478]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:33.927 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:33 smithi006 ceph-mon[30478]: from='client.? 172.21.15.6:0/385497926' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-10T16:29:33.928 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:33 smithi006 ceph-mon[30478]: from='client.? 172.21.15.6:0/1263886961' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-10T16:29:33.970 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T16:29:33.971 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411333 got 77309411333 for osd.2 2024-09-10T16:29:33.972 DEBUG:teuthology.parallel:result is None 2024-09-10T16:29:34.131 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:33 smithi176 ceph-mon[33286]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:34.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:33 smithi176 ceph-mon[33286]: from='client.? 172.21.15.6:0/385497926' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-10T16:29:34.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:33 smithi176 ceph-mon[33286]: from='client.? 172.21.15.6:0/1263886961' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-10T16:29:34.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:33 smithi144 ceph-mon[33424]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:34.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:33 smithi144 ceph-mon[33424]: from='client.? 172.21.15.6:0/385497926' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2024-09-10T16:29:34.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:33 smithi144 ceph-mon[33424]: from='client.? 172.21.15.6:0/1263886961' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2024-09-10T16:29:34.659 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574859 got 55834574859 for osd.1 2024-09-10T16:29:34.659 DEBUG:teuthology.parallel:result is None 2024-09-10T16:29:35.030 INFO:teuthology.orchestra.run.smithi006.stdout:34359738385 2024-09-10T16:29:35.660 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738384 got 34359738385 for osd.0 2024-09-10T16:29:35.660 DEBUG:teuthology.parallel:result is None 2024-09-10T16:29:35.660 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-10T16:29:35.660 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell --fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 -- ceph pg dump --format=json 2024-09-10T16:29:35.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:35 smithi006 ceph-mon[30478]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:35.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:35 smithi006 ceph-mon[30478]: from='client.? 172.21.15.6:0/2589042496' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-10T16:29:35.914 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T16:29:36.131 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:35 smithi176 ceph-mon[33286]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:36.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:35 smithi176 ceph-mon[33286]: from='client.? 172.21.15.6:0/2589042496' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-10T16:29:36.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:35 smithi144 ceph-mon[33424]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:36.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:35 smithi144 ceph-mon[33424]: from='client.? 172.21.15.6:0/2589042496' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2024-09-10T16:29:36.542 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:29:36.542 INFO:teuthology.orchestra.run.smithi006.stderr:dumped all 2024-09-10T16:29:37.225 INFO:teuthology.orchestra.run.smithi006.stdout:{"pg_ready":true,"pg_map":{"version":90,"stamp":"2024-09-10T16:29:36.258862+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":84000,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281151456,"statfs":{"total":287985106944,"available":287899090944,"internally_reserved":0,"allocated":2347008,"data_stored":1944759,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":82963791},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002107"},"pg_stats":[{"pgid":"1.0","version":"21'92","reported_seq":127,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-09-10T16:29:21.314234+0000","last_change":"2024-09-10T16:29:20.313812+0000","last_active":"2024-09-10T16:29:21.314234+0000","last_peered":"2024-09-10T16:29:21.314234+0000","last_clean":"2024-09-10T16:29:21.314234+0000","last_became_active":"2024-09-10T16:29:20.313522+0000","last_became_peered":"2024-09-10T16:29:20.313522+0000","last_unstale":"2024-09-10T16:29:21.314234+0000","last_undegraded":"2024-09-10T16:29:21.314234+0000","last_fullsized":"2024-09-10T16:29:21.314234+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-10T16:29:19.306535+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-10T16:29:19.306535+0000","last_clean_scrub_stamp":"2024-09-10T16:29:19.306535+0000","objects_scrubbed":0,"log_size":92,"log_dups_size":0,"ondisk_log_size":92,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-11T18:02:52.417673+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411334,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28040,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717112,"statfs":{"total":95995035648,"available":95966322688,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574860,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27980,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717172,"statfs":{"total":95995035648,"available":95966384128,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738385,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27980,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717172,"statfs":{"total":95995035648,"available":95966384128,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-10T16:29:37.225 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell --fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 -- ceph pg dump --format=json 2024-09-10T16:29:37.478 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T16:29:37.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:37 smithi006 ceph-mon[30478]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:37.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:37 smithi006 ceph-mon[30478]: from='client.14364 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T16:29:38.095 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:29:38.095 INFO:teuthology.orchestra.run.smithi006.stderr:dumped all 2024-09-10T16:29:38.131 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:37 smithi176 ceph-mon[33286]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:38.131 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:37 smithi176 ceph-mon[33286]: from='client.14364 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T16:29:38.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:37 smithi144 ceph-mon[33424]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:38.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:37 smithi144 ceph-mon[33424]: from='client.14364 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T16:29:38.775 INFO:teuthology.orchestra.run.smithi006.stdout:{"pg_ready":true,"pg_map":{"version":90,"stamp":"2024-09-10T16:29:36.258862+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":84000,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281151456,"statfs":{"total":287985106944,"available":287899090944,"internally_reserved":0,"allocated":2347008,"data_stored":1944759,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":82963791},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.002107"},"pg_stats":[{"pgid":"1.0","version":"21'92","reported_seq":127,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-09-10T16:29:21.314234+0000","last_change":"2024-09-10T16:29:20.313812+0000","last_active":"2024-09-10T16:29:21.314234+0000","last_peered":"2024-09-10T16:29:21.314234+0000","last_clean":"2024-09-10T16:29:21.314234+0000","last_became_active":"2024-09-10T16:29:20.313522+0000","last_became_peered":"2024-09-10T16:29:20.313522+0000","last_unstale":"2024-09-10T16:29:21.314234+0000","last_undegraded":"2024-09-10T16:29:21.314234+0000","last_fullsized":"2024-09-10T16:29:21.314234+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-09-10T16:29:19.306535+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-10T16:29:19.306535+0000","last_clean_scrub_stamp":"2024-09-10T16:29:19.306535+0000","objects_scrubbed":0,"log_size":92,"log_dups_size":0,"ondisk_log_size":92,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-11T18:02:52.417673+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":76,"num_read_kb":64,"num_write":123,"num_write_kb":2150,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":92,"ondisk_log_size":92,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411334,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28040,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717112,"statfs":{"total":95995035648,"available":95966322688,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574860,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27980,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717172,"statfs":{"total":95995035648,"available":95966384128,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738385,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27980,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717172,"statfs":{"total":95995035648,"available":95966384128,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-10T16:29:38.775 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-10T16:29:38.775 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-10T16:29:38.776 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-10T16:29:38.776 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell --fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 -- ceph health --format=json 2024-09-10T16:29:39.033 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T16:29:39.669 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:29:39.670 INFO:teuthology.orchestra.run.smithi006.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-10T16:29:40.131 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:39 smithi176 ceph-mon[33286]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T16:29:40.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:39 smithi176 ceph-mon[33286]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:40.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:39 smithi176 ceph-mon[33286]: from='client.? 172.21.15.6:0/976816432' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-10T16:29:40.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:39 smithi006 ceph-mon[30478]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T16:29:40.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:39 smithi006 ceph-mon[30478]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:40.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:39 smithi006 ceph-mon[30478]: from='client.? 172.21.15.6:0/976816432' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-10T16:29:40.281 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-10T16:29:40.282 INFO:tasks.cephadm:Setup complete, yielding 2024-09-10T16:29:40.282 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-10T16:29:40.291 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi006.front.sepia.ceph.com 2024-09-10T16:29:40.291 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 -- bash -c 'set -e 2024-09-10T16:29:40.292 DEBUG:teuthology.orchestra.run.smithi006:> set -x 2024-09-10T16:29:40.292 DEBUG:teuthology.orchestra.run.smithi006:> ceph orch apply node-exporter 2024-09-10T16:29:40.292 DEBUG:teuthology.orchestra.run.smithi006:> ceph orch apply grafana 2024-09-10T16:29:40.292 DEBUG:teuthology.orchestra.run.smithi006:> ceph orch apply alertmanager 2024-09-10T16:29:40.292 DEBUG:teuthology.orchestra.run.smithi006:> ceph orch apply prometheus 2024-09-10T16:29:40.292 DEBUG:teuthology.orchestra.run.smithi006:> sleep 240 2024-09-10T16:29:40.292 DEBUG:teuthology.orchestra.run.smithi006:> ceph orch ls 2024-09-10T16:29:40.292 DEBUG:teuthology.orchestra.run.smithi006:> ceph orch ps 2024-09-10T16:29:40.293 DEBUG:teuthology.orchestra.run.smithi006:> ceph orch host ls 2024-09-10T16:29:40.293 DEBUG:teuthology.orchestra.run.smithi006:> MON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r '"'"'last | .daemon_name'"'"') 2024-09-10T16:29:40.293 DEBUG:teuthology.orchestra.run.smithi006:> GRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-09-10T16:29:40.293 DEBUG:teuthology.orchestra.run.smithi006:> PROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-09-10T16:29:40.293 DEBUG:teuthology.orchestra.run.smithi006:> ALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-09-10T16:29:40.293 DEBUG:teuthology.orchestra.run.smithi006:> GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" '"'"'.[] | select(.hostname==$GRAFANA_HOST) | .addr'"'"') 2024-09-10T16:29:40.293 DEBUG:teuthology.orchestra.run.smithi006:> PROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" '"'"'.[] | select(.hostname==$PROM_HOST) | .addr'"'"') 2024-09-10T16:29:40.293 DEBUG:teuthology.orchestra.run.smithi006:> ALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" '"'"'.[] | select(.hostname==$ALERTM_HOST) | .addr'"'"') 2024-09-10T16:29:40.293 DEBUG:teuthology.orchestra.run.smithi006:> # check each host node-exporter metrics endpoint is responsive 2024-09-10T16:29:40.293 DEBUG:teuthology.orchestra.run.smithi006:> ALL_HOST_IPS=$(ceph orch host ls -f json | jq -r '"'"'.[] | .addr'"'"') 2024-09-10T16:29:40.293 DEBUG:teuthology.orchestra.run.smithi006:> for ip in $ALL_HOST_IPS; do 2024-09-10T16:29:40.293 DEBUG:teuthology.orchestra.run.smithi006:> curl -s http://${ip}:9100/metric 2024-09-10T16:29:40.293 DEBUG:teuthology.orchestra.run.smithi006:> done 2024-09-10T16:29:40.293 DEBUG:teuthology.orchestra.run.smithi006:> # check grafana endpoints are responsive and database health is okay 2024-09-10T16:29:40.293 DEBUG:teuthology.orchestra.run.smithi006:> curl -k -s https://${GRAFANA_IP}:3000/api/health 2024-09-10T16:29:40.294 DEBUG:teuthology.orchestra.run.smithi006:> curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '"'"'.database == "ok"'"'"' 2024-09-10T16:29:40.294 DEBUG:teuthology.orchestra.run.smithi006:> # stop mon daemon in order to trigger an alert 2024-09-10T16:29:40.294 DEBUG:teuthology.orchestra.run.smithi006:> ceph orch daemon stop $MON_DAEMON 2024-09-10T16:29:40.294 DEBUG:teuthology.orchestra.run.smithi006:> sleep 120 2024-09-10T16:29:40.294 DEBUG:teuthology.orchestra.run.smithi006:> # check prometheus endpoints are responsive and mon down alert is firing 2024-09-10T16:29:40.294 DEBUG:teuthology.orchestra.run.smithi006:> curl -s http://${PROM_IP}:9095/api/v1/status/config 2024-09-10T16:29:40.294 DEBUG:teuthology.orchestra.run.smithi006:> curl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e '"'"'.status == "success"'"'"' 2024-09-10T16:29:40.294 DEBUG:teuthology.orchestra.run.smithi006:> curl -s http://${PROM_IP}:9095/api/v1/alerts 2024-09-10T16:29:40.294 DEBUG:teuthology.orchestra.run.smithi006:> curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '"'"'.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"'"'"' 2024-09-10T16:29:40.294 DEBUG:teuthology.orchestra.run.smithi006:> # check alertmanager endpoints are responsive and mon down alert is active 2024-09-10T16:29:40.294 DEBUG:teuthology.orchestra.run.smithi006:> curl -s http://${ALERTM_IP}:9093/api/v1/status 2024-09-10T16:29:40.294 DEBUG:teuthology.orchestra.run.smithi006:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts 2024-09-10T16:29:40.294 DEBUG:teuthology.orchestra.run.smithi006:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '"'"'.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"'"'"' 2024-09-10T16:29:40.295 DEBUG:teuthology.orchestra.run.smithi006:> ' 2024-09-10T16:29:40.295 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:39 smithi144 ceph-mon[33424]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T16:29:40.295 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:39 smithi144 ceph-mon[33424]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:40.295 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:39 smithi144 ceph-mon[33424]: from='client.? 172.21.15.6:0/976816432' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2024-09-10T16:29:40.550 INFO:teuthology.orchestra.run.smithi006.stderr:Inferring config /var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/mon.a/config 2024-09-10T16:29:41.027 INFO:teuthology.orchestra.run.smithi006.stderr:+ ceph orch apply node-exporter 2024-09-10T16:29:41.231 INFO:teuthology.orchestra.run.smithi006.stdout:Scheduled node-exporter update... 2024-09-10T16:29:41.243 INFO:teuthology.orchestra.run.smithi006.stderr:+ ceph orch apply grafana 2024-09-10T16:29:41.530 INFO:teuthology.orchestra.run.smithi006.stdout:Scheduled grafana update... 2024-09-10T16:29:41.541 INFO:teuthology.orchestra.run.smithi006.stderr:+ ceph orch apply alertmanager 2024-09-10T16:29:41.833 INFO:teuthology.orchestra.run.smithi006.stdout:Scheduled alertmanager update... 2024-09-10T16:29:41.847 INFO:teuthology.orchestra.run.smithi006.stderr:+ ceph orch apply prometheus 2024-09-10T16:29:42.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:41 smithi176 ceph-mon[33286]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:42.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:41 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:42.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:41 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:29:42.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:41 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:42.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:41 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:29:42.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:41 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:29:42.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:41 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:42.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:41 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:42.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:41 smithi006 ceph-mon[30478]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:42.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:41 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:42.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:41 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:29:42.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:41 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:42.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:41 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:29:42.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:41 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:29:42.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:41 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:42.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:41 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:42.155 INFO:teuthology.orchestra.run.smithi006.stdout:Scheduled prometheus update... 2024-09-10T16:29:42.167 INFO:teuthology.orchestra.run.smithi006.stderr:+ sleep 240 2024-09-10T16:29:42.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:41 smithi144 ceph-mon[33424]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:42.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:41 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:42.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:41 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:29:42.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:41 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:42.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:41 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:29:42.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:41 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:29:42.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:41 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:42.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:41 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:43.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:42 smithi176 ceph-mon[33286]: from='client.14382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:29:43.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:42 smithi176 ceph-mon[33286]: Saving service node-exporter spec with placement * 2024-09-10T16:29:43.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:42 smithi176 ceph-mon[33286]: from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:29:43.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:42 smithi176 ceph-mon[33286]: Saving service grafana spec with placement count:1 2024-09-10T16:29:43.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:42 smithi176 ceph-mon[33286]: Deploying daemon node-exporter.smithi006 on smithi006 2024-09-10T16:29:43.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:42 smithi176 ceph-mon[33286]: from='client.24248 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:29:43.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:42 smithi176 ceph-mon[33286]: Saving service alertmanager spec with placement count:1 2024-09-10T16:29:43.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:42 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:43.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:42 smithi006 ceph-mon[30478]: from='client.14382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:29:43.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:42 smithi006 ceph-mon[30478]: Saving service node-exporter spec with placement * 2024-09-10T16:29:43.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:42 smithi006 ceph-mon[30478]: from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:29:43.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:42 smithi006 ceph-mon[30478]: Saving service grafana spec with placement count:1 2024-09-10T16:29:43.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:42 smithi006 ceph-mon[30478]: Deploying daemon node-exporter.smithi006 on smithi006 2024-09-10T16:29:43.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:42 smithi006 ceph-mon[30478]: from='client.24248 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:29:43.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:42 smithi006 ceph-mon[30478]: Saving service alertmanager spec with placement count:1 2024-09-10T16:29:43.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:42 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:43.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:42 smithi144 ceph-mon[33424]: from='client.14382 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:29:43.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:42 smithi144 ceph-mon[33424]: Saving service node-exporter spec with placement * 2024-09-10T16:29:43.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:42 smithi144 ceph-mon[33424]: from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:29:43.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:42 smithi144 ceph-mon[33424]: Saving service grafana spec with placement count:1 2024-09-10T16:29:43.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:42 smithi144 ceph-mon[33424]: Deploying daemon node-exporter.smithi006 on smithi006 2024-09-10T16:29:43.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:42 smithi144 ceph-mon[33424]: from='client.24248 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:29:43.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:42 smithi144 ceph-mon[33424]: Saving service alertmanager spec with placement count:1 2024-09-10T16:29:43.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:42 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:44.131 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:43 smithi176 ceph-mon[33286]: from='client.14400 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:29:44.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:43 smithi176 ceph-mon[33286]: Saving service prometheus spec with placement count:1 2024-09-10T16:29:44.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:43 smithi176 ceph-mon[33286]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:44.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:43 smithi006 ceph-mon[30478]: from='client.14400 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:29:44.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:43 smithi006 ceph-mon[30478]: Saving service prometheus spec with placement count:1 2024-09-10T16:29:44.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:43 smithi006 ceph-mon[30478]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:44.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:43 smithi144 ceph-mon[33424]: from='client.14400 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:29:44.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:43 smithi144 ceph-mon[33424]: Saving service prometheus spec with placement count:1 2024-09-10T16:29:44.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:43 smithi144 ceph-mon[33424]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:46.091 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:45 smithi144 ceph-mon[33424]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:46.092 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:45 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:46.092 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:45 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:46.092 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:45 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:46.131 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:45 smithi176 ceph-mon[33286]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:46.131 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:45 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:46.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:45 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:46.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:45 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:46.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:45 smithi006 ceph-mon[30478]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:46.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:45 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:46.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:45 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:46.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:45 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:47.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:46 smithi144 ceph-mon[33424]: Deploying daemon node-exporter.smithi144 on smithi144 2024-09-10T16:29:47.131 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:46 smithi176 ceph-mon[33286]: Deploying daemon node-exporter.smithi144 on smithi144 2024-09-10T16:29:47.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:46 smithi006 ceph-mon[30478]: Deploying daemon node-exporter.smithi144 on smithi144 2024-09-10T16:29:48.131 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:47 smithi176 ceph-mon[33286]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:48.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:47 smithi006 ceph-mon[30478]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:48.217 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:47 smithi144 ceph-mon[33424]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:50.131 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:49 smithi176 ceph-mon[33286]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:50.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:49 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:50.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:49 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:50.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:49 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:50.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:49 smithi006 ceph-mon[30478]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:50.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:49 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:50.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:49 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:50.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:49 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:50.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:49 smithi144 ceph-mon[33424]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:50.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:49 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:50.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:49 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:50.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:49 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:51.131 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:50 smithi176 ceph-mon[33286]: Deploying daemon node-exporter.smithi176 on smithi176 2024-09-10T16:29:51.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:50 smithi006 ceph-mon[30478]: Deploying daemon node-exporter.smithi176 on smithi176 2024-09-10T16:29:51.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:50 smithi144 ceph-mon[33424]: Deploying daemon node-exporter.smithi176 on smithi176 2024-09-10T16:29:52.131 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:51 smithi176 ceph-mon[33286]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:52.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:51 smithi006 ceph-mon[30478]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:52.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:51 smithi144 ceph-mon[33424]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:54.131 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:53 smithi176 ceph-mon[33286]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:54.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:53 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:54.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:53 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:54.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:53 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:54.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:53 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:54.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:53 smithi176 ceph-mon[33286]: Regenerating cephadm self-signed grafana TLS certificates 2024-09-10T16:29:54.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:53 smithi006 ceph-mon[30478]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:54.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:53 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:54.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:53 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:54.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:53 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:54.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:53 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:54.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:53 smithi006 ceph-mon[30478]: Regenerating cephadm self-signed grafana TLS certificates 2024-09-10T16:29:54.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:53 smithi144 ceph-mon[33424]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:54.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:53 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:54.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:53 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:54.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:53 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:54.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:53 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:54.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:53 smithi144 ceph-mon[33424]: Regenerating cephadm self-signed grafana TLS certificates 2024-09-10T16:29:55.540 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:55 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:55.540 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:55 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:55.540 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:55 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-10T16:29:55.540 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:55 smithi144 ceph-mon[33424]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T16:29:55.540 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:55 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:55.541 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:55 smithi144 ceph-mon[33424]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:55.541 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:55 smithi144 ceph-mon[33424]: Deploying daemon grafana.smithi006 on smithi006 2024-09-10T16:29:55.632 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:55 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:55.632 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:55 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:55.632 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:55 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-10T16:29:55.632 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:55 smithi176 ceph-mon[33286]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T16:29:55.632 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:55 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:55.632 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:55 smithi176 ceph-mon[33286]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:55.632 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:55 smithi176 ceph-mon[33286]: Deploying daemon grafana.smithi006 on smithi006 2024-09-10T16:29:55.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:55 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:55.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:55 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:55.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:55 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"} : dispatch 2024-09-10T16:29:55.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:55 smithi006 ceph-mon[30478]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-10T16:29:55.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:55 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:55.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:55 smithi006 ceph-mon[30478]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:55.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:55 smithi006 ceph-mon[30478]: Deploying daemon grafana.smithi006 on smithi006 2024-09-10T16:29:57.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:56 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:57.131 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:56 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:57.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:56 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:29:57.958 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:57 smithi144 ceph-mon[33424]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:58.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:57 smithi176 ceph-mon[33286]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:58.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:57 smithi006 ceph-mon[30478]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:29:59.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:29:59 smithi006 ceph-mon[30478]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:00.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:29:59 smithi144 ceph-mon[33424]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:00.131 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:29:59 smithi176 ceph-mon[33286]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:01.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:00 smithi144 ceph-mon[33424]: overall HEALTH_OK 2024-09-10T16:30:01.131 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:00 smithi176 ceph-mon[33286]: overall HEALTH_OK 2024-09-10T16:30:01.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:00 smithi006 ceph-mon[30478]: overall HEALTH_OK 2024-09-10T16:30:02.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:01 smithi144 ceph-mon[33424]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:02.131 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:01 smithi176 ceph-mon[33286]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:02.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:01 smithi006 ceph-mon[30478]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:03.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:03 smithi006 ceph-mon[30478]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:04.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:03 smithi144 ceph-mon[33424]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:04.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:03 smithi176 ceph-mon[33286]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:05.768 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:05 smithi006 ceph-mon[30478]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:05.768 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:05 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:05.768 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:05 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:05.768 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:05 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:05.768 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:05 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:05.768 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:05 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:06.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:05 smithi144 ceph-mon[33424]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:06.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:05 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:06.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:05 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:06.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:05 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:06.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:05 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:06.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:05 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:06.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:05 smithi176 ceph-mon[33286]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:06.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:05 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:06.133 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:05 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:06.133 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:05 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:06.133 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:05 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:06.133 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:05 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:06.811 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:06 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:30:07.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:06 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:30:07.126 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:06 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:30:08.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:07 smithi144 ceph-mon[33424]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:08.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:07 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:08.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:07 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:08.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:07 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:08.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:07 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:08.131 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:07 smithi176 ceph-mon[33286]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:08.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:07 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:08.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:07 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:08.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:07 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:08.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:07 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:08.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:07 smithi006 ceph-mon[30478]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:08.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:07 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:08.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:07 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:08.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:07 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:08.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:07 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:09.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:09 smithi006 ceph-mon[30478]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:10.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:09 smithi144 ceph-mon[33424]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:10.131 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:09 smithi176 ceph-mon[33286]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:11.782 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:11 smithi006 ceph-mon[30478]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:12.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:11 smithi144 ceph-mon[33424]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:12.131 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:11 smithi176 ceph-mon[33286]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:13.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:13 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:13.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:13 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:13.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:13 smithi144 ceph-mon[33424]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:13.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:13 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:30:13.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:13 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:30:13.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:13 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:13.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:13 smithi144 ceph-mon[33424]: Deploying daemon alertmanager.smithi176 on smithi176 2024-09-10T16:30:13.381 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:13 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:13.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:13 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:13.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:13 smithi176 ceph-mon[33286]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:13.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:13 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:30:13.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:13 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:30:13.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:13 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:13.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:13 smithi176 ceph-mon[33286]: Deploying daemon alertmanager.smithi176 on smithi176 2024-09-10T16:30:13.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:13 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:13.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:13 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:13.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:13 smithi006 ceph-mon[30478]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:13.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:13 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:30:13.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:13 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:30:13.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:13 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:13.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:13 smithi006 ceph-mon[30478]: Deploying daemon alertmanager.smithi176 on smithi176 2024-09-10T16:30:15.631 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:15 smithi176 ceph-mon[33286]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:15.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:15 smithi006 ceph-mon[30478]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:15.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:15 smithi144 ceph-mon[33424]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:17.467 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:17 smithi176 ceph-mon[33286]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:17.592 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:17 smithi144 ceph-mon[33424]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:17.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:17 smithi006 ceph-mon[30478]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:19.627 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:19 smithi176 ceph-mon[33286]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:19.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:19 smithi006 ceph-mon[30478]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:19.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:19 smithi144 ceph-mon[33424]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:22.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:21 smithi144 ceph-mon[33424]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:22.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:21 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:22.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:21 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:22.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:21 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:22.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:21 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:22.381 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:21 smithi176 ceph-mon[33286]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:22.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:21 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:22.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:21 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:22.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:21 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:22.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:21 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:22.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:21 smithi006 ceph-mon[30478]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:22.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:21 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:22.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:21 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:22.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:21 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:22.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:21 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:23.131 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:22 smithi176 ceph-mon[33286]: Deploying daemon prometheus.smithi144 on smithi144 2024-09-10T16:30:23.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:22 smithi144 ceph-mon[33424]: Deploying daemon prometheus.smithi144 on smithi144 2024-09-10T16:30:23.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:22 smithi006 ceph-mon[30478]: Deploying daemon prometheus.smithi144 on smithi144 2024-09-10T16:30:24.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:23 smithi144 ceph-mon[33424]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:24.381 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:23 smithi176 ceph-mon[33286]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:24.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:23 smithi006 ceph-mon[30478]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:26.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:25 smithi144 ceph-mon[33424]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:26.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:25 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:26.381 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:25 smithi176 ceph-mon[33286]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:26.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:25 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:26.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:25 smithi006 ceph-mon[30478]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:26.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:25 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:28.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:27 smithi144 ceph-mon[33424]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:28.381 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:27 smithi176 ceph-mon[33286]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:28.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:27 smithi006 ceph-mon[30478]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:30.251 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:29 smithi144 ceph-mon[33424]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:30.381 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:29 smithi176 ceph-mon[33286]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:30.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:29 smithi006 ceph-mon[30478]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:32.186 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:31 smithi006 ceph-mon[30478]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:32.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:31 smithi144 ceph-mon[33424]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:32.381 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:31 smithi176 ceph-mon[33286]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:33.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:33 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:33.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:33 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:33.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:33 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:33.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:33 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-10T16:30:33.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:33 smithi176 ceph-mon[33286]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:33.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:33 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:33.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:33 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:33.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:33 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:33.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:33 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-10T16:30:33.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:33 smithi006 ceph-mon[30478]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:33.383 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:30:33 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: ignoring --setuser ceph since I am not root 2024-09-10T16:30:33.383 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:30:33 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: ignoring --setgroup ceph since I am not root 2024-09-10T16:30:33.540 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:33 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:33.540 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:33 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:33.540 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:33 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' 2024-09-10T16:30:33.540 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:33 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd={"prefix": "mgr module enable", "module": "prometheus"} : dispatch 2024-09-10T16:30:33.540 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:33 smithi144 ceph-mon[33424]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:33.541 INFO:journalctl@ceph.mgr.b.smithi144.stdout:Sep 10 16:30:33 smithi144 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-b[34852]: ignoring --setuser ceph since I am not root 2024-09-10T16:30:33.541 INFO:journalctl@ceph.mgr.b.smithi144.stdout:Sep 10 16:30:33 smithi144 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-b[34852]: ignoring --setgroup ceph since I am not root 2024-09-10T16:30:33.541 INFO:journalctl@ceph.mgr.b.smithi144.stdout:Sep 10 16:30:33 smithi144 ceph-mgr[34875]: -- 172.21.15.144:0/1756503747 <== mon.2 v2:172.21.15.144:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x564d1b8710e0 con 0x564d1b84f000 2024-09-10T16:30:34.381 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:34 smithi176 ceph-mon[33286]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-10T16:30:34.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:34 smithi176 ceph-mon[33286]: mgrmap e16: a(active, since 3m), standbys: b 2024-09-10T16:30:34.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:34 smithi006 ceph-mon[30478]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-10T16:30:34.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:34 smithi006 ceph-mon[30478]: mgrmap e16: a(active, since 3m), standbys: b 2024-09-10T16:30:34.540 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:34 smithi144 ceph-mon[33424]: from='mgr.14148 172.21.15.6:0/2604111103' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-10T16:30:34.540 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:34 smithi144 ceph-mon[33424]: mgrmap e16: a(active, since 3m), standbys: b 2024-09-10T16:30:38.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:38 smithi144 ceph-mon[33424]: Standby manager daemon b restarted 2024-09-10T16:30:38.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:38 smithi144 ceph-mon[33424]: Standby manager daemon b started 2024-09-10T16:30:38.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:38 smithi144 ceph-mon[33424]: from='mgr.? 172.21.15.144:0/3005362296' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-10T16:30:38.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:38 smithi144 ceph-mon[33424]: from='mgr.? 172.21.15.144:0/3005362296' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-10T16:30:38.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:38 smithi144 ceph-mon[33424]: from='mgr.? 172.21.15.144:0/3005362296' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-10T16:30:38.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:38 smithi144 ceph-mon[33424]: from='mgr.? 172.21.15.144:0/3005362296' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-10T16:30:38.291 INFO:journalctl@ceph.mgr.b.smithi144.stdout:Sep 10 16:30:38 smithi144 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-b[34852]: [10/Sep/2024:16:30:38] ENGINE Bus STARTING 2024-09-10T16:30:38.291 INFO:journalctl@ceph.mgr.b.smithi144.stdout:Sep 10 16:30:38 smithi144 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-b[34852]: CherryPy Checker: 2024-09-10T16:30:38.291 INFO:journalctl@ceph.mgr.b.smithi144.stdout:Sep 10 16:30:38 smithi144 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-b[34852]: The Application mounted at '' has an empty config. 2024-09-10T16:30:38.291 INFO:journalctl@ceph.mgr.b.smithi144.stdout:Sep 10 16:30:38 smithi144 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-b[34852]: 2024-09-10T16:30:38.291 INFO:journalctl@ceph.mgr.b.smithi144.stdout:Sep 10 16:30:38 smithi144 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-b[34852]: [10/Sep/2024:16:30:38] ENGINE Serving on http://:::9283 2024-09-10T16:30:38.291 INFO:journalctl@ceph.mgr.b.smithi144.stdout:Sep 10 16:30:38 smithi144 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-b[34852]: [10/Sep/2024:16:30:38] ENGINE Bus STARTED 2024-09-10T16:30:38.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:38 smithi176 ceph-mon[33286]: Standby manager daemon b restarted 2024-09-10T16:30:38.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:38 smithi176 ceph-mon[33286]: Standby manager daemon b started 2024-09-10T16:30:38.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:38 smithi176 ceph-mon[33286]: from='mgr.? 172.21.15.144:0/3005362296' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-10T16:30:38.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:38 smithi176 ceph-mon[33286]: from='mgr.? 172.21.15.144:0/3005362296' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-10T16:30:38.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:38 smithi176 ceph-mon[33286]: from='mgr.? 172.21.15.144:0/3005362296' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-10T16:30:38.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:38 smithi176 ceph-mon[33286]: from='mgr.? 172.21.15.144:0/3005362296' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-10T16:30:38.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:38 smithi006 ceph-mon[30478]: Standby manager daemon b restarted 2024-09-10T16:30:38.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:38 smithi006 ceph-mon[30478]: Standby manager daemon b started 2024-09-10T16:30:38.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:38 smithi006 ceph-mon[30478]: from='mgr.? 172.21.15.144:0/3005362296' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2024-09-10T16:30:38.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:38 smithi006 ceph-mon[30478]: from='mgr.? 172.21.15.144:0/3005362296' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2024-09-10T16:30:38.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:38 smithi006 ceph-mon[30478]: from='mgr.? 172.21.15.144:0/3005362296' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2024-09-10T16:30:38.383 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:38 smithi006 ceph-mon[30478]: from='mgr.? 172.21.15.144:0/3005362296' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2024-09-10T16:30:39.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:39 smithi144 ceph-mon[33424]: mgrmap e17: a(active, since 3m), standbys: b 2024-09-10T16:30:39.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:39 smithi144 ceph-mon[33424]: Active manager daemon a restarted 2024-09-10T16:30:39.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:39 smithi144 ceph-mon[33424]: Activating manager daemon a 2024-09-10T16:30:39.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:39 smithi144 ceph-mon[33424]: osdmap e23: 3 total, 3 up, 3 in 2024-09-10T16:30:39.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:39 smithi144 ceph-mon[33424]: mgrmap e18: a(active, starting, since 0.00722477s), standbys: b 2024-09-10T16:30:39.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:39 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T16:30:39.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:39 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T16:30:39.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:39 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T16:30:39.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:39 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-10T16:30:39.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:39 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-10T16:30:39.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:39 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T16:30:39.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:39 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T16:30:39.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:39 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T16:30:39.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:39 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-10T16:30:39.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:39 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-10T16:30:39.291 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:39 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-10T16:30:39.292 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:39 smithi144 ceph-mon[33424]: Manager daemon a is now available 2024-09-10T16:30:39.292 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:39 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:30:39.292 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:39 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:39.292 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:39 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:30:39.292 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:39 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-10T16:30:39.292 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:39 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-10T16:30:39.292 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:39 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-10T16:30:39.330 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:39 smithi006 ceph-mon[30478]: mgrmap e17: a(active, since 3m), standbys: b 2024-09-10T16:30:39.330 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:39 smithi006 ceph-mon[30478]: Active manager daemon a restarted 2024-09-10T16:30:39.330 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:39 smithi006 ceph-mon[30478]: Activating manager daemon a 2024-09-10T16:30:39.330 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:39 smithi006 ceph-mon[30478]: osdmap e23: 3 total, 3 up, 3 in 2024-09-10T16:30:39.330 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:39 smithi006 ceph-mon[30478]: mgrmap e18: a(active, starting, since 0.00722477s), standbys: b 2024-09-10T16:30:39.330 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:39 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T16:30:39.330 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:39 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T16:30:39.330 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:39 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T16:30:39.330 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:39 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-10T16:30:39.330 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:39 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-10T16:30:39.330 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:39 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T16:30:39.330 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:39 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T16:30:39.331 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:39 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T16:30:39.331 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:39 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-10T16:30:39.331 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:39 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-10T16:30:39.331 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:39 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-10T16:30:39.331 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:39 smithi006 ceph-mon[30478]: Manager daemon a is now available 2024-09-10T16:30:39.331 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:39 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:30:39.331 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:39 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:39.331 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:39 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:30:39.331 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:39 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-10T16:30:39.331 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:39 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-10T16:30:39.331 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:39 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-10T16:30:39.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:39 smithi176 ceph-mon[33286]: mgrmap e17: a(active, since 3m), standbys: b 2024-09-10T16:30:39.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:39 smithi176 ceph-mon[33286]: Active manager daemon a restarted 2024-09-10T16:30:39.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:39 smithi176 ceph-mon[33286]: Activating manager daemon a 2024-09-10T16:30:39.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:39 smithi176 ceph-mon[33286]: osdmap e23: 3 total, 3 up, 3 in 2024-09-10T16:30:39.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:39 smithi176 ceph-mon[33286]: mgrmap e18: a(active, starting, since 0.00722477s), standbys: b 2024-09-10T16:30:39.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:39 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2024-09-10T16:30:39.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:39 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2024-09-10T16:30:39.382 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:39 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2024-09-10T16:30:39.383 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:39 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2024-09-10T16:30:39.383 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:39 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2024-09-10T16:30:39.383 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:39 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2024-09-10T16:30:39.383 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:39 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2024-09-10T16:30:39.383 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:39 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2024-09-10T16:30:39.383 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:39 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2024-09-10T16:30:39.383 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:39 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2024-09-10T16:30:39.383 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:39 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2024-09-10T16:30:39.383 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:39 smithi176 ceph-mon[33286]: Manager daemon a is now available 2024-09-10T16:30:39.383 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:39 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:30:39.383 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:39 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:39.383 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:39 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:30:39.383 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:39 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-10T16:30:39.384 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:39 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2024-09-10T16:30:39.384 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:39 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2024-09-10T16:30:39.633 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:30:39 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: [10/Sep/2024:16:30:39] ENGINE Bus STARTING 2024-09-10T16:30:39.633 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:30:39 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: CherryPy Checker: 2024-09-10T16:30:39.633 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:30:39 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: The Application mounted at '' has an empty config. 2024-09-10T16:30:39.633 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:30:39 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: 2024-09-10T16:30:39.634 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:30:39 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: [10/Sep/2024:16:30:39] ENGINE Serving on http://:::9283 2024-09-10T16:30:39.634 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:30:39 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: [10/Sep/2024:16:30:39] ENGINE Bus STARTED 2024-09-10T16:30:40.384 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:40 smithi006 ceph-mon[30478]: mgrmap e19: a(active, since 1.0128s), standbys: b 2024-09-10T16:30:40.384 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:40 smithi006 ceph-mon[30478]: [10/Sep/2024:16:30:39] ENGINE Bus STARTING 2024-09-10T16:30:40.384 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:40 smithi006 ceph-mon[30478]: [10/Sep/2024:16:30:40] ENGINE Serving on https://172.21.15.6:7150 2024-09-10T16:30:40.384 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:40 smithi006 ceph-mon[30478]: [10/Sep/2024:16:30:40] ENGINE Error in HTTPServer.serve 2024-09-10T16:30:40.384 INFO:journalctl@ceph.mon.a.smithi006.stdout: Traceback (most recent call last): 2024-09-10T16:30:40.384 INFO:journalctl@ceph.mon.a.smithi006.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T16:30:40.384 INFO:journalctl@ceph.mon.a.smithi006.stdout: self._connections.run(self.expiration_interval) 2024-09-10T16:30:40.384 INFO:journalctl@ceph.mon.a.smithi006.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T16:30:40.384 INFO:journalctl@ceph.mon.a.smithi006.stdout: self._run(expiration_interval) 2024-09-10T16:30:40.384 INFO:journalctl@ceph.mon.a.smithi006.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T16:30:40.385 INFO:journalctl@ceph.mon.a.smithi006.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T16:30:40.385 INFO:journalctl@ceph.mon.a.smithi006.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T16:30:40.385 INFO:journalctl@ceph.mon.a.smithi006.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T16:30:40.385 INFO:journalctl@ceph.mon.a.smithi006.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T16:30:40.385 INFO:journalctl@ceph.mon.a.smithi006.stdout: s = self.context.wrap_socket( 2024-09-10T16:30:40.385 INFO:journalctl@ceph.mon.a.smithi006.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T16:30:40.385 INFO:journalctl@ceph.mon.a.smithi006.stdout: return self.sslsocket_class._create( 2024-09-10T16:30:40.385 INFO:journalctl@ceph.mon.a.smithi006.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T16:30:40.385 INFO:journalctl@ceph.mon.a.smithi006.stdout: self.do_handshake() 2024-09-10T16:30:40.385 INFO:journalctl@ceph.mon.a.smithi006.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T16:30:40.385 INFO:journalctl@ceph.mon.a.smithi006.stdout: self._sslobj.do_handshake() 2024-09-10T16:30:40.385 INFO:journalctl@ceph.mon.a.smithi006.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T16:30:40.386 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:30:40 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: 2024-09-10T16:30:40.119+0000 7fbc17324640 -1 log_channel(cephadm) log [ERR] : [10/Sep/2024:16:30:40] ENGINE Error in HTTPServer.serve 2024-09-10T16:30:40.386 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:30:40 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: Traceback (most recent call last): 2024-09-10T16:30:40.386 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:30:40 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T16:30:40.386 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:30:40 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: self._connections.run(self.expiration_interval) 2024-09-10T16:30:40.386 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:30:40 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T16:30:40.386 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:30:40 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: self._run(expiration_interval) 2024-09-10T16:30:40.386 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:30:40 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T16:30:40.386 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:30:40 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T16:30:40.386 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:30:40 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T16:30:40.386 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:30:40 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T16:30:40.386 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:30:40 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T16:30:40.386 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:30:40 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: s = self.context.wrap_socket( 2024-09-10T16:30:40.387 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:30:40 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T16:30:40.387 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:30:40 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: return self.sslsocket_class._create( 2024-09-10T16:30:40.387 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:30:40 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T16:30:40.387 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:30:40 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: self.do_handshake() 2024-09-10T16:30:40.387 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:30:40 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T16:30:40.387 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:30:40 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: self._sslobj.do_handshake() 2024-09-10T16:30:40.387 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:30:40 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T16:30:40.387 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:30:40 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: 2024-09-10T16:30:40.592 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:40 smithi144 ceph-mon[33424]: mgrmap e19: a(active, since 1.0128s), standbys: b 2024-09-10T16:30:40.592 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:40 smithi144 ceph-mon[33424]: [10/Sep/2024:16:30:39] ENGINE Bus STARTING 2024-09-10T16:30:40.592 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:40 smithi144 ceph-mon[33424]: [10/Sep/2024:16:30:40] ENGINE Serving on https://172.21.15.6:7150 2024-09-10T16:30:40.592 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:40 smithi144 ceph-mon[33424]: [10/Sep/2024:16:30:40] ENGINE Error in HTTPServer.serve 2024-09-10T16:30:40.592 INFO:journalctl@ceph.mon.b.smithi144.stdout: Traceback (most recent call last): 2024-09-10T16:30:40.592 INFO:journalctl@ceph.mon.b.smithi144.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T16:30:40.592 INFO:journalctl@ceph.mon.b.smithi144.stdout: self._connections.run(self.expiration_interval) 2024-09-10T16:30:40.592 INFO:journalctl@ceph.mon.b.smithi144.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T16:30:40.592 INFO:journalctl@ceph.mon.b.smithi144.stdout: self._run(expiration_interval) 2024-09-10T16:30:40.593 INFO:journalctl@ceph.mon.b.smithi144.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T16:30:40.593 INFO:journalctl@ceph.mon.b.smithi144.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T16:30:40.593 INFO:journalctl@ceph.mon.b.smithi144.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T16:30:40.593 INFO:journalctl@ceph.mon.b.smithi144.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T16:30:40.593 INFO:journalctl@ceph.mon.b.smithi144.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T16:30:40.593 INFO:journalctl@ceph.mon.b.smithi144.stdout: s = self.context.wrap_socket( 2024-09-10T16:30:40.593 INFO:journalctl@ceph.mon.b.smithi144.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T16:30:40.593 INFO:journalctl@ceph.mon.b.smithi144.stdout: return self.sslsocket_class._create( 2024-09-10T16:30:40.593 INFO:journalctl@ceph.mon.b.smithi144.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T16:30:40.593 INFO:journalctl@ceph.mon.b.smithi144.stdout: self.do_handshake() 2024-09-10T16:30:40.593 INFO:journalctl@ceph.mon.b.smithi144.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T16:30:40.593 INFO:journalctl@ceph.mon.b.smithi144.stdout: self._sslobj.do_handshake() 2024-09-10T16:30:40.593 INFO:journalctl@ceph.mon.b.smithi144.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T16:30:40.632 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:40 smithi176 ceph-mon[33286]: mgrmap e19: a(active, since 1.0128s), standbys: b 2024-09-10T16:30:40.632 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:40 smithi176 ceph-mon[33286]: [10/Sep/2024:16:30:39] ENGINE Bus STARTING 2024-09-10T16:30:40.633 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:40 smithi176 ceph-mon[33286]: [10/Sep/2024:16:30:40] ENGINE Serving on https://172.21.15.6:7150 2024-09-10T16:30:40.633 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:40 smithi176 ceph-mon[33286]: [10/Sep/2024:16:30:40] ENGINE Error in HTTPServer.serve 2024-09-10T16:30:40.633 INFO:journalctl@ceph.mon.c.smithi176.stdout: Traceback (most recent call last): 2024-09-10T16:30:40.633 INFO:journalctl@ceph.mon.c.smithi176.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-10T16:30:40.633 INFO:journalctl@ceph.mon.c.smithi176.stdout: self._connections.run(self.expiration_interval) 2024-09-10T16:30:40.633 INFO:journalctl@ceph.mon.c.smithi176.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-10T16:30:40.634 INFO:journalctl@ceph.mon.c.smithi176.stdout: self._run(expiration_interval) 2024-09-10T16:30:40.634 INFO:journalctl@ceph.mon.c.smithi176.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-10T16:30:40.634 INFO:journalctl@ceph.mon.c.smithi176.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-10T16:30:40.634 INFO:journalctl@ceph.mon.c.smithi176.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-10T16:30:40.634 INFO:journalctl@ceph.mon.c.smithi176.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-10T16:30:40.634 INFO:journalctl@ceph.mon.c.smithi176.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-10T16:30:40.634 INFO:journalctl@ceph.mon.c.smithi176.stdout: s = self.context.wrap_socket( 2024-09-10T16:30:40.634 INFO:journalctl@ceph.mon.c.smithi176.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-10T16:30:40.634 INFO:journalctl@ceph.mon.c.smithi176.stdout: return self.sslsocket_class._create( 2024-09-10T16:30:40.634 INFO:journalctl@ceph.mon.c.smithi176.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-10T16:30:40.634 INFO:journalctl@ceph.mon.c.smithi176.stdout: self.do_handshake() 2024-09-10T16:30:40.635 INFO:journalctl@ceph.mon.c.smithi176.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-10T16:30:40.635 INFO:journalctl@ceph.mon.c.smithi176.stdout: self._sslobj.do_handshake() 2024-09-10T16:30:40.635 INFO:journalctl@ceph.mon.c.smithi176.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-10T16:30:41.540 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:41 smithi144 ceph-mon[33424]: [10/Sep/2024:16:30:40] ENGINE Serving on http://172.21.15.6:8765 2024-09-10T16:30:41.540 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:41 smithi144 ceph-mon[33424]: [10/Sep/2024:16:30:40] ENGINE Bus STARTED 2024-09-10T16:30:41.540 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:41 smithi144 ceph-mon[33424]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:41.540 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:41 smithi144 ceph-mon[33424]: mgrmap e20: a(active, since 2s), standbys: b 2024-09-10T16:30:41.631 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:41 smithi176 ceph-mon[33286]: [10/Sep/2024:16:30:40] ENGINE Serving on http://172.21.15.6:8765 2024-09-10T16:30:41.631 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:41 smithi176 ceph-mon[33286]: [10/Sep/2024:16:30:40] ENGINE Bus STARTED 2024-09-10T16:30:41.632 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:41 smithi176 ceph-mon[33286]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:41.632 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:41 smithi176 ceph-mon[33286]: mgrmap e20: a(active, since 2s), standbys: b 2024-09-10T16:30:41.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:41 smithi006 ceph-mon[30478]: [10/Sep/2024:16:30:40] ENGINE Serving on http://172.21.15.6:8765 2024-09-10T16:30:41.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:41 smithi006 ceph-mon[30478]: [10/Sep/2024:16:30:40] ENGINE Bus STARTED 2024-09-10T16:30:41.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:41 smithi006 ceph-mon[30478]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:41.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:41 smithi006 ceph-mon[30478]: mgrmap e20: a(active, since 2s), standbys: b 2024-09-10T16:30:42.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:42 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:42.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:42 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:42.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:42 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:42.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:42 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:42.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:42 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:42.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:42 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:42.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:42 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:42.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:42 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:42.883 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:42 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-10T16:30:42.883 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:42 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:42.883 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:42 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:42.883 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:42 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:42.883 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:42 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-10T16:30:42.883 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:42 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:42.883 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:42 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:42.883 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:42 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:42.883 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:42 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-10T16:30:42.883 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:42 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:42.883 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:42 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:30:42.883 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:42 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:30:42.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:42 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:42.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:42 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:42.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:42 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:42.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:42 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:42.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:42 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:42.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:42 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:42.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:42 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:42.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:42 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:42.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:42 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-10T16:30:42.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:42 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:42.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:42 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:42.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:42 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:42.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:42 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-10T16:30:42.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:42 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:42.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:42 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:42.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:42 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:42.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:42 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-10T16:30:42.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:42 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:42.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:42 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:30:42.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:42 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:30:43.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:42 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:43.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:42 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:43.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:42 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:43.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:42 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:43.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:42 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:43.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:42 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:43.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:42 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:43.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:42 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:43.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:42 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2024-09-10T16:30:43.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:42 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:43.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:42 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:43.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:42 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:43.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:42 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2024-09-10T16:30:43.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:42 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:43.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:42 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:43.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:42 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:43.042 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:42 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2024-09-10T16:30:43.042 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:42 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:43.042 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:42 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:30:43.042 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:42 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:30:43.621 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:30:43 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: ::ffff:172.21.15.144 - - [10/Sep/2024:16:30:43] "GET /metrics HTTP/1.1" 200 20267 "" "Prometheus/2.51.0" 2024-09-10T16:30:43.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:43 smithi176 ceph-mon[33286]: Adjusting osd_memory_target on smithi144 to 15040M 2024-09-10T16:30:43.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:43 smithi176 ceph-mon[33286]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:43.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:43 smithi176 ceph-mon[33286]: Adjusting osd_memory_target on smithi176 to 19136M 2024-09-10T16:30:43.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:43 smithi176 ceph-mon[33286]: Adjusting osd_memory_target on smithi006 to 15044M 2024-09-10T16:30:43.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:43 smithi176 ceph-mon[33286]: Updating smithi006:/etc/ceph/ceph.conf 2024-09-10T16:30:43.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:43 smithi176 ceph-mon[33286]: Updating smithi144:/etc/ceph/ceph.conf 2024-09-10T16:30:43.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:43 smithi176 ceph-mon[33286]: Updating smithi176:/etc/ceph/ceph.conf 2024-09-10T16:30:43.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:43 smithi176 ceph-mon[33286]: Updating smithi006:/var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T16:30:43.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:43 smithi176 ceph-mon[33286]: Updating smithi144:/var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T16:30:43.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:43 smithi176 ceph-mon[33286]: Updating smithi176:/var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T16:30:43.883 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:43 smithi176 ceph-mon[33286]: Updating smithi144:/etc/ceph/ceph.client.admin.keyring 2024-09-10T16:30:43.883 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:43 smithi176 ceph-mon[33286]: Updating smithi006:/etc/ceph/ceph.client.admin.keyring 2024-09-10T16:30:43.883 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:43 smithi176 ceph-mon[33286]: Updating smithi176:/etc/ceph/ceph.client.admin.keyring 2024-09-10T16:30:43.883 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:43 smithi176 ceph-mon[33286]: Updating smithi144:/var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T16:30:43.883 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:43 smithi176 ceph-mon[33286]: mgrmap e21: a(active, since 5s), standbys: b 2024-09-10T16:30:43.883 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:43 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:43.883 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:43 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:43.883 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:43 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:43.883 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:43 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:43.883 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:43 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:43.883 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:43 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:43.883 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:43 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:43.883 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:43 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:43.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:43 smithi006 ceph-mon[30478]: Adjusting osd_memory_target on smithi144 to 15040M 2024-09-10T16:30:43.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:43 smithi006 ceph-mon[30478]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:43.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:43 smithi006 ceph-mon[30478]: Adjusting osd_memory_target on smithi176 to 19136M 2024-09-10T16:30:43.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:43 smithi006 ceph-mon[30478]: Adjusting osd_memory_target on smithi006 to 15044M 2024-09-10T16:30:43.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:43 smithi006 ceph-mon[30478]: Updating smithi006:/etc/ceph/ceph.conf 2024-09-10T16:30:43.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:43 smithi006 ceph-mon[30478]: Updating smithi144:/etc/ceph/ceph.conf 2024-09-10T16:30:43.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:43 smithi006 ceph-mon[30478]: Updating smithi176:/etc/ceph/ceph.conf 2024-09-10T16:30:43.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:43 smithi006 ceph-mon[30478]: Updating smithi006:/var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T16:30:43.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:43 smithi006 ceph-mon[30478]: Updating smithi144:/var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T16:30:43.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:43 smithi006 ceph-mon[30478]: Updating smithi176:/var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T16:30:43.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:43 smithi006 ceph-mon[30478]: Updating smithi144:/etc/ceph/ceph.client.admin.keyring 2024-09-10T16:30:43.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:43 smithi006 ceph-mon[30478]: Updating smithi006:/etc/ceph/ceph.client.admin.keyring 2024-09-10T16:30:43.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:43 smithi006 ceph-mon[30478]: Updating smithi176:/etc/ceph/ceph.client.admin.keyring 2024-09-10T16:30:43.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:43 smithi006 ceph-mon[30478]: Updating smithi144:/var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T16:30:43.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:43 smithi006 ceph-mon[30478]: mgrmap e21: a(active, since 5s), standbys: b 2024-09-10T16:30:43.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:43 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:43.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:43 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:43.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:43 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:43.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:43 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:43.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:43 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:43.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:43 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:43.886 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:43 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:43.886 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:43 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:44.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:43 smithi144 ceph-mon[33424]: Adjusting osd_memory_target on smithi144 to 15040M 2024-09-10T16:30:44.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:43 smithi144 ceph-mon[33424]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:44.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:43 smithi144 ceph-mon[33424]: Adjusting osd_memory_target on smithi176 to 19136M 2024-09-10T16:30:44.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:43 smithi144 ceph-mon[33424]: Adjusting osd_memory_target on smithi006 to 15044M 2024-09-10T16:30:44.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:43 smithi144 ceph-mon[33424]: Updating smithi006:/etc/ceph/ceph.conf 2024-09-10T16:30:44.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:43 smithi144 ceph-mon[33424]: Updating smithi144:/etc/ceph/ceph.conf 2024-09-10T16:30:44.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:43 smithi144 ceph-mon[33424]: Updating smithi176:/etc/ceph/ceph.conf 2024-09-10T16:30:44.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:43 smithi144 ceph-mon[33424]: Updating smithi006:/var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T16:30:44.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:43 smithi144 ceph-mon[33424]: Updating smithi144:/var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T16:30:44.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:43 smithi144 ceph-mon[33424]: Updating smithi176:/var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/config/ceph.conf 2024-09-10T16:30:44.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:43 smithi144 ceph-mon[33424]: Updating smithi144:/etc/ceph/ceph.client.admin.keyring 2024-09-10T16:30:44.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:43 smithi144 ceph-mon[33424]: Updating smithi006:/etc/ceph/ceph.client.admin.keyring 2024-09-10T16:30:44.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:43 smithi144 ceph-mon[33424]: Updating smithi176:/etc/ceph/ceph.client.admin.keyring 2024-09-10T16:30:44.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:43 smithi144 ceph-mon[33424]: Updating smithi144:/var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T16:30:44.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:43 smithi144 ceph-mon[33424]: mgrmap e21: a(active, since 5s), standbys: b 2024-09-10T16:30:44.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:43 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:44.042 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:43 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:44.042 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:43 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:44.042 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:43 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:44.042 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:43 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:44.042 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:43 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:44.042 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:43 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:44.042 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:43 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:44.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:44 smithi176 ceph-mon[33286]: Updating smithi176:/var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T16:30:44.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:44 smithi176 ceph-mon[33286]: Updating smithi006:/var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T16:30:44.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:44 smithi176 ceph-mon[33286]: Reconfiguring grafana.smithi006 (dependencies changed)... 2024-09-10T16:30:44.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:44 smithi176 ceph-mon[33286]: Reconfiguring daemon grafana.smithi006 on smithi006 2024-09-10T16:30:44.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:44 smithi006 ceph-mon[30478]: Updating smithi176:/var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T16:30:44.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:44 smithi006 ceph-mon[30478]: Updating smithi006:/var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T16:30:44.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:44 smithi006 ceph-mon[30478]: Reconfiguring grafana.smithi006 (dependencies changed)... 2024-09-10T16:30:44.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:44 smithi006 ceph-mon[30478]: Reconfiguring daemon grafana.smithi006 on smithi006 2024-09-10T16:30:45.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:44 smithi144 ceph-mon[33424]: Updating smithi176:/var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T16:30:45.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:44 smithi144 ceph-mon[33424]: Updating smithi006:/var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/config/ceph.client.admin.keyring 2024-09-10T16:30:45.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:44 smithi144 ceph-mon[33424]: Reconfiguring grafana.smithi006 (dependencies changed)... 2024-09-10T16:30:45.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:44 smithi144 ceph-mon[33424]: Reconfiguring daemon grafana.smithi006 on smithi006 2024-09-10T16:30:45.872 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:45 smithi006 ceph-mon[30478]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:45.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:45 smithi176 ceph-mon[33286]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:46.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:45 smithi144 ceph-mon[33424]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:47.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:47 smithi176 ceph-mon[33286]: pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-10T16:30:47.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:47 smithi006 ceph-mon[30478]: pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-10T16:30:48.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:47 smithi144 ceph-mon[33424]: pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 25 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-10T16:30:49.540 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:49 smithi144 ceph-mon[33424]: pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-10T16:30:49.540 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:49 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:49.541 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:49 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:49.541 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:49 smithi144 ceph-mon[33424]: Reconfiguring alertmanager.smithi176 (dependencies changed)... 2024-09-10T16:30:49.541 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:49 smithi144 ceph-mon[33424]: Reconfiguring daemon alertmanager.smithi176 on smithi176 2024-09-10T16:30:49.600 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:49 smithi176 ceph-mon[33286]: pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-10T16:30:49.600 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:49 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:49.601 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:49 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:49.601 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:49 smithi176 ceph-mon[33286]: Reconfiguring alertmanager.smithi176 (dependencies changed)... 2024-09-10T16:30:49.601 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:49 smithi176 ceph-mon[33286]: Reconfiguring daemon alertmanager.smithi176 on smithi176 2024-09-10T16:30:49.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:49 smithi006 ceph-mon[30478]: pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 8 op/s 2024-09-10T16:30:49.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:49 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:49.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:49 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:49.634 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:49 smithi006 ceph-mon[30478]: Reconfiguring alertmanager.smithi176 (dependencies changed)... 2024-09-10T16:30:49.634 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:49 smithi006 ceph-mon[30478]: Reconfiguring daemon alertmanager.smithi176 on smithi176 2024-09-10T16:30:51.632 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:51 smithi176 ceph-mon[33286]: pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-10T16:30:51.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:51 smithi006 ceph-mon[30478]: pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-10T16:30:51.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:51 smithi144 ceph-mon[33424]: pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 16 KiB/s rd, 0 B/s wr, 6 op/s 2024-09-10T16:30:53.631 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:53 smithi176 ceph-mon[33286]: pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T16:30:53.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:53 smithi006 ceph-mon[30478]: pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T16:30:53.633 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:30:53 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: ::ffff:172.21.15.144 - - [10/Sep/2024:16:30:53] "GET /metrics HTTP/1.1" 200 20267 "" "Prometheus/2.51.0" 2024-09-10T16:30:53.634 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:30:53 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: [10/Sep/2024:16:30:53] ENGINE Bus STOPPING 2024-09-10T16:30:53.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:53 smithi144 ceph-mon[33424]: pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T16:30:54.133 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:30:53 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: [10/Sep/2024:16:30:53] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-10T16:30:54.133 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:30:53 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: [10/Sep/2024:16:30:53] ENGINE Bus STOPPED 2024-09-10T16:30:54.133 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:30:53 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: [10/Sep/2024:16:30:53] ENGINE Bus STARTING 2024-09-10T16:30:54.133 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:30:53 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: [10/Sep/2024:16:30:53] ENGINE Serving on http://:::9283 2024-09-10T16:30:54.134 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:30:53 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: [10/Sep/2024:16:30:53] ENGINE Bus STARTED 2024-09-10T16:30:54.134 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:30:53 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: [10/Sep/2024:16:30:53] ENGINE Bus STOPPING 2024-09-10T16:30:54.695 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:30:54 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: [10/Sep/2024:16:30:54] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-10T16:30:54.695 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:30:54 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: [10/Sep/2024:16:30:54] ENGINE Bus STOPPED 2024-09-10T16:30:54.696 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:30:54 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: [10/Sep/2024:16:30:54] ENGINE Bus STARTING 2024-09-10T16:30:54.696 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:30:54 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: [10/Sep/2024:16:30:54] ENGINE Serving on http://:::9283 2024-09-10T16:30:54.696 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:30:54 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: [10/Sep/2024:16:30:54] ENGINE Bus STARTED 2024-09-10T16:30:54.696 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:54 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:54.696 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:54 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:54.696 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:54 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-10T16:30:54.696 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:54 smithi006 ceph-mon[30478]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T16:30:54.696 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:54 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi006.front.sepia.ceph.com:3000"} : dispatch 2024-09-10T16:30:54.696 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:54 smithi006 ceph-mon[30478]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi006.front.sepia.ceph.com:3000"}]: dispatch 2024-09-10T16:30:54.696 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:54 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:54.697 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:54 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-10T16:30:54.697 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:54 smithi006 ceph-mon[30478]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T16:30:54.698 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:54 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi176.front.sepia.ceph.com:9093"} : dispatch 2024-09-10T16:30:54.698 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:54 smithi006 ceph-mon[30478]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi176.front.sepia.ceph.com:9093"}]: dispatch 2024-09-10T16:30:54.698 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:54 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:54.698 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:54 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:30:54.698 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:54 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-10T16:30:54.698 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:54 smithi006 ceph-mon[30478]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-10T16:30:54.698 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:54 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:30:54.719 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:54 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:54.719 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:54 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:54.719 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:54 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-10T16:30:54.719 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:54 smithi176 ceph-mon[33286]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T16:30:54.719 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:54 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi006.front.sepia.ceph.com:3000"} : dispatch 2024-09-10T16:30:54.719 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:54 smithi176 ceph-mon[33286]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi006.front.sepia.ceph.com:3000"}]: dispatch 2024-09-10T16:30:54.719 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:54 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:54.719 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:54 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-10T16:30:54.720 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:54 smithi176 ceph-mon[33286]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T16:30:54.720 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:54 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi176.front.sepia.ceph.com:9093"} : dispatch 2024-09-10T16:30:54.720 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:54 smithi176 ceph-mon[33286]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi176.front.sepia.ceph.com:9093"}]: dispatch 2024-09-10T16:30:54.720 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:54 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:54.720 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:54 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:30:54.720 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:54 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-10T16:30:54.720 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:54 smithi176 ceph-mon[33286]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-10T16:30:54.720 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:54 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:30:54.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:54 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:54.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:54 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:54.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:54 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "dashboard get-grafana-api-url"} : dispatch 2024-09-10T16:30:54.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:54 smithi144 ceph-mon[33424]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-10T16:30:54.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:54 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "dashboard set-grafana-api-url", "value": "https://smithi006.front.sepia.ceph.com:3000"} : dispatch 2024-09-10T16:30:54.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:54 smithi144 ceph-mon[33424]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi006.front.sepia.ceph.com:3000"}]: dispatch 2024-09-10T16:30:54.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:54 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:54.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:54 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "dashboard get-alertmanager-api-host"} : dispatch 2024-09-10T16:30:54.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:54 smithi144 ceph-mon[33424]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-10T16:30:54.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:54 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi176.front.sepia.ceph.com:9093"} : dispatch 2024-09-10T16:30:54.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:54 smithi144 ceph-mon[33424]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi176.front.sepia.ceph.com:9093"}]: dispatch 2024-09-10T16:30:54.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:54 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:54.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:54 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:30:54.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:54 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-10T16:30:54.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:54 smithi144 ceph-mon[33424]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-10T16:30:54.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:54 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:30:55.632 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:55 smithi176 ceph-mon[33286]: pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T16:30:55.632 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:55 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-10T16:30:55.632 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:55 smithi176 ceph-mon[33286]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-10T16:30:55.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:55 smithi006 ceph-mon[30478]: pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T16:30:55.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:55 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-10T16:30:55.634 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:55 smithi006 ceph-mon[30478]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-10T16:30:55.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:55 smithi144 ceph-mon[33424]: pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T16:30:55.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:55 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "orch prometheus get-credentials"} : dispatch 2024-09-10T16:30:55.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:55 smithi144 ceph-mon[33424]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "orch prometheus get-credentials"}]: dispatch 2024-09-10T16:30:57.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:57 smithi144 ceph-mon[33424]: pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T16:30:57.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:57 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:57.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:57 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:57.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:57 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:57.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:57 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:57.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:57 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:30:57.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:57 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:30:57.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:57 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:57.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:57 smithi176 ceph-mon[33286]: pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T16:30:57.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:57 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:57.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:57 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:57.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:57 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:57.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:57 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:57.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:57 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:30:57.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:57 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:30:57.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:57 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:57.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:57 smithi006 ceph-mon[30478]: pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 15 KiB/s rd, 0 B/s wr, 5 op/s 2024-09-10T16:30:57.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:57 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:57.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:57 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:57.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:57 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:57.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:57 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:57.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:57 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:30:57.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:57 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:30:57.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:57 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:30:59.686 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:30:59 smithi006 ceph-mon[30478]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:59.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:30:59 smithi144 ceph-mon[33424]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:30:59.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:30:59 smithi176 ceph-mon[33286]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:01.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:31:01 smithi144 ceph-mon[33424]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:01.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:31:01 smithi176 ceph-mon[33286]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:01.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:31:01 smithi006 ceph-mon[30478]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:03.632 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:31:03 smithi176 ceph-mon[33286]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:03.636 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:31:03 smithi006 ceph-mon[30478]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:03.636 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:31:03 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: ::ffff:172.21.15.144 - - [10/Sep/2024:16:31:03] "GET /metrics HTTP/1.1" 200 21534 "" "Prometheus/2.51.0" 2024-09-10T16:31:03.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:31:03 smithi144 ceph-mon[33424]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:05.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:31:05 smithi144 ceph-mon[33424]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:05.884 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:31:05 smithi176 ceph-mon[33286]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:05.885 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:31:05 smithi006 ceph-mon[30478]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:07.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:31:07 smithi144 ceph-mon[33424]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:07.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:31:07 smithi176 ceph-mon[33286]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:07.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:31:07 smithi006 ceph-mon[30478]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:09.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:31:09 smithi144 ceph-mon[33424]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:09.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:31:09 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:31:09.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:31:09 smithi176 ceph-mon[33286]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:09.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:31:09 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:31:09.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:31:09 smithi006 ceph-mon[30478]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:09.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:31:09 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:31:11.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:31:11 smithi144 ceph-mon[33424]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:11.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:31:11 smithi176 ceph-mon[33286]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:11.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:31:11 smithi006 ceph-mon[30478]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:13.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:31:13 smithi006 ceph-mon[30478]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:13.633 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:31:13 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: ::ffff:172.21.15.144 - - [10/Sep/2024:16:31:13] "GET /metrics HTTP/1.1" 200 21532 "" "Prometheus/2.51.0" 2024-09-10T16:31:13.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:31:13 smithi144 ceph-mon[33424]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:13.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:31:13 smithi176 ceph-mon[33286]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:15.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:31:15 smithi144 ceph-mon[33424]: pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:15.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:31:15 smithi176 ceph-mon[33286]: pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:15.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:31:15 smithi006 ceph-mon[30478]: pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:17.684 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:31:17 smithi176 ceph-mon[33286]: pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:17.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:31:17 smithi144 ceph-mon[33424]: pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:17.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:31:17 smithi006 ceph-mon[30478]: pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:19.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:31:19 smithi144 ceph-mon[33424]: pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:19.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:31:19 smithi176 ceph-mon[33286]: pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:19.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:31:19 smithi006 ceph-mon[30478]: pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:21.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:31:21 smithi144 ceph-mon[33424]: pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:21.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:31:21 smithi176 ceph-mon[33286]: pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:21.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:31:21 smithi006 ceph-mon[30478]: pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:23.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:31:23 smithi006 ceph-mon[30478]: pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:23.634 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:31:23 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: ::ffff:172.21.15.144 - - [10/Sep/2024:16:31:23] "GET /metrics HTTP/1.1" 200 21532 "" "Prometheus/2.51.0" 2024-09-10T16:31:23.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:31:23 smithi144 ceph-mon[33424]: pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:23.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:31:23 smithi176 ceph-mon[33286]: pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:24.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:31:24 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:31:24.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:31:24 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:31:24.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:31:24 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:31:25.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:31:25 smithi144 ceph-mon[33424]: pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:25.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:31:25 smithi176 ceph-mon[33286]: pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:25.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:31:25 smithi006 ceph-mon[30478]: pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:27.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:31:27 smithi144 ceph-mon[33424]: pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:27.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:31:27 smithi176 ceph-mon[33286]: pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:27.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:31:27 smithi006 ceph-mon[30478]: pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:29.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:31:29 smithi144 ceph-mon[33424]: pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:29.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:31:29 smithi006 ceph-mon[30478]: pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:29.884 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:31:29 smithi176 ceph-mon[33286]: pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:31.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:31:31 smithi144 ceph-mon[33424]: pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:31.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:31:31 smithi176 ceph-mon[33286]: pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:31.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:31:31 smithi006 ceph-mon[30478]: pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:33.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:31:33 smithi006 ceph-mon[30478]: pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:33.634 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:31:33 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: ::ffff:172.21.15.144 - - [10/Sep/2024:16:31:33] "GET /metrics HTTP/1.1" 200 21533 "" "Prometheus/2.51.0" 2024-09-10T16:31:33.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:31:33 smithi144 ceph-mon[33424]: pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:33.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:31:33 smithi176 ceph-mon[33286]: pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:35.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:31:35 smithi144 ceph-mon[33424]: pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:35.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:31:35 smithi176 ceph-mon[33286]: pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:35.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:31:35 smithi006 ceph-mon[30478]: pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:37.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:31:37 smithi144 ceph-mon[33424]: pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:37.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:31:37 smithi176 ceph-mon[33286]: pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:37.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:31:37 smithi006 ceph-mon[30478]: pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:39.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:31:39 smithi144 ceph-mon[33424]: pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:39.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:31:39 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:31:39.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:31:39 smithi176 ceph-mon[33286]: pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:39.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:31:39 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:31:39.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:31:39 smithi006 ceph-mon[30478]: pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:39.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:31:39 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:31:41.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:31:41 smithi144 ceph-mon[33424]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:41.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:31:41 smithi176 ceph-mon[33286]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:41.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:31:41 smithi006 ceph-mon[30478]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:43.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:31:43 smithi006 ceph-mon[30478]: pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:43.633 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:31:43 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: ::ffff:172.21.15.144 - - [10/Sep/2024:16:31:43] "GET /metrics HTTP/1.1" 200 21533 "" "Prometheus/2.51.0" 2024-09-10T16:31:43.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:31:43 smithi144 ceph-mon[33424]: pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:43.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:31:43 smithi176 ceph-mon[33286]: pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:45.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:31:45 smithi144 ceph-mon[33424]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:45.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:31:45 smithi176 ceph-mon[33286]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:45.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:31:45 smithi006 ceph-mon[30478]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:47.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:31:47 smithi144 ceph-mon[33424]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:47.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:31:47 smithi176 ceph-mon[33286]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:47.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:31:47 smithi006 ceph-mon[30478]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:49.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:31:49 smithi144 ceph-mon[33424]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:49.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:31:49 smithi176 ceph-mon[33286]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:49.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:31:49 smithi006 ceph-mon[30478]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:51.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:31:51 smithi144 ceph-mon[33424]: pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:51.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:31:51 smithi176 ceph-mon[33286]: pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:51.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:31:51 smithi006 ceph-mon[30478]: pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:53.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:31:53 smithi006 ceph-mon[30478]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:53.634 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:31:53 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: ::ffff:172.21.15.144 - - [10/Sep/2024:16:31:53] "GET /metrics HTTP/1.1" 200 21533 "" "Prometheus/2.51.0" 2024-09-10T16:31:53.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:31:53 smithi144 ceph-mon[33424]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:53.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:31:53 smithi176 ceph-mon[33286]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:54.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:31:54 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:31:54.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:31:54 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:31:54.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:31:54 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:31:55.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:31:55 smithi144 ceph-mon[33424]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:55.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:31:55 smithi176 ceph-mon[33286]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:55.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:31:55 smithi006 ceph-mon[30478]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:57.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:31:57 smithi144 ceph-mon[33424]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:57.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:31:57 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:31:57.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:31:57 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:31:57.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:31:57 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:31:57.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:31:57 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:31:57.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:31:57 smithi176 ceph-mon[33286]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:57.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:31:57 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:31:57.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:31:57 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:31:57.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:31:57 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:31:57.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:31:57 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:31:57.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:31:57 smithi006 ceph-mon[30478]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:57.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:31:57 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:31:57.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:31:57 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:31:57.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:31:57 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:31:57.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:31:57 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:31:59.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:31:59 smithi144 ceph-mon[33424]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:59.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:31:59 smithi176 ceph-mon[33286]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:31:59.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:31:59 smithi006 ceph-mon[30478]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:01.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:32:01 smithi144 ceph-mon[33424]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:01.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:32:01 smithi176 ceph-mon[33286]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:01.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:32:01 smithi006 ceph-mon[30478]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:03.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:32:03 smithi006 ceph-mon[30478]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:03.633 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:32:03 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: ::ffff:172.21.15.144 - - [10/Sep/2024:16:32:03] "GET /metrics HTTP/1.1" 200 21532 "" "Prometheus/2.51.0" 2024-09-10T16:32:03.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:32:03 smithi144 ceph-mon[33424]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:03.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:32:03 smithi176 ceph-mon[33286]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:05.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:32:05 smithi144 ceph-mon[33424]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:05.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:32:05 smithi176 ceph-mon[33286]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:05.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:32:05 smithi006 ceph-mon[30478]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:07.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:32:07 smithi144 ceph-mon[33424]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:07.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:32:07 smithi176 ceph-mon[33286]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:07.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:32:07 smithi006 ceph-mon[30478]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:09.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:32:09 smithi144 ceph-mon[33424]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:09.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:32:09 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:32:09.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:32:09 smithi176 ceph-mon[33286]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:09.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:32:09 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:32:09.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:32:09 smithi006 ceph-mon[30478]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:09.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:32:09 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:32:11.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:32:11 smithi144 ceph-mon[33424]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:11.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:32:11 smithi176 ceph-mon[33286]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:11.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:32:11 smithi006 ceph-mon[30478]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:13.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:32:13 smithi006 ceph-mon[30478]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:13.634 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:32:13 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: ::ffff:172.21.15.144 - - [10/Sep/2024:16:32:13] "GET /metrics HTTP/1.1" 200 21530 "" "Prometheus/2.51.0" 2024-09-10T16:32:13.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:32:13 smithi144 ceph-mon[33424]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:13.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:32:13 smithi176 ceph-mon[33286]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:15.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:32:15 smithi144 ceph-mon[33424]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:15.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:32:15 smithi176 ceph-mon[33286]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:15.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:32:15 smithi006 ceph-mon[30478]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:17.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:32:17 smithi144 ceph-mon[33424]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:17.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:32:17 smithi176 ceph-mon[33286]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:17.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:32:17 smithi006 ceph-mon[30478]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:19.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:32:19 smithi144 ceph-mon[33424]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:19.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:32:19 smithi176 ceph-mon[33286]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:19.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:32:19 smithi006 ceph-mon[30478]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:21.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:32:21 smithi144 ceph-mon[33424]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:21.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:32:21 smithi176 ceph-mon[33286]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:21.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:32:21 smithi006 ceph-mon[30478]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:23.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:32:23 smithi006 ceph-mon[30478]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:23.634 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:32:23 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: ::ffff:172.21.15.144 - - [10/Sep/2024:16:32:23] "GET /metrics HTTP/1.1" 200 21530 "" "Prometheus/2.51.0" 2024-09-10T16:32:23.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:32:23 smithi144 ceph-mon[33424]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:23.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:32:23 smithi176 ceph-mon[33286]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:24.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:32:24 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:32:24.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:32:24 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:32:24.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:32:24 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:32:25.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:32:25 smithi144 ceph-mon[33424]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:25.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:32:25 smithi176 ceph-mon[33286]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:25.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:32:25 smithi006 ceph-mon[30478]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:27.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:32:27 smithi144 ceph-mon[33424]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:27.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:32:27 smithi176 ceph-mon[33286]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:27.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:32:27 smithi006 ceph-mon[30478]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:29.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:32:29 smithi176 ceph-mon[33286]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:29.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:32:29 smithi006 ceph-mon[30478]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:30.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:32:29 smithi144 ceph-mon[33424]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:31.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:32:31 smithi176 ceph-mon[33286]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:31.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:32:31 smithi006 ceph-mon[30478]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:32.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:32:31 smithi144 ceph-mon[33424]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:33.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:32:33 smithi006 ceph-mon[30478]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:33.633 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:32:33 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: ::ffff:172.21.15.144 - - [10/Sep/2024:16:32:33] "GET /metrics HTTP/1.1" 200 21529 "" "Prometheus/2.51.0" 2024-09-10T16:32:33.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:32:33 smithi176 ceph-mon[33286]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:34.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:32:33 smithi144 ceph-mon[33424]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:35.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:32:35 smithi176 ceph-mon[33286]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:35.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:32:35 smithi006 ceph-mon[30478]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:36.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:32:35 smithi144 ceph-mon[33424]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:37.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:32:37 smithi176 ceph-mon[33286]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:37.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:32:37 smithi006 ceph-mon[30478]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:38.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:32:37 smithi144 ceph-mon[33424]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:39.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:32:39 smithi176 ceph-mon[33286]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:39.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:32:39 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:32:39.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:32:39 smithi006 ceph-mon[30478]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:39.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:32:39 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:32:40.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:32:39 smithi144 ceph-mon[33424]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:40.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:32:39 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:32:41.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:32:41 smithi176 ceph-mon[33286]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:41.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:32:41 smithi006 ceph-mon[30478]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:42.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:32:41 smithi144 ceph-mon[33424]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:43.567 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:32:43 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: ::ffff:172.21.15.144 - - [10/Sep/2024:16:32:43] "GET /metrics HTTP/1.1" 200 21530 "" "Prometheus/2.51.0" 2024-09-10T16:32:43.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:32:43 smithi176 ceph-mon[33286]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:43.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:32:43 smithi006 ceph-mon[30478]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:44.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:32:43 smithi144 ceph-mon[33424]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:45.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:32:45 smithi176 ceph-mon[33286]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:45.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:32:45 smithi006 ceph-mon[30478]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:46.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:32:45 smithi144 ceph-mon[33424]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:47.842 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:32:47 smithi144 ceph-mon[33424]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:47.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:32:47 smithi176 ceph-mon[33286]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:47.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:32:47 smithi006 ceph-mon[30478]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:49.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:32:49 smithi176 ceph-mon[33286]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:49.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:32:49 smithi006 ceph-mon[30478]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:50.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:32:49 smithi144 ceph-mon[33424]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:51.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:32:51 smithi176 ceph-mon[33286]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:51.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:32:51 smithi006 ceph-mon[30478]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:52.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:32:51 smithi144 ceph-mon[33424]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:53.583 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:32:53 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: ::ffff:172.21.15.144 - - [10/Sep/2024:16:32:53] "GET /metrics HTTP/1.1" 200 21530 "" "Prometheus/2.51.0" 2024-09-10T16:32:53.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:32:53 smithi176 ceph-mon[33286]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:53.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:32:53 smithi006 ceph-mon[30478]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:54.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:32:53 smithi144 ceph-mon[33424]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:54.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:32:54 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:32:54.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:32:54 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:32:55.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:32:54 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:32:55.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:32:55 smithi176 ceph-mon[33286]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:55.907 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:32:55 smithi006 ceph-mon[30478]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:56.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:32:55 smithi144 ceph-mon[33424]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:57.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:32:57 smithi176 ceph-mon[33286]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:57.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:32:57 smithi006 ceph-mon[30478]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:58.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:32:57 smithi144 ceph-mon[33424]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:58.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:32:58 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:32:58.883 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:32:58 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:32:58.883 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:32:58 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:32:58.883 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:32:58 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:32:58.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:32:58 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:32:58.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:32:58 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:32:58.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:32:58 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:32:58.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:32:58 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:32:59.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:32:58 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:32:59.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:32:58 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:32:59.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:32:58 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:32:59.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:32:58 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:32:59.861 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:32:59 smithi144 ceph-mon[33424]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:59.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:32:59 smithi176 ceph-mon[33286]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:32:59.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:32:59 smithi006 ceph-mon[30478]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:01.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:33:01 smithi176 ceph-mon[33286]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:01.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:33:01 smithi006 ceph-mon[30478]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:02.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:33:01 smithi144 ceph-mon[33424]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:03.603 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:33:03 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: ::ffff:172.21.15.144 - - [10/Sep/2024:16:33:03] "GET /metrics HTTP/1.1" 200 21541 "" "Prometheus/2.51.0" 2024-09-10T16:33:03.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:33:03 smithi176 ceph-mon[33286]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:03.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:33:03 smithi006 ceph-mon[30478]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:04.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:33:03 smithi144 ceph-mon[33424]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:05.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:33:05 smithi176 ceph-mon[33286]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:05.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:33:05 smithi006 ceph-mon[30478]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:06.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:33:05 smithi144 ceph-mon[33424]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:07.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:33:07 smithi176 ceph-mon[33286]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:07.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:33:07 smithi006 ceph-mon[30478]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:08.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:33:07 smithi144 ceph-mon[33424]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:09.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:33:09 smithi176 ceph-mon[33286]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:09.882 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:33:09 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:33:09.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:33:09 smithi006 ceph-mon[30478]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:09.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:33:09 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:33:10.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:33:09 smithi144 ceph-mon[33424]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:10.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:33:09 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:33:11.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:33:11 smithi176 ceph-mon[33286]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:11.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:33:11 smithi006 ceph-mon[30478]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:12.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:33:11 smithi144 ceph-mon[33424]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:13.616 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:33:13 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: ::ffff:172.21.15.144 - - [10/Sep/2024:16:33:13] "GET /metrics HTTP/1.1" 200 21541 "" "Prometheus/2.51.0" 2024-09-10T16:33:13.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:33:13 smithi176 ceph-mon[33286]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:13.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:33:13 smithi006 ceph-mon[30478]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:14.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:33:13 smithi144 ceph-mon[33424]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:15.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:33:15 smithi176 ceph-mon[33286]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:15.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:33:15 smithi006 ceph-mon[30478]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:16.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:33:15 smithi144 ceph-mon[33424]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:17.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:33:17 smithi176 ceph-mon[33286]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:17.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:33:17 smithi006 ceph-mon[30478]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:18.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:33:17 smithi144 ceph-mon[33424]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:19.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:33:19 smithi176 ceph-mon[33286]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:19.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:33:19 smithi006 ceph-mon[30478]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:20.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:33:19 smithi144 ceph-mon[33424]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:21.888 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:33:21 smithi006 ceph-mon[30478]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:21.888 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:33:21 smithi176 ceph-mon[33286]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:22.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:33:21 smithi144 ceph-mon[33424]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:23.631 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:33:23 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: ::ffff:172.21.15.144 - - [10/Sep/2024:16:33:23] "GET /metrics HTTP/1.1" 200 21541 "" "Prometheus/2.51.0" 2024-09-10T16:33:23.881 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:33:23 smithi176 ceph-mon[33286]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:23.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:33:23 smithi006 ceph-mon[30478]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:24.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:33:23 smithi144 ceph-mon[33424]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:25.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:33:24 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:33:25.131 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:33:24 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:33:25.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:33:24 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:33:26.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:33:25 smithi144 ceph-mon[33424]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:26.131 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:33:25 smithi176 ceph-mon[33286]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:26.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:33:25 smithi006 ceph-mon[30478]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:28.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:33:27 smithi144 ceph-mon[33424]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:28.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:33:27 smithi176 ceph-mon[33286]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:28.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:33:27 smithi006 ceph-mon[30478]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:29.935 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:33:29 smithi006 ceph-mon[30478]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:30.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:33:29 smithi144 ceph-mon[33424]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:30.131 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:33:29 smithi176 ceph-mon[33286]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:32.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:33:31 smithi144 ceph-mon[33424]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:32.131 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:33:31 smithi176 ceph-mon[33286]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:32.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:33:31 smithi006 ceph-mon[30478]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:33.633 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:33:33 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: ::ffff:172.21.15.144 - - [10/Sep/2024:16:33:33] "GET /metrics HTTP/1.1" 200 21539 "" "Prometheus/2.51.0" 2024-09-10T16:33:34.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:33:33 smithi144 ceph-mon[33424]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:34.131 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:33:33 smithi176 ceph-mon[33286]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:34.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:33:33 smithi006 ceph-mon[30478]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:36.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:33:35 smithi144 ceph-mon[33424]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:36.131 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:33:35 smithi176 ceph-mon[33286]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:36.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:33:35 smithi006 ceph-mon[30478]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:38.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:33:37 smithi144 ceph-mon[33424]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:38.131 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:33:37 smithi176 ceph-mon[33286]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:38.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:33:37 smithi006 ceph-mon[30478]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:40.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:33:39 smithi144 ceph-mon[33424]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:40.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:33:39 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:33:40.131 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:33:39 smithi176 ceph-mon[33286]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:40.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:33:39 smithi176 ceph-mon[33286]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:33:40.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:33:39 smithi006 ceph-mon[30478]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:40.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:33:39 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:33:42.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:33:41 smithi144 ceph-mon[33424]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:42.131 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:33:41 smithi176 ceph-mon[33286]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:42.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:33:41 smithi006 ceph-mon[30478]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:42.171 INFO:teuthology.orchestra.run.smithi006.stderr:+ ceph orch ls 2024-09-10T16:33:42.467 INFO:teuthology.orchestra.run.smithi006.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-09-10T16:33:42.467 INFO:teuthology.orchestra.run.smithi006.stdout:alertmanager ?:9093,9094 1/1 2m ago 4m count:1 2024-09-10T16:33:42.467 INFO:teuthology.orchestra.run.smithi006.stdout:grafana ?:3000 1/1 2m ago 4m count:1 2024-09-10T16:33:42.467 INFO:teuthology.orchestra.run.smithi006.stdout:mgr 2/2 3m ago 5m smithi006=a;smithi144=b;count:2 2024-09-10T16:33:42.467 INFO:teuthology.orchestra.run.smithi006.stdout:mon 3/3 3m ago 6m smithi006:172.21.15.6=a;smithi144:172.21.15.144=b;smithi176:172.21.15.176=c;count:3 2024-09-10T16:33:42.467 INFO:teuthology.orchestra.run.smithi006.stdout:node-exporter ?:9100 3/3 3m ago 4m * 2024-09-10T16:33:42.467 INFO:teuthology.orchestra.run.smithi006.stdout:osd 3 3m ago - 2024-09-10T16:33:42.467 INFO:teuthology.orchestra.run.smithi006.stdout:prometheus ?:9095 1/1 3m ago 4m count:1 2024-09-10T16:33:42.477 INFO:teuthology.orchestra.run.smithi006.stderr:+ ceph orch ps 2024-09-10T16:33:42.765 INFO:teuthology.orchestra.run.smithi006.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-10T16:33:42.765 INFO:teuthology.orchestra.run.smithi006.stdout:alertmanager.smithi176 smithi176 *:9093,9094 running (2m) 2m ago 3m 16.0M - 0.27.0 11f11916f8cd e00b0b4398fe 2024-09-10T16:33:42.765 INFO:teuthology.orchestra.run.smithi006.stdout:grafana.smithi006 smithi006 *:3000 running (2m) 2m ago 3m 64.7M - c8b91775d855 ae09930c048d 2024-09-10T16:33:42.765 INFO:teuthology.orchestra.run.smithi006.stdout:mgr.a smithi006 *:9283,8765 running (7m) 2m ago 7m 507M - 19.3.0-4858-gbad1f558 542e6e6af07c 74858a39c620 2024-09-10T16:33:42.765 INFO:teuthology.orchestra.run.smithi006.stdout:mgr.b smithi144 *:8443,8765 running (5m) 3m ago 5m 451M - 19.3.0-4858-gbad1f558 542e6e6af07c a40091cd5e0d 2024-09-10T16:33:42.765 INFO:teuthology.orchestra.run.smithi006.stdout:mon.a smithi006 running (7m) 2m ago 7m 46.9M 2048M 19.3.0-4858-gbad1f558 542e6e6af07c c2c89adf8558 2024-09-10T16:33:42.765 INFO:teuthology.orchestra.run.smithi006.stdout:mon.b smithi144 running (5m) 3m ago 5m 40.3M 2048M 19.3.0-4858-gbad1f558 542e6e6af07c 45de232fc931 2024-09-10T16:33:42.765 INFO:teuthology.orchestra.run.smithi006.stdout:mon.c smithi176 running (6m) 2m ago 6m 42.6M 2048M 19.3.0-4858-gbad1f558 542e6e6af07c e91976c221f6 2024-09-10T16:33:42.766 INFO:teuthology.orchestra.run.smithi006.stdout:node-exporter.smithi006 smithi006 *:9100 running (3m) 2m ago 3m 7772k - 1.7.0 72c9c2088986 825e3a799546 2024-09-10T16:33:42.766 INFO:teuthology.orchestra.run.smithi006.stdout:node-exporter.smithi144 smithi144 *:9100 running (3m) 3m ago 3m 3355k - 1.7.0 72c9c2088986 a674d2859e62 2024-09-10T16:33:42.766 INFO:teuthology.orchestra.run.smithi006.stdout:node-exporter.smithi176 smithi176 *:9100 running (3m) 2m ago 3m 9977k - 1.7.0 72c9c2088986 6565d2c3b485 2024-09-10T16:33:42.766 INFO:teuthology.orchestra.run.smithi006.stdout:osd.0 smithi006 running (5m) 2m ago 5m 37.1M 14.6G 19.3.0-4858-gbad1f558 542e6e6af07c 355ecb98f914 2024-09-10T16:33:42.766 INFO:teuthology.orchestra.run.smithi006.stdout:osd.1 smithi144 running (4m) 3m ago 4m 43.5M 14.6G 19.3.0-4858-gbad1f558 542e6e6af07c 50c354398fd5 2024-09-10T16:33:42.766 INFO:teuthology.orchestra.run.smithi006.stdout:osd.2 smithi176 running (4m) 2m ago 4m 38.8M 18.6G 19.3.0-4858-gbad1f558 542e6e6af07c 213036fefb3a 2024-09-10T16:33:42.766 INFO:teuthology.orchestra.run.smithi006.stdout:prometheus.smithi144 smithi144 *:9095 running (3m) 3m ago 3m 28.6M - 2.51.0 1d3b7f56885b defb1ece0e4b 2024-09-10T16:33:42.776 INFO:teuthology.orchestra.run.smithi006.stderr:+ ceph orch host ls 2024-09-10T16:33:43.051 INFO:teuthology.orchestra.run.smithi006.stdout:HOST ADDR LABELS STATUS 2024-09-10T16:33:43.051 INFO:teuthology.orchestra.run.smithi006.stdout:smithi006 172.21.15.6 2024-09-10T16:33:43.051 INFO:teuthology.orchestra.run.smithi006.stdout:smithi144 172.21.15.144 2024-09-10T16:33:43.051 INFO:teuthology.orchestra.run.smithi006.stdout:smithi176 172.21.15.176 2024-09-10T16:33:43.051 INFO:teuthology.orchestra.run.smithi006.stdout:3 hosts in cluster 2024-09-10T16:33:43.061 INFO:teuthology.orchestra.run.smithi006.stderr:++ ceph orch ps --daemon-type mon -f json 2024-09-10T16:33:43.062 INFO:teuthology.orchestra.run.smithi006.stderr:++ jq -r 'last | .daemon_name' 2024-09-10T16:33:43.357 INFO:teuthology.orchestra.run.smithi006.stderr:+ MON_DAEMON=mon.c 2024-09-10T16:33:43.357 INFO:teuthology.orchestra.run.smithi006.stderr:++ ceph orch ps --daemon-type grafana -f json 2024-09-10T16:33:43.357 INFO:teuthology.orchestra.run.smithi006.stderr:++ jq -e '.[]' 2024-09-10T16:33:43.357 INFO:teuthology.orchestra.run.smithi006.stderr:++ jq -r .hostname 2024-09-10T16:33:43.633 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:33:43 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: ::ffff:172.21.15.144 - - [10/Sep/2024:16:33:43] "GET /metrics HTTP/1.1" 200 21536 "" "Prometheus/2.51.0" 2024-09-10T16:33:43.651 INFO:teuthology.orchestra.run.smithi006.stderr:+ GRAFANA_HOST=smithi006 2024-09-10T16:33:43.651 INFO:teuthology.orchestra.run.smithi006.stderr:++ ceph orch ps --daemon-type prometheus -f json 2024-09-10T16:33:43.651 INFO:teuthology.orchestra.run.smithi006.stderr:++ jq -e '.[]' 2024-09-10T16:33:43.651 INFO:teuthology.orchestra.run.smithi006.stderr:++ jq -r .hostname 2024-09-10T16:33:43.944 INFO:teuthology.orchestra.run.smithi006.stderr:+ PROM_HOST=smithi144 2024-09-10T16:33:43.945 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:33:43 smithi006 ceph-mon[30478]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:43.945 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:33:43 smithi006 ceph-mon[30478]: from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:33:43.945 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:33:43 smithi006 ceph-mon[30478]: from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:33:43.945 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:33:43 smithi006 ceph-mon[30478]: from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:33:43.946 INFO:teuthology.orchestra.run.smithi006.stderr:++ ceph orch ps --daemon-type alertmanager -f json 2024-09-10T16:33:43.946 INFO:teuthology.orchestra.run.smithi006.stderr:++ jq -e '.[]' 2024-09-10T16:33:43.946 INFO:teuthology.orchestra.run.smithi006.stderr:++ jq -r .hostname 2024-09-10T16:33:44.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:33:43 smithi144 ceph-mon[33424]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:44.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:33:43 smithi144 ceph-mon[33424]: from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:33:44.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:33:43 smithi144 ceph-mon[33424]: from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:33:44.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:33:43 smithi144 ceph-mon[33424]: from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:33:44.131 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:33:43 smithi176 ceph-mon[33286]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:44.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:33:43 smithi176 ceph-mon[33286]: from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:33:44.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:33:43 smithi176 ceph-mon[33286]: from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:33:44.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:33:43 smithi176 ceph-mon[33286]: from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:33:44.241 INFO:teuthology.orchestra.run.smithi006.stderr:+ ALERTM_HOST=smithi176 2024-09-10T16:33:44.242 INFO:teuthology.orchestra.run.smithi006.stderr:++ ceph orch host ls -f json 2024-09-10T16:33:44.242 INFO:teuthology.orchestra.run.smithi006.stderr:++ jq -r --arg GRAFANA_HOST smithi006 '.[] | select(.hostname==$GRAFANA_HOST) | .addr' 2024-09-10T16:33:44.529 INFO:teuthology.orchestra.run.smithi006.stderr:+ GRAFANA_IP=172.21.15.6 2024-09-10T16:33:44.529 INFO:teuthology.orchestra.run.smithi006.stderr:++ ceph orch host ls -f json 2024-09-10T16:33:44.529 INFO:teuthology.orchestra.run.smithi006.stderr:++ jq -r --arg PROM_HOST smithi144 '.[] | select(.hostname==$PROM_HOST) | .addr' 2024-09-10T16:33:44.814 INFO:teuthology.orchestra.run.smithi006.stderr:+ PROM_IP=172.21.15.144 2024-09-10T16:33:44.814 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:33:44 smithi006 ceph-mon[30478]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T16:33:44.814 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:33:44 smithi006 ceph-mon[30478]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T16:33:44.815 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:33:44 smithi006 ceph-mon[30478]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T16:33:44.815 INFO:teuthology.orchestra.run.smithi006.stderr:++ ceph orch host ls -f json 2024-09-10T16:33:44.815 INFO:teuthology.orchestra.run.smithi006.stderr:++ jq -r --arg ALERTM_HOST smithi176 '.[] | select(.hostname==$ALERTM_HOST) | .addr' 2024-09-10T16:33:45.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:33:44 smithi144 ceph-mon[33424]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T16:33:45.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:33:44 smithi144 ceph-mon[33424]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T16:33:45.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:33:44 smithi144 ceph-mon[33424]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T16:33:45.099 INFO:teuthology.orchestra.run.smithi006.stderr:+ ALERTM_IP=172.21.15.176 2024-09-10T16:33:45.099 INFO:teuthology.orchestra.run.smithi006.stderr:++ ceph orch host ls -f json 2024-09-10T16:33:45.099 INFO:teuthology.orchestra.run.smithi006.stderr:++ jq -r '.[] | .addr' 2024-09-10T16:33:45.131 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:33:44 smithi176 ceph-mon[33286]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T16:33:45.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:33:44 smithi176 ceph-mon[33286]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T16:33:45.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:33:44 smithi176 ceph-mon[33286]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T16:33:45.386 INFO:teuthology.orchestra.run.smithi006.stderr:+ ALL_HOST_IPS='172.21.15.6 2024-09-10T16:33:45.386 INFO:teuthology.orchestra.run.smithi006.stderr:172.21.15.144 2024-09-10T16:33:45.386 INFO:teuthology.orchestra.run.smithi006.stderr:172.21.15.176' 2024-09-10T16:33:45.386 INFO:teuthology.orchestra.run.smithi006.stderr:+ for ip in $ALL_HOST_IPS 2024-09-10T16:33:45.386 INFO:teuthology.orchestra.run.smithi006.stderr:+ curl -s http://172.21.15.6:9100/metric 2024-09-10T16:33:45.389 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:33:45.389 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:33:45.389 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:33:45.390 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:33:45.390 INFO:teuthology.orchestra.run.smithi006.stdout: Node Exporter 2024-09-10T16:33:45.390 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:33:45.391 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:33:45.391 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:33:45.391 INFO:teuthology.orchestra.run.smithi006.stdout:
2024-09-10T16:33:45.391 INFO:teuthology.orchestra.run.smithi006.stdout:

Node Exporter

2024-09-10T16:33:45.391 INFO:teuthology.orchestra.run.smithi006.stdout:
2024-09-10T16:33:45.391 INFO:teuthology.orchestra.run.smithi006.stdout:
2024-09-10T16:33:45.392 INFO:teuthology.orchestra.run.smithi006.stdout:

Prometheus Node Exporter

2024-09-10T16:33:45.392 INFO:teuthology.orchestra.run.smithi006.stdout:
Version: (version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)
2024-09-10T16:33:45.392 INFO:teuthology.orchestra.run.smithi006.stdout:
2024-09-10T16:33:45.392 INFO:teuthology.orchestra.run.smithi006.stdout:
    2024-09-10T16:33:45.392 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:33:45.392 INFO:teuthology.orchestra.run.smithi006.stdout:
  • Metrics
  • 2024-09-10T16:33:45.392 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:33:45.392 INFO:teuthology.orchestra.run.smithi006.stdout:
2024-09-10T16:33:45.392 INFO:teuthology.orchestra.run.smithi006.stdout:
2024-09-10T16:33:45.392 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:33:45.392 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:33:45.392 INFO:teuthology.orchestra.run.smithi006.stdout:
2024-09-10T16:33:45.392 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:33:45.392 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:33:45.393 INFO:teuthology.orchestra.run.smithi006.stderr:+ for ip in $ALL_HOST_IPS 2024-09-10T16:33:45.393 INFO:teuthology.orchestra.run.smithi006.stderr:+ curl -s http://172.21.15.144:9100/metric 2024-09-10T16:33:45.393 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:33:45.393 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:33:45.393 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:33:45.394 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:33:45.394 INFO:teuthology.orchestra.run.smithi006.stdout: Node Exporter 2024-09-10T16:33:45.394 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:33:45.395 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:33:45.395 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:33:45.395 INFO:teuthology.orchestra.run.smithi006.stdout:
2024-09-10T16:33:45.395 INFO:teuthology.orchestra.run.smithi006.stdout:

Node Exporter

2024-09-10T16:33:45.396 INFO:teuthology.orchestra.run.smithi006.stdout:
2024-09-10T16:33:45.396 INFO:teuthology.orchestra.run.smithi006.stdout:
2024-09-10T16:33:45.396 INFO:teuthology.orchestra.run.smithi006.stdout:

Prometheus Node Exporter

2024-09-10T16:33:45.396 INFO:teuthology.orchestra.run.smithi006.stdout:
Version: (version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)
2024-09-10T16:33:45.396 INFO:teuthology.orchestra.run.smithi006.stdout:
2024-09-10T16:33:45.396 INFO:teuthology.orchestra.run.smithi006.stdout:
    2024-09-10T16:33:45.396 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:33:45.396 INFO:teuthology.orchestra.run.smithi006.stdout:
  • Metrics
  • 2024-09-10T16:33:45.396 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:33:45.396 INFO:teuthology.orchestra.run.smithi006.stdout:
2024-09-10T16:33:45.396 INFO:teuthology.orchestra.run.smithi006.stdout:
2024-09-10T16:33:45.396 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:33:45.397 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:33:45.397 INFO:teuthology.orchestra.run.smithi006.stdout:
2024-09-10T16:33:45.397 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:33:45.397 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:33:45.397 INFO:teuthology.orchestra.run.smithi006.stderr:+ for ip in $ALL_HOST_IPS 2024-09-10T16:33:45.397 INFO:teuthology.orchestra.run.smithi006.stderr:+ curl -s http://172.21.15.176:9100/metric 2024-09-10T16:33:45.397 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:33:45.398 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:33:45.398 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:33:45.398 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:33:45.398 INFO:teuthology.orchestra.run.smithi006.stdout: Node Exporter 2024-09-10T16:33:45.398 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:33:45.399 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:33:45.400 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:33:45.400 INFO:teuthology.orchestra.run.smithi006.stdout:
2024-09-10T16:33:45.400 INFO:teuthology.orchestra.run.smithi006.stdout:

Node Exporter

2024-09-10T16:33:45.400 INFO:teuthology.orchestra.run.smithi006.stdout:
2024-09-10T16:33:45.400 INFO:teuthology.orchestra.run.smithi006.stdout:
2024-09-10T16:33:45.400 INFO:teuthology.orchestra.run.smithi006.stdout:

Prometheus Node Exporter

2024-09-10T16:33:45.400 INFO:teuthology.orchestra.run.smithi006.stdout:
Version: (version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)
2024-09-10T16:33:45.400 INFO:teuthology.orchestra.run.smithi006.stdout:
2024-09-10T16:33:45.400 INFO:teuthology.orchestra.run.smithi006.stdout:
    2024-09-10T16:33:45.400 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:33:45.400 INFO:teuthology.orchestra.run.smithi006.stdout:
  • Metrics
  • 2024-09-10T16:33:45.400 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:33:45.401 INFO:teuthology.orchestra.run.smithi006.stdout:
2024-09-10T16:33:45.401 INFO:teuthology.orchestra.run.smithi006.stdout:
2024-09-10T16:33:45.401 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:33:45.401 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:33:45.401 INFO:teuthology.orchestra.run.smithi006.stdout:
2024-09-10T16:33:45.401 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:33:45.401 INFO:teuthology.orchestra.run.smithi006.stdout: 2024-09-10T16:33:45.401 INFO:teuthology.orchestra.run.smithi006.stderr:+ curl -k -s https://172.21.15.6:3000/api/health 2024-09-10T16:33:45.420 INFO:teuthology.orchestra.run.smithi006.stdout:{ 2024-09-10T16:33:45.421 INFO:teuthology.orchestra.run.smithi006.stdout: "commit": "03f502a94d17f7dc4e6c34acdf8428aedd986e4c", 2024-09-10T16:33:45.421 INFO:teuthology.orchestra.run.smithi006.stdout: "database": "ok", 2024-09-10T16:33:45.421 INFO:teuthology.orchestra.run.smithi006.stdout: "version": "10.4.0" 2024-09-10T16:33:45.421 INFO:teuthology.orchestra.run.smithi006.stderr:+ curl -k -s https://172.21.15.6:3000/api/health 2024-09-10T16:33:45.421 INFO:teuthology.orchestra.run.smithi006.stderr:+ jq -e '.database == "ok"' 2024-09-10T16:33:45.446 INFO:teuthology.orchestra.run.smithi006.stdout:}true 2024-09-10T16:33:45.446 INFO:teuthology.orchestra.run.smithi006.stderr:+ ceph orch daemon stop mon.c 2024-09-10T16:33:45.749 INFO:teuthology.orchestra.run.smithi006.stdout:Scheduled to stop mon.c on host 'smithi176' 2024-09-10T16:33:45.761 INFO:teuthology.orchestra.run.smithi006.stderr:+ sleep 120 2024-09-10T16:33:46.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:33:45 smithi144 ceph-mon[33424]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T16:33:46.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:33:45 smithi144 ceph-mon[33424]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:46.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:33:45 smithi144 ceph-mon[33424]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T16:33:46.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:33:45 smithi144 ceph-mon[33424]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T16:33:46.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:33:45 smithi144 ceph-mon[33424]: from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T16:33:46.131 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:33:45 smithi176 ceph-mon[33286]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T16:33:46.131 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:33:45 smithi176 ceph-mon[33286]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:46.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:33:45 smithi176 ceph-mon[33286]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T16:33:46.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:33:45 smithi176 ceph-mon[33286]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T16:33:46.132 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:33:45 smithi176 ceph-mon[33286]: from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T16:33:46.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:33:45 smithi006 ceph-mon[30478]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T16:33:46.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:33:45 smithi006 ceph-mon[30478]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:33:46.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:33:45 smithi006 ceph-mon[30478]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T16:33:46.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:33:45 smithi006 ceph-mon[30478]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T16:33:46.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:33:45 smithi006 ceph-mon[30478]: from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T16:33:46.631 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:33:46 smithi176 systemd[1]: Stopping Ceph mon.c for 4020cbc8-6f91-11ef-bcea-c7b262605968... 2024-09-10T16:33:46.632 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:33:46 smithi176 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mon-c[33263]: 2024-09-10T16:33:46.428+0000 7f8ec2457640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-10T16:33:46.632 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:33:46 smithi176 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mon-c[33263]: 2024-09-10T16:33:46.428+0000 7f8ec2457640 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-09-10T16:33:46.945 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:33:46 smithi176 podman[45015]: 2024-09-10 16:33:46.653258204 +0000 UTC m=+0.324097147 container died e91976c221f67b1bd75014025b32d98f9d669d589eed1cc0f4f8d420d0f2d97a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mon-c, ceph=True, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux ) 2024-09-10T16:33:47.378 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:33:47 smithi176 podman[45015]: 2024-09-10 16:33:47.10978504 +0000 UTC m=+0.780624024 container cleanup e91976c221f67b1bd75014025b32d98f9d669d589eed1cc0f4f8d420d0f2d97a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mon-c, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55) 2024-09-10T16:33:47.378 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:33:47 smithi176 bash[45015]: ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mon-c 2024-09-10T16:33:47.631 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:33:47 smithi176 podman[45032]: 2024-09-10 16:33:47.377672598 +0000 UTC m=+0.723385625 container remove e91976c221f67b1bd75014025b32d98f9d669d589eed1cc0f4f8d420d0f2d97a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mon-c, GIT_CLEAN=True, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2) 2024-09-10T16:33:47.632 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:33:47 smithi176 systemd[1]: ceph-4020cbc8-6f91-11ef-bcea-c7b262605968@mon.c.service: Deactivated successfully. 2024-09-10T16:33:47.632 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:33:47 smithi176 systemd[1]: Stopped Ceph mon.c for 4020cbc8-6f91-11ef-bcea-c7b262605968. 2024-09-10T16:33:47.632 INFO:journalctl@ceph.mon.c.smithi176.stdout:Sep 10 16:33:47 smithi176 systemd[1]: ceph-4020cbc8-6f91-11ef-bcea-c7b262605968@mon.c.service: Consumed 3.353s CPU time. 2024-09-10T16:33:53.633 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:33:53 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: ::ffff:172.21.15.144 - - [10/Sep/2024:16:33:53] "GET /metrics HTTP/1.1" 200 21536 "" "Prometheus/2.51.0" 2024-09-10T16:34:01.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:00 smithi144 ceph-mon[33424]: from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T16:34:01.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:00 smithi144 ceph-mon[33424]: from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:34:01.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:00 smithi144 ceph-mon[33424]: Schedule stop daemon mon.c 2024-09-10T16:34:01.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:00 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:34:01.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:00 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:34:01.042 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:00 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:34:01.042 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:00 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:34:01.042 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:00 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:34:01.042 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:00 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:34:01.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:00 smithi006 ceph-mon[30478]: from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-10T16:34:01.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:00 smithi006 ceph-mon[30478]: from='client.14508 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-10T16:34:01.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:00 smithi006 ceph-mon[30478]: Schedule stop daemon mon.c 2024-09-10T16:34:01.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:00 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:34:01.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:00 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:34:01.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:00 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:34:01.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:00 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:34:01.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:00 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:34:01.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:00 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:34:02.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:01 smithi144 ceph-mon[33424]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:02.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:01 smithi144 ceph-mon[33424]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:02.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:01 smithi144 ceph-mon[33424]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:02.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:01 smithi144 ceph-mon[33424]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:02.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:01 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:34:02.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:01 smithi144 ceph-mon[33424]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:02.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:01 smithi144 ceph-mon[33424]: mon.b calling monitor election 2024-09-10T16:34:02.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:01 smithi144 ceph-mon[33424]: mon.a calling monitor election 2024-09-10T16:34:02.041 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:01 smithi144 ceph-mon[33424]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:02.042 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:01 smithi144 ceph-mon[33424]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:02.042 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:01 smithi144 ceph-mon[33424]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:02.042 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:01 smithi144 ceph-mon[33424]: mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-09-10T16:34:02.042 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:01 smithi144 ceph-mon[33424]: monmap epoch 3 2024-09-10T16:34:02.042 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:01 smithi144 ceph-mon[33424]: fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 2024-09-10T16:34:02.042 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:01 smithi144 ceph-mon[33424]: last_changed 2024-09-10T16:27:48.405002+0000 2024-09-10T16:34:02.042 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:01 smithi144 ceph-mon[33424]: created 2024-09-10T16:26:04.195515+0000 2024-09-10T16:34:02.042 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:01 smithi144 ceph-mon[33424]: min_mon_release 19 (squid) 2024-09-10T16:34:02.042 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:01 smithi144 ceph-mon[33424]: election_strategy: 1 2024-09-10T16:34:02.042 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:01 smithi144 ceph-mon[33424]: 0: [v2:172.21.15.6:3300/0,v1:172.21.15.6:6789/0] mon.a 2024-09-10T16:34:02.042 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:01 smithi144 ceph-mon[33424]: 1: [v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0] mon.c 2024-09-10T16:34:02.042 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:01 smithi144 ceph-mon[33424]: 2: [v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0] mon.b 2024-09-10T16:34:02.042 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:01 smithi144 ceph-mon[33424]: fsmap 2024-09-10T16:34:02.042 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:01 smithi144 ceph-mon[33424]: osdmap e23: 3 total, 3 up, 3 in 2024-09-10T16:34:02.043 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:01 smithi144 ceph-mon[33424]: mgrmap e21: a(active, since 3m), standbys: b 2024-09-10T16:34:02.043 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:01 smithi144 ceph-mon[33424]: Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-09-10T16:34:02.043 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:01 smithi144 ceph-mon[33424]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-09-10T16:34:02.043 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:01 smithi144 ceph-mon[33424]: [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-09-10T16:34:02.043 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:01 smithi144 ceph-mon[33424]: mon.c (rank 1) addr [v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0] is down (out of quorum) 2024-09-10T16:34:02.043 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:01 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:34:02.043 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:01 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:34:02.043 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:01 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:34:02.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:01 smithi006 ceph-mon[30478]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:02.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:01 smithi006 ceph-mon[30478]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:02.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:01 smithi006 ceph-mon[30478]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:02.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:01 smithi006 ceph-mon[30478]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:02.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:01 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:34:02.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:01 smithi006 ceph-mon[30478]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:02.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:01 smithi006 ceph-mon[30478]: mon.b calling monitor election 2024-09-10T16:34:02.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:01 smithi006 ceph-mon[30478]: mon.a calling monitor election 2024-09-10T16:34:02.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:01 smithi006 ceph-mon[30478]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:02.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:01 smithi006 ceph-mon[30478]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:02.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:01 smithi006 ceph-mon[30478]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:02.134 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:01 smithi006 ceph-mon[30478]: mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-09-10T16:34:02.135 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:01 smithi006 ceph-mon[30478]: monmap epoch 3 2024-09-10T16:34:02.135 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:01 smithi006 ceph-mon[30478]: fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 2024-09-10T16:34:02.135 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:01 smithi006 ceph-mon[30478]: last_changed 2024-09-10T16:27:48.405002+0000 2024-09-10T16:34:02.135 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:01 smithi006 ceph-mon[30478]: created 2024-09-10T16:26:04.195515+0000 2024-09-10T16:34:02.135 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:01 smithi006 ceph-mon[30478]: min_mon_release 19 (squid) 2024-09-10T16:34:02.135 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:01 smithi006 ceph-mon[30478]: election_strategy: 1 2024-09-10T16:34:02.135 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:01 smithi006 ceph-mon[30478]: 0: [v2:172.21.15.6:3300/0,v1:172.21.15.6:6789/0] mon.a 2024-09-10T16:34:02.135 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:01 smithi006 ceph-mon[30478]: 1: [v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0] mon.c 2024-09-10T16:34:02.135 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:01 smithi006 ceph-mon[30478]: 2: [v2:172.21.15.144:3300/0,v1:172.21.15.144:6789/0] mon.b 2024-09-10T16:34:02.135 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:01 smithi006 ceph-mon[30478]: fsmap 2024-09-10T16:34:02.135 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:01 smithi006 ceph-mon[30478]: osdmap e23: 3 total, 3 up, 3 in 2024-09-10T16:34:02.135 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:01 smithi006 ceph-mon[30478]: mgrmap e21: a(active, since 3m), standbys: b 2024-09-10T16:34:02.135 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:01 smithi006 ceph-mon[30478]: Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-09-10T16:34:02.135 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:01 smithi006 ceph-mon[30478]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-09-10T16:34:02.136 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:01 smithi006 ceph-mon[30478]: [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-09-10T16:34:02.136 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:01 smithi006 ceph-mon[30478]: mon.c (rank 1) addr [v2:172.21.15.176:3300/0,v1:172.21.15.176:6789/0] is down (out of quorum) 2024-09-10T16:34:02.136 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:01 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:34:02.136 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:01 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:34:02.136 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:01 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:34:03.633 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:34:03 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: ::ffff:172.21.15.144 - - [10/Sep/2024:16:34:03] "GET /metrics HTTP/1.1" 200 21537 "" "Prometheus/2.51.0" 2024-09-10T16:34:04.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:03 smithi144 ceph-mon[33424]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:04.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:03 smithi006 ceph-mon[30478]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:05.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:04 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:34:05.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:04 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:34:05.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:04 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:34:05.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:04 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:34:05.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:04 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:34:05.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:04 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:34:05.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:04 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:34:05.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:04 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:34:05.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:04 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:34:05.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:04 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:34:06.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:05 smithi006 ceph-mon[30478]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:06.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:05 smithi144 ceph-mon[33424]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:08.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:07 smithi006 ceph-mon[30478]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:08.290 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:07 smithi144 ceph-mon[33424]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:10.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:09 smithi144 ceph-mon[33424]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:10.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:09 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:34:10.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:09 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:34:10.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:09 smithi006 ceph-mon[30478]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:10.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:09 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:34:10.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:09 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:34:12.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:11 smithi144 ceph-mon[33424]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:12.133 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:11 smithi006 ceph-mon[30478]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:13.633 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:34:13 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: ::ffff:172.21.15.144 - - [10/Sep/2024:16:34:13] "GET /metrics HTTP/1.1" 200 21594 "" "Prometheus/2.51.0" 2024-09-10T16:34:14.540 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:14 smithi144 ceph-mon[33424]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:14.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:14 smithi006 ceph-mon[30478]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:16.540 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:16 smithi144 ceph-mon[33424]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:16.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:16 smithi006 ceph-mon[30478]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:18.540 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:18 smithi144 ceph-mon[33424]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:18.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:18 smithi006 ceph-mon[30478]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:20.540 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:20 smithi144 ceph-mon[33424]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:20.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:20 smithi006 ceph-mon[30478]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:22.540 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:22 smithi144 ceph-mon[33424]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:22.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:22 smithi006 ceph-mon[30478]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:23.633 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:34:23 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: ::ffff:172.21.15.144 - - [10/Sep/2024:16:34:23] "GET /metrics HTTP/1.1" 200 21594 "" "Prometheus/2.51.0" 2024-09-10T16:34:24.540 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:24 smithi144 ceph-mon[33424]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:24.540 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:24 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:34:24.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:24 smithi006 ceph-mon[30478]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:24.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:24 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:34:26.540 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:26 smithi144 ceph-mon[33424]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:26.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:26 smithi006 ceph-mon[30478]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:27.540 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:27 smithi144 ceph-mon[33424]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:27.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:27 smithi006 ceph-mon[30478]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:29.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:29 smithi144 ceph-mon[33424]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:29.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:29 smithi006 ceph-mon[30478]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:31.685 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:31 smithi006 ceph-mon[30478]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:31.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:31 smithi144 ceph-mon[33424]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:33.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:33 smithi006 ceph-mon[30478]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:33.633 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:34:33 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: ::ffff:172.21.15.144 - - [10/Sep/2024:16:34:33] "GET /metrics HTTP/1.1" 200 21599 "" "Prometheus/2.51.0" 2024-09-10T16:34:33.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:33 smithi144 ceph-mon[33424]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:35.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:35 smithi144 ceph-mon[33424]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:35.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:35 smithi006 ceph-mon[30478]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:37.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:37 smithi144 ceph-mon[33424]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:37.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:37 smithi006 ceph-mon[30478]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:39.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:39 smithi144 ceph-mon[33424]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:39.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:39 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:34:39.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:39 smithi006 ceph-mon[30478]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:39.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:39 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:34:41.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:41 smithi144 ceph-mon[33424]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:41.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:41 smithi006 ceph-mon[30478]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:43.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:43 smithi006 ceph-mon[30478]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:43.633 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:34:43 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: ::ffff:172.21.15.144 - - [10/Sep/2024:16:34:43] "GET /metrics HTTP/1.1" 200 21599 "" "Prometheus/2.51.0" 2024-09-10T16:34:43.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:43 smithi144 ceph-mon[33424]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:45.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:45 smithi144 ceph-mon[33424]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:45.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:45 smithi006 ceph-mon[30478]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:47.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:47 smithi144 ceph-mon[33424]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:47.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:47 smithi006 ceph-mon[30478]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:49.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:49 smithi144 ceph-mon[33424]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:49.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:49 smithi006 ceph-mon[30478]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:51.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:51 smithi144 ceph-mon[33424]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:51.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:51 smithi006 ceph-mon[30478]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:53.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:53 smithi006 ceph-mon[30478]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:53.633 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:34:53 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: ::ffff:172.21.15.144 - - [10/Sep/2024:16:34:53] "GET /metrics HTTP/1.1" 200 21599 "" "Prometheus/2.51.0" 2024-09-10T16:34:53.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:53 smithi144 ceph-mon[33424]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:54.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:54 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:34:54.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:54 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:34:55.792 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:55 smithi144 ceph-mon[33424]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:55.884 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:55 smithi006 ceph-mon[30478]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:57.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:57 smithi144 ceph-mon[33424]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:57.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:57 smithi006 ceph-mon[30478]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:59.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:34:59 smithi144 ceph-mon[33424]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:34:59.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:34:59 smithi006 ceph-mon[30478]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:35:01.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:35:01 smithi144 ceph-mon[33424]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:35:01.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:35:01 smithi006 ceph-mon[30478]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:35:03.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:35:03 smithi006 ceph-mon[30478]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:35:03.633 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:35:03 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: ::ffff:172.21.15.144 - - [10/Sep/2024:16:35:03] "GET /metrics HTTP/1.1" 200 21599 "" "Prometheus/2.51.0" 2024-09-10T16:35:03.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:35:03 smithi144 ceph-mon[33424]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:35:05.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:35:05 smithi144 ceph-mon[33424]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:35:05.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:35:05 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:35:05.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:35:05 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:35:05.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:35:05 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:35:05.791 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:35:05 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:35:05.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:35:05 smithi006 ceph-mon[30478]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:35:05.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:35:05 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2024-09-10T16:35:05.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:35:05 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2024-09-10T16:35:05.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:35:05 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2024-09-10T16:35:05.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:35:05 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' 2024-09-10T16:35:07.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:35:07 smithi144 ceph-mon[33424]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:35:07.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:35:07 smithi006 ceph-mon[30478]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:35:09.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:35:09 smithi144 ceph-mon[33424]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:35:09.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:35:09 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:35:09.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:35:09 smithi006 ceph-mon[30478]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:35:09.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:35:09 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:35:11.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:35:11 smithi144 ceph-mon[33424]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:35:11.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:35:11 smithi006 ceph-mon[30478]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:35:13.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:35:13 smithi006 ceph-mon[30478]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:35:13.633 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:35:13 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: ::ffff:172.21.15.144 - - [10/Sep/2024:16:35:13] "GET /metrics HTTP/1.1" 200 21597 "" "Prometheus/2.51.0" 2024-09-10T16:35:13.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:35:13 smithi144 ceph-mon[33424]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:35:15.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:35:15 smithi144 ceph-mon[33424]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:35:15.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:35:15 smithi006 ceph-mon[30478]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:35:17.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:35:17 smithi144 ceph-mon[33424]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:35:17.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:35:17 smithi006 ceph-mon[30478]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:35:19.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:35:19 smithi144 ceph-mon[33424]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:35:19.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:35:19 smithi006 ceph-mon[30478]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:35:21.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:35:21 smithi144 ceph-mon[33424]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:35:21.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:35:21 smithi006 ceph-mon[30478]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:35:23.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:35:23 smithi006 ceph-mon[30478]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:35:23.633 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:35:23 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: ::ffff:172.21.15.144 - - [10/Sep/2024:16:35:23] "GET /metrics HTTP/1.1" 200 21597 "" "Prometheus/2.51.0" 2024-09-10T16:35:23.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:35:23 smithi144 ceph-mon[33424]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:35:24.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:35:24 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:35:24.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:35:24 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:35:25.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:35:25 smithi144 ceph-mon[33424]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:35:25.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:35:25 smithi006 ceph-mon[30478]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:35:27.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:35:27 smithi144 ceph-mon[33424]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:35:27.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:35:27 smithi006 ceph-mon[30478]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:35:29.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:35:29 smithi144 ceph-mon[33424]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:35:29.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:35:29 smithi006 ceph-mon[30478]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:35:31.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:35:31 smithi144 ceph-mon[33424]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:35:31.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:35:31 smithi006 ceph-mon[30478]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:35:33.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:35:33 smithi006 ceph-mon[30478]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:35:33.633 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:35:33 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: ::ffff:172.21.15.144 - - [10/Sep/2024:16:35:33] "GET /metrics HTTP/1.1" 200 21597 "" "Prometheus/2.51.0" 2024-09-10T16:35:33.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:35:33 smithi144 ceph-mon[33424]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:35:35.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:35:35 smithi144 ceph-mon[33424]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:35:35.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:35:35 smithi006 ceph-mon[30478]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:35:37.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:35:37 smithi144 ceph-mon[33424]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:35:37.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:35:37 smithi006 ceph-mon[30478]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:35:39.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:35:39 smithi144 ceph-mon[33424]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:35:39.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:35:39 smithi144 ceph-mon[33424]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:35:39.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:35:39 smithi006 ceph-mon[30478]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:35:39.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:35:39 smithi006 ceph-mon[30478]: from='mgr.14412 172.21.15.6:0/2433311415' entity='mgr.a' cmd={"prefix": "osd blocklist ls", "format": "json"} : dispatch 2024-09-10T16:35:41.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:35:41 smithi144 ceph-mon[33424]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:35:41.883 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:35:41 smithi006 ceph-mon[30478]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:35:43.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:35:43 smithi006 ceph-mon[30478]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:35:43.633 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:35:43 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: ::ffff:172.21.15.144 - - [10/Sep/2024:16:35:43] "GET /metrics HTTP/1.1" 200 21599 "" "Prometheus/2.51.0" 2024-09-10T16:35:43.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:35:43 smithi144 ceph-mon[33424]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:35:45.763 INFO:teuthology.orchestra.run.smithi006.stderr:+ curl -s http://172.21.15.144:9095/api/v1/status/config 2024-09-10T16:35:45.769 INFO:teuthology.orchestra.run.smithi006.stderr:+ curl -s http://172.21.15.144:9095/api/v1/status/config 2024-09-10T16:35:45.769 INFO:teuthology.orchestra.run.smithi006.stderr:+ jq -e '.status == "success"' 2024-09-10T16:35:45.774 INFO:teuthology.orchestra.run.smithi006.stdout:{"status":"success","data":{"yaml":"global:\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n evaluation_interval: 10s\n external_labels:\n cluster: 4020cbc8-6f91-11ef-bcea-c7b262605968\nalerting:\n alertmanagers:\n - follow_redirects: true\n enable_http2: true\n scheme: http\n timeout: 10s\n api_version: v2\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.6:8765/sd/prometheus/sd-config?service=alertmanager\nrule_files:\n- /etc/prometheus/alerting/*\nscrape_configs:\n- job_name: ceph\n honor_labels: true\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n metrics_path: /metrics\n scheme: http\n enable_compression: true\n follow_redirects: true\n enable_http2: true\n relabel_configs:\n - source_labels: [__address__]\n separator: ;\n regex: (.*)\n target_label: cluster\n replacement: 4020cbc8-6f91-11ef-bcea-c7b262605968\n action: replace\n - source_labels: [instance]\n separator: ;\n regex: (.*)\n target_label: instance\n replacement: ceph_cluster\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.6:8765/sd/prometheus/sd-config?service=mgr-prometheus\n- job_name: node\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n metrics_path: /metrics\n scheme: http\n enable_compression: true\n follow_redirects: true\n enable_http2: true\n relabel_configs:\n - source_labels: [__address__]\n separator: ;\n regex: (.*)\n target_label: cluster\n replacement: 4020cbc8-6f91-11ef-bcea-c7b262605968\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.6:8765/sd/prometheus/sd-config?service=node-exporter\n- job_name: ceph-exporter\n honor_labels: true\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n metrics_path: /metrics\n scheme: http\n enable_compression: true\n follow_redirects: true\n enable_http2: true\n relabel_configs:\n - source_labels: [__address__]\n separator: ;\n regex: (.*)\n target_label: cluster\n replacement: 4020cbc8-6f91-11ef-bcea-c7b262605968\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.6:8765/sd/prometheus/sd-config?service=ceph-exporter\n- job_name: nvmeof\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n metrics_path: /metrics\n scheme: http\n enable_compression: true\n follow_redirects: true\n enable_http2: true\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.6:8765/sd/prometheus/sd-config?service=nvmeof\n- job_name: nfs\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n metrics_path: /metrics\n scheme: http\n enable_compression: true\n follow_redirects: true\n enable_http2: true\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.6:8765/sd/prometheus/sd-config?service=nfs\n- job_name: smb\n honor_timestamps: true\n track_timestamps_staleness: false\n scrape_interval: 10s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n metrics_path: /metrics\n scheme: http\n enable_compression: true\n follow_redirects: true\n enable_http2: true\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.6:8765/sd/prometheus/sd-config?service=smb\n- job_name: federate\n honor_labels: true\n honor_timestamps: true\n track_timestamps_staleness: false\n params:\n match[]:\n - '{job=\"ceph\"}'\n - '{job=\"node\"}'\n - '{job=\"haproxy\"}'\n - '{job=\"ceph-exporter\"}'\n scrape_interval: 15s\n scrape_timeout: 10s\n scrape_protocols:\n - OpenMetricsText1.0.0\n - OpenMetricsText0.0.1\n - PrometheusText0.0.4\n metrics_path: /federate\n scheme: http\n enable_compression: true\n follow_redirects: true\n enable_http2: true\n static_configs:\n - targets: []\n"}}true 2024-09-10T16:35:45.774 INFO:teuthology.orchestra.run.smithi006.stderr:+ curl -s http://172.21.15.144:9095/api/v1/alerts 2024-09-10T16:35:45.778 INFO:teuthology.orchestra.run.smithi006.stderr:+ curl -s http://172.21.15.144:9095/api/v1/alerts 2024-09-10T16:35:45.778 INFO:teuthology.orchestra.run.smithi006.stderr:+ jq -e '.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"' 2024-09-10T16:35:45.783 INFO:teuthology.orchestra.run.smithi006.stdout:{"status":"success","data":{"alerts":[{"labels":{"alertname":"CephMonDownQuorumAtRisk","oid":"1.3.6.1.4.1.50495.1.2.1.3.1","severity":"critical","type":"ceph_default"},"annotations":{"description":"Quorum requires a majority of monitors (x 2) to be active. Without quorum the cluster will become inoperable, affecting all services and connected clients. The following monitors are down: - mon.c on smithi176","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"state":"firing","activeAt":"2024-09-10T16:34:22.639590217Z","value":"1e+00"},{"labels":{"alertname":"CephMonDown","severity":"warning","type":"ceph_default"},"annotations":{"description":"You have 1 monitor down. Quorum is still intact, but the loss of an additional monitor will make your cluster inoperable. The following monitors are down: - mon.c on smithi176\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"state":"firing","activeAt":"2024-09-10T16:34:22.639590217Z","value":"1e+00"},{"labels":{"alertname":"CephHealthWarning","cluster":"4020cbc8-6f91-11ef-bcea-c7b262605968","instance":"ceph_cluster","job":"ceph","severity":"warning","type":"ceph_default"},"annotations":{"description":"The cluster state has been HEALTH_WARN for more than 15 minutes. Please check 'ceph health detail' for more information.","summary":"Ceph is in the WARNING state"},"state":"pending","activeAt":"2024-09-10T16:34:13.558815712Z","value":"1e+00"}]}}true 2024-09-10T16:35:45.783 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:35:45 smithi006 ceph-mon[30478]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:35:45.783 INFO:teuthology.orchestra.run.smithi006.stderr:+ curl -s http://172.21.15.176:9093/api/v1/status 2024-09-10T16:35:45.788 INFO:teuthology.orchestra.run.smithi006.stdout:{"status":"deprecated","error":"The Alertmanager v1 API was deprecated in version 0.16.0 and is removed as of version 0.28.0 - please use the equivalent route in the v2 API"} 2024-09-10T16:35:45.788 INFO:teuthology.orchestra.run.smithi006.stderr:+ curl -s http://172.21.15.176:9093/api/v1/alerts 2024-09-10T16:35:45.790 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:35:45 smithi144 ceph-mon[33424]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-09-10T16:35:45.791 INFO:teuthology.orchestra.run.smithi006.stdout:{"status":"deprecated","error":"The Alertmanager v1 API was deprecated in version 0.16.0 and is removed as of version 0.28.0 - please use the equivalent route in the v2 API"} 2024-09-10T16:35:45.792 INFO:teuthology.orchestra.run.smithi006.stderr:+ curl -s http://172.21.15.176:9093/api/v1/alerts 2024-09-10T16:35:45.792 INFO:teuthology.orchestra.run.smithi006.stderr:+ jq -e '.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"' 2024-09-10T16:35:45.796 INFO:teuthology.orchestra.run.smithi006.stderr:jq: error (at :1): Cannot iterate over null (null) 2024-09-10T16:35:46.608 DEBUG:teuthology.orchestra.run:got remote process result: 5 2024-09-10T16:35:46.609 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_bad1f558c327094897e4a32e99dd5cb4ae6ccd46/qa/tasks/cephadm.py", line 1525, in shell _shell( File "/home/teuthworker/src/github.com_ceph_ceph-c_bad1f558c327094897e4a32e99dd5cb4ae6ccd46/qa/tasks/cephadm.py", line 111, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi006 with status 5: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 -- bash -c \'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\'"\'"\')\nGRAFANA_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\ncurl -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\nsleep 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\ncurl -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\ncurl -s http://${ALERTM_IP}:9093/api/v1/status\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e \'"\'"\'.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"\'"\'"\'\n\'' 2024-09-10T16:35:46.864 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=2c8108f6d99c4a54a774cb423d868dc7 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_bad1f558c327094897e4a32e99dd5cb4ae6ccd46/qa/tasks/cephadm.py", line 1525, in shell _shell( File "/home/teuthworker/src/github.com_ceph_ceph-c_bad1f558c327094897e4a32e99dd5cb4ae6ccd46/qa/tasks/cephadm.py", line 111, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi006 with status 5: 'sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 -- bash -c \'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\'"\'"\')\nGRAFANA_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\ncurl -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\nsleep 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\ncurl -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\ncurl -s http://${ALERTM_IP}:9093/api/v1/status\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e \'"\'"\'.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"\'"\'"\'\n\'' 2024-09-10T16:35:46.866 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-10T16:35:46.874 INFO:tasks.cephadm:Teardown begin 2024-09-10T16:35:46.874 DEBUG:teuthology.orchestra.run.smithi006:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-10T16:35:46.911 DEBUG:teuthology.orchestra.run.smithi144:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-10T16:35:46.945 DEBUG:teuthology.orchestra.run.smithi176:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-10T16:35:46.974 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-10T16:35:46.974 DEBUG:teuthology.orchestra.run.smithi006:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-10T16:35:46.993 DEBUG:teuthology.orchestra.run.smithi144:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-10T16:35:47.010 DEBUG:teuthology.orchestra.run.smithi176:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-10T16:35:47.030 INFO:tasks.cephadm:Stopping all daemons... 2024-09-10T16:35:47.031 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-09-10T16:35:47.031 DEBUG:teuthology.orchestra.run.smithi006:> sudo systemctl stop ceph-4020cbc8-6f91-11ef-bcea-c7b262605968@mon.a 2024-09-10T16:35:47.321 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:35:47 smithi006 systemd[1]: Stopping Ceph mon.a for 4020cbc8-6f91-11ef-bcea-c7b262605968... 2024-09-10T16:35:47.633 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:35:47 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: [10/Sep/2024:16:35:47] ENGINE Bus STOPPING 2024-09-10T16:35:47.633 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:35:47 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mon-a[30455]: 2024-09-10T16:35:47.319+0000 7f99397f6640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-10T16:35:47.634 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:35:47 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mon-a[30455]: 2024-09-10T16:35:47.319+0000 7f99397f6640 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-09-10T16:35:47.634 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:35:47 smithi006 podman[56307]: 2024-09-10 16:35:47.402164983 +0000 UTC m=+0.176517323 container died c2c89adf8558f09cb52a9531880576ef7e117686201a5b0bfe286757f72f7f67 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mon-a, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T16:35:47.937 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:35:47 smithi006 podman[56307]: 2024-09-10 16:35:47.93432458 +0000 UTC m=+0.708676949 container cleanup c2c89adf8558f09cb52a9531880576ef7e117686201a5b0bfe286757f72f7f67 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mon-a, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , GIT_CLEAN=True, ceph=True, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0) 2024-09-10T16:35:47.937 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:35:47 smithi006 bash[56307]: ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mon-a 2024-09-10T16:35:47.937 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:35:47 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: [10/Sep/2024:16:35:47] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-10T16:35:47.938 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:35:47 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: [10/Sep/2024:16:35:47] ENGINE Bus STOPPED 2024-09-10T16:35:47.938 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:35:47 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: [10/Sep/2024:16:35:47] ENGINE Bus STARTING 2024-09-10T16:35:47.938 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:35:47 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: [10/Sep/2024:16:35:47] ENGINE Serving on http://:::9283 2024-09-10T16:35:47.938 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:35:47 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: [10/Sep/2024:16:35:47] ENGINE Bus STARTED 2024-09-10T16:35:48.370 DEBUG:teuthology.orchestra.run.smithi006:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4020cbc8-6f91-11ef-bcea-c7b262605968@mon.a.service' 2024-09-10T16:35:48.395 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:35:48 smithi006 podman[56326]: 2024-09-10 16:35:48.144139125 +0000 UTC m=+0.734258994 container remove c2c89adf8558f09cb52a9531880576ef7e117686201a5b0bfe286757f72f7f67 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mon-a, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55) 2024-09-10T16:35:48.395 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:35:48 smithi006 systemd[1]: ceph-4020cbc8-6f91-11ef-bcea-c7b262605968@mon.a.service: Deactivated successfully. 2024-09-10T16:35:48.395 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:35:48 smithi006 systemd[1]: Stopped Ceph mon.a for 4020cbc8-6f91-11ef-bcea-c7b262605968. 2024-09-10T16:35:48.395 INFO:journalctl@ceph.mon.a.smithi006.stdout:Sep 10 16:35:48 smithi006 systemd[1]: ceph-4020cbc8-6f91-11ef-bcea-c7b262605968@mon.a.service: Consumed 6.851s CPU time. 2024-09-10T16:35:48.415 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T16:35:48.415 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-09-10T16:35:48.416 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-09-10T16:35:48.416 DEBUG:teuthology.orchestra.run.smithi144:> sudo systemctl stop ceph-4020cbc8-6f91-11ef-bcea-c7b262605968@mon.b 2024-09-10T16:35:48.736 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:35:48 smithi144 systemd[1]: Stopping Ceph mon.b for 4020cbc8-6f91-11ef-bcea-c7b262605968... 2024-09-10T16:35:49.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:35:48 smithi144 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mon-b[33401]: 2024-09-10T16:35:48.733+0000 7fdc29b56640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2024-09-10T16:35:49.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:35:48 smithi144 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mon-b[33401]: 2024-09-10T16:35:48.733+0000 7fdc29b56640 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-09-10T16:35:49.040 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:35:48 smithi144 podman[44906]: 2024-09-10 16:35:48.816091359 +0000 UTC m=+0.193211298 container died 45de232fc9313b711765218893bc6b2b1862219677b3ddf2ce603e1425178070 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mon-b, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731) 2024-09-10T16:35:49.442 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:35:49 smithi144 podman[44906]: 2024-09-10 16:35:49.223691722 +0000 UTC m=+0.600811650 container cleanup 45de232fc9313b711765218893bc6b2b1862219677b3ddf2ce603e1425178070 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mon-b, io.buildah.version=1.37.2, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.vendor=CentOS, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731) 2024-09-10T16:35:49.443 INFO:journalctl@ceph.mon.b.smithi144.stdout:Sep 10 16:35:49 smithi144 bash[44906]: ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mon-b 2024-09-10T16:35:49.577 DEBUG:teuthology.orchestra.run.smithi144:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4020cbc8-6f91-11ef-bcea-c7b262605968@mon.b.service' 2024-09-10T16:35:49.620 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T16:35:49.621 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-09-10T16:35:49.621 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-09-10T16:35:49.622 DEBUG:teuthology.orchestra.run.smithi176:> sudo systemctl stop ceph-4020cbc8-6f91-11ef-bcea-c7b262605968@mon.c 2024-09-10T16:35:49.659 DEBUG:teuthology.orchestra.run.smithi176:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4020cbc8-6f91-11ef-bcea-c7b262605968@mon.c.service' 2024-09-10T16:35:49.820 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T16:35:49.820 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-09-10T16:35:49.820 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-09-10T16:35:49.820 DEBUG:teuthology.orchestra.run.smithi006:> sudo systemctl stop ceph-4020cbc8-6f91-11ef-bcea-c7b262605968@mgr.a 2024-09-10T16:35:50.117 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:35:49 smithi006 systemd[1]: Stopping Ceph mgr.a for 4020cbc8-6f91-11ef-bcea-c7b262605968... 2024-09-10T16:35:50.383 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:35:50 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: 2024-09-10T16:35:50.115+0000 7fbcb8288640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mgr -n mgr.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-10T16:35:50.383 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:35:50 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a[30730]: 2024-09-10T16:35:50.115+0000 7fbcb8288640 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-09-10T16:35:50.384 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:35:50 smithi006 podman[56450]: 2024-09-10 16:35:50.146864381 +0000 UTC m=+0.133317567 container died 74858a39c620c70958f23b314a3e9500955b1ee88fe44c061aafb1d1cfdb0c85 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, GIT_CLEAN=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, ceph=True) 2024-09-10T16:35:50.682 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:35:50 smithi006 podman[56450]: 2024-09-10 16:35:50.488000186 +0000 UTC m=+0.474453376 container cleanup 74858a39c620c70958f23b314a3e9500955b1ee88fe44c061aafb1d1cfdb0c85 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55) 2024-09-10T16:35:50.682 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:35:50 smithi006 bash[56450]: ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a 2024-09-10T16:35:50.915 DEBUG:teuthology.orchestra.run.smithi006:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4020cbc8-6f91-11ef-bcea-c7b262605968@mgr.a.service' 2024-09-10T16:35:50.937 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:35:50 smithi006 podman[56466]: 2024-09-10 16:35:50.68148407 +0000 UTC m=+0.531599063 container remove 74858a39c620c70958f23b314a3e9500955b1ee88fe44c061aafb1d1cfdb0c85 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-a, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-10T16:35:50.938 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:35:50 smithi006 systemd[1]: ceph-4020cbc8-6f91-11ef-bcea-c7b262605968@mgr.a.service: Deactivated successfully. 2024-09-10T16:35:50.938 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:35:50 smithi006 systemd[1]: Stopped Ceph mgr.a for 4020cbc8-6f91-11ef-bcea-c7b262605968. 2024-09-10T16:35:50.938 INFO:journalctl@ceph.mgr.a.smithi006.stdout:Sep 10 16:35:50 smithi006 systemd[1]: ceph-4020cbc8-6f91-11ef-bcea-c7b262605968@mgr.a.service: Consumed 53.876s CPU time. 2024-09-10T16:35:50.950 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T16:35:50.950 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-09-10T16:35:50.950 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-09-10T16:35:50.950 DEBUG:teuthology.orchestra.run.smithi144:> sudo systemctl stop ceph-4020cbc8-6f91-11ef-bcea-c7b262605968@mgr.b 2024-09-10T16:35:51.290 INFO:journalctl@ceph.mgr.b.smithi144.stdout:Sep 10 16:35:50 smithi144 systemd[1]: Stopping Ceph mgr.b for 4020cbc8-6f91-11ef-bcea-c7b262605968... 2024-09-10T16:35:51.588 INFO:journalctl@ceph.mgr.b.smithi144.stdout:Sep 10 16:35:51 smithi144 podman[45036]: 2024-09-10 16:35:51.336168212 +0000 UTC m=+0.196949890 container died a40091cd5e0de2c70c8a6969403340c5856a3c7ed5b619e13e45f9506382e174 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-b, GIT_CLEAN=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, ceph=True) 2024-09-10T16:35:52.025 INFO:journalctl@ceph.mgr.b.smithi144.stdout:Sep 10 16:35:51 smithi144 podman[45036]: 2024-09-10 16:35:51.671551651 +0000 UTC m=+0.532333359 container cleanup a40091cd5e0de2c70c8a6969403340c5856a3c7ed5b619e13e45f9506382e174 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-b, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, GIT_BRANCH=HEAD, ceph=True, org.label-schema.license=GPLv2) 2024-09-10T16:35:52.025 INFO:journalctl@ceph.mgr.b.smithi144.stdout:Sep 10 16:35:51 smithi144 bash[45036]: ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-b 2024-09-10T16:35:52.025 INFO:journalctl@ceph.mgr.b.smithi144.stdout:Sep 10 16:35:51 smithi144 podman[45053]: 2024-09-10 16:35:51.831029398 +0000 UTC m=+0.496101822 container remove a40091cd5e0de2c70c8a6969403340c5856a3c7ed5b619e13e45f9506382e174 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-mgr-b, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-10T16:35:52.026 INFO:journalctl@ceph.mgr.b.smithi144.stdout:Sep 10 16:35:51 smithi144 systemd[1]: ceph-4020cbc8-6f91-11ef-bcea-c7b262605968@mgr.b.service: Main process exited, code=exited, status=143/n/a 2024-09-10T16:35:52.041 DEBUG:teuthology.orchestra.run.smithi144:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4020cbc8-6f91-11ef-bcea-c7b262605968@mgr.b.service' 2024-09-10T16:35:52.076 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T16:35:52.076 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-09-10T16:35:52.076 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-09-10T16:35:52.077 DEBUG:teuthology.orchestra.run.smithi006:> sudo systemctl stop ceph-4020cbc8-6f91-11ef-bcea-c7b262605968@osd.0 2024-09-10T16:35:52.383 INFO:journalctl@ceph.osd.0.smithi006.stdout:Sep 10 16:35:52 smithi006 systemd[1]: Stopping Ceph osd.0 for 4020cbc8-6f91-11ef-bcea-c7b262605968... 2024-09-10T16:35:52.883 INFO:journalctl@ceph.osd.0.smithi006.stdout:Sep 10 16:35:52 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-osd-0[45216]: 2024-09-10T16:35:52.485+0000 7f61b4a7a640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-10T16:35:52.883 INFO:journalctl@ceph.osd.0.smithi006.stdout:Sep 10 16:35:52 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-osd-0[45216]: 2024-09-10T16:35:52.485+0000 7f61b4a7a640 -1 osd.0 23 *** Got signal Terminated *** 2024-09-10T16:35:52.884 INFO:journalctl@ceph.osd.0.smithi006.stdout:Sep 10 16:35:52 smithi006 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-osd-0[45216]: 2024-09-10T16:35:52.485+0000 7f61b4a7a640 -1 osd.0 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T16:35:58.128 INFO:journalctl@ceph.osd.0.smithi006.stdout:Sep 10 16:35:57 smithi006 podman[56584]: 2024-09-10 16:35:57.87158043 +0000 UTC m=+5.597046642 container died 355ecb98f91403e2f1bda60dbba2638b5ebf86483089535762e19390ead99344 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-osd-0, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-10T16:35:58.383 INFO:journalctl@ceph.osd.0.smithi006.stdout:Sep 10 16:35:58 smithi006 podman[56584]: 2024-09-10 16:35:58.334042511 +0000 UTC m=+6.059508710 container cleanup 355ecb98f91403e2f1bda60dbba2638b5ebf86483089535762e19390ead99344 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-osd-0, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.vendor=CentOS, ceph=True, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_CLEAN=True, io.buildah.version=1.37.2) 2024-09-10T16:35:58.383 INFO:journalctl@ceph.osd.0.smithi006.stdout:Sep 10 16:35:58 smithi006 bash[56584]: ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-osd-0 2024-09-10T16:35:58.883 INFO:journalctl@ceph.osd.0.smithi006.stdout:Sep 10 16:35:58 smithi006 podman[56604]: 2024-09-10 16:35:58.593469673 +0000 UTC m=+0.716012013 container remove 355ecb98f91403e2f1bda60dbba2638b5ebf86483089535762e19390ead99344 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-osd-0, ceph=True, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7) 2024-09-10T16:35:59.197 INFO:journalctl@ceph.osd.0.smithi006.stdout:Sep 10 16:35:58 smithi006 podman[56699]: 2024-09-10 16:35:58.919244698 +0000 UTC m=+0.109891343 container create 630ba11c0a60afbe380119634dcf57b10316ee1439e4226ab7a2fc175a354ff5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-osd-0-deactivate, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, ceph=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731) 2024-09-10T16:35:59.197 INFO:journalctl@ceph.osd.0.smithi006.stdout:Sep 10 16:35:58 smithi006 podman[56699]: 2024-09-10 16:35:58.826012306 +0000 UTC m=+0.016658912 image pull 542e6e6af07c2b89abb4ca6a0a4ee0f7b74b9b2e01b2470b0640b5a64ae8477c quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e 2024-09-10T16:35:59.197 INFO:journalctl@ceph.osd.0.smithi006.stdout:Sep 10 16:35:59 smithi006 podman[56699]: 2024-09-10 16:35:59.113158611 +0000 UTC m=+0.303805215 container init 630ba11c0a60afbe380119634dcf57b10316ee1439e4226ab7a2fc175a354ff5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-osd-0-deactivate, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, ceph=True, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731) 2024-09-10T16:35:59.198 INFO:journalctl@ceph.osd.0.smithi006.stdout:Sep 10 16:35:59 smithi006 podman[56699]: 2024-09-10 16:35:59.118148332 +0000 UTC m=+0.308794935 container start 630ba11c0a60afbe380119634dcf57b10316ee1439e4226ab7a2fc175a354ff5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-osd-0-deactivate, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_CLEAN=True, CEPH_POINT_RELEASE=, ceph=True, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T16:35:59.198 INFO:journalctl@ceph.osd.0.smithi006.stdout:Sep 10 16:35:59 smithi006 podman[56699]: 2024-09-10 16:35:59.196156429 +0000 UTC m=+0.386803045 container attach 630ba11c0a60afbe380119634dcf57b10316ee1439e4226ab7a2fc175a354ff5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-osd-0-deactivate, ceph=True, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS) 2024-09-10T16:35:59.633 INFO:journalctl@ceph.osd.0.smithi006.stdout:Sep 10 16:35:59 smithi006 podman[56699]: 2024-09-10 16:35:59.315653044 +0000 UTC m=+0.506299650 container died 630ba11c0a60afbe380119634dcf57b10316ee1439e4226ab7a2fc175a354ff5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-osd-0-deactivate, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, ceph=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, io.buildah.version=1.37.2) 2024-09-10T16:36:00.002 INFO:journalctl@ceph.osd.0.smithi006.stdout:Sep 10 16:35:59 smithi006 podman[56742]: 2024-09-10 16:35:59.991066014 +0000 UTC m=+0.669611455 container remove 630ba11c0a60afbe380119634dcf57b10316ee1439e4226ab7a2fc175a354ff5 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-osd-0-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_CLEAN=True, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.license=GPLv2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=) 2024-09-10T16:36:00.007 DEBUG:teuthology.orchestra.run.smithi006:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4020cbc8-6f91-11ef-bcea-c7b262605968@osd.0.service' 2024-09-10T16:36:00.047 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T16:36:00.048 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-09-10T16:36:00.048 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-09-10T16:36:00.048 DEBUG:teuthology.orchestra.run.smithi144:> sudo systemctl stop ceph-4020cbc8-6f91-11ef-bcea-c7b262605968@osd.1 2024-09-10T16:36:00.365 INFO:journalctl@ceph.osd.1.smithi144.stdout:Sep 10 16:36:00 smithi144 systemd[1]: Stopping Ceph osd.1 for 4020cbc8-6f91-11ef-bcea-c7b262605968... 2024-09-10T16:36:00.790 INFO:journalctl@ceph.osd.1.smithi144.stdout:Sep 10 16:36:00 smithi144 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-osd-1[37849]: 2024-09-10T16:36:00.434+0000 7f92e9b15640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.1 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-10T16:36:00.790 INFO:journalctl@ceph.osd.1.smithi144.stdout:Sep 10 16:36:00 smithi144 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-osd-1[37849]: 2024-09-10T16:36:00.434+0000 7f92e9b15640 -1 osd.1 23 *** Got signal Terminated *** 2024-09-10T16:36:00.790 INFO:journalctl@ceph.osd.1.smithi144.stdout:Sep 10 16:36:00 smithi144 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-osd-1[37849]: 2024-09-10T16:36:00.434+0000 7f92e9b15640 -1 osd.1 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T16:36:06.177 INFO:journalctl@ceph.osd.1.smithi144.stdout:Sep 10 16:36:05 smithi144 podman[45171]: 2024-09-10 16:36:05.901915393 +0000 UTC m=+5.660093199 container stop 50c354398fd5e3fc6d0e0b141000dea2b2773d5257be3253716f0992755f24f6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-osd-1, ceph=True, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, CEPH_POINT_RELEASE=) 2024-09-10T16:36:06.177 INFO:journalctl@ceph.osd.1.smithi144.stdout:Sep 10 16:36:05 smithi144 podman[45171]: 2024-09-10 16:36:05.902553664 +0000 UTC m=+5.660731463 container died 50c354398fd5e3fc6d0e0b141000dea2b2773d5257be3253716f0992755f24f6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-osd-1, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.license=GPLv2, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, ceph=True, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-10T16:36:06.540 INFO:journalctl@ceph.osd.1.smithi144.stdout:Sep 10 16:36:06 smithi144 podman[45171]: 2024-09-10 16:36:06.273839477 +0000 UTC m=+6.032017268 container cleanup 50c354398fd5e3fc6d0e0b141000dea2b2773d5257be3253716f0992755f24f6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-osd-1, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, ceph=True, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-10T16:36:06.540 INFO:journalctl@ceph.osd.1.smithi144.stdout:Sep 10 16:36:06 smithi144 bash[45171]: ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-osd-1 2024-09-10T16:36:06.880 INFO:journalctl@ceph.osd.1.smithi144.stdout:Sep 10 16:36:06 smithi144 podman[45193]: 2024-09-10 16:36:06.560101809 +0000 UTC m=+0.649018972 container remove 50c354398fd5e3fc6d0e0b141000dea2b2773d5257be3253716f0992755f24f6 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-osd-1, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, ceph=True, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T16:36:07.163 INFO:journalctl@ceph.osd.1.smithi144.stdout:Sep 10 16:36:06 smithi144 podman[45288]: 2024-09-10 16:36:06.782713263 +0000 UTC m=+0.015824795 image pull 542e6e6af07c2b89abb4ca6a0a4ee0f7b74b9b2e01b2470b0640b5a64ae8477c quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e 2024-09-10T16:36:07.163 INFO:journalctl@ceph.osd.1.smithi144.stdout:Sep 10 16:36:06 smithi144 podman[45288]: 2024-09-10 16:36:06.884039089 +0000 UTC m=+0.117150612 container create d54152a5de5b6f931e16c8ae3a62b4b2d5ebd139e5b2afaba41062f26ccd3527 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-osd-1-deactivate, ceph=True, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0) 2024-09-10T16:36:07.163 INFO:journalctl@ceph.osd.1.smithi144.stdout:Sep 10 16:36:07 smithi144 podman[45288]: 2024-09-10 16:36:07.086648617 +0000 UTC m=+0.319760141 container init d54152a5de5b6f931e16c8ae3a62b4b2d5ebd139e5b2afaba41062f26ccd3527 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-osd-1-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, maintainer=Guillaume Abrioux ) 2024-09-10T16:36:07.163 INFO:journalctl@ceph.osd.1.smithi144.stdout:Sep 10 16:36:07 smithi144 podman[45288]: 2024-09-10 16:36:07.091188368 +0000 UTC m=+0.324299896 container start d54152a5de5b6f931e16c8ae3a62b4b2d5ebd139e5b2afaba41062f26ccd3527 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-osd-1-deactivate, org.label-schema.license=GPLv2, ceph=True, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T16:36:07.163 INFO:journalctl@ceph.osd.1.smithi144.stdout:Sep 10 16:36:07 smithi144 podman[45288]: 2024-09-10 16:36:07.1614858 +0000 UTC m=+0.394597341 container attach d54152a5de5b6f931e16c8ae3a62b4b2d5ebd139e5b2afaba41062f26ccd3527 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-osd-1-deactivate, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS) 2024-09-10T16:36:07.540 INFO:journalctl@ceph.osd.1.smithi144.stdout:Sep 10 16:36:07 smithi144 podman[45288]: 2024-09-10 16:36:07.279539357 +0000 UTC m=+0.512650900 container died d54152a5de5b6f931e16c8ae3a62b4b2d5ebd139e5b2afaba41062f26ccd3527 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-osd-1-deactivate, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, ceph=True, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2) 2024-09-10T16:36:07.814 INFO:journalctl@ceph.osd.1.smithi144.stdout:Sep 10 16:36:07 smithi144 podman[45331]: 2024-09-10 16:36:07.797874616 +0000 UTC m=+0.512670558 container remove d54152a5de5b6f931e16c8ae3a62b4b2d5ebd139e5b2afaba41062f26ccd3527 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-osd-1-deactivate, ceph=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.license=GPLv2) 2024-09-10T16:36:07.819 DEBUG:teuthology.orchestra.run.smithi144:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4020cbc8-6f91-11ef-bcea-c7b262605968@osd.1.service' 2024-09-10T16:36:07.858 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T16:36:07.858 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-09-10T16:36:07.858 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-09-10T16:36:07.858 DEBUG:teuthology.orchestra.run.smithi176:> sudo systemctl stop ceph-4020cbc8-6f91-11ef-bcea-c7b262605968@osd.2 2024-09-10T16:36:08.177 INFO:journalctl@ceph.osd.2.smithi176.stdout:Sep 10 16:36:07 smithi176 systemd[1]: Stopping Ceph osd.2 for 4020cbc8-6f91-11ef-bcea-c7b262605968... 2024-09-10T16:36:08.631 INFO:journalctl@ceph.osd.2.smithi176.stdout:Sep 10 16:36:08 smithi176 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-osd-2[37718]: 2024-09-10T16:36:08.175+0000 7f21f47bc640 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.2 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false (PID: 1) UID: 0 2024-09-10T16:36:08.632 INFO:journalctl@ceph.osd.2.smithi176.stdout:Sep 10 16:36:08 smithi176 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-osd-2[37718]: 2024-09-10T16:36:08.175+0000 7f21f47bc640 -1 osd.2 23 *** Got signal Terminated *** 2024-09-10T16:36:08.632 INFO:journalctl@ceph.osd.2.smithi176.stdout:Sep 10 16:36:08 smithi176 ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-osd-2[37718]: 2024-09-10T16:36:08.175+0000 7f21f47bc640 -1 osd.2 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-10T16:36:13.933 INFO:journalctl@ceph.osd.2.smithi176.stdout:Sep 10 16:36:13 smithi176 podman[45848]: 2024-09-10 16:36:13.653055012 +0000 UTC m=+5.589272388 container died 213036fefb3aabe96d0e1f131959310a635b49f2d3b967b74f68ee2b3fb75493 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-osd-2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2) 2024-09-10T16:36:14.349 INFO:journalctl@ceph.osd.2.smithi176.stdout:Sep 10 16:36:14 smithi176 podman[45848]: 2024-09-10 16:36:14.106025213 +0000 UTC m=+6.042242578 container cleanup 213036fefb3aabe96d0e1f131959310a635b49f2d3b967b74f68ee2b3fb75493 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-osd-2, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, maintainer=Guillaume Abrioux , GIT_CLEAN=True, io.buildah.version=1.37.2) 2024-09-10T16:36:14.349 INFO:journalctl@ceph.osd.2.smithi176.stdout:Sep 10 16:36:14 smithi176 bash[45848]: ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-osd-2 2024-09-10T16:36:14.631 INFO:journalctl@ceph.osd.2.smithi176.stdout:Sep 10 16:36:14 smithi176 podman[45868]: 2024-09-10 16:36:14.348643694 +0000 UTC m=+0.692259467 container remove 213036fefb3aabe96d0e1f131959310a635b49f2d3b967b74f68ee2b3fb75493 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-osd-2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, GIT_CLEAN=True, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-10T16:36:14.910 INFO:journalctl@ceph.osd.2.smithi176.stdout:Sep 10 16:36:14 smithi176 podman[45961]: 2024-09-10 16:36:14.561061347 +0000 UTC m=+0.015928264 image pull 542e6e6af07c2b89abb4ca6a0a4ee0f7b74b9b2e01b2470b0640b5a64ae8477c quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e 2024-09-10T16:36:14.911 INFO:journalctl@ceph.osd.2.smithi176.stdout:Sep 10 16:36:14 smithi176 podman[45961]: 2024-09-10 16:36:14.674357133 +0000 UTC m=+0.129224050 container create 75f3b1ce73781273a33c697ca3141af2584d4103a709121c48a67b4f6aac8e56 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-osd-2-deactivate, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2) 2024-09-10T16:36:14.911 INFO:journalctl@ceph.osd.2.smithi176.stdout:Sep 10 16:36:14 smithi176 podman[45961]: 2024-09-10 16:36:14.91011234 +0000 UTC m=+0.364979256 container init 75f3b1ce73781273a33c697ca3141af2584d4103a709121c48a67b4f6aac8e56 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-osd-2-deactivate, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, maintainer=Guillaume Abrioux , ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-10T16:36:15.382 INFO:journalctl@ceph.osd.2.smithi176.stdout:Sep 10 16:36:14 smithi176 podman[45961]: 2024-09-10 16:36:14.914833468 +0000 UTC m=+0.369700386 container start 75f3b1ce73781273a33c697ca3141af2584d4103a709121c48a67b4f6aac8e56 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-osd-2-deactivate, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, ceph=True, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, CEPH_POINT_RELEASE=, io.buildah.version=1.37.2) 2024-09-10T16:36:15.382 INFO:journalctl@ceph.osd.2.smithi176.stdout:Sep 10 16:36:15 smithi176 podman[45961]: 2024-09-10 16:36:15.001653908 +0000 UTC m=+0.456520840 container attach 75f3b1ce73781273a33c697ca3141af2584d4103a709121c48a67b4f6aac8e56 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-osd-2-deactivate, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, io.buildah.version=1.37.2, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS) 2024-09-10T16:36:15.382 INFO:journalctl@ceph.osd.2.smithi176.stdout:Sep 10 16:36:15 smithi176 podman[45961]: 2024-09-10 16:36:15.096674016 +0000 UTC m=+0.551540942 container died 75f3b1ce73781273a33c697ca3141af2584d4103a709121c48a67b4f6aac8e56 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:45ec49c6faf718bfc56e86946f4c916c91e7dcdca26cd6ac6396132afc3def2e, name=ceph-4020cbc8-6f91-11ef-bcea-c7b262605968-osd-2-deactivate, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , ceph=True, GIT_CLEAN=True, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_COMMIT=c5aaba5e3282b30e4782f2b5d6e4e362e22dfcb7, org.label-schema.schema-version=1.0, RELEASE=wip-bharath7-testing-2024-09-10-1409-bad1f55) 2024-09-10T16:36:15.653 DEBUG:teuthology.orchestra.run.smithi176:> sudo pkill -f 'journalctl -f -n 0 -u ceph-4020cbc8-6f91-11ef-bcea-c7b262605968@osd.2.service' 2024-09-10T16:36:15.691 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-10T16:36:15.691 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-09-10T16:36:15.691 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 --force --keep-logs 2024-09-10T16:36:15.903 INFO:teuthology.orchestra.run.smithi006.stdout:Deleting cluster with fsid: 4020cbc8-6f91-11ef-bcea-c7b262605968 2024-09-10T16:36:19.694 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 --force --keep-logs 2024-09-10T16:36:19.893 INFO:teuthology.orchestra.run.smithi144.stdout:Deleting cluster with fsid: 4020cbc8-6f91-11ef-bcea-c7b262605968 2024-09-10T16:36:23.364 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 --force --keep-logs 2024-09-10T16:36:23.569 INFO:teuthology.orchestra.run.smithi176.stdout:Deleting cluster with fsid: 4020cbc8-6f91-11ef-bcea-c7b262605968 2024-09-10T16:36:26.932 DEBUG:teuthology.orchestra.run.smithi006:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-10T16:36:26.967 DEBUG:teuthology.orchestra.run.smithi144:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-10T16:36:27.001 DEBUG:teuthology.orchestra.run.smithi176:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-10T16:36:27.028 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-10T16:36:27.030 DEBUG:teuthology.misc:Transferring archived files from smithi006:/var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/crash to /home/teuthworker/archive/skanta-2024-09-10_15:30:27-rados-wip-bharath7-testing-2024-09-10-1409-distro-default-smithi/7899309/remote/smithi006/crash 2024-09-10T16:36:27.031 DEBUG:teuthology.orchestra.run.smithi006:> sudo tar c -f - -C /var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/crash -- . 2024-09-10T16:36:27.093 INFO:teuthology.orchestra.run.smithi006.stderr:tar: /var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/crash: Cannot open: No such file or directory 2024-09-10T16:36:27.093 INFO:teuthology.orchestra.run.smithi006.stderr:tar: Error is not recoverable: exiting now 2024-09-10T16:36:27.094 DEBUG:teuthology.misc:Transferring archived files from smithi144:/var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/crash to /home/teuthworker/archive/skanta-2024-09-10_15:30:27-rados-wip-bharath7-testing-2024-09-10-1409-distro-default-smithi/7899309/remote/smithi144/crash 2024-09-10T16:36:27.095 DEBUG:teuthology.orchestra.run.smithi144:> sudo tar c -f - -C /var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/crash -- . 2024-09-10T16:36:27.163 INFO:teuthology.orchestra.run.smithi144.stderr:tar: /var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/crash: Cannot open: No such file or directory 2024-09-10T16:36:27.163 INFO:teuthology.orchestra.run.smithi144.stderr:tar: Error is not recoverable: exiting now 2024-09-10T16:36:27.165 DEBUG:teuthology.misc:Transferring archived files from smithi176:/var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/crash to /home/teuthworker/archive/skanta-2024-09-10_15:30:27-rados-wip-bharath7-testing-2024-09-10-1409-distro-default-smithi/7899309/remote/smithi176/crash 2024-09-10T16:36:27.167 DEBUG:teuthology.orchestra.run.smithi176:> sudo tar c -f - -C /var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/crash -- . 2024-09-10T16:36:27.201 INFO:teuthology.orchestra.run.smithi176.stderr:tar: /var/lib/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/crash: Cannot open: No such file or directory 2024-09-10T16:36:27.201 INFO:teuthology.orchestra.run.smithi176.stderr:tar: Error is not recoverable: exiting now 2024-09-10T16:36:27.202 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-10T16:36:27.202 DEBUG:teuthology.orchestra.run.smithi006:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | egrep -v CEPHADM_STRAY_DAEMON | egrep -v CEPHADM_FAILED_DAEMON | head -n 1 2024-09-10T16:36:27.242 INFO:tasks.cephadm:Compressing logs... 2024-09-10T16:36:27.242 DEBUG:teuthology.orchestra.run.smithi006:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-10T16:36:27.285 DEBUG:teuthology.orchestra.run.smithi144:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-10T16:36:27.288 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-09-10T16:36:27.309 INFO:teuthology.orchestra.run.smithi006.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph-osd.0.log 2024-09-10T16:36:27.309 INFO:teuthology.orchestra.run.smithi006.stderr:: No such file or directory 2024-09-10T16:36:27.309 INFO:teuthology.orchestra.run.smithi006.stderr:gzip -5 --verbose -- /var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph-mgr.a.log 2024-09-10T16:36:27.309 INFO:teuthology.orchestra.run.smithi006.stderr:gzip -5 --verbose -- /var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph-volume.log 2024-09-10T16:36:27.311 INFO:teuthology.orchestra.run.smithi006.stderr:/var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph.audit.log/var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph-mgr.a.log: 2024-09-10T16:36:27.312 INFO:teuthology.orchestra.run.smithi006.stderr:/var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph.cephadm.log 2024-09-10T16:36:27.312 INFO:teuthology.orchestra.run.smithi006.stderr:gzip -5 --verbose -- /var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph-mon.a.log 2024-09-10T16:36:27.312 INFO:teuthology.orchestra.run.smithi006.stderr:/var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph.audit.log: /var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph.log 2024-09-10T16:36:27.312 INFO:teuthology.orchestra.run.smithi006.stderr: 83.9% -- replaced with /var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph.cephadm.log.gz 2024-09-10T16:36:27.312 INFO:teuthology.orchestra.run.smithi006.stderr:/var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-10T16:36:27.312 INFO:teuthology.orchestra.run.smithi006.stderr:/var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph.log: /var/log/ceph/cephadm.log: 89.6% -- replaced with /var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph.audit.log.gz 2024-09-10T16:36:27.313 INFO:teuthology.orchestra.run.smithi006.stderr: 87.4% -- replaced with /var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph.log.gz 2024-09-10T16:36:27.314 INFO:teuthology.orchestra.run.smithi006.stderr: 91.3% -- replaced with /var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph-volume.log.gz 2024-09-10T16:36:27.315 INFO:teuthology.orchestra.run.smithi176.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph-volume.log 2024-09-10T16:36:27.315 INFO:teuthology.orchestra.run.smithi176.stderr:: No such file or directory 2024-09-10T16:36:27.315 INFO:teuthology.orchestra.run.smithi176.stderr:gzip -5 --verbose -- /var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph.audit.log 2024-09-10T16:36:27.315 INFO:teuthology.orchestra.run.smithi176.stderr:/var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph-mon.c.log 2024-09-10T16:36:27.315 INFO:teuthology.orchestra.run.smithi176.stderr:/var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph.cephadm.log 2024-09-10T16:36:27.315 INFO:teuthology.orchestra.run.smithi176.stderr:/var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph-osd.2.log 2024-09-10T16:36:27.318 INFO:teuthology.orchestra.run.smithi176.stderr:gzip -5 --verbose/var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph.cephadm.log: -- /var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph.log 2024-09-10T16:36:27.318 INFO:teuthology.orchestra.run.smithi176.stderr:/var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph-osd.2.log: 79.7% -- replaced with /var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph.cephadm.log.gzgzip 2024-09-10T16:36:27.318 INFO:teuthology.orchestra.run.smithi176.stderr: -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-10T16:36:27.318 INFO:teuthology.orchestra.run.smithi176.stderr: 89.7% -- replaced with /var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph.audit.log.gz 2024-09-10T16:36:27.318 INFO:teuthology.orchestra.run.smithi176.stderr:/var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph.log: /var/log/ceph/cephadm.log: 87.3% -- replaced with /var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph.log.gz 2024-09-10T16:36:27.318 INFO:teuthology.orchestra.run.smithi176.stderr: 89.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-10T16:36:27.319 INFO:teuthology.orchestra.run.smithi176.stderr: 91.2% -- replaced with /var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph-volume.log.gz 2024-09-10T16:36:27.320 INFO:teuthology.orchestra.run.smithi144.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-09-10T16:36:27.321 INFO:teuthology.orchestra.run.smithi144.stderr:gzip -5 --verbose -- /var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph-osd.1.log 2024-09-10T16:36:27.321 INFO:teuthology.orchestra.run.smithi144.stderr:gzip -5 --verbose -- /var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph-volume.log 2024-09-10T16:36:27.321 INFO:teuthology.orchestra.run.smithi144.stderr:gzip -5 --verbose -- /var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph-mgr.b.log 2024-09-10T16:36:27.321 INFO:teuthology.orchestra.run.smithi144.stderr:/var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph-osd.1.log: /var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph.audit.log 2024-09-10T16:36:27.321 INFO:teuthology.orchestra.run.smithi144.stderr:/var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph.cephadm.log 2024-09-10T16:36:27.321 INFO:teuthology.orchestra.run.smithi144.stderr:/var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph.log 2024-09-10T16:36:27.321 INFO:teuthology.orchestra.run.smithi144.stderr:/var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph-mon.b.log 2024-09-10T16:36:27.321 INFO:teuthology.orchestra.run.smithi144.stderr:/var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph.log: 79.7%gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-10T16:36:27.322 INFO:teuthology.orchestra.run.smithi144.stderr: 89.8% -- replaced with /var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph.cephadm.log.gz 2024-09-10T16:36:27.322 INFO:teuthology.orchestra.run.smithi144.stderr: -- replaced with /var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph.audit.log.gz 2024-09-10T16:36:27.322 INFO:teuthology.orchestra.run.smithi144.stderr:/var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph-mon.b.log: /var/log/ceph/cephadm.log: 87.5% -- replaced with /var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph.log.gz 2024-09-10T16:36:27.322 INFO:teuthology.orchestra.run.smithi144.stderr: 91.2% -- replaced with /var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph-volume.log.gz 2024-09-10T16:36:27.322 INFO:teuthology.orchestra.run.smithi144.stderr: 83.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-10T16:36:27.322 INFO:teuthology.orchestra.run.smithi144.stderr: 89.9% -- replaced with /var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph-mgr.b.log.gz 2024-09-10T16:36:27.327 INFO:teuthology.orchestra.run.smithi006.stderr: 92.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-10T16:36:27.347 INFO:teuthology.orchestra.run.smithi006.stderr: 93.5% -- replaced with /var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph-osd.0.log.gz 2024-09-10T16:36:27.348 INFO:teuthology.orchestra.run.smithi176.stderr: 93.5% -- replaced with /var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph-osd.2.log.gz 2024-09-10T16:36:27.370 INFO:teuthology.orchestra.run.smithi176.stderr: 92.9% -- replaced with /var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph-mon.c.log.gz 2024-09-10T16:36:27.372 INFO:teuthology.orchestra.run.smithi176.stderr: 2024-09-10T16:36:27.372 INFO:teuthology.orchestra.run.smithi176.stderr:real 0m0.069s 2024-09-10T16:36:27.372 INFO:teuthology.orchestra.run.smithi176.stderr:user 0m0.097s 2024-09-10T16:36:27.372 INFO:teuthology.orchestra.run.smithi176.stderr:sys 0m0.026s 2024-09-10T16:36:27.377 INFO:teuthology.orchestra.run.smithi144.stderr: 93.8% -- replaced with /var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph-osd.1.log.gz 2024-09-10T16:36:27.396 INFO:teuthology.orchestra.run.smithi144.stderr: 92.8% -- replaced with /var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph-mon.b.log.gz 2024-09-10T16:36:27.398 INFO:teuthology.orchestra.run.smithi144.stderr: 2024-09-10T16:36:27.398 INFO:teuthology.orchestra.run.smithi144.stderr:real 0m0.095s 2024-09-10T16:36:27.398 INFO:teuthology.orchestra.run.smithi144.stderr:user 0m0.152s 2024-09-10T16:36:27.398 INFO:teuthology.orchestra.run.smithi144.stderr:sys 0m0.033s 2024-09-10T16:36:27.415 INFO:teuthology.orchestra.run.smithi006.stderr: 90.2% -- replaced with /var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph-mgr.a.log.gz 2024-09-10T16:36:27.581 INFO:teuthology.orchestra.run.smithi006.stderr: 91.0% -- replaced with /var/log/ceph/4020cbc8-6f91-11ef-bcea-c7b262605968/ceph-mon.a.log.gz 2024-09-10T16:36:27.583 INFO:teuthology.orchestra.run.smithi006.stderr: 2024-09-10T16:36:27.583 INFO:teuthology.orchestra.run.smithi006.stderr:real 0m0.285s 2024-09-10T16:36:27.583 INFO:teuthology.orchestra.run.smithi006.stderr:user 0m0.437s 2024-09-10T16:36:27.583 INFO:teuthology.orchestra.run.smithi006.stderr:sys 0m0.028s 2024-09-10T16:36:27.583 INFO:tasks.cephadm:Archiving logs... 2024-09-10T16:36:27.584 DEBUG:teuthology.misc:Transferring archived files from smithi006:/var/log/ceph to /home/teuthworker/archive/skanta-2024-09-10_15:30:27-rados-wip-bharath7-testing-2024-09-10-1409-distro-default-smithi/7899309/remote/smithi006/log 2024-09-10T16:36:27.585 DEBUG:teuthology.orchestra.run.smithi006:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-10T16:36:27.725 DEBUG:teuthology.misc:Transferring archived files from smithi144:/var/log/ceph to /home/teuthworker/archive/skanta-2024-09-10_15:30:27-rados-wip-bharath7-testing-2024-09-10-1409-distro-default-smithi/7899309/remote/smithi144/log 2024-09-10T16:36:27.725 DEBUG:teuthology.orchestra.run.smithi144:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-10T16:36:27.779 DEBUG:teuthology.misc:Transferring archived files from smithi176:/var/log/ceph to /home/teuthworker/archive/skanta-2024-09-10_15:30:27-rados-wip-bharath7-testing-2024-09-10-1409-distro-default-smithi/7899309/remote/smithi176/log 2024-09-10T16:36:27.780 DEBUG:teuthology.orchestra.run.smithi176:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-10T16:36:27.824 INFO:tasks.cephadm:Removing cluster... 2024-09-10T16:36:27.825 DEBUG:teuthology.orchestra.run.smithi006:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 --force 2024-09-10T16:36:28.025 INFO:teuthology.orchestra.run.smithi006.stdout:Deleting cluster with fsid: 4020cbc8-6f91-11ef-bcea-c7b262605968 2024-09-10T16:36:28.290 DEBUG:teuthology.orchestra.run.smithi144:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 --force 2024-09-10T16:36:28.493 INFO:teuthology.orchestra.run.smithi144.stdout:Deleting cluster with fsid: 4020cbc8-6f91-11ef-bcea-c7b262605968 2024-09-10T16:36:28.747 DEBUG:teuthology.orchestra.run.smithi176:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 --force 2024-09-10T16:36:28.942 INFO:teuthology.orchestra.run.smithi176.stdout:Deleting cluster with fsid: 4020cbc8-6f91-11ef-bcea-c7b262605968 2024-09-10T16:36:29.191 INFO:tasks.cephadm:Removing cephadm ... 2024-09-10T16:36:29.192 DEBUG:teuthology.orchestra.run.smithi006:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-10T16:36:29.211 DEBUG:teuthology.orchestra.run.smithi144:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-10T16:36:29.228 DEBUG:teuthology.orchestra.run.smithi176:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-10T16:36:29.244 INFO:tasks.cephadm:Teardown complete 2024-09-10T16:36:29.244 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-09-10T16:36:29.256 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-09-10T16:36:29.256 DEBUG:teuthology.orchestra.run.smithi006:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-10T16:36:29.259 DEBUG:teuthology.orchestra.run.smithi144:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-10T16:36:29.270 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-09-10T16:36:29.364 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-10T16:36:29.372 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-10T16:36:29.373 DEBUG:teuthology.orchestra.run.smithi006:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-10T16:36:29.375 DEBUG:teuthology.orchestra.run.smithi144:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-10T16:36:29.378 DEBUG:teuthology.orchestra.run.smithi176:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-10T16:36:29.390 INFO:teuthology.orchestra.run.smithi144.stderr:bash: line 1: ntpq: command not found 2024-09-10T16:36:29.391 INFO:teuthology.orchestra.run.smithi006.stderr:bash: line 1: ntpq: command not found 2024-09-10T16:36:29.392 INFO:teuthology.orchestra.run.smithi176.stderr:bash: line 1: ntpq: command not found 2024-09-10T16:36:29.394 INFO:teuthology.orchestra.run.smithi144.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-10T16:36:29.394 INFO:teuthology.orchestra.run.smithi144.stdout:=============================================================================== 2024-09-10T16:36:29.394 INFO:teuthology.orchestra.run.smithi144.stdout:^* hv01.front.sepia.ceph.com 3 6 377 46 +409us[ +422us] +/- 46ms 2024-09-10T16:36:29.394 INFO:teuthology.orchestra.run.smithi144.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 49 -45us[ -32us] +/- 58ms 2024-09-10T16:36:29.394 INFO:teuthology.orchestra.run.smithi144.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 52 -727us[ -714us] +/- 90ms 2024-09-10T16:36:29.394 INFO:teuthology.orchestra.run.smithi144.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T16:36:29.396 INFO:teuthology.orchestra.run.smithi006.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-10T16:36:29.396 INFO:teuthology.orchestra.run.smithi006.stdout:=============================================================================== 2024-09-10T16:36:29.396 INFO:teuthology.orchestra.run.smithi006.stdout:^* hv01.front.sepia.ceph.com 3 6 377 49 +424us[ +451us] +/- 46ms 2024-09-10T16:36:29.396 INFO:teuthology.orchestra.run.smithi006.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 48 -59us[ -59us] +/- 58ms 2024-09-10T16:36:29.396 INFO:teuthology.orchestra.run.smithi006.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 50 -742us[ -714us] +/- 90ms 2024-09-10T16:36:29.396 INFO:teuthology.orchestra.run.smithi006.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T16:36:29.398 INFO:teuthology.orchestra.run.smithi176.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-10T16:36:29.398 INFO:teuthology.orchestra.run.smithi176.stdout:=============================================================================== 2024-09-10T16:36:29.398 INFO:teuthology.orchestra.run.smithi176.stdout:^* hv01.front.sepia.ceph.com 3 6 377 51 +424us[ +430us] +/- 46ms 2024-09-10T16:36:29.398 INFO:teuthology.orchestra.run.smithi176.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 50 -52us[ -52us] +/- 58ms 2024-09-10T16:36:29.398 INFO:teuthology.orchestra.run.smithi176.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 48 -732us[ -732us] +/- 90ms 2024-09-10T16:36:29.399 INFO:teuthology.orchestra.run.smithi176.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-10T16:36:29.399 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-10T16:36:29.407 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-10T16:36:29.408 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-10T16:36:29.438 DEBUG:teuthology.orchestra.run.smithi006:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-09-10T16:36:29.517 DEBUG:teuthology.orchestra.run.smithi144:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-09-10T16:36:29.583 DEBUG:teuthology.orchestra.run.smithi176:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-09-10T16:36:29.649 DEBUG:teuthology.orchestra.run.smithi006:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-10T16:36:29.682 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T16:36:29.682 DEBUG:teuthology.orchestra.run.smithi144:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-10T16:36:29.710 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T16:36:29.710 DEBUG:teuthology.orchestra.run.smithi176:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 2024-09-10T16:36:29.738 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T16:36:29.738 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-10T16:36:29.747 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-10T16:36:29.787 INFO:teuthology.task.internal:Duration was 1063.109917 seconds 2024-09-10T16:36:29.788 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-10T16:36:29.813 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-10T16:36:29.813 DEBUG:teuthology.orchestra.run.smithi006:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-10T16:36:29.816 DEBUG:teuthology.orchestra.run.smithi144:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-10T16:36:29.818 DEBUG:teuthology.orchestra.run.smithi176:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-10T16:36:29.855 INFO:teuthology.orchestra.run.smithi144.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-10T16:36:29.856 INFO:teuthology.orchestra.run.smithi176.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-10T16:36:29.858 INFO:teuthology.orchestra.run.smithi006.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-10T16:36:30.332 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-10T16:36:30.332 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi006.front.sepia.ceph.com 2024-09-10T16:36:30.333 DEBUG:teuthology.orchestra.run.smithi006:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-10T16:36:30.358 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi144.front.sepia.ceph.com 2024-09-10T16:36:30.359 DEBUG:teuthology.orchestra.run.smithi144:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-10T16:36:30.398 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi176.front.sepia.ceph.com 2024-09-10T16:36:30.398 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-09-10T16:36:30.430 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-10T16:36:30.430 DEBUG:teuthology.orchestra.run.smithi006:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-10T16:36:30.433 DEBUG:teuthology.orchestra.run.smithi144:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-10T16:36:30.441 DEBUG:teuthology.orchestra.run.smithi176:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-10T16:36:30.497 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-10T16:36:30.498 DEBUG:teuthology.orchestra.run.smithi006:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-10T16:36:30.505 DEBUG:teuthology.orchestra.run.smithi144:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-10T16:36:30.508 DEBUG:teuthology.orchestra.run.smithi176:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-10T16:36:30.705 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-10T16:36:30.715 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-10T16:36:30.715 DEBUG:teuthology.orchestra.run.smithi006:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-10T16:36:30.741 DEBUG:teuthology.orchestra.run.smithi144:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-10T16:36:30.766 DEBUG:teuthology.orchestra.run.smithi176:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-10T16:36:30.791 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-10T16:36:30.800 DEBUG:teuthology.orchestra.run.smithi006:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-10T16:36:30.802 DEBUG:teuthology.orchestra.run.smithi144:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-10T16:36:30.808 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-09-10T16:36:30.824 INFO:teuthology.orchestra.run.smithi006.stdout:kernel.core_pattern = core 2024-09-10T16:36:30.829 INFO:teuthology.orchestra.run.smithi144.stdout:kernel.core_pattern = core 2024-09-10T16:36:30.854 INFO:teuthology.orchestra.run.smithi176.stdout:kernel.core_pattern = core 2024-09-10T16:36:30.879 DEBUG:teuthology.orchestra.run.smithi006:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-10T16:36:30.905 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T16:36:30.906 DEBUG:teuthology.orchestra.run.smithi144:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-10T16:36:30.920 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T16:36:30.920 DEBUG:teuthology.orchestra.run.smithi176:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-10T16:36:30.934 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-10T16:36:30.935 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-10T16:36:30.944 INFO:teuthology.task.internal:Transferring archived files... 2024-09-10T16:36:30.945 DEBUG:teuthology.misc:Transferring archived files from smithi006:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/skanta-2024-09-10_15:30:27-rados-wip-bharath7-testing-2024-09-10-1409-distro-default-smithi/7899309/remote/smithi006 2024-09-10T16:36:30.945 DEBUG:teuthology.orchestra.run.smithi006:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-10T16:36:30.984 DEBUG:teuthology.misc:Transferring archived files from smithi144:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/skanta-2024-09-10_15:30:27-rados-wip-bharath7-testing-2024-09-10-1409-distro-default-smithi/7899309/remote/smithi144 2024-09-10T16:36:30.984 DEBUG:teuthology.orchestra.run.smithi144:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-10T16:36:31.017 DEBUG:teuthology.misc:Transferring archived files from smithi176:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/skanta-2024-09-10_15:30:27-rados-wip-bharath7-testing-2024-09-10-1409-distro-default-smithi/7899309/remote/smithi176 2024-09-10T16:36:31.018 DEBUG:teuthology.orchestra.run.smithi176:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-10T16:36:31.052 INFO:teuthology.task.internal:Removing archive directory... 2024-09-10T16:36:31.053 DEBUG:teuthology.orchestra.run.smithi006:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-10T16:36:31.055 DEBUG:teuthology.orchestra.run.smithi144:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-10T16:36:31.057 DEBUG:teuthology.orchestra.run.smithi176:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-10T16:36:31.101 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-10T16:36:31.113 INFO:teuthology.task.internal:Not uploading archives. 2024-09-10T16:36:31.113 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-10T16:36:31.132 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-10T16:36:31.132 DEBUG:teuthology.orchestra.run.smithi006:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-10T16:36:31.135 DEBUG:teuthology.orchestra.run.smithi144:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-10T16:36:31.137 DEBUG:teuthology.orchestra.run.smithi176:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-10T16:36:31.148 INFO:teuthology.orchestra.run.smithi006.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 10 16:36 /home/ubuntu/cephtest 2024-09-10T16:36:31.149 INFO:teuthology.orchestra.run.smithi144.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 10 16:36 /home/ubuntu/cephtest 2024-09-10T16:36:31.156 INFO:teuthology.orchestra.run.smithi176.stdout: 262169 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 10 16:36 /home/ubuntu/cephtest 2024-09-10T16:36:31.158 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-10T16:36:31.167 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-10T16:36:31.230 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream_runc agent/off mon_election/classic task/test_monitoring_stack_basic} duration: 1063.1099171638489 failure_reason: 'Command failed on smithi006 with status 5: ''sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:bad1f558c327094897e4a32e99dd5cb4ae6ccd46 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 4020cbc8-6f91-11ef-bcea-c7b262605968 -- bash -c \''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\''"\''"\'')\nGRAFANA_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\ncurl -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\nsleep 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\ncurl -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\ncurl -s http://${ALERTM_IP}:9093/api/v1/status\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e \''"\''"\''.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"\''"\''"\''\n\''''' flavor: default owner: scheduled_skanta@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=2c8108f6d99c4a54a774cb423d868dc7 status: fail success: false 2024-09-10T16:36:31.230 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-10T16:36:31.309 INFO:teuthology.run:FAIL