2024-09-17T00:41:15.603 INFO:root:teuthology version: 1.2.2.dev2+g3752d38 2024-09-17T00:41:15.620 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-17T00:41:15.713 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2024-09-16_21:08:04-orch-squid-distro-default-smithi/7907970 branch: squid description: orch/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_monitoring_stack_basic} email: ceph-qa@ceph.com first_in_suite: false job_id: '7907970' kernel: kdb: 1 sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2024-09-16_21:08:04-orch-squid-distro-default-smithi no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: squid ceph: conf: global: mon election default strategy: 3 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: true mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - mons down - mon down - out of quorum - CEPHADM_STRAY_DAEMON - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: c2ddf9721ef254645201cdbabd9c8f49c30a586f ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: c2ddf9721ef254645201cdbabd9c8f49c30a586f selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 - scontext=system_u:system_r:getty_t:s0 workunit: branch: squid sha1: e20bff7d16f5b09c58ead9548e8cf98cf87ee227 owner: scheduled_teuthology@teuthology priority: 100 repo: https://git.ceph.com/ceph.git roles: - - host.a - mon.a - mgr.a - osd.0 - - host.b - mon.b - mgr.b - osd.1 - - host.c - mon.c - osd.2 seed: 599 sha1: c2ddf9721ef254645201cdbabd9c8f49c30a586f sleep_before_teardown: 0 subset: 33/64 suite: orch suite_branch: squid suite_path: /home/teuthworker/src/git.ceph.com_ceph_e20bff7d16f5b09c58ead9548e8cf98cf87ee227/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph.git suite_sha1: e20bff7d16f5b09c58ead9548e8cf98cf87ee227 targets: smithi045.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNFokIJ2tcSimZBPwFjf/SbyYGOY6dP1aYEtLx/gKryIRFM+8AuGdB0LFZ/TCT/n655aDuWiqWFoC86iOeCe09c= smithi134.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBZOfpw/kQJGxaJZ9NyUhB0yIHC3Dqhc8GQu5Kl7n315l0uIPplsKepiBpHNx6fGK8yedXjHLQD7F/cbqE4OLmM= smithi153.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGY+48/ocEHeSEQA0yZSLO7PBAjXRyviQw8Bol0Vt6dSxAYmOSAiQqPNsWS+AIKsCuia1EELQE5klpU5yLVW+as= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install nvmetcli nvme-cli -y - install: null - cephadm: null - cephadm.shell: host.a: - "set -e\nset -x\nceph orch apply node-exporter\nceph orch apply grafana\nceph\ \ orch apply alertmanager\nceph orch apply prometheus\nsleep 240\nceph orch\ \ ls\nceph orch ps\nceph orch host ls\nMON_DAEMON=$(ceph orch ps --daemon-type\ \ mon -f json | jq -r 'last | .daemon_name')\nGRAFANA_HOST=$(ceph orch ps --daemon-type\ \ grafana -f json | jq -e '.[]' | jq -r '.hostname')\nPROM_HOST=$(ceph orch\ \ ps --daemon-type prometheus -f json | jq -e '.[]' | jq -r '.hostname')\nALERTM_HOST=$(ceph\ \ orch ps --daemon-type alertmanager -f json | jq -e '.[]' | jq -r '.hostname')\n\ GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST \"$GRAFANA_HOST\"\ \ '.[] | select(.hostname==$GRAFANA_HOST) | .addr')\nPROM_IP=$(ceph orch host\ \ ls -f json | jq -r --arg PROM_HOST \"$PROM_HOST\" '.[] | select(.hostname==$PROM_HOST)\ \ | .addr')\nALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST\ \ \"$ALERTM_HOST\" '.[] | select(.hostname==$ALERTM_HOST) | .addr')\n# check\ \ each host node-exporter metrics endpoint is responsive\nALL_HOST_IPS=$(ceph\ \ orch host ls -f json | jq -r '.[] | .addr')\nfor ip in $ALL_HOST_IPS; do\n\ \ curl -s http://${ip}:9100/metric\ndone\n# check grafana endpoints are responsive\ \ and database health is okay\ncurl -k -s https://${GRAFANA_IP}:3000/api/health\n\ curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '.database == \"ok\"\ '\n# stop mon daemon in order to trigger an alert\nceph orch daemon stop $MON_DAEMON\n\ sleep 120\n# check prometheus endpoints are responsive and mon down alert is\ \ firing\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ncurl -s http://${PROM_IP}:9095/api/v1/status/config\ \ | jq -e '.status == \"success\"'\ncurl -s http://${PROM_IP}:9095/api/v1/alerts\n\ curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '.data | .alerts | .[]\ \ | select(.labels | .alertname == \"CephMonDown\") | .state == \"firing\"'\n\ # check alertmanager endpoints are responsive and mon down alert is active\n\ curl -s http://${ALERTM_IP}:9093/api/v1/status\ncurl -s http://${ALERTM_IP}:9093/api/v1/alerts\n\ curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '.data | .[] | select(.labels\ \ | .alertname == \"CephMonDown\") | .status | .state == \"active\"'\n" teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 3752d3834a7b6cd13dc17dfaa6c2fd3658f3439a timestamp: 2024-09-16_21:08:04 tube: smithi user: teuthology verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.3401856 2024-09-17T00:41:15.713 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph_e20bff7d16f5b09c58ead9548e8cf98cf87ee227/qa; will attempt to use it 2024-09-17T00:41:15.714 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph_e20bff7d16f5b09c58ead9548e8cf98cf87ee227/qa/tasks 2024-09-17T00:41:15.714 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-09-17T00:41:15.715 INFO:teuthology.task.internal:Checking packages... 2024-09-17T00:41:15.736 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'c2ddf9721ef254645201cdbabd9c8f49c30a586f' 2024-09-17T00:41:15.736 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-09-17T00:41:15.736 INFO:teuthology.packaging:ref: None 2024-09-17T00:41:15.737 INFO:teuthology.packaging:tag: None 2024-09-17T00:41:15.737 INFO:teuthology.packaging:branch: squid 2024-09-17T00:41:15.737 INFO:teuthology.packaging:sha1: c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-17T00:41:15.737 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&ref=squid 2024-09-17T00:41:15.948 INFO:teuthology.task.internal:Found packages for ceph version 19.2.0-0 2024-09-17T00:41:15.949 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-09-17T00:41:15.956 INFO:teuthology.task.internal:no buildpackages task found 2024-09-17T00:41:15.956 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-09-17T00:41:15.996 INFO:teuthology.task.internal:Saving configuration 2024-09-17T00:41:16.008 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-09-17T00:41:16.031 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-09-17T00:41:16.057 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi045.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-16_21:08:04-orch-squid-distro-default-smithi/7907970', '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-17 00:36:14.946760', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNFokIJ2tcSimZBPwFjf/SbyYGOY6dP1aYEtLx/gKryIRFM+8AuGdB0LFZ/TCT/n655aDuWiqWFoC86iOeCe09c='} 2024-09-17T00:41:16.079 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi134.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-16_21:08:04-orch-squid-distro-default-smithi/7907970', '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-17 00:36:14.945029', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBZOfpw/kQJGxaJZ9NyUhB0yIHC3Dqhc8GQu5Kl7n315l0uIPplsKepiBpHNx6fGK8yedXjHLQD7F/cbqE4OLmM='} 2024-09-17T00:41:16.103 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi153.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2024-09-16_21:08:04-orch-squid-distro-default-smithi/7907970', '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-17 00:36:14.943036', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGY+48/ocEHeSEQA0yZSLO7PBAjXRyviQw8Bol0Vt6dSxAYmOSAiQqPNsWS+AIKsCuia1EELQE5klpU5yLVW+as='} 2024-09-17T00:41:16.103 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-09-17T00:41:16.109 INFO:teuthology.task.internal:roles: ubuntu@smithi045.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-09-17T00:41:16.109 INFO:teuthology.task.internal:roles: ubuntu@smithi134.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-09-17T00:41:16.109 INFO:teuthology.task.internal:roles: ubuntu@smithi153.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-09-17T00:41:16.109 INFO:teuthology.run_tasks:Running task console_log... 2024-09-17T00:41:16.212 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fa00bf2fac0>, signals=[15]) 2024-09-17T00:41:16.212 INFO:teuthology.run_tasks:Running task internal.connect... 2024-09-17T00:41:16.217 INFO:teuthology.task.internal:Opening connections... 2024-09-17T00:41:16.217 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi045.front.sepia.ceph.com 2024-09-17T00:41:16.218 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T00:41:16.299 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi134.front.sepia.ceph.com 2024-09-17T00:41:16.299 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T00:41:16.385 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi153.front.sepia.ceph.com 2024-09-17T00:41:16.386 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T00:41:16.462 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-09-17T00:41:16.468 DEBUG:teuthology.orchestra.run.smithi045:> uname -m 2024-09-17T00:41:16.486 INFO:teuthology.orchestra.run.smithi045.stdout:x86_64 2024-09-17T00:41:16.486 DEBUG:teuthology.orchestra.run.smithi045:> cat /etc/os-release 2024-09-17T00:41:16.544 INFO:teuthology.orchestra.run.smithi045.stdout:NAME="CentOS Stream" 2024-09-17T00:41:16.544 INFO:teuthology.orchestra.run.smithi045.stdout:VERSION="9" 2024-09-17T00:41:16.544 INFO:teuthology.orchestra.run.smithi045.stdout:ID="centos" 2024-09-17T00:41:16.544 INFO:teuthology.orchestra.run.smithi045.stdout:ID_LIKE="rhel fedora" 2024-09-17T00:41:16.545 INFO:teuthology.orchestra.run.smithi045.stdout:VERSION_ID="9" 2024-09-17T00:41:16.545 INFO:teuthology.orchestra.run.smithi045.stdout:PLATFORM_ID="platform:el9" 2024-09-17T00:41:16.545 INFO:teuthology.orchestra.run.smithi045.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-17T00:41:16.545 INFO:teuthology.orchestra.run.smithi045.stdout:ANSI_COLOR="0;31" 2024-09-17T00:41:16.545 INFO:teuthology.orchestra.run.smithi045.stdout:LOGO="fedora-logo-icon" 2024-09-17T00:41:16.545 INFO:teuthology.orchestra.run.smithi045.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-17T00:41:16.545 INFO:teuthology.orchestra.run.smithi045.stdout:HOME_URL="https://centos.org/" 2024-09-17T00:41:16.545 INFO:teuthology.orchestra.run.smithi045.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-17T00:41:16.545 INFO:teuthology.orchestra.run.smithi045.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-17T00:41:16.545 INFO:teuthology.orchestra.run.smithi045.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-17T00:41:16.546 INFO:teuthology.lock.ops:Updating smithi045.front.sepia.ceph.com on lock server 2024-09-17T00:41:16.573 DEBUG:teuthology.orchestra.run.smithi134:> uname -m 2024-09-17T00:41:16.591 INFO:teuthology.orchestra.run.smithi134.stdout:x86_64 2024-09-17T00:41:16.592 DEBUG:teuthology.orchestra.run.smithi134:> cat /etc/os-release 2024-09-17T00:41:16.649 INFO:teuthology.orchestra.run.smithi134.stdout:NAME="CentOS Stream" 2024-09-17T00:41:16.650 INFO:teuthology.orchestra.run.smithi134.stdout:VERSION="9" 2024-09-17T00:41:16.650 INFO:teuthology.orchestra.run.smithi134.stdout:ID="centos" 2024-09-17T00:41:16.650 INFO:teuthology.orchestra.run.smithi134.stdout:ID_LIKE="rhel fedora" 2024-09-17T00:41:16.650 INFO:teuthology.orchestra.run.smithi134.stdout:VERSION_ID="9" 2024-09-17T00:41:16.650 INFO:teuthology.orchestra.run.smithi134.stdout:PLATFORM_ID="platform:el9" 2024-09-17T00:41:16.650 INFO:teuthology.orchestra.run.smithi134.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-17T00:41:16.650 INFO:teuthology.orchestra.run.smithi134.stdout:ANSI_COLOR="0;31" 2024-09-17T00:41:16.650 INFO:teuthology.orchestra.run.smithi134.stdout:LOGO="fedora-logo-icon" 2024-09-17T00:41:16.650 INFO:teuthology.orchestra.run.smithi134.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-17T00:41:16.650 INFO:teuthology.orchestra.run.smithi134.stdout:HOME_URL="https://centos.org/" 2024-09-17T00:41:16.650 INFO:teuthology.orchestra.run.smithi134.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-17T00:41:16.650 INFO:teuthology.orchestra.run.smithi134.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-17T00:41:16.650 INFO:teuthology.orchestra.run.smithi134.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-17T00:41:16.651 INFO:teuthology.lock.ops:Updating smithi134.front.sepia.ceph.com on lock server 2024-09-17T00:41:16.672 DEBUG:teuthology.orchestra.run.smithi153:> uname -m 2024-09-17T00:41:16.691 INFO:teuthology.orchestra.run.smithi153.stdout:x86_64 2024-09-17T00:41:16.691 DEBUG:teuthology.orchestra.run.smithi153:> cat /etc/os-release 2024-09-17T00:41:16.749 INFO:teuthology.orchestra.run.smithi153.stdout:NAME="CentOS Stream" 2024-09-17T00:41:16.749 INFO:teuthology.orchestra.run.smithi153.stdout:VERSION="9" 2024-09-17T00:41:16.749 INFO:teuthology.orchestra.run.smithi153.stdout:ID="centos" 2024-09-17T00:41:16.749 INFO:teuthology.orchestra.run.smithi153.stdout:ID_LIKE="rhel fedora" 2024-09-17T00:41:16.749 INFO:teuthology.orchestra.run.smithi153.stdout:VERSION_ID="9" 2024-09-17T00:41:16.749 INFO:teuthology.orchestra.run.smithi153.stdout:PLATFORM_ID="platform:el9" 2024-09-17T00:41:16.749 INFO:teuthology.orchestra.run.smithi153.stdout:PRETTY_NAME="CentOS Stream 9" 2024-09-17T00:41:16.749 INFO:teuthology.orchestra.run.smithi153.stdout:ANSI_COLOR="0;31" 2024-09-17T00:41:16.749 INFO:teuthology.orchestra.run.smithi153.stdout:LOGO="fedora-logo-icon" 2024-09-17T00:41:16.750 INFO:teuthology.orchestra.run.smithi153.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2024-09-17T00:41:16.750 INFO:teuthology.orchestra.run.smithi153.stdout:HOME_URL="https://centos.org/" 2024-09-17T00:41:16.750 INFO:teuthology.orchestra.run.smithi153.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2024-09-17T00:41:16.750 INFO:teuthology.orchestra.run.smithi153.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2024-09-17T00:41:16.750 INFO:teuthology.orchestra.run.smithi153.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-09-17T00:41:16.750 INFO:teuthology.lock.ops:Updating smithi153.front.sepia.ceph.com on lock server 2024-09-17T00:41:16.772 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-09-17T00:41:16.780 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-09-17T00:41:16.805 INFO:teuthology.task.internal:Checking for old test directory... 2024-09-17T00:41:16.805 DEBUG:teuthology.orchestra.run.smithi045:> test '!' -e /home/ubuntu/cephtest 2024-09-17T00:41:16.808 DEBUG:teuthology.orchestra.run.smithi134:> test '!' -e /home/ubuntu/cephtest 2024-09-17T00:41:16.810 DEBUG:teuthology.orchestra.run.smithi153:> test '!' -e /home/ubuntu/cephtest 2024-09-17T00:41:16.827 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-09-17T00:41:16.831 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-09-17T00:41:16.831 DEBUG:teuthology.orchestra.run.smithi045:> test -z $(ls -A /var/lib/ceph) 2024-09-17T00:41:16.865 DEBUG:teuthology.orchestra.run.smithi134:> test -z $(ls -A /var/lib/ceph) 2024-09-17T00:41:16.867 DEBUG:teuthology.orchestra.run.smithi153:> test -z $(ls -A /var/lib/ceph) 2024-09-17T00:41:16.968 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-09-17T00:41:17.044 INFO:teuthology.run_tasks:Running task kernel... 2024-09-17T00:41:17.059 INFO:teuthology.task.kernel:normalize config orig: {'kdb': 1, 'sha1': 'distro'} 2024-09-17T00:41:17.059 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-17T00:41:17.059 DEBUG:teuthology.orchestra.run.smithi045:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-17T00:41:17.060 DEBUG:teuthology.orchestra.run.smithi134:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-17T00:41:17.060 DEBUG:teuthology.orchestra.run.smithi153:> test -f /run/.containerenv -o -f /.dockerenv 2024-09-17T00:41:17.077 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T00:41:17.078 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T00:41:17.078 DEBUG:teuthology.orchestra.run.smithi045:> uname -r 2024-09-17T00:41:17.078 DEBUG:teuthology.orchestra.run.smithi153:> uname -r 2024-09-17T00:41:17.079 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T00:41:17.079 DEBUG:teuthology.orchestra.run.smithi134:> uname -r 2024-09-17T00:41:17.135 INFO:teuthology.orchestra.run.smithi153.stdout:5.14.0-503.el9.x86_64 2024-09-17T00:41:17.135 INFO:teuthology.task.kernel:Running kernel on smithi153: 5.14.0-503.el9.x86_64 2024-09-17T00:41:17.135 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum install -y kernel 2024-09-17T00:41:17.136 INFO:teuthology.orchestra.run.smithi045.stdout:5.14.0-503.el9.x86_64 2024-09-17T00:41:17.136 INFO:teuthology.task.kernel:Running kernel on smithi045: 5.14.0-503.el9.x86_64 2024-09-17T00:41:17.136 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum install -y kernel 2024-09-17T00:41:17.138 INFO:teuthology.orchestra.run.smithi134.stdout:5.14.0-503.el9.x86_64 2024-09-17T00:41:17.138 INFO:teuthology.task.kernel:Running kernel on smithi134: 5.14.0-503.el9.x86_64 2024-09-17T00:41:17.138 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum install -y kernel 2024-09-17T00:41:19.526 INFO:teuthology.orchestra.run.smithi153.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.3 MB 00:00 2024-09-17T00:41:19.610 INFO:teuthology.orchestra.run.smithi134.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.3 MB 00:00 2024-09-17T00:41:21.157 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 9 - BaseOS 3.6 MB/s | 8.3 MB 00:02 2024-09-17T00:41:21.402 INFO:teuthology.orchestra.run.smithi134.stdout:CentOS Stream 9 - AppStream 29 MB/s | 20 MB 00:00 2024-09-17T00:41:23.435 INFO:teuthology.orchestra.run.smithi153.stdout:CentOS Stream 9 - AppStream 7.2 MB/s | 20 MB 00:02 2024-09-17T00:41:24.275 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 9 - AppStream 10 MB/s | 20 MB 00:01 2024-09-17T00:41:26.203 INFO:teuthology.orchestra.run.smithi134.stdout:CentOS Stream 9 - CRB 7.1 MB/s | 6.5 MB 00:00 2024-09-17T00:41:27.737 INFO:teuthology.orchestra.run.smithi134.stdout:CentOS Stream 9 - Extras packages 61 kB/s | 19 kB 00:00 2024-09-17T00:41:28.766 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 9 - CRB 11 MB/s | 6.5 MB 00:00 2024-09-17T00:41:28.968 INFO:teuthology.orchestra.run.smithi134.stdout:Extra Packages for Enterprise Linux 20 MB/s | 23 MB 00:01 2024-09-17T00:41:28.980 INFO:teuthology.orchestra.run.smithi153.stdout:CentOS Stream 9 - CRB 3.7 MB/s | 6.5 MB 00:01 2024-09-17T00:41:30.426 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 9 - Extras packages 45 kB/s | 19 kB 00:00 2024-09-17T00:41:30.670 INFO:teuthology.orchestra.run.smithi153.stdout:CentOS Stream 9 - Extras packages 53 kB/s | 19 kB 00:00 2024-09-17T00:41:32.882 INFO:teuthology.orchestra.run.smithi045.stdout:Extra Packages for Enterprise Linux 9.7 MB/s | 23 MB 00:02 2024-09-17T00:41:34.447 INFO:teuthology.orchestra.run.smithi134.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-09-17T00:41:36.015 INFO:teuthology.orchestra.run.smithi153.stdout:Extra Packages for Enterprise Linux 4.3 MB/s | 23 MB 00:05 2024-09-17T00:41:36.387 INFO:teuthology.orchestra.run.smithi134.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-17T00:41:36.387 INFO:teuthology.orchestra.run.smithi134.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-17T00:41:36.491 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-09-17T00:41:36.495 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:41:36.495 INFO:teuthology.orchestra.run.smithi134.stdout: Package Architecture Version Repository Size 2024-09-17T00:41:36.495 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:41:36.495 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-09-17T00:41:36.495 INFO:teuthology.orchestra.run.smithi134.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-17T00:41:36.495 INFO:teuthology.orchestra.run.smithi134.stdout:Installing dependencies: 2024-09-17T00:41:36.495 INFO:teuthology.orchestra.run.smithi134.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-17T00:41:36.495 INFO:teuthology.orchestra.run.smithi134.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-17T00:41:36.495 INFO:teuthology.orchestra.run.smithi134.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-17T00:41:36.495 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:41:36.496 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-09-17T00:41:36.496 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:41:36.496 INFO:teuthology.orchestra.run.smithi134.stdout:Install 4 Packages 2024-09-17T00:41:36.496 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:41:36.496 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 79 M 2024-09-17T00:41:36.497 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 126 M 2024-09-17T00:41:36.497 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-09-17T00:41:36.632 INFO:teuthology.orchestra.run.smithi134.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 313 kB/s | 36 kB 00:00 2024-09-17T00:41:37.599 INFO:teuthology.orchestra.run.smithi134.stdout:(2/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 32 MB/s | 35 MB 00:01 2024-09-17T00:41:37.774 INFO:teuthology.orchestra.run.smithi134.stdout:(3/4): kernel-core-5.14.0-508.el9.x86_64.rpm 12 MB/s | 16 MB 00:01 2024-09-17T00:41:38.141 INFO:teuthology.orchestra.run.smithi134.stdout:(4/4): kernel-modules-core-5.14.0-508.el9.x86_6 19 MB/s | 29 MB 00:01 2024-09-17T00:41:38.141 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:41:38.141 INFO:teuthology.orchestra.run.smithi134.stdout:Total 48 MB/s | 79 MB 00:01 2024-09-17T00:41:38.519 INFO:teuthology.orchestra.run.smithi045.stdout:lab-extras 31 kB/s | 1.7 kB 00:00 2024-09-17T00:41:38.824 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-09-17T00:41:39.150 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-09-17T00:41:39.151 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-09-17T00:41:40.117 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-09-17T00:41:40.117 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-09-17T00:41:40.509 INFO:teuthology.orchestra.run.smithi045.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-17T00:41:40.509 INFO:teuthology.orchestra.run.smithi045.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-17T00:41:40.598 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-09-17T00:41:40.602 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:41:40.602 INFO:teuthology.orchestra.run.smithi045.stdout: Package Architecture Version Repository Size 2024-09-17T00:41:40.603 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:41:40.603 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-09-17T00:41:40.603 INFO:teuthology.orchestra.run.smithi045.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-17T00:41:40.603 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2024-09-17T00:41:40.603 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-17T00:41:40.603 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-17T00:41:40.603 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-17T00:41:40.603 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:41:40.603 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-09-17T00:41:40.603 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:41:40.603 INFO:teuthology.orchestra.run.smithi045.stdout:Install 4 Packages 2024-09-17T00:41:40.603 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:41:40.604 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 79 M 2024-09-17T00:41:40.604 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 126 M 2024-09-17T00:41:40.604 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-09-17T00:41:40.681 INFO:teuthology.orchestra.run.smithi045.stdout:[MIRROR] kernel-5.14.0-508.el9.x86_64.rpm: Status code: 404 for http://mirror.team-cymru.com/centos-stream/9-stream/BaseOS/x86_64/os/Packages/kernel-5.14.0-508.el9.x86_64.rpm (IP: 216.31.2.234) 2024-09-17T00:41:40.682 INFO:teuthology.orchestra.run.smithi045.stdout:[MIRROR] kernel-core-5.14.0-508.el9.x86_64.rpm: Status code: 404 for http://mirror.team-cymru.com/centos-stream/9-stream/BaseOS/x86_64/os/Packages/kernel-core-5.14.0-508.el9.x86_64.rpm (IP: 216.31.2.234) 2024-09-17T00:41:40.682 INFO:teuthology.orchestra.run.smithi045.stdout:[MIRROR] kernel-modules-5.14.0-508.el9.x86_64.rpm: Status code: 404 for http://mirror.team-cymru.com/centos-stream/9-stream/BaseOS/x86_64/os/Packages/kernel-modules-5.14.0-508.el9.x86_64.rpm (IP: 216.31.2.234) 2024-09-17T00:41:40.779 INFO:teuthology.orchestra.run.smithi045.stdout:[MIRROR] kernel-5.14.0-508.el9.x86_64.rpm: Status code: 404 for https://mirror.team-cymru.com/centos-stream/9-stream/BaseOS/x86_64/os/Packages/kernel-5.14.0-508.el9.x86_64.rpm (IP: 216.31.2.234) 2024-09-17T00:41:40.785 INFO:teuthology.orchestra.run.smithi045.stdout:[MIRROR] kernel-core-5.14.0-508.el9.x86_64.rpm: Status code: 404 for https://mirror.team-cymru.com/centos-stream/9-stream/BaseOS/x86_64/os/Packages/kernel-core-5.14.0-508.el9.x86_64.rpm (IP: 216.31.2.234) 2024-09-17T00:41:40.793 INFO:teuthology.orchestra.run.smithi045.stdout:[MIRROR] kernel-modules-5.14.0-508.el9.x86_64.rpm: Status code: 404 for https://mirror.team-cymru.com/centos-stream/9-stream/BaseOS/x86_64/os/Packages/kernel-modules-5.14.0-508.el9.x86_64.rpm (IP: 216.31.2.234) 2024-09-17T00:41:40.937 INFO:teuthology.orchestra.run.smithi045.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 115 kB/s | 36 kB 00:00 2024-09-17T00:41:40.967 INFO:teuthology.orchestra.run.smithi045.stdout:[MIRROR] kernel-modules-core-5.14.0-508.el9.x86_64.rpm: Status code: 404 for https://mirror.team-cymru.com/centos-stream/9-stream/BaseOS/x86_64/os/Packages/kernel-modules-core-5.14.0-508.el9.x86_64.rpm (IP: 216.31.2.234) 2024-09-17T00:41:40.994 INFO:teuthology.orchestra.run.smithi045.stdout:[MIRROR] kernel-modules-core-5.14.0-508.el9.x86_64.rpm: Status code: 404 for http://mirror.team-cymru.com/centos-stream/9-stream/BaseOS/x86_64/os/Packages/kernel-modules-core-5.14.0-508.el9.x86_64.rpm (IP: 216.31.2.234) 2024-09-17T00:41:41.420 INFO:teuthology.orchestra.run.smithi045.stdout:(2/4): kernel-core-5.14.0-508.el9.x86_64.rpm 20 MB/s | 16 MB 00:00 2024-09-17T00:41:41.621 INFO:teuthology.orchestra.run.smithi153.stdout:lab-extras 42 kB/s | 1.7 kB 00:00 2024-09-17T00:41:41.912 INFO:teuthology.orchestra.run.smithi045.stdout:(3/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 27 MB/s | 35 MB 00:01 2024-09-17T00:41:42.387 INFO:teuthology.orchestra.run.smithi045.stdout:(4/4): kernel-modules-core-5.14.0-508.el9.x86_6 20 MB/s | 29 MB 00:01 2024-09-17T00:41:42.391 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:41:42.391 INFO:teuthology.orchestra.run.smithi045.stdout:Total 44 MB/s | 79 MB 00:01 2024-09-17T00:41:42.559 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-09-17T00:41:43.103 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-09-17T00:41:43.272 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-17T00:41:43.352 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T00:41:43.512 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-09-17T00:41:43.512 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-09-17T00:41:43.519 INFO:teuthology.orchestra.run.smithi153.stdout:Package kernel-5.14.0-239.el9.x86_64 is already installed. 2024-09-17T00:41:43.519 INFO:teuthology.orchestra.run.smithi153.stdout:Package kernel-5.14.0-503.el9.x86_64 is already installed. 2024-09-17T00:41:43.611 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-09-17T00:41:43.620 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:41:43.620 INFO:teuthology.orchestra.run.smithi153.stdout: Package Architecture Version Repository Size 2024-09-17T00:41:43.620 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:41:43.621 INFO:teuthology.orchestra.run.smithi153.stdout:Installing: 2024-09-17T00:41:43.621 INFO:teuthology.orchestra.run.smithi153.stdout: kernel x86_64 5.14.0-508.el9 baseos 36 k 2024-09-17T00:41:43.621 INFO:teuthology.orchestra.run.smithi153.stdout:Installing dependencies: 2024-09-17T00:41:43.621 INFO:teuthology.orchestra.run.smithi153.stdout: kernel-core x86_64 5.14.0-508.el9 baseos 16 M 2024-09-17T00:41:43.621 INFO:teuthology.orchestra.run.smithi153.stdout: kernel-modules x86_64 5.14.0-508.el9 baseos 35 M 2024-09-17T00:41:43.621 INFO:teuthology.orchestra.run.smithi153.stdout: kernel-modules-core x86_64 5.14.0-508.el9 baseos 29 M 2024-09-17T00:41:43.621 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:41:43.621 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2024-09-17T00:41:43.621 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:41:43.621 INFO:teuthology.orchestra.run.smithi153.stdout:Install 4 Packages 2024-09-17T00:41:43.621 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:41:43.622 INFO:teuthology.orchestra.run.smithi153.stdout:Total download size: 79 M 2024-09-17T00:41:43.622 INFO:teuthology.orchestra.run.smithi153.stdout:Installed size: 126 M 2024-09-17T00:41:43.622 INFO:teuthology.orchestra.run.smithi153.stdout:Downloading Packages: 2024-09-17T00:41:43.811 INFO:teuthology.orchestra.run.smithi153.stdout:[MIRROR] kernel-5.14.0-508.el9.x86_64.rpm: Status code: 404 for http://us.mirrors.cicku.me/centos/9-stream/BaseOS/x86_64/os/Packages/kernel-5.14.0-508.el9.x86_64.rpm (IP: 172.65.90.21) 2024-09-17T00:41:43.848 INFO:teuthology.orchestra.run.smithi153.stdout:[MIRROR] kernel-core-5.14.0-508.el9.x86_64.rpm: Status code: 404 for http://us.mirrors.cicku.me/centos/9-stream/BaseOS/x86_64/os/Packages/kernel-core-5.14.0-508.el9.x86_64.rpm (IP: 172.65.90.21) 2024-09-17T00:41:43.856 INFO:teuthology.orchestra.run.smithi153.stdout:[MIRROR] kernel-modules-5.14.0-508.el9.x86_64.rpm: Status code: 404 for http://us.mirrors.cicku.me/centos/9-stream/BaseOS/x86_64/os/Packages/kernel-modules-5.14.0-508.el9.x86_64.rpm (IP: 172.65.90.21) 2024-09-17T00:41:44.021 INFO:teuthology.orchestra.run.smithi153.stdout:[MIRROR] kernel-core-5.14.0-508.el9.x86_64.rpm: Status code: 404 for https://us.mirrors.cicku.me/centos/9-stream/BaseOS/x86_64/os/Packages/kernel-core-5.14.0-508.el9.x86_64.rpm (IP: 172.65.90.21) 2024-09-17T00:41:44.026 INFO:teuthology.orchestra.run.smithi153.stdout:[MIRROR] kernel-5.14.0-508.el9.x86_64.rpm: Status code: 404 for https://us.mirrors.cicku.me/centos/9-stream/BaseOS/x86_64/os/Packages/kernel-5.14.0-508.el9.x86_64.rpm (IP: 172.65.90.21) 2024-09-17T00:41:44.058 INFO:teuthology.orchestra.run.smithi153.stdout:[MIRROR] kernel-modules-5.14.0-508.el9.x86_64.rpm: Status code: 404 for https://us.mirrors.cicku.me/centos/9-stream/BaseOS/x86_64/os/Packages/kernel-modules-5.14.0-508.el9.x86_64.rpm (IP: 172.65.90.21) 2024-09-17T00:41:44.130 INFO:teuthology.orchestra.run.smithi153.stdout:(1/4): kernel-5.14.0-508.el9.x86_64.rpm 75 kB/s | 36 kB 00:00 2024-09-17T00:41:44.183 INFO:teuthology.orchestra.run.smithi153.stdout:[MIRROR] kernel-modules-core-5.14.0-508.el9.x86_64.rpm: Status code: 404 for https://us.mirrors.cicku.me/centos/9-stream/BaseOS/x86_64/os/Packages/kernel-modules-core-5.14.0-508.el9.x86_64.rpm (IP: 172.65.90.21) 2024-09-17T00:41:44.226 INFO:teuthology.orchestra.run.smithi153.stdout:[MIRROR] kernel-modules-core-5.14.0-508.el9.x86_64.rpm: Status code: 404 for http://us.mirrors.cicku.me/centos/9-stream/BaseOS/x86_64/os/Packages/kernel-modules-core-5.14.0-508.el9.x86_64.rpm (IP: 172.65.90.21) 2024-09-17T00:41:44.513 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-09-17T00:41:44.513 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-09-17T00:41:46.111 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T00:41:46.238 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T00:41:47.154 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-09-17T00:41:47.214 INFO:teuthology.orchestra.run.smithi153.stdout:(2/4): kernel-core-5.14.0-508.el9.x86_64.rpm 4.4 MB/s | 16 MB 00:03 2024-09-17T00:41:47.853 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-17T00:41:47.931 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T00:41:49.330 INFO:teuthology.orchestra.run.smithi153.stdout:(3/4): kernel-modules-core-5.14.0-508.el9.x86_6 5.5 MB/s | 29 MB 00:05 2024-09-17T00:41:50.314 INFO:teuthology.orchestra.run.smithi153.stdout:(4/4): kernel-modules-5.14.0-508.el9.x86_64.rpm 5.2 MB/s | 35 MB 00:06 2024-09-17T00:41:50.315 INFO:teuthology.orchestra.run.smithi153.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:41:50.315 INFO:teuthology.orchestra.run.smithi153.stdout:Total 12 MB/s | 79 MB 00:06 2024-09-17T00:41:50.669 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T00:41:50.800 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T00:41:51.001 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction check 2024-09-17T00:41:51.070 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T00:41:51.105 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T00:41:51.378 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction check succeeded. 2024-09-17T00:41:51.378 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction test 2024-09-17T00:41:52.334 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction test succeeded. 2024-09-17T00:41:52.335 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction 2024-09-17T00:41:54.816 INFO:teuthology.orchestra.run.smithi153.stdout: Preparing : 1/1 2024-09-17T00:41:55.531 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : kernel-modules-core-5.14.0-508.el9.x86_64 1/4 2024-09-17T00:41:55.608 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T00:41:55.929 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T00:41:55.939 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T00:41:55.968 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T00:41:58.379 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T00:41:58.510 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T00:42:01.108 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T00:42:03.336 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T00:42:03.444 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T00:42:08.289 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T00:42:34.152 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T00:42:34.191 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-17T00:42:34.573 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T00:42:34.573 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-17T00:42:34.573 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T00:42:34.574 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T00:42:35.419 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T00:42:35.419 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:42:35.419 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-09-17T00:42:35.419 INFO:teuthology.orchestra.run.smithi134.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-17T00:42:35.419 INFO:teuthology.orchestra.run.smithi134.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-17T00:42:35.420 INFO:teuthology.orchestra.run.smithi134.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-17T00:42:35.420 INFO:teuthology.orchestra.run.smithi134.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-17T00:42:35.420 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:42:35.420 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-09-17T00:42:35.763 DEBUG:teuthology.orchestra.run.smithi134:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T00:42:35.896 INFO:teuthology.orchestra.run.smithi134.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T00:42:35.896 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T00:42:35.896 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-508.el9.x86_64 2024-09-17T00:42:35.896 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-17T00:42:35.896 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-17T00:42:35.897 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-09-17T00:42:35.897 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi134.front.sepia.ceph.com, path=None, version=distro) 2024-09-17T00:42:35.897 DEBUG:teuthology.orchestra.run.smithi134:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T00:42:35.956 INFO:teuthology.orchestra.run.smithi134.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T00:42:35.956 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T00:42:35.956 DEBUG:teuthology.orchestra.run.smithi134:> sudo rpm -qi grub2-tools 2024-09-17T00:42:35.996 INFO:teuthology.orchestra.run.smithi134.stdout:Name : grub2-tools 2024-09-17T00:42:35.996 INFO:teuthology.orchestra.run.smithi134.stdout:Epoch : 1 2024-09-17T00:42:35.996 INFO:teuthology.orchestra.run.smithi134.stdout:Version : 2.06 2024-09-17T00:42:35.996 INFO:teuthology.orchestra.run.smithi134.stdout:Release : 82.el9 2024-09-17T00:42:35.996 INFO:teuthology.orchestra.run.smithi134.stdout:Architecture: x86_64 2024-09-17T00:42:35.996 INFO:teuthology.orchestra.run.smithi134.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-17T00:42:35.997 INFO:teuthology.orchestra.run.smithi134.stdout:Group : Unspecified 2024-09-17T00:42:35.997 INFO:teuthology.orchestra.run.smithi134.stdout:Size : 8274670 2024-09-17T00:42:35.997 INFO:teuthology.orchestra.run.smithi134.stdout:License : GPLv3+ 2024-09-17T00:42:35.997 INFO:teuthology.orchestra.run.smithi134.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-17T00:42:35.997 INFO:teuthology.orchestra.run.smithi134.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-17T00:42:35.997 INFO:teuthology.orchestra.run.smithi134.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-17T00:42:35.997 INFO:teuthology.orchestra.run.smithi134.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-17T00:42:35.997 INFO:teuthology.orchestra.run.smithi134.stdout:Packager : builder@centos.org 2024-09-17T00:42:35.997 INFO:teuthology.orchestra.run.smithi134.stdout:Vendor : CentOS 2024-09-17T00:42:35.997 INFO:teuthology.orchestra.run.smithi134.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-17T00:42:35.997 INFO:teuthology.orchestra.run.smithi134.stdout:Summary : Support tools for GRUB. 2024-09-17T00:42:35.997 INFO:teuthology.orchestra.run.smithi134.stdout:Description : 2024-09-17T00:42:35.997 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:42:35.997 INFO:teuthology.orchestra.run.smithi134.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-17T00:42:35.998 INFO:teuthology.orchestra.run.smithi134.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-17T00:42:35.998 INFO:teuthology.orchestra.run.smithi134.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-17T00:42:35.998 INFO:teuthology.orchestra.run.smithi134.stdout:hardware devices. 2024-09-17T00:42:35.998 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:42:35.998 INFO:teuthology.orchestra.run.smithi134.stdout:This subpackage provides tools for support of all platforms. 2024-09-17T00:42:35.999 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-17T00:42:35.999 INFO:teuthology.task.kernel:Updating grub on smithi134 to boot 5.14.0-508.el9.x86_64 2024-09-17T00:42:35.999 DEBUG:teuthology.orchestra.run.smithi134:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-17T00:42:36.665 INFO:teuthology.orchestra.run.smithi134.stderr:Generating grub configuration file ... 2024-09-17T00:42:38.065 INFO:teuthology.orchestra.run.smithi134.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-17T00:42:38.100 INFO:teuthology.orchestra.run.smithi134.stderr:done 2024-09-17T00:42:38.103 DEBUG:teuthology.orchestra.run.smithi134:> mktemp 2024-09-17T00:42:38.118 INFO:teuthology.orchestra.run.smithi134.stdout:/tmp/tmp.nUvaHh84KU 2024-09-17T00:42:38.118 DEBUG:teuthology.orchestra.run.smithi134:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.nUvaHh84KU 2024-09-17T00:42:38.191 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod 0666 /tmp/tmp.nUvaHh84KU 2024-09-17T00:42:38.335 DEBUG:teuthology.orchestra.remote:smithi134:/tmp/tmp.nUvaHh84KU is 6KB 2024-09-17T00:42:38.357 DEBUG:teuthology.orchestra.run.smithi134:> rm -fr /tmp/tmp.nUvaHh84KU 2024-09-17T00:42:38.372 DEBUG:teuthology.orchestra.run.smithi134:> sudo /bin/ls /boot/loader/entries || true 2024-09-17T00:42:38.436 INFO:teuthology.orchestra.run.smithi134.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-17T00:42:38.436 INFO:teuthology.orchestra.run.smithi134.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-17T00:42:38.436 INFO:teuthology.orchestra.run.smithi134.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-17T00:42:38.437 INFO:teuthology.orchestra.run.smithi134.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-17T00:42:38.438 DEBUG:teuthology.orchestra.run.smithi134:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-17T00:42:38.591 DEBUG:teuthology.orchestra.run.smithi134:> sudo shutdown -r now 2024-09-17T00:42:40.045 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T00:42:40.086 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-17T00:42:40.428 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T00:42:40.428 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-17T00:42:40.428 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T00:42:40.429 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T00:42:41.281 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T00:42:41.281 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:42:41.281 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-09-17T00:42:41.281 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-17T00:42:41.281 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-17T00:42:41.281 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-17T00:42:41.281 INFO:teuthology.orchestra.run.smithi045.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-17T00:42:41.281 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:42:41.281 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-09-17T00:42:41.599 DEBUG:teuthology.orchestra.run.smithi045:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T00:42:41.688 INFO:teuthology.orchestra.run.smithi045.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T00:42:41.688 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T00:42:41.688 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-508.el9.x86_64 2024-09-17T00:42:41.688 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-17T00:42:41.688 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-17T00:42:41.689 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-09-17T00:42:41.689 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi045.front.sepia.ceph.com, path=None, version=distro) 2024-09-17T00:42:41.689 DEBUG:teuthology.orchestra.run.smithi045:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T00:42:41.747 INFO:teuthology.orchestra.run.smithi045.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T00:42:41.747 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T00:42:41.747 DEBUG:teuthology.orchestra.run.smithi045:> sudo rpm -qi grub2-tools 2024-09-17T00:42:41.779 INFO:teuthology.orchestra.run.smithi045.stdout:Name : grub2-tools 2024-09-17T00:42:41.779 INFO:teuthology.orchestra.run.smithi045.stdout:Epoch : 1 2024-09-17T00:42:41.779 INFO:teuthology.orchestra.run.smithi045.stdout:Version : 2.06 2024-09-17T00:42:41.779 INFO:teuthology.orchestra.run.smithi045.stdout:Release : 82.el9 2024-09-17T00:42:41.779 INFO:teuthology.orchestra.run.smithi045.stdout:Architecture: x86_64 2024-09-17T00:42:41.779 INFO:teuthology.orchestra.run.smithi045.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-17T00:42:41.780 INFO:teuthology.orchestra.run.smithi045.stdout:Group : Unspecified 2024-09-17T00:42:41.780 INFO:teuthology.orchestra.run.smithi045.stdout:Size : 8274670 2024-09-17T00:42:41.780 INFO:teuthology.orchestra.run.smithi045.stdout:License : GPLv3+ 2024-09-17T00:42:41.780 INFO:teuthology.orchestra.run.smithi045.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-17T00:42:41.780 INFO:teuthology.orchestra.run.smithi045.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-17T00:42:41.780 INFO:teuthology.orchestra.run.smithi045.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-17T00:42:41.780 INFO:teuthology.orchestra.run.smithi045.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-17T00:42:41.780 INFO:teuthology.orchestra.run.smithi045.stdout:Packager : builder@centos.org 2024-09-17T00:42:41.780 INFO:teuthology.orchestra.run.smithi045.stdout:Vendor : CentOS 2024-09-17T00:42:41.780 INFO:teuthology.orchestra.run.smithi045.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-17T00:42:41.780 INFO:teuthology.orchestra.run.smithi045.stdout:Summary : Support tools for GRUB. 2024-09-17T00:42:41.780 INFO:teuthology.orchestra.run.smithi045.stdout:Description : 2024-09-17T00:42:41.780 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:42:41.780 INFO:teuthology.orchestra.run.smithi045.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-17T00:42:41.781 INFO:teuthology.orchestra.run.smithi045.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-17T00:42:41.781 INFO:teuthology.orchestra.run.smithi045.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-17T00:42:41.781 INFO:teuthology.orchestra.run.smithi045.stdout:hardware devices. 2024-09-17T00:42:41.781 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:42:41.781 INFO:teuthology.orchestra.run.smithi045.stdout:This subpackage provides tools for support of all platforms. 2024-09-17T00:42:41.781 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-17T00:42:41.782 INFO:teuthology.task.kernel:Updating grub on smithi045 to boot 5.14.0-508.el9.x86_64 2024-09-17T00:42:41.782 DEBUG:teuthology.orchestra.run.smithi045:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-17T00:42:42.412 INFO:teuthology.orchestra.run.smithi045.stderr:Generating grub configuration file ... 2024-09-17T00:42:43.756 INFO:teuthology.orchestra.run.smithi045.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-17T00:42:43.777 INFO:teuthology.orchestra.run.smithi045.stderr:done 2024-09-17T00:42:43.779 DEBUG:teuthology.orchestra.run.smithi045:> mktemp 2024-09-17T00:42:43.794 INFO:teuthology.orchestra.run.smithi045.stdout:/tmp/tmp.OuapzlOzhR 2024-09-17T00:42:43.794 DEBUG:teuthology.orchestra.run.smithi045:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.OuapzlOzhR 2024-09-17T00:42:43.860 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod 0666 /tmp/tmp.OuapzlOzhR 2024-09-17T00:42:44.001 DEBUG:teuthology.orchestra.remote:smithi045:/tmp/tmp.OuapzlOzhR is 6KB 2024-09-17T00:42:44.049 DEBUG:teuthology.orchestra.run.smithi045:> rm -fr /tmp/tmp.OuapzlOzhR 2024-09-17T00:42:44.063 DEBUG:teuthology.orchestra.run.smithi045:> sudo /bin/ls /boot/loader/entries || true 2024-09-17T00:42:44.133 INFO:teuthology.orchestra.run.smithi045.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-17T00:42:44.133 INFO:teuthology.orchestra.run.smithi045.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-17T00:42:44.133 INFO:teuthology.orchestra.run.smithi045.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-17T00:42:44.133 INFO:teuthology.orchestra.run.smithi045.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-17T00:42:44.134 DEBUG:teuthology.orchestra.run.smithi045:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-17T00:42:44.276 DEBUG:teuthology.orchestra.run.smithi045:> sudo shutdown -r now 2024-09-17T00:42:46.704 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: kernel-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T00:42:46.748 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: kernel-modules-5.14.0-508.el9.x86_64 4/4 2024-09-17T00:42:47.117 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: kernel-5.14.0-508.el9.x86_64 4/4 2024-09-17T00:42:47.117 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : kernel-5.14.0-508.el9.x86_64 1/4 2024-09-17T00:42:47.117 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : kernel-core-5.14.0-508.el9.x86_64 2/4 2024-09-17T00:42:47.118 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : kernel-modules-5.14.0-508.el9.x86_64 3/4 2024-09-17T00:42:47.995 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : kernel-modules-core-5.14.0-508.el9.x86_64 4/4 2024-09-17T00:42:47.995 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:42:47.995 INFO:teuthology.orchestra.run.smithi153.stdout:Installed: 2024-09-17T00:42:47.995 INFO:teuthology.orchestra.run.smithi153.stdout: kernel-5.14.0-508.el9.x86_64 2024-09-17T00:42:47.995 INFO:teuthology.orchestra.run.smithi153.stdout: kernel-core-5.14.0-508.el9.x86_64 2024-09-17T00:42:47.995 INFO:teuthology.orchestra.run.smithi153.stdout: kernel-modules-5.14.0-508.el9.x86_64 2024-09-17T00:42:47.995 INFO:teuthology.orchestra.run.smithi153.stdout: kernel-modules-core-5.14.0-508.el9.x86_64 2024-09-17T00:42:47.996 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:42:47.996 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-09-17T00:42:48.350 DEBUG:teuthology.orchestra.run.smithi153:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T00:42:48.431 INFO:teuthology.orchestra.run.smithi153.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T00:42:48.432 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T00:42:48.432 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-503.el9.x86_64 Expected: 5.14.0-508.el9.x86_64 2024-09-17T00:42:48.432 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-09-17T00:42:48.432 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-09-17T00:42:48.432 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-09-17T00:42:48.432 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi153.front.sepia.ceph.com, path=None, version=distro) 2024-09-17T00:42:48.432 DEBUG:teuthology.orchestra.run.smithi153:> rpm -q kernel | sort -rV | head -n 1 2024-09-17T00:42:48.491 INFO:teuthology.orchestra.run.smithi153.stdout:kernel-5.14.0-508.el9.x86_64 2024-09-17T00:42:48.491 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-508.el9.x86_64 2024-09-17T00:42:48.492 DEBUG:teuthology.orchestra.run.smithi153:> sudo rpm -qi grub2-tools 2024-09-17T00:42:48.523 INFO:teuthology.orchestra.run.smithi153.stdout:Name : grub2-tools 2024-09-17T00:42:48.523 INFO:teuthology.orchestra.run.smithi153.stdout:Epoch : 1 2024-09-17T00:42:48.524 INFO:teuthology.orchestra.run.smithi153.stdout:Version : 2.06 2024-09-17T00:42:48.524 INFO:teuthology.orchestra.run.smithi153.stdout:Release : 82.el9 2024-09-17T00:42:48.524 INFO:teuthology.orchestra.run.smithi153.stdout:Architecture: x86_64 2024-09-17T00:42:48.524 INFO:teuthology.orchestra.run.smithi153.stdout:Install Date: Wed 28 Aug 2024 09:06:27 PM UTC 2024-09-17T00:42:48.524 INFO:teuthology.orchestra.run.smithi153.stdout:Group : Unspecified 2024-09-17T00:42:48.524 INFO:teuthology.orchestra.run.smithi153.stdout:Size : 8274670 2024-09-17T00:42:48.524 INFO:teuthology.orchestra.run.smithi153.stdout:License : GPLv3+ 2024-09-17T00:42:48.524 INFO:teuthology.orchestra.run.smithi153.stdout:Signature : RSA/SHA256, Mon 01 Jul 2024 07:46:42 AM UTC, Key ID 05b555b38483c65d 2024-09-17T00:42:48.524 INFO:teuthology.orchestra.run.smithi153.stdout:Source RPM : grub2-2.06-82.el9.src.rpm 2024-09-17T00:42:48.524 INFO:teuthology.orchestra.run.smithi153.stdout:Build Date : Fri 28 Jun 2024 09:24:44 AM UTC 2024-09-17T00:42:48.525 INFO:teuthology.orchestra.run.smithi153.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2024-09-17T00:42:48.525 INFO:teuthology.orchestra.run.smithi153.stdout:Packager : builder@centos.org 2024-09-17T00:42:48.525 INFO:teuthology.orchestra.run.smithi153.stdout:Vendor : CentOS 2024-09-17T00:42:48.525 INFO:teuthology.orchestra.run.smithi153.stdout:URL : http://www.gnu.org/software/grub/ 2024-09-17T00:42:48.525 INFO:teuthology.orchestra.run.smithi153.stdout:Summary : Support tools for GRUB. 2024-09-17T00:42:48.525 INFO:teuthology.orchestra.run.smithi153.stdout:Description : 2024-09-17T00:42:48.525 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:42:48.525 INFO:teuthology.orchestra.run.smithi153.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-09-17T00:42:48.525 INFO:teuthology.orchestra.run.smithi153.stdout:customizable bootloader with modular architecture. It supports a rich 2024-09-17T00:42:48.525 INFO:teuthology.orchestra.run.smithi153.stdout:variety of kernel formats, file systems, computer architectures and 2024-09-17T00:42:48.525 INFO:teuthology.orchestra.run.smithi153.stdout:hardware devices. 2024-09-17T00:42:48.525 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:42:48.526 INFO:teuthology.orchestra.run.smithi153.stdout:This subpackage provides tools for support of all platforms. 2024-09-17T00:42:48.526 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-09-17T00:42:48.527 INFO:teuthology.task.kernel:Updating grub on smithi153 to boot 5.14.0-508.el9.x86_64 2024-09-17T00:42:48.527 DEBUG:teuthology.orchestra.run.smithi153:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-09-17T00:42:49.164 INFO:teuthology.orchestra.run.smithi153.stderr:Generating grub configuration file ... 2024-09-17T00:42:50.467 INFO:teuthology.orchestra.run.smithi153.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2024-09-17T00:42:50.496 INFO:teuthology.orchestra.run.smithi153.stderr:done 2024-09-17T00:42:50.499 DEBUG:teuthology.orchestra.run.smithi153:> mktemp 2024-09-17T00:42:50.514 INFO:teuthology.orchestra.run.smithi153.stdout:/tmp/tmp.FI6McV2ygY 2024-09-17T00:42:50.514 DEBUG:teuthology.orchestra.run.smithi153:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.FI6McV2ygY 2024-09-17T00:42:50.581 DEBUG:teuthology.orchestra.run.smithi153:> sudo chmod 0666 /tmp/tmp.FI6McV2ygY 2024-09-17T00:42:50.736 DEBUG:teuthology.orchestra.remote:smithi153:/tmp/tmp.FI6McV2ygY is 6KB 2024-09-17T00:42:50.787 DEBUG:teuthology.orchestra.run.smithi153:> rm -fr /tmp/tmp.FI6McV2ygY 2024-09-17T00:42:50.802 DEBUG:teuthology.orchestra.run.smithi153:> sudo /bin/ls /boot/loader/entries || true 2024-09-17T00:42:50.865 INFO:teuthology.orchestra.run.smithi153.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-0-rescue.conf 2024-09-17T00:42:50.865 INFO:teuthology.orchestra.run.smithi153.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-239.el9.x86_64.conf 2024-09-17T00:42:50.865 INFO:teuthology.orchestra.run.smithi153.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-503.el9.x86_64.conf 2024-09-17T00:42:50.865 INFO:teuthology.orchestra.run.smithi153.stdout:fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64.conf 2024-09-17T00:42:50.867 DEBUG:teuthology.orchestra.run.smithi153:> sudo grub2-set-default fbf6b6fa6cf04654a0e563f30ecbf43a-5.14.0-508.el9.x86_64 2024-09-17T00:42:51.020 DEBUG:teuthology.orchestra.run.smithi153:> sudo shutdown -r now 2024-09-17T00:43:08.603 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-09-17T00:43:08.603 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-09-17T00:43:08.605 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T00:43:14.286 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-09-17T00:43:14.286 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-09-17T00:43:14.286 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T00:43:21.028 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-09-17T00:43:21.028 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi153.front.sepia.ceph.com' 2024-09-17T00:43:21.029 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T00:43:55.582 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.153 2024-09-17T00:44:04.590 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi153.front.sepia.ceph.com' 2024-09-17T00:44:04.591 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T00:44:08.609 DEBUG:teuthology.orchestra.remote:timed out 2024-09-17T00:44:14.294 DEBUG:teuthology.orchestra.remote:timed out 2024-09-17T00:44:17.613 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-09-17T00:44:17.614 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T00:44:17.967 DEBUG:teuthology.orchestra.run.smithi134:> true 2024-09-17T00:44:18.295 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-09-17T00:44:18.295 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-508.el9.x86_64"... 2024-09-17T00:44:18.295 DEBUG:teuthology.orchestra.run.smithi134:> uname -r 2024-09-17T00:44:18.310 INFO:teuthology.orchestra.run.smithi134.stdout:5.14.0-508.el9.x86_64 2024-09-17T00:44:18.310 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-508.el9.x86_64 vs 5.14.0-508.el9.x86_64 2024-09-17T00:44:18.310 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-17T00:44:18.310 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-17T00:44:19.311 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-09-17T00:44:19.312 DEBUG:teuthology.orchestra.run.smithi134:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-17T00:44:19.383 INFO:teuthology.orchestra.run.smithi134.stdout:ttyS1 2024-09-17T00:44:19.402 DEBUG:teuthology.parallel:result is None 2024-09-17T00:44:22.973 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.153 2024-09-17T00:44:23.294 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-09-17T00:44:23.295 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T00:44:23.611 DEBUG:teuthology.orchestra.run.smithi045:> true 2024-09-17T00:44:23.998 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-09-17T00:44:23.998 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-508.el9.x86_64"... 2024-09-17T00:44:23.998 DEBUG:teuthology.orchestra.run.smithi045:> uname -r 2024-09-17T00:44:24.014 INFO:teuthology.orchestra.run.smithi045.stdout:5.14.0-508.el9.x86_64 2024-09-17T00:44:24.014 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-508.el9.x86_64 vs 5.14.0-508.el9.x86_64 2024-09-17T00:44:24.014 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-17T00:44:24.014 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-17T00:44:25.015 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-09-17T00:44:25.015 DEBUG:teuthology.orchestra.run.smithi045:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-17T00:44:25.090 INFO:teuthology.orchestra.run.smithi045.stdout:ttyS1 2024-09-17T00:44:25.126 DEBUG:teuthology.parallel:result is None 2024-09-17T00:44:34.976 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi153.front.sepia.ceph.com' 2024-09-17T00:44:34.977 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T00:44:35.372 DEBUG:teuthology.orchestra.run.smithi153:> true 2024-09-17T00:44:35.996 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi153.front.sepia.ceph.com' 2024-09-17T00:44:35.996 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-508.el9.x86_64"... 2024-09-17T00:44:35.996 DEBUG:teuthology.orchestra.run.smithi153:> uname -r 2024-09-17T00:44:36.010 INFO:teuthology.orchestra.run.smithi153.stdout:5.14.0-508.el9.x86_64 2024-09-17T00:44:36.011 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-508.el9.x86_64 vs 5.14.0-508.el9.x86_64 2024-09-17T00:44:36.011 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-09-17T00:44:36.011 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-09-17T00:44:37.011 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-09-17T00:44:37.012 DEBUG:teuthology.orchestra.run.smithi153:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-09-17T00:44:37.101 INFO:teuthology.orchestra.run.smithi153.stdout:ttyS1 2024-09-17T00:44:37.131 DEBUG:teuthology.parallel:result is None 2024-09-17T00:44:37.131 INFO:teuthology.run_tasks:Running task internal.base... 2024-09-17T00:44:37.138 INFO:teuthology.task.internal:Creating test directory... 2024-09-17T00:44:37.139 DEBUG:teuthology.orchestra.run.smithi045:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-17T00:44:37.142 DEBUG:teuthology.orchestra.run.smithi134:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-17T00:44:37.145 DEBUG:teuthology.orchestra.run.smithi153:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-09-17T00:44:37.162 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-09-17T00:44:37.178 INFO:teuthology.run_tasks:Running task internal.archive... 2024-09-17T00:44:37.245 INFO:teuthology.task.internal:Creating archive directory... 2024-09-17T00:44:37.245 DEBUG:teuthology.orchestra.run.smithi045:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-17T00:44:37.248 DEBUG:teuthology.orchestra.run.smithi134:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-17T00:44:37.250 DEBUG:teuthology.orchestra.run.smithi153:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-09-17T00:44:37.287 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-09-17T00:44:37.296 INFO:teuthology.task.internal:Enabling coredump saving... 2024-09-17T00:44:37.297 DEBUG:teuthology.orchestra.run.smithi045:> 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-17T00:44:37.315 DEBUG:teuthology.orchestra.run.smithi134:> 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-17T00:44:37.325 DEBUG:teuthology.orchestra.run.smithi153:> 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-17T00:44:37.345 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T00:44:37.357 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T00:44:37.363 INFO:teuthology.orchestra.run.smithi134.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T00:44:37.375 INFO:teuthology.orchestra.run.smithi134.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T00:44:37.380 INFO:teuthology.orchestra.run.smithi153.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T00:44:37.392 INFO:teuthology.orchestra.run.smithi153.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-09-17T00:44:37.393 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-09-17T00:44:37.401 INFO:teuthology.task.internal:Configuring sudo... 2024-09-17T00:44:37.401 DEBUG:teuthology.orchestra.run.smithi045:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-17T00:44:37.404 DEBUG:teuthology.orchestra.run.smithi134:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-17T00:44:37.420 DEBUG:teuthology.orchestra.run.smithi153:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-09-17T00:44:37.446 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-09-17T00:44:37.456 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-09-17T00:44:37.456 DEBUG:teuthology.orchestra.run.smithi045:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-17T00:44:37.474 DEBUG:teuthology.orchestra.run.smithi134:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-17T00:44:37.488 DEBUG:teuthology.orchestra.run.smithi153:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-09-17T00:44:37.503 DEBUG:teuthology.orchestra.run.smithi045:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T00:44:37.576 DEBUG:teuthology.orchestra.run.smithi045:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T00:44:37.622 DEBUG:teuthology.orchestra.run.smithi045:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T00:44:37.706 DEBUG:teuthology.orchestra.run.smithi045:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T00:44:37.748 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-09-17T00:44:37.748 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-17T00:44:37.815 DEBUG:teuthology.orchestra.run.smithi134:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T00:44:37.859 DEBUG:teuthology.orchestra.run.smithi134:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T00:44:37.916 DEBUG:teuthology.orchestra.run.smithi134:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T00:44:38.001 DEBUG:teuthology.orchestra.run.smithi134:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T00:44:38.044 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-09-17T00:44:38.044 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-17T00:44:38.111 DEBUG:teuthology.orchestra.run.smithi153:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T00:44:38.154 DEBUG:teuthology.orchestra.run.smithi153:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-09-17T00:44:38.211 DEBUG:teuthology.orchestra.run.smithi153:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T00:44:38.294 DEBUG:teuthology.orchestra.run.smithi153:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-09-17T00:44:38.333 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-09-17T00:44:38.333 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-09-17T00:44:38.400 DEBUG:teuthology.orchestra.run.smithi045:> sudo service rsyslog restart 2024-09-17T00:44:38.404 DEBUG:teuthology.orchestra.run.smithi134:> sudo service rsyslog restart 2024-09-17T00:44:38.407 DEBUG:teuthology.orchestra.run.smithi153:> sudo service rsyslog restart 2024-09-17T00:44:38.454 INFO:teuthology.orchestra.run.smithi045.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T00:44:38.455 INFO:teuthology.orchestra.run.smithi134.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T00:44:38.500 INFO:teuthology.orchestra.run.smithi153.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T00:44:38.916 INFO:teuthology.run_tasks:Running task internal.timer... 2024-09-17T00:44:38.925 INFO:teuthology.task.internal:Starting timer... 2024-09-17T00:44:38.925 INFO:teuthology.run_tasks:Running task pcp... 2024-09-17T00:44:38.974 INFO:teuthology.run_tasks:Running task selinux... 2024-09-17T00:44:39.022 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0', 'scontext=system_u:system_r:getty_t:s0']} 2024-09-17T00:44:39.022 DEBUG:teuthology.orchestra.run.smithi045:> sudo service auditd rotate 2024-09-17T00:44:39.098 INFO:teuthology.orchestra.run.smithi045.stdout:Rotating logs: 2024-09-17T00:44:39.100 DEBUG:teuthology.orchestra.run.smithi134:> sudo service auditd rotate 2024-09-17T00:44:39.146 INFO:teuthology.orchestra.run.smithi134.stdout:Rotating logs: 2024-09-17T00:44:39.148 DEBUG:teuthology.orchestra.run.smithi153:> sudo service auditd rotate 2024-09-17T00:44:39.203 INFO:teuthology.orchestra.run.smithi153.stdout:Rotating logs: 2024-09-17T00:44:39.205 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-09-17T00:44:39.205 DEBUG:teuthology.orchestra.run.smithi045:> /usr/sbin/getenforce 2024-09-17T00:44:39.231 INFO:teuthology.orchestra.run.smithi045.stdout:Permissive 2024-09-17T00:44:39.231 DEBUG:teuthology.orchestra.run.smithi134:> /usr/sbin/getenforce 2024-09-17T00:44:39.266 INFO:teuthology.orchestra.run.smithi134.stdout:Permissive 2024-09-17T00:44:39.266 DEBUG:teuthology.orchestra.run.smithi153:> /usr/sbin/getenforce 2024-09-17T00:44:39.291 INFO:teuthology.orchestra.run.smithi153.stdout:Permissive 2024-09-17T00:44:39.292 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi045.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi134.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi153.front.sepia.ceph.com': 'permissive'} 2024-09-17T00:44:39.292 DEBUG:teuthology.orchestra.run.smithi045:> 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 -e scontext=system_u:system_r:getty_t:s0 2024-09-17T00:44:39.322 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T00:44:39.322 DEBUG:teuthology.orchestra.run.smithi134:> 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 -e scontext=system_u:system_r:getty_t:s0 2024-09-17T00:44:39.352 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T00:44:39.353 DEBUG:teuthology.orchestra.run.smithi153:> 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 -e scontext=system_u:system_r:getty_t:s0 2024-09-17T00:44:39.378 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T00:44:39.378 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-09-17T00:44:39.378 DEBUG:teuthology.orchestra.run.smithi045:> sudo /usr/sbin/setenforce permissive 2024-09-17T00:44:39.411 DEBUG:teuthology.orchestra.run.smithi134:> sudo /usr/sbin/setenforce permissive 2024-09-17T00:44:39.443 DEBUG:teuthology.orchestra.run.smithi153:> sudo /usr/sbin/setenforce permissive 2024-09-17T00:44:39.478 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-09-17T00:44:39.488 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-09-17T00:44:39.491 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-09-17T00:44:39.603 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-09-17T00:44:39.615 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-17T00:44:39.616 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi045.front.sepia.ceph.com,smithi134.front.sepia.ceph.com,smithi153.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-09-17T00:48:27.043 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi045.front.sepia.ceph.com'), Remote(name='ubuntu@smithi134.front.sepia.ceph.com'), Remote(name='ubuntu@smithi153.front.sepia.ceph.com')] 2024-09-17T00:48:27.045 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-09-17T00:48:27.046 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi045.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T00:48:27.170 DEBUG:teuthology.orchestra.run.smithi045:> true 2024-09-17T00:48:27.250 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi045.front.sepia.ceph.com' 2024-09-17T00:48:27.251 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-09-17T00:48:27.251 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T00:48:27.330 DEBUG:teuthology.orchestra.run.smithi134:> true 2024-09-17T00:48:27.422 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-09-17T00:48:27.422 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi153.front.sepia.ceph.com' 2024-09-17T00:48:27.423 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi153.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-09-17T00:48:27.500 DEBUG:teuthology.orchestra.run.smithi153:> true 2024-09-17T00:48:27.584 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi153.front.sepia.ceph.com' 2024-09-17T00:48:27.585 INFO:teuthology.run_tasks:Running task clock... 2024-09-17T00:48:27.596 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-09-17T00:48:27.596 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-17T00:48:27.596 DEBUG:teuthology.orchestra.run.smithi045:> 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-17T00:48:27.599 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-17T00:48:27.599 DEBUG:teuthology.orchestra.run.smithi134:> 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-17T00:48:27.601 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-09-17T00:48:27.601 DEBUG:teuthology.orchestra.run.smithi153:> 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-17T00:48:27.630 INFO:teuthology.orchestra.run.smithi134.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-17T00:48:27.632 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-17T00:48:27.645 INFO:teuthology.orchestra.run.smithi134.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-17T00:48:27.649 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-17T00:48:27.654 INFO:teuthology.orchestra.run.smithi153.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-09-17T00:48:27.669 INFO:teuthology.orchestra.run.smithi153.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-09-17T00:48:27.671 INFO:teuthology.orchestra.run.smithi134.stderr:sudo: ntpd: command not found 2024-09-17T00:48:27.677 INFO:teuthology.orchestra.run.smithi045.stderr:sudo: ntpd: command not found 2024-09-17T00:48:27.683 INFO:teuthology.orchestra.run.smithi134.stdout:506 Cannot talk to daemon 2024-09-17T00:48:27.689 INFO:teuthology.orchestra.run.smithi045.stdout:506 Cannot talk to daemon 2024-09-17T00:48:27.694 INFO:teuthology.orchestra.run.smithi153.stderr:sudo: ntpd: command not found 2024-09-17T00:48:27.697 INFO:teuthology.orchestra.run.smithi134.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-17T00:48:27.705 INFO:teuthology.orchestra.run.smithi153.stdout:506 Cannot talk to daemon 2024-09-17T00:48:27.705 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-17T00:48:27.711 INFO:teuthology.orchestra.run.smithi134.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-17T00:48:27.720 INFO:teuthology.orchestra.run.smithi153.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-09-17T00:48:27.721 INFO:teuthology.orchestra.run.smithi045.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-17T00:48:27.734 INFO:teuthology.orchestra.run.smithi153.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-09-17T00:48:27.770 INFO:teuthology.orchestra.run.smithi134.stderr:bash: line 1: ntpq: command not found 2024-09-17T00:48:27.773 INFO:teuthology.orchestra.run.smithi134.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T00:48:27.773 INFO:teuthology.orchestra.run.smithi134.stdout:=============================================================================== 2024-09-17T00:48:27.773 INFO:teuthology.orchestra.run.smithi134.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T00:48:27.774 INFO:teuthology.orchestra.run.smithi134.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T00:48:27.774 INFO:teuthology.orchestra.run.smithi134.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T00:48:27.774 INFO:teuthology.orchestra.run.smithi134.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T00:48:27.784 INFO:teuthology.orchestra.run.smithi045.stderr:bash: line 1: ntpq: command not found 2024-09-17T00:48:27.788 INFO:teuthology.orchestra.run.smithi045.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T00:48:27.788 INFO:teuthology.orchestra.run.smithi045.stdout:=============================================================================== 2024-09-17T00:48:27.788 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T00:48:27.788 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T00:48:27.788 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T00:48:27.788 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T00:48:27.791 INFO:teuthology.orchestra.run.smithi153.stderr:bash: line 1: ntpq: command not found 2024-09-17T00:48:27.794 INFO:teuthology.orchestra.run.smithi153.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T00:48:27.794 INFO:teuthology.orchestra.run.smithi153.stdout:=============================================================================== 2024-09-17T00:48:27.794 INFO:teuthology.orchestra.run.smithi153.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T00:48:27.794 INFO:teuthology.orchestra.run.smithi153.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T00:48:27.794 INFO:teuthology.orchestra.run.smithi153.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T00:48:27.794 INFO:teuthology.orchestra.run.smithi153.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T00:48:27.795 INFO:teuthology.run_tasks:Running task pexec... 2024-09-17T00:48:27.805 INFO:teuthology.task.pexec:Executing custom commands... 2024-09-17T00:48:27.805 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi045.front.sepia.ceph.com 2024-09-17T00:48:27.805 DEBUG:teuthology.orchestra.run.smithi045:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-17T00:48:27.806 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi134.front.sepia.ceph.com 2024-09-17T00:48:27.806 DEBUG:teuthology.orchestra.run.smithi134:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-17T00:48:27.806 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi153.front.sepia.ceph.com 2024-09-17T00:48:27.806 DEBUG:teuthology.orchestra.run.smithi153:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-09-17T00:48:28.162 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-09-17T00:48:28.171 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:48:28.171 INFO:teuthology.orchestra.run.smithi134.stdout: Package Architecture Version Repository Size 2024-09-17T00:48:28.171 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:48:28.171 INFO:teuthology.orchestra.run.smithi134.stdout:Removing: 2024-09-17T00:48:28.171 INFO:teuthology.orchestra.run.smithi134.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-17T00:48:28.171 INFO:teuthology.orchestra.run.smithi134.stdout:Removing unused dependencies: 2024-09-17T00:48:28.171 INFO:teuthology.orchestra.run.smithi134.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-17T00:48:28.171 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:48:28.171 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-09-17T00:48:28.172 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:48:28.172 INFO:teuthology.orchestra.run.smithi134.stdout:Remove 2 Packages 2024-09-17T00:48:28.172 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:48:28.172 INFO:teuthology.orchestra.run.smithi134.stdout:Freed space: 5.5 M 2024-09-17T00:48:28.172 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-09-17T00:48:28.175 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-09-17T00:48:28.176 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-09-17T00:48:28.188 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-09-17T00:48:28.197 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-09-17T00:48:28.204 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:48:28.204 INFO:teuthology.orchestra.run.smithi153.stdout: Package Architecture Version Repository Size 2024-09-17T00:48:28.204 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:48:28.204 INFO:teuthology.orchestra.run.smithi153.stdout:Removing: 2024-09-17T00:48:28.204 INFO:teuthology.orchestra.run.smithi153.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-17T00:48:28.204 INFO:teuthology.orchestra.run.smithi153.stdout:Removing unused dependencies: 2024-09-17T00:48:28.204 INFO:teuthology.orchestra.run.smithi153.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-17T00:48:28.204 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:48:28.204 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2024-09-17T00:48:28.205 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:48:28.205 INFO:teuthology.orchestra.run.smithi153.stdout:Remove 2 Packages 2024-09-17T00:48:28.205 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:48:28.205 INFO:teuthology.orchestra.run.smithi153.stdout:Freed space: 5.5 M 2024-09-17T00:48:28.205 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction check 2024-09-17T00:48:28.208 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:48:28.208 INFO:teuthology.orchestra.run.smithi045.stdout: Package Architecture Version Repository Size 2024-09-17T00:48:28.208 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:48:28.208 INFO:teuthology.orchestra.run.smithi045.stdout:Removing: 2024-09-17T00:48:28.208 INFO:teuthology.orchestra.run.smithi045.stdout: nvme-cli x86_64 2.9.1-6.el9 @baseos 5.3 M 2024-09-17T00:48:28.209 INFO:teuthology.orchestra.run.smithi045.stdout:Removing unused dependencies: 2024-09-17T00:48:28.209 INFO:teuthology.orchestra.run.smithi045.stdout: libnvme x86_64 1.9-3.el9 @baseos 273 k 2024-09-17T00:48:28.209 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:48:28.209 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-09-17T00:48:28.209 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:48:28.209 INFO:teuthology.orchestra.run.smithi045.stdout:Remove 2 Packages 2024-09-17T00:48:28.209 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:48:28.209 INFO:teuthology.orchestra.run.smithi045.stdout:Freed space: 5.5 M 2024-09-17T00:48:28.209 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-09-17T00:48:28.210 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction check succeeded. 2024-09-17T00:48:28.210 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction test 2024-09-17T00:48:28.213 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-09-17T00:48:28.213 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-09-17T00:48:28.230 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-09-17T00:48:28.230 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-09-17T00:48:28.258 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction test succeeded. 2024-09-17T00:48:28.258 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction 2024-09-17T00:48:28.277 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-09-17T00:48:28.277 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-09-17T00:48:28.393 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-09-17T00:48:28.405 INFO:teuthology.orchestra.run.smithi153.stdout: Preparing : 1/1 2024-09-17T00:48:28.436 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-09-17T00:48:28.478 INFO:teuthology.orchestra.run.smithi134.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-17T00:48:28.486 INFO:teuthology.orchestra.run.smithi153.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-17T00:48:28.515 INFO:teuthology.orchestra.run.smithi045.stdout: Erasing : nvme-cli-2.9.1-6.el9.x86_64 1/2 2024-09-17T00:48:28.531 INFO:teuthology.orchestra.run.smithi134.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-17T00:48:28.539 INFO:teuthology.orchestra.run.smithi153.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-17T00:48:28.574 INFO:teuthology.orchestra.run.smithi045.stdout: Erasing : libnvme-1.9-3.el9.x86_64 2/2 2024-09-17T00:48:29.032 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-17T00:48:29.032 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-17T00:48:29.104 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-17T00:48:29.105 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-17T00:48:29.133 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: libnvme-1.9-3.el9.x86_64 2/2 2024-09-17T00:48:29.133 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/2 2024-09-17T00:48:29.291 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-17T00:48:29.291 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:48:29.291 INFO:teuthology.orchestra.run.smithi153.stdout:Removed: 2024-09-17T00:48:29.291 INFO:teuthology.orchestra.run.smithi153.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-17T00:48:29.292 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:48:29.292 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-09-17T00:48:29.372 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-17T00:48:29.372 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:48:29.372 INFO:teuthology.orchestra.run.smithi134.stdout:Removed: 2024-09-17T00:48:29.372 INFO:teuthology.orchestra.run.smithi134.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-17T00:48:29.372 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:48:29.373 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-09-17T00:48:29.398 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/2 2024-09-17T00:48:29.398 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:48:29.398 INFO:teuthology.orchestra.run.smithi045.stdout:Removed: 2024-09-17T00:48:29.398 INFO:teuthology.orchestra.run.smithi045.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-17T00:48:29.398 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:48:29.398 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-09-17T00:48:30.135 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:00:50 ago on Tue 17 Sep 2024 12:47:39 AM UTC. 2024-09-17T00:48:30.270 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-09-17T00:48:30.270 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:48:30.271 INFO:teuthology.orchestra.run.smithi153.stdout: Package Architecture Version Repository Size 2024-09-17T00:48:30.271 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:48:30.271 INFO:teuthology.orchestra.run.smithi153.stdout:Installing: 2024-09-17T00:48:30.271 INFO:teuthology.orchestra.run.smithi153.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-17T00:48:30.271 INFO:teuthology.orchestra.run.smithi153.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-17T00:48:30.271 INFO:teuthology.orchestra.run.smithi153.stdout:Installing dependencies: 2024-09-17T00:48:30.271 INFO:teuthology.orchestra.run.smithi153.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-17T00:48:30.271 INFO:teuthology.orchestra.run.smithi153.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-17T00:48:30.271 INFO:teuthology.orchestra.run.smithi153.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-17T00:48:30.271 INFO:teuthology.orchestra.run.smithi153.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-17T00:48:30.271 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:48:30.271 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2024-09-17T00:48:30.271 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:48:30.272 INFO:teuthology.orchestra.run.smithi153.stdout:Install 6 Packages 2024-09-17T00:48:30.272 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:48:30.284 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:00:48 ago on Tue 17 Sep 2024 12:47:42 AM UTC. 2024-09-17T00:48:30.288 INFO:teuthology.orchestra.run.smithi153.stdout:Total download size: 2.0 M 2024-09-17T00:48:30.288 INFO:teuthology.orchestra.run.smithi153.stdout:Installed size: 9.2 M 2024-09-17T00:48:30.288 INFO:teuthology.orchestra.run.smithi153.stdout:Downloading Packages: 2024-09-17T00:48:30.296 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:00:51 ago on Tue 17 Sep 2024 12:47:39 AM UTC. 2024-09-17T00:48:30.421 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-09-17T00:48:30.422 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:48:30.422 INFO:teuthology.orchestra.run.smithi045.stdout: Package Architecture Version Repository Size 2024-09-17T00:48:30.422 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:48:30.422 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-09-17T00:48:30.422 INFO:teuthology.orchestra.run.smithi045.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-17T00:48:30.422 INFO:teuthology.orchestra.run.smithi045.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-17T00:48:30.422 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2024-09-17T00:48:30.422 INFO:teuthology.orchestra.run.smithi045.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-17T00:48:30.422 INFO:teuthology.orchestra.run.smithi045.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-17T00:48:30.422 INFO:teuthology.orchestra.run.smithi045.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-17T00:48:30.422 INFO:teuthology.orchestra.run.smithi045.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-17T00:48:30.423 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:48:30.423 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-09-17T00:48:30.423 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:48:30.423 INFO:teuthology.orchestra.run.smithi045.stdout:Install 6 Packages 2024-09-17T00:48:30.423 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:48:30.432 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 2.0 M 2024-09-17T00:48:30.432 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 9.2 M 2024-09-17T00:48:30.432 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-09-17T00:48:30.442 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-09-17T00:48:30.443 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:48:30.443 INFO:teuthology.orchestra.run.smithi134.stdout: Package Architecture Version Repository Size 2024-09-17T00:48:30.444 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:48:30.444 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-09-17T00:48:30.444 INFO:teuthology.orchestra.run.smithi134.stdout: nvme-cli x86_64 2.9.1-6.el9 baseos 906 k 2024-09-17T00:48:30.444 INFO:teuthology.orchestra.run.smithi134.stdout: nvmetcli noarch 0.7-3.el9 baseos 44 k 2024-09-17T00:48:30.444 INFO:teuthology.orchestra.run.smithi134.stdout:Installing dependencies: 2024-09-17T00:48:30.444 INFO:teuthology.orchestra.run.smithi134.stdout: libnvme x86_64 1.9-3.el9 baseos 106 k 2024-09-17T00:48:30.445 INFO:teuthology.orchestra.run.smithi134.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2024-09-17T00:48:30.445 INFO:teuthology.orchestra.run.smithi134.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2024-09-17T00:48:30.445 INFO:teuthology.orchestra.run.smithi134.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2024-09-17T00:48:30.445 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:48:30.445 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-09-17T00:48:30.445 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:48:30.445 INFO:teuthology.orchestra.run.smithi134.stdout:Install 6 Packages 2024-09-17T00:48:30.446 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:48:30.449 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 2.0 M 2024-09-17T00:48:30.449 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 9.2 M 2024-09-17T00:48:30.449 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-09-17T00:48:30.688 INFO:teuthology.orchestra.run.smithi153.stdout:(1/6): nvmetcli-0.7-3.el9.noarch.rpm 118 kB/s | 44 kB 00:00 2024-09-17T00:48:30.780 INFO:teuthology.orchestra.run.smithi153.stdout:(2/6): libnvme-1.9-3.el9.x86_64.rpm 227 kB/s | 106 kB 00:00 2024-09-17T00:48:30.821 INFO:teuthology.orchestra.run.smithi045.stdout:(1/6): nvmetcli-0.7-3.el9.noarch.rpm 319 kB/s | 44 kB 00:00 2024-09-17T00:48:30.846 INFO:teuthology.orchestra.run.smithi045.stdout:(2/6): libnvme-1.9-3.el9.x86_64.rpm 643 kB/s | 106 kB 00:00 2024-09-17T00:48:30.889 INFO:teuthology.orchestra.run.smithi153.stdout:(3/6): python3-configshell-1.1.30-1.el9.noarch. 357 kB/s | 72 kB 00:00 2024-09-17T00:48:30.897 INFO:teuthology.orchestra.run.smithi045.stdout:(3/6): python3-kmod-0.9-32.el9.x86_64.rpm 1.6 MB/s | 84 kB 00:00 2024-09-17T00:48:30.913 INFO:teuthology.orchestra.run.smithi045.stdout:(4/6): python3-configshell-1.1.30-1.el9.noarch. 776 kB/s | 72 kB 00:00 2024-09-17T00:48:30.914 INFO:teuthology.orchestra.run.smithi153.stdout:(4/6): python3-kmod-0.9-32.el9.x86_64.rpm 630 kB/s | 84 kB 00:00 2024-09-17T00:48:31.005 INFO:teuthology.orchestra.run.smithi045.stdout:(5/6): nvme-cli-2.9.1-6.el9.x86_64.rpm 2.7 MB/s | 906 kB 00:00 2024-09-17T00:48:31.039 INFO:teuthology.orchestra.run.smithi045.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 5.8 MB/s | 837 kB 00:00 2024-09-17T00:48:31.039 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:48:31.039 INFO:teuthology.orchestra.run.smithi045.stdout:Total 3.3 MB/s | 2.0 MB 00:00 2024-09-17T00:48:31.117 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-09-17T00:48:31.128 INFO:teuthology.orchestra.run.smithi134.stdout:(1/6): nvmetcli-0.7-3.el9.noarch.rpm 70 kB/s | 44 kB 00:00 2024-09-17T00:48:31.132 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-09-17T00:48:31.132 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-09-17T00:48:31.139 INFO:teuthology.orchestra.run.smithi153.stdout:(5/6): nvme-cli-2.9.1-6.el9.x86_64.rpm 1.1 MB/s | 906 kB 00:00 2024-09-17T00:48:31.220 INFO:teuthology.orchestra.run.smithi134.stdout:(2/6): libnvme-1.9-3.el9.x86_64.rpm 147 kB/s | 106 kB 00:00 2024-09-17T00:48:31.365 INFO:teuthology.orchestra.run.smithi153.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 1.7 MB/s | 837 kB 00:00 2024-09-17T00:48:31.365 INFO:teuthology.orchestra.run.smithi153.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:48:31.365 INFO:teuthology.orchestra.run.smithi153.stdout:Total 1.9 MB/s | 2.0 MB 00:01 2024-09-17T00:48:31.400 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-09-17T00:48:31.400 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-09-17T00:48:31.440 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction check 2024-09-17T00:48:31.454 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction check succeeded. 2024-09-17T00:48:31.454 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction test 2024-09-17T00:48:31.748 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction test succeeded. 2024-09-17T00:48:31.748 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction 2024-09-17T00:48:31.829 INFO:teuthology.orchestra.run.smithi134.stdout:(3/6): python3-configshell-1.1.30-1.el9.noarch. 102 kB/s | 72 kB 00:00 2024-09-17T00:48:31.843 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-09-17T00:48:31.854 INFO:teuthology.orchestra.run.smithi134.stdout:(4/6): python3-kmod-0.9-32.el9.x86_64.rpm 133 kB/s | 84 kB 00:00 2024-09-17T00:48:31.935 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2024-09-17T00:48:31.968 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/6 2024-09-17T00:48:31.997 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/6 2024-09-17T00:48:32.080 INFO:teuthology.orchestra.run.smithi134.stdout:(5/6): nvme-cli-2.9.1-6.el9.x86_64.rpm 572 kB/s | 906 kB 00:01 2024-09-17T00:48:32.162 INFO:teuthology.orchestra.run.smithi153.stdout: Preparing : 1/1 2024-09-17T00:48:32.221 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/6 2024-09-17T00:48:32.259 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2024-09-17T00:48:32.261 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-17T00:48:32.293 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/6 2024-09-17T00:48:32.330 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/6 2024-09-17T00:48:32.538 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/6 2024-09-17T00:48:32.578 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-17T00:48:32.739 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-17T00:48:32.773 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/6 2024-09-17T00:48:33.024 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-17T00:48:33.057 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/6 2024-09-17T00:48:33.530 INFO:teuthology.orchestra.run.smithi134.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 493 kB/s | 837 kB 00:01 2024-09-17T00:48:33.530 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:48:33.530 INFO:teuthology.orchestra.run.smithi134.stdout:Total 665 kB/s | 2.0 MB 00:03 2024-09-17T00:48:33.611 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-09-17T00:48:33.626 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-09-17T00:48:33.626 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-09-17T00:48:33.683 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/6 2024-09-17T00:48:33.683 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/6 2024-09-17T00:48:33.683 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/6 2024-09-17T00:48:33.683 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/6 2024-09-17T00:48:33.683 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/6 2024-09-17T00:48:33.683 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/6 2024-09-17T00:48:33.966 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-09-17T00:48:33.967 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-09-17T00:48:34.031 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/6 2024-09-17T00:48:34.031 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/6 2024-09-17T00:48:34.031 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/6 2024-09-17T00:48:34.031 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/6 2024-09-17T00:48:34.031 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/6 2024-09-17T00:48:34.031 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/6 2024-09-17T00:48:34.069 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2024-09-17T00:48:34.070 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:48:34.070 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-09-17T00:48:34.070 INFO:teuthology.orchestra.run.smithi045.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-17T00:48:34.070 INFO:teuthology.orchestra.run.smithi045.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-17T00:48:34.070 INFO:teuthology.orchestra.run.smithi045.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-17T00:48:34.070 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:48:34.070 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-09-17T00:48:34.362 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-09-17T00:48:34.379 DEBUG:teuthology.parallel:result is None 2024-09-17T00:48:34.380 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2024-09-17T00:48:34.380 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:48:34.380 INFO:teuthology.orchestra.run.smithi153.stdout:Installed: 2024-09-17T00:48:34.380 INFO:teuthology.orchestra.run.smithi153.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-17T00:48:34.380 INFO:teuthology.orchestra.run.smithi153.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-17T00:48:34.380 INFO:teuthology.orchestra.run.smithi153.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-17T00:48:34.380 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:48:34.381 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-09-17T00:48:34.448 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2024-09-17T00:48:34.483 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 2/6 2024-09-17T00:48:34.512 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 3/6 2024-09-17T00:48:34.685 DEBUG:teuthology.parallel:result is None 2024-09-17T00:48:34.715 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : libnvme-1.9-3.el9.x86_64 4/6 2024-09-17T00:48:34.751 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-17T00:48:35.179 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: nvme-cli-2.9.1-6.el9.x86_64 5/6 2024-09-17T00:48:35.229 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : nvmetcli-0.7-3.el9.noarch 6/6 2024-09-17T00:48:36.172 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: nvmetcli-0.7-3.el9.noarch 6/6 2024-09-17T00:48:36.172 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : libnvme-1.9-3.el9.x86_64 1/6 2024-09-17T00:48:36.173 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : nvme-cli-2.9.1-6.el9.x86_64 2/6 2024-09-17T00:48:36.173 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : nvmetcli-0.7-3.el9.noarch 3/6 2024-09-17T00:48:36.173 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 4/6 2024-09-17T00:48:36.173 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 5/6 2024-09-17T00:48:36.529 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2024-09-17T00:48:36.529 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:48:36.529 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-09-17T00:48:36.529 INFO:teuthology.orchestra.run.smithi134.stdout: libnvme-1.9-3.el9.x86_64 nvme-cli-2.9.1-6.el9.x86_64 2024-09-17T00:48:36.529 INFO:teuthology.orchestra.run.smithi134.stdout: nvmetcli-0.7-3.el9.noarch python3-configshell-1:1.1.30-1.el9.noarch 2024-09-17T00:48:36.529 INFO:teuthology.orchestra.run.smithi134.stdout: python3-kmod-0.9-32.el9.x86_64 python3-urwid-2.1.2-4.el9.x86_64 2024-09-17T00:48:36.529 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:48:36.530 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-09-17T00:48:36.847 DEBUG:teuthology.parallel:result is None 2024-09-17T00:48:36.847 INFO:teuthology.run_tasks:Running task install... 2024-09-17T00:48:36.855 DEBUG:teuthology.task.install:project ceph 2024-09-17T00:48:36.856 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'c2ddf9721ef254645201cdbabd9c8f49c30a586f'}} 2024-09-17T00:48:36.856 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'c2ddf9721ef254645201cdbabd9c8f49c30a586f'} 2024-09-17T00:48:36.856 INFO:teuthology.task.install:Using flavor: default 2024-09-17T00:48:36.861 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-17T00:48:36.862 INFO:teuthology.task.install:extra packages: [] 2024-09-17T00:48:36.862 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': 'c2ddf9721ef254645201cdbabd9c8f49c30a586f', 'tag': None, 'wait_for_package': False} 2024-09-17T00:48:36.862 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-17T00:48:36.865 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': 'c2ddf9721ef254645201cdbabd9c8f49c30a586f', 'tag': None, 'wait_for_package': False} 2024-09-17T00:48:36.865 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-17T00:48:36.866 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': 'c2ddf9721ef254645201cdbabd9c8f49c30a586f', 'tag': None, 'wait_for_package': False} 2024-09-17T00:48:36.866 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-17T00:48:37.010 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/centos/9/flavors/default/ 2024-09-17T00:48:37.010 INFO:teuthology.task.install.rpm:Package version is 19.1.1-330.gc2ddf972 2024-09-17T00:48:37.013 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/centos/9/flavors/default/ 2024-09-17T00:48:37.013 INFO:teuthology.task.install.rpm:Package version is 19.1.1-330.gc2ddf972 2024-09-17T00:48:37.026 INFO:teuthology.task.install.rpm:Pulling from https://2.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/centos/9/flavors/default/ 2024-09-17T00:48:37.026 INFO:teuthology.task.install.rpm:Package version is 19.1.1-330.gc2ddf972 2024-09-17T00:48:37.124 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-17T00:48:37.124 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-09-17T00:48:37.124 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-17T00:48:37.129 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-17T00:48:37.130 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-09-17T00:48:37.130 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-17T00:48:37.138 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://2.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://2.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://2.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2024-09-17T00:48:37.139 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-09-17T00:48:37.139 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/yum.repos.d/ceph.repo 2024-09-17T00:48:37.160 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-17T00:48:37.161 DEBUG:teuthology.orchestra.run.smithi045:> 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/c2ddf9721ef254645201cdbabd9c8f49c30a586f/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-17T00:48:37.164 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-17T00:48:37.164 DEBUG:teuthology.orchestra.run.smithi153:> 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/c2ddf9721ef254645201cdbabd9c8f49c30a586f/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-17T00:48:37.168 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-17T00:48:37.168 DEBUG:teuthology.orchestra.run.smithi134:> 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/c2ddf9721ef254645201cdbabd9c8f49c30a586f/;g' /etc/yum.repos.d/ceph.repo ; fi 2024-09-17T00:48:37.231 DEBUG:teuthology.orchestra.run.smithi045:> 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-17T00:48:37.233 DEBUG:teuthology.orchestra.run.smithi153:> 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-17T00:48:37.235 DEBUG:teuthology.orchestra.run.smithi134:> 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-17T00:48:37.311 DEBUG:teuthology.orchestra.run.smithi153:> 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-17T00:48:37.312 DEBUG:teuthology.orchestra.run.smithi134:> 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-17T00:48:37.314 DEBUG:teuthology.orchestra.run.smithi045:> 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-17T00:48:37.377 INFO:teuthology.orchestra.run.smithi153.stdout:check_obsoletes = 1 2024-09-17T00:48:37.378 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum clean all 2024-09-17T00:48:37.383 INFO:teuthology.orchestra.run.smithi045.stdout:check_obsoletes = 1 2024-09-17T00:48:37.385 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum clean all 2024-09-17T00:48:37.402 INFO:teuthology.orchestra.run.smithi134.stdout:check_obsoletes = 1 2024-09-17T00:48:37.404 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum clean all 2024-09-17T00:48:37.597 INFO:teuthology.orchestra.run.smithi134.stdout:45 files removed 2024-09-17T00:48:37.612 INFO:teuthology.orchestra.run.smithi153.stdout:45 files removed 2024-09-17T00:48:37.625 INFO:teuthology.orchestra.run.smithi045.stdout:45 files removed 2024-09-17T00:48:37.627 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install ceph-radosgw 2024-09-17T00:48:37.642 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum -y install ceph-radosgw 2024-09-17T00:48:37.653 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-radosgw 2024-09-17T00:48:38.177 INFO:teuthology.orchestra.run.smithi134.stdout:ceph packages for x86_64 319 kB/s | 84 kB 00:00 2024-09-17T00:48:38.195 INFO:teuthology.orchestra.run.smithi153.stdout:ceph packages for x86_64 310 kB/s | 84 kB 00:00 2024-09-17T00:48:38.222 INFO:teuthology.orchestra.run.smithi045.stdout:ceph packages for x86_64 308 kB/s | 84 kB 00:00 2024-09-17T00:48:38.460 INFO:teuthology.orchestra.run.smithi134.stdout:ceph noarch packages 49 kB/s | 12 kB 00:00 2024-09-17T00:48:38.462 INFO:teuthology.orchestra.run.smithi153.stdout:ceph noarch packages 52 kB/s | 12 kB 00:00 2024-09-17T00:48:38.721 INFO:teuthology.orchestra.run.smithi153.stdout:ceph source packages 8.5 kB/s | 1.9 kB 00:00 2024-09-17T00:48:38.735 INFO:teuthology.orchestra.run.smithi134.stdout:ceph source packages 7.9 kB/s | 1.9 kB 00:00 2024-09-17T00:48:38.747 INFO:teuthology.orchestra.run.smithi045.stdout:ceph noarch packages 24 kB/s | 12 kB 00:00 2024-09-17T00:48:39.023 INFO:teuthology.orchestra.run.smithi045.stdout:ceph source packages 8.0 kB/s | 1.9 kB 00:00 2024-09-17T00:48:39.296 INFO:teuthology.orchestra.run.smithi153.stdout:CentOS Stream 9 - BaseOS 15 MB/s | 8.3 MB 00:00 2024-09-17T00:48:40.398 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 9 - BaseOS 6.2 MB/s | 8.3 MB 00:01 2024-09-17T00:48:40.561 INFO:teuthology.orchestra.run.smithi134.stdout:CentOS Stream 9 - BaseOS 4.6 MB/s | 8.3 MB 00:01 2024-09-17T00:48:42.366 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 9 - AppStream 24 MB/s | 20 MB 00:00 2024-09-17T00:48:43.555 INFO:teuthology.orchestra.run.smithi153.stdout:CentOS Stream 9 - AppStream 6.4 MB/s | 20 MB 00:03 2024-09-17T00:48:44.903 INFO:teuthology.orchestra.run.smithi134.stdout:CentOS Stream 9 - AppStream 6.2 MB/s | 20 MB 00:03 2024-09-17T00:48:47.967 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 9 - CRB 3.9 MB/s | 6.5 MB 00:01 2024-09-17T00:48:49.187 INFO:teuthology.orchestra.run.smithi134.stdout:CentOS Stream 9 - CRB 13 MB/s | 6.5 MB 00:00 2024-09-17T00:48:49.323 INFO:teuthology.orchestra.run.smithi153.stdout:CentOS Stream 9 - CRB 3.4 MB/s | 6.5 MB 00:01 2024-09-17T00:48:50.243 INFO:teuthology.orchestra.run.smithi045.stdout:CentOS Stream 9 - Extras packages 19 kB/s | 19 kB 00:00 2024-09-17T00:48:50.638 INFO:teuthology.orchestra.run.smithi134.stdout:CentOS Stream 9 - Extras packages 100 kB/s | 19 kB 00:00 2024-09-17T00:48:50.757 INFO:teuthology.orchestra.run.smithi153.stdout:CentOS Stream 9 - Extras packages 100 kB/s | 19 kB 00:00 2024-09-17T00:48:52.138 INFO:teuthology.orchestra.run.smithi153.stdout:Extra Packages for Enterprise Linux 18 MB/s | 23 MB 00:01 2024-09-17T00:48:53.009 INFO:teuthology.orchestra.run.smithi134.stdout:Extra Packages for Enterprise Linux 10 MB/s | 23 MB 00:02 2024-09-17T00:48:54.230 INFO:teuthology.orchestra.run.smithi045.stdout:Extra Packages for Enterprise Linux 5.9 MB/s | 23 MB 00:03 2024-09-17T00:48:57.550 INFO:teuthology.orchestra.run.smithi153.stdout:lab-extras 49 kB/s | 1.7 kB 00:00 2024-09-17T00:48:58.506 INFO:teuthology.orchestra.run.smithi134.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-09-17T00:48:59.761 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-09-17T00:48:59.763 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:48:59.763 INFO:teuthology.orchestra.run.smithi153.stdout: Package Arch Version Repository Size 2024-09-17T00:48:59.763 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:48:59.763 INFO:teuthology.orchestra.run.smithi153.stdout:Installing: 2024-09-17T00:48:59.763 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-radosgw x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 11 M 2024-09-17T00:48:59.764 INFO:teuthology.orchestra.run.smithi153.stdout:Upgrading: 2024-09-17T00:48:59.764 INFO:teuthology.orchestra.run.smithi153.stdout: librados2 x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 3.4 M 2024-09-17T00:48:59.764 INFO:teuthology.orchestra.run.smithi153.stdout: librbd1 x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 3.2 M 2024-09-17T00:48:59.764 INFO:teuthology.orchestra.run.smithi153.stdout:Installing dependencies: 2024-09-17T00:48:59.764 INFO:teuthology.orchestra.run.smithi153.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-17T00:48:59.764 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-base x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 5.4 M 2024-09-17T00:48:59.764 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-common x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 21 M 2024-09-17T00:48:59.764 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-selinux x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 25 k 2024-09-17T00:48:59.764 INFO:teuthology.orchestra.run.smithi153.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2024-09-17T00:48:59.764 INFO:teuthology.orchestra.run.smithi153.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-17T00:48:59.764 INFO:teuthology.orchestra.run.smithi153.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-17T00:48:59.765 INFO:teuthology.orchestra.run.smithi153.stdout: libcephfs2 x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 751 k 2024-09-17T00:48:59.765 INFO:teuthology.orchestra.run.smithi153.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-17T00:48:59.765 INFO:teuthology.orchestra.run.smithi153.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-17T00:48:59.765 INFO:teuthology.orchestra.run.smithi153.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-17T00:48:59.765 INFO:teuthology.orchestra.run.smithi153.stdout: libradosstriper1 x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 506 k 2024-09-17T00:48:59.765 INFO:teuthology.orchestra.run.smithi153.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-17T00:48:59.765 INFO:teuthology.orchestra.run.smithi153.stdout: librgw2 x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 5.3 M 2024-09-17T00:48:59.765 INFO:teuthology.orchestra.run.smithi153.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-17T00:48:59.765 INFO:teuthology.orchestra.run.smithi153.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-17T00:48:59.765 INFO:teuthology.orchestra.run.smithi153.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-17T00:48:59.765 INFO:teuthology.orchestra.run.smithi153.stdout: python3-ceph-argparse x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 45 k 2024-09-17T00:48:59.765 INFO:teuthology.orchestra.run.smithi153.stdout: python3-ceph-common x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 136 k 2024-09-17T00:48:59.765 INFO:teuthology.orchestra.run.smithi153.stdout: python3-cephfs x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 162 k 2024-09-17T00:48:59.766 INFO:teuthology.orchestra.run.smithi153.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-17T00:48:59.766 INFO:teuthology.orchestra.run.smithi153.stdout: python3-rados x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 320 k 2024-09-17T00:48:59.766 INFO:teuthology.orchestra.run.smithi153.stdout: python3-rbd x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 300 k 2024-09-17T00:48:59.766 INFO:teuthology.orchestra.run.smithi153.stdout: python3-rgw x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 99 k 2024-09-17T00:48:59.766 INFO:teuthology.orchestra.run.smithi153.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-17T00:48:59.766 INFO:teuthology.orchestra.run.smithi153.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-17T00:48:59.766 INFO:teuthology.orchestra.run.smithi153.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-17T00:48:59.766 INFO:teuthology.orchestra.run.smithi153.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-17T00:48:59.766 INFO:teuthology.orchestra.run.smithi153.stdout:Installing weak dependencies: 2024-09-17T00:48:59.766 INFO:teuthology.orchestra.run.smithi153.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-17T00:48:59.766 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:48:59.766 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2024-09-17T00:48:59.767 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:48:59.767 INFO:teuthology.orchestra.run.smithi153.stdout:Install 30 Packages 2024-09-17T00:48:59.767 INFO:teuthology.orchestra.run.smithi153.stdout:Upgrade 2 Packages 2024-09-17T00:48:59.767 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:48:59.767 INFO:teuthology.orchestra.run.smithi153.stdout:Total download size: 60 M 2024-09-17T00:48:59.767 INFO:teuthology.orchestra.run.smithi153.stdout:Downloading Packages: 2024-09-17T00:48:59.928 INFO:teuthology.orchestra.run.smithi045.stdout:lab-extras 29 kB/s | 1.7 kB 00:00 2024-09-17T00:49:00.718 INFO:teuthology.orchestra.run.smithi153.stdout:(1/32): ceph-base-19.1.1-330.gc2ddf972.el9.x86_ 8.9 MB/s | 5.4 MB 00:00 2024-09-17T00:49:00.758 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-09-17T00:49:00.760 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:49:00.760 INFO:teuthology.orchestra.run.smithi134.stdout: Package Arch Version Repository Size 2024-09-17T00:49:00.760 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:49:00.761 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-09-17T00:49:00.761 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-radosgw x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 11 M 2024-09-17T00:49:00.761 INFO:teuthology.orchestra.run.smithi134.stdout:Upgrading: 2024-09-17T00:49:00.761 INFO:teuthology.orchestra.run.smithi134.stdout: librados2 x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 3.4 M 2024-09-17T00:49:00.761 INFO:teuthology.orchestra.run.smithi134.stdout: librbd1 x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 3.2 M 2024-09-17T00:49:00.761 INFO:teuthology.orchestra.run.smithi134.stdout:Installing dependencies: 2024-09-17T00:49:00.761 INFO:teuthology.orchestra.run.smithi134.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-17T00:49:00.761 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-base x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 5.4 M 2024-09-17T00:49:00.761 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-common x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 21 M 2024-09-17T00:49:00.761 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-selinux x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 25 k 2024-09-17T00:49:00.761 INFO:teuthology.orchestra.run.smithi134.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2024-09-17T00:49:00.761 INFO:teuthology.orchestra.run.smithi134.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-17T00:49:00.762 INFO:teuthology.orchestra.run.smithi134.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-17T00:49:00.762 INFO:teuthology.orchestra.run.smithi134.stdout: libcephfs2 x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 751 k 2024-09-17T00:49:00.762 INFO:teuthology.orchestra.run.smithi134.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-17T00:49:00.762 INFO:teuthology.orchestra.run.smithi134.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-17T00:49:00.762 INFO:teuthology.orchestra.run.smithi134.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-17T00:49:00.762 INFO:teuthology.orchestra.run.smithi134.stdout: libradosstriper1 x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 506 k 2024-09-17T00:49:00.762 INFO:teuthology.orchestra.run.smithi134.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-17T00:49:00.762 INFO:teuthology.orchestra.run.smithi134.stdout: librgw2 x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 5.3 M 2024-09-17T00:49:00.762 INFO:teuthology.orchestra.run.smithi134.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-17T00:49:00.762 INFO:teuthology.orchestra.run.smithi134.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-17T00:49:00.762 INFO:teuthology.orchestra.run.smithi134.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-17T00:49:00.762 INFO:teuthology.orchestra.run.smithi134.stdout: python3-ceph-argparse x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 45 k 2024-09-17T00:49:00.762 INFO:teuthology.orchestra.run.smithi134.stdout: python3-ceph-common x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 136 k 2024-09-17T00:49:00.763 INFO:teuthology.orchestra.run.smithi134.stdout: python3-cephfs x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 162 k 2024-09-17T00:49:00.763 INFO:teuthology.orchestra.run.smithi134.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-17T00:49:00.763 INFO:teuthology.orchestra.run.smithi134.stdout: python3-rados x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 320 k 2024-09-17T00:49:00.763 INFO:teuthology.orchestra.run.smithi134.stdout: python3-rbd x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 300 k 2024-09-17T00:49:00.763 INFO:teuthology.orchestra.run.smithi134.stdout: python3-rgw x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 99 k 2024-09-17T00:49:00.763 INFO:teuthology.orchestra.run.smithi134.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-17T00:49:00.763 INFO:teuthology.orchestra.run.smithi134.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-17T00:49:00.763 INFO:teuthology.orchestra.run.smithi134.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-17T00:49:00.763 INFO:teuthology.orchestra.run.smithi134.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-17T00:49:00.763 INFO:teuthology.orchestra.run.smithi134.stdout:Installing weak dependencies: 2024-09-17T00:49:00.763 INFO:teuthology.orchestra.run.smithi134.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-17T00:49:00.763 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:49:00.763 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-09-17T00:49:00.763 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:49:00.764 INFO:teuthology.orchestra.run.smithi134.stdout:Install 30 Packages 2024-09-17T00:49:00.764 INFO:teuthology.orchestra.run.smithi134.stdout:Upgrade 2 Packages 2024-09-17T00:49:00.764 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:49:00.764 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 60 M 2024-09-17T00:49:00.764 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-09-17T00:49:00.768 INFO:teuthology.orchestra.run.smithi153.stdout:(2/32): ceph-selinux-19.1.1-330.gc2ddf972.el9.x 507 kB/s | 25 kB 00:00 2024-09-17T00:49:00.877 INFO:teuthology.orchestra.run.smithi153.stdout:(3/32): ceph-radosgw-19.1.1-330.gc2ddf972.el9.x 14 MB/s | 11 MB 00:00 2024-09-17T00:49:00.911 INFO:teuthology.orchestra.run.smithi153.stdout:(4/32): libcephfs2-19.1.1-330.gc2ddf972.el9.x86 5.2 MB/s | 751 kB 00:00 2024-09-17T00:49:00.936 INFO:teuthology.orchestra.run.smithi153.stdout:(5/32): libradosstriper1-19.1.1-330.gc2ddf972.e 8.5 MB/s | 506 kB 00:00 2024-09-17T00:49:00.978 INFO:teuthology.orchestra.run.smithi153.stdout:(6/32): python3-ceph-argparse-19.1.1-330.gc2ddf 1.1 MB/s | 45 kB 00:00 2024-09-17T00:49:01.070 INFO:teuthology.orchestra.run.smithi153.stdout:(7/32): python3-ceph-common-19.1.1-330.gc2ddf97 1.5 MB/s | 136 kB 00:00 2024-09-17T00:49:01.295 INFO:teuthology.orchestra.run.smithi153.stdout:(8/32): ceph-common-19.1.1-330.gc2ddf972.el9.x8 18 MB/s | 21 MB 00:01 2024-09-17T00:49:01.320 INFO:teuthology.orchestra.run.smithi153.stdout:(9/32): python3-cephfs-19.1.1-330.gc2ddf972.el9 646 kB/s | 162 kB 00:00 2024-09-17T00:49:01.387 INFO:teuthology.orchestra.run.smithi153.stdout:(10/32): librgw2-19.1.1-330.gc2ddf972.el9.x86_6 11 MB/s | 5.3 MB 00:00 2024-09-17T00:49:01.421 INFO:teuthology.orchestra.run.smithi153.stdout:(11/32): python3-rados-19.1.1-330.gc2ddf972.el9 2.5 MB/s | 320 kB 00:00 2024-09-17T00:49:01.566 INFO:teuthology.orchestra.run.smithi134.stdout:(1/32): ceph-base-19.1.1-330.gc2ddf972.el9.x86_ 10 MB/s | 5.4 MB 00:00 2024-09-17T00:49:01.604 INFO:teuthology.orchestra.run.smithi153.stdout:(12/32): boost-program-options-1.75.0-8.el9.x86 584 kB/s | 107 kB 00:00 2024-09-17T00:49:01.608 INFO:teuthology.orchestra.run.smithi134.stdout:(2/32): ceph-selinux-19.1.1-330.gc2ddf972.el9.x 605 kB/s | 25 kB 00:00 2024-09-17T00:49:01.688 INFO:teuthology.orchestra.run.smithi153.stdout:(13/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.9 MB/s | 160 kB 00:00 2024-09-17T00:49:01.691 INFO:teuthology.orchestra.run.smithi134.stdout:(3/32): libcephfs2-19.1.1-330.gc2ddf972.el9.x86 8.8 MB/s | 751 kB 00:00 2024-09-17T00:49:01.738 INFO:teuthology.orchestra.run.smithi153.stdout:(14/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 906 kB/s | 45 kB 00:00 2024-09-17T00:49:01.775 INFO:teuthology.orchestra.run.smithi134.stdout:(4/32): libradosstriper1-19.1.1-330.gc2ddf972.e 5.9 MB/s | 506 kB 00:00 2024-09-17T00:49:01.813 INFO:teuthology.orchestra.run.smithi153.stdout:(15/32): python3-rbd-19.1.1-330.gc2ddf972.el9.x 609 kB/s | 300 kB 00:00 2024-09-17T00:49:01.839 INFO:teuthology.orchestra.run.smithi153.stdout:(16/32): librdkafka-1.6.1-102.el9.x86_64.rpm 6.4 MB/s | 662 kB 00:00 2024-09-17T00:49:01.889 INFO:teuthology.orchestra.run.smithi153.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 846 kB/s | 42 kB 00:00 2024-09-17T00:49:01.909 INFO:teuthology.orchestra.run.smithi134.stdout:(5/32): ceph-radosgw-19.1.1-330.gc2ddf972.el9.x 12 MB/s | 11 MB 00:00 2024-09-17T00:49:01.947 INFO:teuthology.orchestra.run.smithi153.stdout:(18/32): qatlib-24.02.0-1.el9.x86_64.rpm 3.7 MB/s | 221 kB 00:00 2024-09-17T00:49:01.951 INFO:teuthology.orchestra.run.smithi134.stdout:(6/32): python3-ceph-argparse-19.1.1-330.gc2ddf 1.1 MB/s | 45 kB 00:00 2024-09-17T00:49:01.973 INFO:teuthology.orchestra.run.smithi153.stdout:(19/32): python3-rgw-19.1.1-330.gc2ddf972.el9.x 170 kB/s | 99 kB 00:00 2024-09-17T00:49:01.998 INFO:teuthology.orchestra.run.smithi153.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 716 kB/s | 36 kB 00:00 2024-09-17T00:49:02.032 INFO:teuthology.orchestra.run.smithi153.stdout:(21/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.3 MB/s | 292 kB 00:00 2024-09-17T00:49:02.059 INFO:teuthology.orchestra.run.smithi134.stdout:(7/32): librgw2-19.1.1-330.gc2ddf972.el9.x86_64 19 MB/s | 5.3 MB 00:00 2024-09-17T00:49:02.074 INFO:teuthology.orchestra.run.smithi153.stdout:(22/32): gperftools-libs-2.9.1-3.el9.x86_64.rpm 4.0 MB/s | 308 kB 00:00 2024-09-17T00:49:02.084 INFO:teuthology.orchestra.run.smithi134.stdout:(8/32): python3-ceph-common-19.1.1-330.gc2ddf97 1.0 MB/s | 136 kB 00:00 2024-09-17T00:49:02.099 INFO:teuthology.orchestra.run.smithi153.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 1.1 MB/s | 26 kB 00:00 2024-09-17T00:49:02.124 INFO:teuthology.orchestra.run.smithi153.stdout:(24/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 314 kB/s | 47 kB 00:00 2024-09-17T00:49:02.126 INFO:teuthology.orchestra.run.smithi134.stdout:(9/32): python3-cephfs-19.1.1-330.gc2ddf972.el9 2.4 MB/s | 162 kB 00:00 2024-09-17T00:49:02.149 INFO:teuthology.orchestra.run.smithi153.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 969 kB/s | 49 kB 00:00 2024-09-17T00:49:02.151 INFO:teuthology.orchestra.run.smithi134.stdout:(10/32): python3-rados-19.1.1-330.gc2ddf972.el9 4.7 MB/s | 320 kB 00:00 2024-09-17T00:49:02.177 INFO:teuthology.orchestra.run.smithi134.stdout:(11/32): python3-rbd-19.1.1-330.gc2ddf972.el9.x 5.9 MB/s | 300 kB 00:00 2024-09-17T00:49:02.200 INFO:teuthology.orchestra.run.smithi153.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 896 kB/s | 67 kB 00:00 2024-09-17T00:49:02.202 INFO:teuthology.orchestra.run.smithi134.stdout:(12/32): python3-rgw-19.1.1-330.gc2ddf972.el9.x 1.9 MB/s | 99 kB 00:00 2024-09-17T00:49:02.234 INFO:teuthology.orchestra.run.smithi153.stdout:(27/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 11 MB/s | 839 kB 00:00 2024-09-17T00:49:02.267 INFO:teuthology.orchestra.run.smithi153.stdout:(28/32): re2-20211101-20.el9.x86_64.rpm 2.8 MB/s | 191 kB 00:00 2024-09-17T00:49:02.268 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-09-17T00:49:02.271 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:49:02.271 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2024-09-17T00:49:02.271 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:49:02.271 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-09-17T00:49:02.271 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-radosgw x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 11 M 2024-09-17T00:49:02.271 INFO:teuthology.orchestra.run.smithi045.stdout:Upgrading: 2024-09-17T00:49:02.271 INFO:teuthology.orchestra.run.smithi045.stdout: librados2 x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 3.4 M 2024-09-17T00:49:02.271 INFO:teuthology.orchestra.run.smithi045.stdout: librbd1 x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 3.2 M 2024-09-17T00:49:02.271 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2024-09-17T00:49:02.271 INFO:teuthology.orchestra.run.smithi045.stdout: boost-program-options x86_64 1.75.0-8.el9 appstream 107 k 2024-09-17T00:49:02.272 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-base x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 5.4 M 2024-09-17T00:49:02.272 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-common x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 21 M 2024-09-17T00:49:02.272 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-selinux x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 25 k 2024-09-17T00:49:02.272 INFO:teuthology.orchestra.run.smithi045.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2024-09-17T00:49:02.272 INFO:teuthology.orchestra.run.smithi045.stdout: libarrow x86_64 9.0.0-11.el9 epel 4.4 M 2024-09-17T00:49:02.272 INFO:teuthology.orchestra.run.smithi045.stdout: libarrow-doc noarch 9.0.0-11.el9 epel 26 k 2024-09-17T00:49:02.272 INFO:teuthology.orchestra.run.smithi045.stdout: libcephfs2 x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 751 k 2024-09-17T00:49:02.272 INFO:teuthology.orchestra.run.smithi045.stdout: liboath x86_64 2.6.7-2.el9 epel 49 k 2024-09-17T00:49:02.272 INFO:teuthology.orchestra.run.smithi045.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2024-09-17T00:49:02.272 INFO:teuthology.orchestra.run.smithi045.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2024-09-17T00:49:02.272 INFO:teuthology.orchestra.run.smithi045.stdout: libradosstriper1 x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 506 k 2024-09-17T00:49:02.272 INFO:teuthology.orchestra.run.smithi045.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2024-09-17T00:49:02.272 INFO:teuthology.orchestra.run.smithi045.stdout: librgw2 x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 5.3 M 2024-09-17T00:49:02.273 INFO:teuthology.orchestra.run.smithi045.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2024-09-17T00:49:02.273 INFO:teuthology.orchestra.run.smithi045.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2024-09-17T00:49:02.273 INFO:teuthology.orchestra.run.smithi045.stdout: parquet-libs x86_64 9.0.0-11.el9 epel 839 k 2024-09-17T00:49:02.273 INFO:teuthology.orchestra.run.smithi045.stdout: python3-ceph-argparse x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 45 k 2024-09-17T00:49:02.273 INFO:teuthology.orchestra.run.smithi045.stdout: python3-ceph-common x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 136 k 2024-09-17T00:49:02.273 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cephfs x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 162 k 2024-09-17T00:49:02.273 INFO:teuthology.orchestra.run.smithi045.stdout: python3-prettytable noarch 0.7.2-27.el9 appstream 42 k 2024-09-17T00:49:02.273 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rados x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 320 k 2024-09-17T00:49:02.273 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rbd x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 300 k 2024-09-17T00:49:02.273 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rgw x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 99 k 2024-09-17T00:49:02.273 INFO:teuthology.orchestra.run.smithi045.stdout: qatlib x86_64 24.02.0-1.el9 appstream 221 k 2024-09-17T00:49:02.273 INFO:teuthology.orchestra.run.smithi045.stdout: qatzip-libs x86_64 1.2.0-1.el9 appstream 47 k 2024-09-17T00:49:02.273 INFO:teuthology.orchestra.run.smithi045.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2024-09-17T00:49:02.274 INFO:teuthology.orchestra.run.smithi045.stdout: thrift x86_64 0.15.0-2.el9 epel 1.6 M 2024-09-17T00:49:02.274 INFO:teuthology.orchestra.run.smithi045.stdout:Installing weak dependencies: 2024-09-17T00:49:02.274 INFO:teuthology.orchestra.run.smithi045.stdout: qatlib-service x86_64 24.02.0-1.el9 appstream 36 k 2024-09-17T00:49:02.274 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:49:02.274 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-09-17T00:49:02.274 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:49:02.274 INFO:teuthology.orchestra.run.smithi045.stdout:Install 30 Packages 2024-09-17T00:49:02.274 INFO:teuthology.orchestra.run.smithi045.stdout:Upgrade 2 Packages 2024-09-17T00:49:02.274 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:49:02.275 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 60 M 2024-09-17T00:49:02.275 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-09-17T00:49:02.334 INFO:teuthology.orchestra.run.smithi153.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 16 MB/s | 1.6 MB 00:00 2024-09-17T00:49:02.394 INFO:teuthology.orchestra.run.smithi134.stdout:(13/32): ceph-common-19.1.1-330.gc2ddf972.el9.x 16 MB/s | 21 MB 00:01 2024-09-17T00:49:02.401 INFO:teuthology.orchestra.run.smithi153.stdout:(30/32): libarrow-9.0.0-11.el9.x86_64.rpm 12 MB/s | 4.4 MB 00:00 2024-09-17T00:49:02.536 INFO:teuthology.orchestra.run.smithi134.stdout:(14/32): boost-program-options-1.75.0-8.el9.x86 298 kB/s | 107 kB 00:00 2024-09-17T00:49:02.543 INFO:teuthology.orchestra.run.smithi153.stdout:(31/32): librbd1-19.1.1-330.gc2ddf972.el9.x86_6 15 MB/s | 3.2 MB 00:00 2024-09-17T00:49:02.561 INFO:teuthology.orchestra.run.smithi134.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 272 kB/s | 45 kB 00:00 2024-09-17T00:49:02.595 INFO:teuthology.orchestra.run.smithi134.stdout:(16/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 408 kB/s | 160 kB 00:00 2024-09-17T00:49:02.618 INFO:teuthology.orchestra.run.smithi153.stdout:(32/32): librados2-19.1.1-330.gc2ddf972.el9.x86 9.8 MB/s | 3.4 MB 00:00 2024-09-17T00:49:02.623 INFO:teuthology.orchestra.run.smithi153.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:49:02.623 INFO:teuthology.orchestra.run.smithi153.stdout:Total 21 MB/s | 60 MB 00:02 2024-09-17T00:49:02.654 INFO:teuthology.orchestra.run.smithi134.stdout:(17/32): python3-prettytable-0.7.2-27.el9.noarc 724 kB/s | 42 kB 00:00 2024-09-17T00:49:02.704 INFO:teuthology.orchestra.run.smithi134.stdout:(18/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.0 MB/s | 292 kB 00:00 2024-09-17T00:49:02.725 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction check 2024-09-17T00:49:02.737 INFO:teuthology.orchestra.run.smithi134.stdout:(19/32): librdkafka-1.6.1-102.el9.x86_64.rpm 3.2 MB/s | 662 kB 00:00 2024-09-17T00:49:02.760 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction check succeeded. 2024-09-17T00:49:02.761 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction test 2024-09-17T00:49:02.762 INFO:teuthology.orchestra.run.smithi134.stdout:(20/32): qatlib-service-24.02.0-1.el9.x86_64.rp 614 kB/s | 36 kB 00:00 2024-09-17T00:49:02.796 INFO:teuthology.orchestra.run.smithi134.stdout:(21/32): qatlib-24.02.0-1.el9.x86_64.rpm 1.5 MB/s | 221 kB 00:00 2024-09-17T00:49:02.822 INFO:teuthology.orchestra.run.smithi134.stdout:(22/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 564 kB/s | 47 kB 00:00 2024-09-17T00:49:02.888 INFO:teuthology.orchestra.run.smithi134.stdout:(23/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 493 kB/s | 26 kB 00:00 2024-09-17T00:49:02.914 INFO:teuthology.orchestra.run.smithi134.stdout:(24/32): gperftools-libs-2.9.1-3.el9.x86_64.rpm 2.0 MB/s | 308 kB 00:00 2024-09-17T00:49:02.939 INFO:teuthology.orchestra.run.smithi134.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 968 kB/s | 49 kB 00:00 2024-09-17T00:49:02.972 INFO:teuthology.orchestra.run.smithi134.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 1.1 MB/s | 67 kB 00:00 2024-09-17T00:49:03.013 INFO:teuthology.orchestra.run.smithi134.stdout:(27/32): re2-20211101-20.el9.x86_64.rpm 4.5 MB/s | 191 kB 00:00 2024-09-17T00:49:03.047 INFO:teuthology.orchestra.run.smithi134.stdout:(28/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 7.6 MB/s | 839 kB 00:00 2024-09-17T00:49:03.156 INFO:teuthology.orchestra.run.smithi134.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 11 MB/s | 1.6 MB 00:00 2024-09-17T00:49:03.214 INFO:teuthology.orchestra.run.smithi134.stdout:(30/32): librados2-19.1.1-330.gc2ddf972.el9.x86 20 MB/s | 3.4 MB 00:00 2024-09-17T00:49:03.253 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction test succeeded. 2024-09-17T00:49:03.253 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction 2024-09-17T00:49:03.289 INFO:teuthology.orchestra.run.smithi134.stdout:(31/32): libarrow-9.0.0-11.el9.x86_64.rpm 9.0 MB/s | 4.4 MB 00:00 2024-09-17T00:49:03.598 INFO:teuthology.orchestra.run.smithi134.stdout:(32/32): librbd1-19.1.1-330.gc2ddf972.el9.x86_6 7.1 MB/s | 3.2 MB 00:00 2024-09-17T00:49:03.602 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:49:03.603 INFO:teuthology.orchestra.run.smithi134.stdout:Total 21 MB/s | 60 MB 00:02 2024-09-17T00:49:03.705 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-09-17T00:49:03.730 INFO:teuthology.orchestra.run.smithi045.stdout:(1/32): ceph-radosgw-19.1.1-330.gc2ddf972.el9.x 15 MB/s | 11 MB 00:00 2024-09-17T00:49:03.741 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-09-17T00:49:03.741 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-09-17T00:49:03.780 INFO:teuthology.orchestra.run.smithi045.stdout:(2/32): ceph-selinux-19.1.1-330.gc2ddf972.el9.x 505 kB/s | 25 kB 00:00 2024-09-17T00:49:03.847 INFO:teuthology.orchestra.run.smithi045.stdout:(3/32): libcephfs2-19.1.1-330.gc2ddf972.el9.x86 11 MB/s | 751 kB 00:00 2024-09-17T00:49:03.906 INFO:teuthology.orchestra.run.smithi045.stdout:(4/32): libradosstriper1-19.1.1-330.gc2ddf972.e 8.5 MB/s | 506 kB 00:00 2024-09-17T00:49:04.164 INFO:teuthology.orchestra.run.smithi045.stdout:(5/32): librgw2-19.1.1-330.gc2ddf972.el9.x86_64 21 MB/s | 5.3 MB 00:00 2024-09-17T00:49:04.215 INFO:teuthology.orchestra.run.smithi045.stdout:(6/32): python3-ceph-argparse-19.1.1-330.gc2ddf 900 kB/s | 45 kB 00:00 2024-09-17T00:49:04.239 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-09-17T00:49:04.239 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-09-17T00:49:04.265 INFO:teuthology.orchestra.run.smithi045.stdout:(7/32): python3-ceph-common-19.1.1-330.gc2ddf97 2.7 MB/s | 136 kB 00:00 2024-09-17T00:49:04.499 INFO:teuthology.orchestra.run.smithi045.stdout:(8/32): ceph-common-19.1.1-330.gc2ddf972.el9.x8 14 MB/s | 21 MB 00:01 2024-09-17T00:49:04.524 INFO:teuthology.orchestra.run.smithi045.stdout:(9/32): python3-cephfs-19.1.1-330.gc2ddf972.el9 625 kB/s | 162 kB 00:00 2024-09-17T00:49:04.566 INFO:teuthology.orchestra.run.smithi045.stdout:(10/32): python3-rados-19.1.1-330.gc2ddf972.el9 4.7 MB/s | 320 kB 00:00 2024-09-17T00:49:04.599 INFO:teuthology.orchestra.run.smithi045.stdout:(11/32): python3-rbd-19.1.1-330.gc2ddf972.el9.x 3.9 MB/s | 300 kB 00:00 2024-09-17T00:49:04.625 INFO:teuthology.orchestra.run.smithi045.stdout:(12/32): python3-rgw-19.1.1-330.gc2ddf972.el9.x 1.7 MB/s | 99 kB 00:00 2024-09-17T00:49:04.691 INFO:teuthology.orchestra.run.smithi153.stdout: Preparing : 1/1 2024-09-17T00:49:04.717 INFO:teuthology.orchestra.run.smithi045.stdout:(13/32): boost-program-options-1.75.0-8.el9.x86 913 kB/s | 107 kB 00:00 2024-09-17T00:49:04.745 INFO:teuthology.orchestra.run.smithi045.stdout:(14/32): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.3 MB/s | 160 kB 00:00 2024-09-17T00:49:04.769 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-09-17T00:49:04.776 INFO:teuthology.orchestra.run.smithi045.stdout:(15/32): librabbitmq-0.11.0-7.el9.x86_64.rpm 774 kB/s | 45 kB 00:00 2024-09-17T00:49:04.807 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-09-17T00:49:04.836 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-09-17T00:49:04.851 INFO:teuthology.orchestra.run.smithi045.stdout:(16/32): lttng-ust-2.12.0-6.el9.x86_64.rpm 3.8 MB/s | 292 kB 00:00 2024-09-17T00:49:04.879 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-09-17T00:49:04.885 INFO:teuthology.orchestra.run.smithi045.stdout:(17/32): librdkafka-1.6.1-102.el9.x86_64.rpm 4.5 MB/s | 662 kB 00:00 2024-09-17T00:49:04.905 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-09-17T00:49:04.910 INFO:teuthology.orchestra.run.smithi045.stdout:(18/32): python3-prettytable-0.7.2-27.el9.noarc 720 kB/s | 42 kB 00:00 2024-09-17T00:49:04.952 INFO:teuthology.orchestra.run.smithi045.stdout:(19/32): qatlib-service-24.02.0-1.el9.x86_64.rp 863 kB/s | 36 kB 00:00 2024-09-17T00:49:04.977 INFO:teuthology.orchestra.run.smithi045.stdout:(20/32): qatlib-24.02.0-1.el9.x86_64.rpm 2.3 MB/s | 221 kB 00:00 2024-09-17T00:49:05.003 INFO:teuthology.orchestra.run.smithi045.stdout:(21/32): qatzip-libs-1.2.0-1.el9.x86_64.rpm 945 kB/s | 47 kB 00:00 2024-09-17T00:49:05.086 INFO:teuthology.orchestra.run.smithi045.stdout:(22/32): ceph-base-19.1.1-330.gc2ddf972.el9.x86 2.6 MB/s | 5.4 MB 00:02 2024-09-17T00:49:05.098 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-09-17T00:49:05.151 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-09-17T00:49:05.153 INFO:teuthology.orchestra.run.smithi045.stdout:(23/32): gperftools-libs-2.9.1-3.el9.x86_64.rpm 1.7 MB/s | 308 kB 00:00 2024-09-17T00:49:05.178 INFO:teuthology.orchestra.run.smithi045.stdout:(24/32): libarrow-doc-9.0.0-11.el9.noarch.rpm 342 kB/s | 26 kB 00:00 2024-09-17T00:49:05.227 INFO:teuthology.orchestra.run.smithi045.stdout:(25/32): liboath-2.6.7-2.el9.x86_64.rpm 659 kB/s | 49 kB 00:00 2024-09-17T00:49:05.254 INFO:teuthology.orchestra.run.smithi045.stdout:(26/32): libunwind-1.6.2-1.el9.x86_64.rpm 895 kB/s | 67 kB 00:00 2024-09-17T00:49:05.288 INFO:teuthology.orchestra.run.smithi045.stdout:(27/32): re2-20211101-20.el9.x86_64.rpm 5.7 MB/s | 191 kB 00:00 2024-09-17T00:49:05.338 INFO:teuthology.orchestra.run.smithi045.stdout:(28/32): parquet-libs-9.0.0-11.el9.x86_64.rpm 7.4 MB/s | 839 kB 00:00 2024-09-17T00:49:05.422 INFO:teuthology.orchestra.run.smithi045.stdout:(29/32): thrift-0.15.0-2.el9.x86_64.rpm 12 MB/s | 1.6 MB 00:00 2024-09-17T00:49:05.489 INFO:teuthology.orchestra.run.smithi045.stdout:(30/32): libarrow-9.0.0-11.el9.x86_64.rpm 9.1 MB/s | 4.4 MB 00:00 2024-09-17T00:49:05.505 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-09-17T00:49:05.575 INFO:teuthology.orchestra.run.smithi153.stdout: Upgrading : librados2-2:19.1.1-330.gc2ddf972.el9.x86_64 7/34 2024-09-17T00:49:05.666 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: librados2-2:19.1.1-330.gc2ddf972.el9.x86_64 7/34 2024-09-17T00:49:05.698 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-09-17T00:49:05.705 INFO:teuthology.orchestra.run.smithi045.stdout:(31/32): librbd1-19.1.1-330.gc2ddf972.el9.x86_6 11 MB/s | 3.2 MB 00:00 2024-09-17T00:49:05.754 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-rados-2:19.1.1-330.gc2ddf972.el9.x86_64 8/34 2024-09-17T00:49:05.777 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : libcephfs2-2:19.1.1-330.gc2ddf972.el9.x86_64 9/34 2024-09-17T00:49:05.790 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-09-17T00:49:05.819 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-09-17T00:49:05.831 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: libcephfs2-2:19.1.1-330.gc2ddf972.el9.x86_64 9/34 2024-09-17T00:49:05.853 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-09-17T00:49:05.859 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-09-17T00:49:05.876 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-09-17T00:49:05.902 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-09-17T00:49:05.903 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-ceph-argparse-2:19.1.1-330.gc2ddf972.el9.x 11/34 2024-09-17T00:49:05.980 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-cephfs-2:19.1.1-330.gc2ddf972.el9.x86_64 12/34 2024-09-17T00:49:06.021 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : libradosstriper1-2:19.1.1-330.gc2ddf972.el9.x86_64 13/34 2024-09-17T00:49:06.073 INFO:teuthology.orchestra.run.smithi045.stdout:(32/32): librados2-19.1.1-330.gc2ddf972.el9.x86 4.7 MB/s | 3.4 MB 00:00 2024-09-17T00:49:06.078 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:49:06.078 INFO:teuthology.orchestra.run.smithi045.stdout:Total 16 MB/s | 60 MB 00:03 2024-09-17T00:49:06.095 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-09-17T00:49:06.101 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: libradosstriper1-2:19.1.1-330.gc2ddf972.el9.x86_64 13/34 2024-09-17T00:49:06.136 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-09-17T00:49:06.147 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-09-17T00:49:06.186 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-09-17T00:49:06.227 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-09-17T00:49:06.227 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-09-17T00:49:06.243 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/34 2024-09-17T00:49:06.278 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-09-17T00:49:06.330 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-09-17T00:49:06.360 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/34 2024-09-17T00:49:06.389 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-09-17T00:49:06.423 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-09-17T00:49:06.474 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-09-17T00:49:06.588 INFO:teuthology.orchestra.run.smithi134.stdout: Upgrading : librados2-2:19.1.1-330.gc2ddf972.el9.x86_64 7/34 2024-09-17T00:49:06.681 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: librados2-2:19.1.1-330.gc2ddf972.el9.x86_64 7/34 2024-09-17T00:49:06.755 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-09-17T00:49:06.755 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-09-17T00:49:06.757 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-09-17T00:49:06.779 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-rados-2:19.1.1-330.gc2ddf972.el9.x86_64 8/34 2024-09-17T00:49:06.802 INFO:teuthology.orchestra.run.smithi153.stdout: Upgrading : librbd1-2:19.1.1-330.gc2ddf972.el9.x86_64 22/34 2024-09-17T00:49:06.806 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : libcephfs2-2:19.1.1-330.gc2ddf972.el9.x86_64 9/34 2024-09-17T00:49:06.869 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: libcephfs2-2:19.1.1-330.gc2ddf972.el9.x86_64 9/34 2024-09-17T00:49:06.904 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: librbd1-2:19.1.1-330.gc2ddf972.el9.x86_64 22/34 2024-09-17T00:49:06.906 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-09-17T00:49:06.932 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-rbd-2:19.1.1-330.gc2ddf972.el9.x86_64 23/34 2024-09-17T00:49:06.951 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-ceph-argparse-2:19.1.1-330.gc2ddf972.el9.x 11/34 2024-09-17T00:49:06.977 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-09-17T00:49:07.020 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-cephfs-2:19.1.1-330.gc2ddf972.el9.x86_64 12/34 2024-09-17T00:49:07.050 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : libradosstriper1-2:19.1.1-330.gc2ddf972.el9.x86_64 13/34 2024-09-17T00:49:07.114 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: libradosstriper1-2:19.1.1-330.gc2ddf972.el9.x86_64 13/34 2024-09-17T00:49:07.149 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-09-17T00:49:07.267 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/34 2024-09-17T00:49:07.300 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-09-17T00:49:07.346 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-09-17T00:49:07.381 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/34 2024-09-17T00:49:07.410 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-09-17T00:49:07.444 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-09-17T00:49:07.472 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-09-17T00:49:07.504 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : librgw2-2:19.1.1-330.gc2ddf972.el9.x86_64 26/34 2024-09-17T00:49:07.580 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: librgw2-2:19.1.1-330.gc2ddf972.el9.x86_64 26/34 2024-09-17T00:49:07.654 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-rgw-2:19.1.1-330.gc2ddf972.el9.x86_64 27/34 2024-09-17T00:49:07.682 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-ceph-common-2:19.1.1-330.gc2ddf972.el9.x86 28/34 2024-09-17T00:49:07.763 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-09-17T00:49:07.806 INFO:teuthology.orchestra.run.smithi134.stdout: Upgrading : librbd1-2:19.1.1-330.gc2ddf972.el9.x86_64 22/34 2024-09-17T00:49:07.896 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: librbd1-2:19.1.1-330.gc2ddf972.el9.x86_64 22/34 2024-09-17T00:49:07.927 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-rbd-2:19.1.1-330.gc2ddf972.el9.x86_64 23/34 2024-09-17T00:49:07.963 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-09-17T00:49:08.232 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-09-17T00:49:08.310 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/34 2024-09-17T00:49:08.341 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 2/34 2024-09-17T00:49:08.367 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 3/34 2024-09-17T00:49:08.389 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-09-17T00:49:08.414 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: qatlib-service-24.02.0-1.el9.x86_64 4/34 2024-09-17T00:49:08.450 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-09-17T00:49:08.475 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : librgw2-2:19.1.1-330.gc2ddf972.el9.x86_64 26/34 2024-09-17T00:49:08.554 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: librgw2-2:19.1.1-330.gc2ddf972.el9.x86_64 26/34 2024-09-17T00:49:08.618 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: qatlib-24.02.0-1.el9.x86_64 5/34 2024-09-17T00:49:08.632 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-rgw-2:19.1.1-330.gc2ddf972.el9.x86_64 27/34 2024-09-17T00:49:08.671 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : qatlib-24.02.0-1.el9.x86_64 5/34 2024-09-17T00:49:08.677 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-ceph-common-2:19.1.1-330.gc2ddf972.el9.x86 28/34 2024-09-17T00:49:09.031 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : thrift-0.15.0-2.el9.x86_64 6/34 2024-09-17T00:49:09.135 INFO:teuthology.orchestra.run.smithi045.stdout: Upgrading : librados2-2:19.1.1-330.gc2ddf972.el9.x86_64 7/34 2024-09-17T00:49:09.211 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librados2-2:19.1.1-330.gc2ddf972.el9.x86_64 7/34 2024-09-17T00:49:09.316 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-rados-2:19.1.1-330.gc2ddf972.el9.x86_64 8/34 2024-09-17T00:49:09.346 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libcephfs2-2:19.1.1-330.gc2ddf972.el9.x86_64 9/34 2024-09-17T00:49:09.392 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: libcephfs2-2:19.1.1-330.gc2ddf972.el9.x86_64 9/34 2024-09-17T00:49:09.421 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : liboath-2.6.7-2.el9.x86_64 10/34 2024-09-17T00:49:09.465 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-ceph-argparse-2:19.1.1-330.gc2ddf972.el9.x 11/34 2024-09-17T00:49:09.535 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-cephfs-2:19.1.1-330.gc2ddf972.el9.x86_64 12/34 2024-09-17T00:49:09.565 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libradosstriper1-2:19.1.1-330.gc2ddf972.el9.x86_64 13/34 2024-09-17T00:49:09.632 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: libradosstriper1-2:19.1.1-330.gc2ddf972.el9.x86_64 13/34 2024-09-17T00:49:09.667 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : qatzip-libs-1.2.0-1.el9.x86_64 14/34 2024-09-17T00:49:09.789 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/34 2024-09-17T00:49:09.955 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libarrow-9.0.0-11.el9.x86_64 16/34 2024-09-17T00:49:10.025 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 29/34 2024-09-17T00:49:10.061 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 29/34 2024-09-17T00:49:10.100 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/34 2024-09-17T00:49:10.130 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/34 2024-09-17T00:49:10.159 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libarrow-doc-9.0.0-11.el9.noarch 19/34 2024-09-17T00:49:10.192 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-prettytable-0.7.2-27.el9.noarch 20/34 2024-09-17T00:49:10.521 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 21/34 2024-09-17T00:49:10.563 INFO:teuthology.orchestra.run.smithi045.stdout: Upgrading : librbd1-2:19.1.1-330.gc2ddf972.el9.x86_64 22/34 2024-09-17T00:49:10.623 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 29/34 2024-09-17T00:49:10.654 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librbd1-2:19.1.1-330.gc2ddf972.el9.x86_64 22/34 2024-09-17T00:49:10.664 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : ceph-base-2:19.1.1-330.gc2ddf972.el9.x86_64 30/34 2024-09-17T00:49:10.685 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-rbd-2:19.1.1-330.gc2ddf972.el9.x86_64 23/34 2024-09-17T00:49:10.721 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : boost-program-options-1.75.0-8.el9.x86_64 24/34 2024-09-17T00:49:10.756 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: ceph-base-2:19.1.1-330.gc2ddf972.el9.x86_64 30/34 2024-09-17T00:49:10.756 INFO:teuthology.orchestra.run.smithi153.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-17T00:49:10.756 INFO:teuthology.orchestra.run.smithi153.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-17T00:49:10.756 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:49:10.791 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : ceph-selinux-2:19.1.1-330.gc2ddf972.el9.x86_64 31/34 2024-09-17T00:49:10.934 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 29/34 2024-09-17T00:49:10.974 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 29/34 2024-09-17T00:49:11.231 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : parquet-libs-9.0.0-11.el9.x86_64 25/34 2024-09-17T00:49:11.258 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : librgw2-2:19.1.1-330.gc2ddf972.el9.x86_64 26/34 2024-09-17T00:49:11.321 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librgw2-2:19.1.1-330.gc2ddf972.el9.x86_64 26/34 2024-09-17T00:49:11.403 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-rgw-2:19.1.1-330.gc2ddf972.el9.x86_64 27/34 2024-09-17T00:49:11.435 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-ceph-common-2:19.1.1-330.gc2ddf972.el9.x86 28/34 2024-09-17T00:49:11.527 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 29/34 2024-09-17T00:49:11.569 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-base-2:19.1.1-330.gc2ddf972.el9.x86_64 30/34 2024-09-17T00:49:11.675 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-base-2:19.1.1-330.gc2ddf972.el9.x86_64 30/34 2024-09-17T00:49:11.676 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-17T00:49:11.676 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-17T00:49:11.676 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:49:11.711 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-selinux-2:19.1.1-330.gc2ddf972.el9.x86_64 31/34 2024-09-17T00:49:13.815 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 29/34 2024-09-17T00:49:13.849 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 29/34 2024-09-17T00:49:14.445 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 29/34 2024-09-17T00:49:14.511 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-base-2:19.1.1-330.gc2ddf972.el9.x86_64 30/34 2024-09-17T00:49:14.586 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-base-2:19.1.1-330.gc2ddf972.el9.x86_64 30/34 2024-09-17T00:49:14.586 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2024-09-17T00:49:14.586 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2024-09-17T00:49:14.586 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:49:14.629 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-selinux-2:19.1.1-330.gc2ddf972.el9.x86_64 31/34 2024-09-17T00:49:20.698 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: ceph-selinux-2:19.1.1-330.gc2ddf972.el9.x86_64 31/34 2024-09-17T00:49:20.698 INFO:teuthology.orchestra.run.smithi153.stdout:skipping the directory /sys 2024-09-17T00:49:20.698 INFO:teuthology.orchestra.run.smithi153.stdout:skipping the directory /proc 2024-09-17T00:49:20.698 INFO:teuthology.orchestra.run.smithi153.stdout:skipping the directory /mnt 2024-09-17T00:49:20.699 INFO:teuthology.orchestra.run.smithi153.stdout:skipping the directory /var/tmp 2024-09-17T00:49:20.699 INFO:teuthology.orchestra.run.smithi153.stdout:skipping the directory /home 2024-09-17T00:49:20.699 INFO:teuthology.orchestra.run.smithi153.stdout:skipping the directory /root 2024-09-17T00:49:20.699 INFO:teuthology.orchestra.run.smithi153.stdout:skipping the directory /tmp 2024-09-17T00:49:20.699 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:49:21.508 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-selinux-2:19.1.1-330.gc2ddf972.el9.x86_64 31/34 2024-09-17T00:49:21.508 INFO:teuthology.orchestra.run.smithi134.stdout:skipping the directory /sys 2024-09-17T00:49:21.509 INFO:teuthology.orchestra.run.smithi134.stdout:skipping the directory /proc 2024-09-17T00:49:21.509 INFO:teuthology.orchestra.run.smithi134.stdout:skipping the directory /mnt 2024-09-17T00:49:21.509 INFO:teuthology.orchestra.run.smithi134.stdout:skipping the directory /var/tmp 2024-09-17T00:49:21.509 INFO:teuthology.orchestra.run.smithi134.stdout:skipping the directory /home 2024-09-17T00:49:21.509 INFO:teuthology.orchestra.run.smithi134.stdout:skipping the directory /root 2024-09-17T00:49:21.509 INFO:teuthology.orchestra.run.smithi134.stdout:skipping the directory /tmp 2024-09-17T00:49:21.509 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:49:21.702 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : ceph-radosgw-2:19.1.1-330.gc2ddf972.el9.x86_64 32/34 2024-09-17T00:49:21.728 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: ceph-radosgw-2:19.1.1-330.gc2ddf972.el9.x86_64 32/34 2024-09-17T00:49:21.728 INFO:teuthology.orchestra.run.smithi153.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T00:49:21.728 INFO:teuthology.orchestra.run.smithi153.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-17T00:49:21.728 INFO:teuthology.orchestra.run.smithi153.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-17T00:49:21.728 INFO:teuthology.orchestra.run.smithi153.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-17T00:49:21.729 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:49:21.730 INFO:teuthology.orchestra.run.smithi153.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-09-17T00:49:21.821 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-09-17T00:49:21.821 INFO:teuthology.orchestra.run.smithi153.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-09-17T00:49:22.519 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-radosgw-2:19.1.1-330.gc2ddf972.el9.x86_64 32/34 2024-09-17T00:49:22.545 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-radosgw-2:19.1.1-330.gc2ddf972.el9.x86_64 32/34 2024-09-17T00:49:22.545 INFO:teuthology.orchestra.run.smithi134.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T00:49:22.545 INFO:teuthology.orchestra.run.smithi134.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-17T00:49:22.545 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-17T00:49:22.545 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-17T00:49:22.545 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:49:22.547 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-09-17T00:49:22.640 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-09-17T00:49:22.641 INFO:teuthology.orchestra.run.smithi134.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-09-17T00:49:23.015 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-09-17T00:49:23.015 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : ceph-base-2:19.1.1-330.gc2ddf972.el9.x86_64 1/34 2024-09-17T00:49:23.016 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 2/34 2024-09-17T00:49:23.016 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : ceph-radosgw-2:19.1.1-330.gc2ddf972.el9.x86_64 3/34 2024-09-17T00:49:23.016 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : ceph-selinux-2:19.1.1-330.gc2ddf972.el9.x86_64 4/34 2024-09-17T00:49:23.016 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : libcephfs2-2:19.1.1-330.gc2ddf972.el9.x86_64 5/34 2024-09-17T00:49:23.016 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : libradosstriper1-2:19.1.1-330.gc2ddf972.el9.x86_64 6/34 2024-09-17T00:49:23.016 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : librgw2-2:19.1.1-330.gc2ddf972.el9.x86_64 7/34 2024-09-17T00:49:23.016 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-ceph-argparse-2:19.1.1-330.gc2ddf972.el9.x 8/34 2024-09-17T00:49:23.016 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-ceph-common-2:19.1.1-330.gc2ddf972.el9.x86 9/34 2024-09-17T00:49:23.016 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-cephfs-2:19.1.1-330.gc2ddf972.el9.x86_64 10/34 2024-09-17T00:49:23.016 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-rados-2:19.1.1-330.gc2ddf972.el9.x86_64 11/34 2024-09-17T00:49:23.016 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-rbd-2:19.1.1-330.gc2ddf972.el9.x86_64 12/34 2024-09-17T00:49:23.016 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-rgw-2:19.1.1-330.gc2ddf972.el9.x86_64 13/34 2024-09-17T00:49:23.017 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-09-17T00:49:23.017 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-09-17T00:49:23.017 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-09-17T00:49:23.017 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-09-17T00:49:23.017 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-09-17T00:49:23.017 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-09-17T00:49:23.017 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-09-17T00:49:23.017 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-09-17T00:49:23.017 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-09-17T00:49:23.017 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 23/34 2024-09-17T00:49:23.017 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-09-17T00:49:23.017 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-09-17T00:49:23.017 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-09-17T00:49:23.017 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-09-17T00:49:23.018 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-09-17T00:49:23.018 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : re2-1:20211101-20.el9.x86_64 29/34 2024-09-17T00:49:23.018 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-09-17T00:49:23.019 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : librados2-2:19.1.1-330.gc2ddf972.el9.x86_64 31/34 2024-09-17T00:49:23.019 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-09-17T00:49:23.019 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : librbd1-2:19.1.1-330.gc2ddf972.el9.x86_64 33/34 2024-09-17T00:49:23.841 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-09-17T00:49:23.842 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-base-2:19.1.1-330.gc2ddf972.el9.x86_64 1/34 2024-09-17T00:49:23.842 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 2/34 2024-09-17T00:49:23.842 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-radosgw-2:19.1.1-330.gc2ddf972.el9.x86_64 3/34 2024-09-17T00:49:23.842 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-selinux-2:19.1.1-330.gc2ddf972.el9.x86_64 4/34 2024-09-17T00:49:23.842 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : libcephfs2-2:19.1.1-330.gc2ddf972.el9.x86_64 5/34 2024-09-17T00:49:23.842 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : libradosstriper1-2:19.1.1-330.gc2ddf972.el9.x86_64 6/34 2024-09-17T00:49:23.842 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : librgw2-2:19.1.1-330.gc2ddf972.el9.x86_64 7/34 2024-09-17T00:49:23.842 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-ceph-argparse-2:19.1.1-330.gc2ddf972.el9.x 8/34 2024-09-17T00:49:23.842 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-ceph-common-2:19.1.1-330.gc2ddf972.el9.x86 9/34 2024-09-17T00:49:23.842 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-cephfs-2:19.1.1-330.gc2ddf972.el9.x86_64 10/34 2024-09-17T00:49:23.842 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-rados-2:19.1.1-330.gc2ddf972.el9.x86_64 11/34 2024-09-17T00:49:23.843 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-rbd-2:19.1.1-330.gc2ddf972.el9.x86_64 12/34 2024-09-17T00:49:23.843 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-rgw-2:19.1.1-330.gc2ddf972.el9.x86_64 13/34 2024-09-17T00:49:23.843 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-09-17T00:49:23.843 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-09-17T00:49:23.843 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-09-17T00:49:23.843 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-09-17T00:49:23.843 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-09-17T00:49:23.843 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-09-17T00:49:23.843 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-09-17T00:49:23.843 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-09-17T00:49:23.843 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-09-17T00:49:23.843 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 23/34 2024-09-17T00:49:23.843 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-09-17T00:49:23.844 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-09-17T00:49:23.844 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-09-17T00:49:23.844 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-09-17T00:49:23.844 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-09-17T00:49:23.844 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : re2-1:20211101-20.el9.x86_64 29/34 2024-09-17T00:49:23.844 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-09-17T00:49:23.844 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : librados2-2:19.1.1-330.gc2ddf972.el9.x86_64 31/34 2024-09-17T00:49:23.844 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-09-17T00:49:23.844 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : librbd1-2:19.1.1-330.gc2ddf972.el9.x86_64 33/34 2024-09-17T00:49:24.066 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-09-17T00:49:24.067 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:49:24.067 INFO:teuthology.orchestra.run.smithi153.stdout:Upgraded: 2024-09-17T00:49:24.067 INFO:teuthology.orchestra.run.smithi153.stdout: librados2-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:24.067 INFO:teuthology.orchestra.run.smithi153.stdout: librbd1-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:24.067 INFO:teuthology.orchestra.run.smithi153.stdout:Installed: 2024-09-17T00:49:24.067 INFO:teuthology.orchestra.run.smithi153.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-17T00:49:24.067 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-base-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:24.067 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:24.067 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-radosgw-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:24.067 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-selinux-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:24.067 INFO:teuthology.orchestra.run.smithi153.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2024-09-17T00:49:24.068 INFO:teuthology.orchestra.run.smithi153.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-17T00:49:24.068 INFO:teuthology.orchestra.run.smithi153.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-17T00:49:24.068 INFO:teuthology.orchestra.run.smithi153.stdout: libcephfs2-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:24.068 INFO:teuthology.orchestra.run.smithi153.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-17T00:49:24.068 INFO:teuthology.orchestra.run.smithi153.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-17T00:49:24.068 INFO:teuthology.orchestra.run.smithi153.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-17T00:49:24.068 INFO:teuthology.orchestra.run.smithi153.stdout: libradosstriper1-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:24.068 INFO:teuthology.orchestra.run.smithi153.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-17T00:49:24.068 INFO:teuthology.orchestra.run.smithi153.stdout: librgw2-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:24.068 INFO:teuthology.orchestra.run.smithi153.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-17T00:49:24.068 INFO:teuthology.orchestra.run.smithi153.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-17T00:49:24.068 INFO:teuthology.orchestra.run.smithi153.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-17T00:49:24.068 INFO:teuthology.orchestra.run.smithi153.stdout: python3-ceph-argparse-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:24.068 INFO:teuthology.orchestra.run.smithi153.stdout: python3-ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:24.069 INFO:teuthology.orchestra.run.smithi153.stdout: python3-cephfs-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:24.069 INFO:teuthology.orchestra.run.smithi153.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-17T00:49:24.069 INFO:teuthology.orchestra.run.smithi153.stdout: python3-rados-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:24.069 INFO:teuthology.orchestra.run.smithi153.stdout: python3-rbd-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:24.069 INFO:teuthology.orchestra.run.smithi153.stdout: python3-rgw-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:24.069 INFO:teuthology.orchestra.run.smithi153.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-17T00:49:24.069 INFO:teuthology.orchestra.run.smithi153.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-17T00:49:24.069 INFO:teuthology.orchestra.run.smithi153.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-17T00:49:24.069 INFO:teuthology.orchestra.run.smithi153.stdout: re2-1:20211101-20.el9.x86_64 2024-09-17T00:49:24.069 INFO:teuthology.orchestra.run.smithi153.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-17T00:49:24.069 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:49:24.069 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-09-17T00:49:24.424 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum -y install ceph-test 2024-09-17T00:49:24.722 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-09-17T00:49:24.722 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:49:24.722 INFO:teuthology.orchestra.run.smithi134.stdout:Upgraded: 2024-09-17T00:49:24.722 INFO:teuthology.orchestra.run.smithi134.stdout: librados2-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:24.722 INFO:teuthology.orchestra.run.smithi134.stdout: librbd1-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:24.722 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-09-17T00:49:24.722 INFO:teuthology.orchestra.run.smithi134.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-17T00:49:24.722 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-base-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:24.722 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:24.722 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-radosgw-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:24.723 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-selinux-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:24.723 INFO:teuthology.orchestra.run.smithi134.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2024-09-17T00:49:24.723 INFO:teuthology.orchestra.run.smithi134.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-17T00:49:24.723 INFO:teuthology.orchestra.run.smithi134.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-17T00:49:24.723 INFO:teuthology.orchestra.run.smithi134.stdout: libcephfs2-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:24.723 INFO:teuthology.orchestra.run.smithi134.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-17T00:49:24.723 INFO:teuthology.orchestra.run.smithi134.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-17T00:49:24.723 INFO:teuthology.orchestra.run.smithi134.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-17T00:49:24.723 INFO:teuthology.orchestra.run.smithi134.stdout: libradosstriper1-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:24.723 INFO:teuthology.orchestra.run.smithi134.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-17T00:49:24.723 INFO:teuthology.orchestra.run.smithi134.stdout: librgw2-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:24.723 INFO:teuthology.orchestra.run.smithi134.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-17T00:49:24.724 INFO:teuthology.orchestra.run.smithi134.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-17T00:49:24.724 INFO:teuthology.orchestra.run.smithi134.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-17T00:49:24.724 INFO:teuthology.orchestra.run.smithi134.stdout: python3-ceph-argparse-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:24.724 INFO:teuthology.orchestra.run.smithi134.stdout: python3-ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:24.724 INFO:teuthology.orchestra.run.smithi134.stdout: python3-cephfs-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:24.724 INFO:teuthology.orchestra.run.smithi134.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-17T00:49:24.724 INFO:teuthology.orchestra.run.smithi134.stdout: python3-rados-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:24.724 INFO:teuthology.orchestra.run.smithi134.stdout: python3-rbd-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:24.724 INFO:teuthology.orchestra.run.smithi134.stdout: python3-rgw-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:24.724 INFO:teuthology.orchestra.run.smithi134.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-17T00:49:24.724 INFO:teuthology.orchestra.run.smithi134.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-17T00:49:24.724 INFO:teuthology.orchestra.run.smithi134.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-17T00:49:24.724 INFO:teuthology.orchestra.run.smithi134.stdout: re2-1:20211101-20.el9.x86_64 2024-09-17T00:49:24.725 INFO:teuthology.orchestra.run.smithi134.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-17T00:49:24.725 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:49:24.725 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-09-17T00:49:25.007 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:00:28 ago on Tue 17 Sep 2024 12:48:57 AM UTC. 2024-09-17T00:49:25.094 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install ceph-test 2024-09-17T00:49:25.108 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-selinux-2:19.1.1-330.gc2ddf972.el9.x86_64 31/34 2024-09-17T00:49:25.108 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /sys 2024-09-17T00:49:25.108 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /proc 2024-09-17T00:49:25.109 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /mnt 2024-09-17T00:49:25.109 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /var/tmp 2024-09-17T00:49:25.109 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /home 2024-09-17T00:49:25.109 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /root 2024-09-17T00:49:25.109 INFO:teuthology.orchestra.run.smithi045.stdout:skipping the directory /tmp 2024-09-17T00:49:25.109 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:49:25.139 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-09-17T00:49:25.140 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:49:25.140 INFO:teuthology.orchestra.run.smithi153.stdout: Package Arch Version Repository Size 2024-09-17T00:49:25.140 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:49:25.140 INFO:teuthology.orchestra.run.smithi153.stdout:Installing: 2024-09-17T00:49:25.140 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-test x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 49 M 2024-09-17T00:49:25.140 INFO:teuthology.orchestra.run.smithi153.stdout:Installing dependencies: 2024-09-17T00:49:25.140 INFO:teuthology.orchestra.run.smithi153.stdout: libcephsqlite x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 163 k 2024-09-17T00:49:25.140 INFO:teuthology.orchestra.run.smithi153.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-17T00:49:25.141 INFO:teuthology.orchestra.run.smithi153.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-17T00:49:25.141 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:49:25.141 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2024-09-17T00:49:25.141 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:49:25.141 INFO:teuthology.orchestra.run.smithi153.stdout:Install 4 Packages 2024-09-17T00:49:25.141 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:49:25.142 INFO:teuthology.orchestra.run.smithi153.stdout:Total download size: 49 M 2024-09-17T00:49:25.142 INFO:teuthology.orchestra.run.smithi153.stdout:Installed size: 209 M 2024-09-17T00:49:25.142 INFO:teuthology.orchestra.run.smithi153.stdout:Downloading Packages: 2024-09-17T00:49:25.333 INFO:teuthology.orchestra.run.smithi153.stdout:(1/4): socat-1.7.4.1-6.el9.x86_64.rpm 2.0 MB/s | 304 kB 00:00 2024-09-17T00:49:25.375 INFO:teuthology.orchestra.run.smithi153.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.5 MB/s | 64 kB 00:00 2024-09-17T00:49:25.424 INFO:teuthology.orchestra.run.smithi153.stdout:(3/4): libcephsqlite-19.1.1-330.gc2ddf972.el9.x 690 kB/s | 163 kB 00:00 2024-09-17T00:49:25.676 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:00:27 ago on Tue 17 Sep 2024 12:48:58 AM UTC. 2024-09-17T00:49:25.809 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-09-17T00:49:25.810 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:49:25.810 INFO:teuthology.orchestra.run.smithi134.stdout: Package Arch Version Repository Size 2024-09-17T00:49:25.810 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:49:25.810 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-09-17T00:49:25.810 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-test x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 49 M 2024-09-17T00:49:25.810 INFO:teuthology.orchestra.run.smithi134.stdout:Installing dependencies: 2024-09-17T00:49:25.810 INFO:teuthology.orchestra.run.smithi134.stdout: libcephsqlite x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 163 k 2024-09-17T00:49:25.811 INFO:teuthology.orchestra.run.smithi134.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-17T00:49:25.811 INFO:teuthology.orchestra.run.smithi134.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-17T00:49:25.811 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:49:25.811 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-09-17T00:49:25.811 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:49:25.811 INFO:teuthology.orchestra.run.smithi134.stdout:Install 4 Packages 2024-09-17T00:49:25.812 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:49:25.813 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 49 M 2024-09-17T00:49:25.813 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 209 M 2024-09-17T00:49:25.813 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-09-17T00:49:26.122 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-radosgw-2:19.1.1-330.gc2ddf972.el9.x86_64 32/34 2024-09-17T00:49:26.150 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-radosgw-2:19.1.1-330.gc2ddf972.el9.x86_64 32/34 2024-09-17T00:49:26.150 INFO:teuthology.orchestra.run.smithi045.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T00:49:26.150 INFO:teuthology.orchestra.run.smithi045.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2024-09-17T00:49:26.150 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-17T00:49:26.150 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2024-09-17T00:49:26.150 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:49:26.152 INFO:teuthology.orchestra.run.smithi045.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-09-17T00:49:26.242 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 33/34 2024-09-17T00:49:26.242 INFO:teuthology.orchestra.run.smithi045.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 34/34 2024-09-17T00:49:26.244 INFO:teuthology.orchestra.run.smithi134.stdout:(1/4): socat-1.7.4.1-6.el9.x86_64.rpm 1.9 MB/s | 304 kB 00:00 2024-09-17T00:49:26.320 INFO:teuthology.orchestra.run.smithi134.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 852 kB/s | 64 kB 00:00 2024-09-17T00:49:26.428 INFO:teuthology.orchestra.run.smithi134.stdout:(3/4): libcephsqlite-19.1.1-330.gc2ddf972.el9.x 486 kB/s | 163 kB 00:00 2024-09-17T00:49:26.842 INFO:teuthology.orchestra.run.smithi153.stdout:(4/4): ceph-test-19.1.1-330.gc2ddf972.el9.x86_6 29 MB/s | 49 MB 00:01 2024-09-17T00:49:26.844 INFO:teuthology.orchestra.run.smithi153.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:49:26.844 INFO:teuthology.orchestra.run.smithi153.stdout:Total 29 MB/s | 49 MB 00:01 2024-09-17T00:49:26.873 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction check 2024-09-17T00:49:26.893 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction check succeeded. 2024-09-17T00:49:26.893 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction test 2024-09-17T00:49:27.288 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction test succeeded. 2024-09-17T00:49:27.289 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction 2024-09-17T00:49:27.360 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 34/34 2024-09-17T00:49:27.360 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-base-2:19.1.1-330.gc2ddf972.el9.x86_64 1/34 2024-09-17T00:49:27.360 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 2/34 2024-09-17T00:49:27.360 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-radosgw-2:19.1.1-330.gc2ddf972.el9.x86_64 3/34 2024-09-17T00:49:27.360 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-selinux-2:19.1.1-330.gc2ddf972.el9.x86_64 4/34 2024-09-17T00:49:27.360 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libcephfs2-2:19.1.1-330.gc2ddf972.el9.x86_64 5/34 2024-09-17T00:49:27.360 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libradosstriper1-2:19.1.1-330.gc2ddf972.el9.x86_64 6/34 2024-09-17T00:49:27.360 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librgw2-2:19.1.1-330.gc2ddf972.el9.x86_64 7/34 2024-09-17T00:49:27.361 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-ceph-argparse-2:19.1.1-330.gc2ddf972.el9.x 8/34 2024-09-17T00:49:27.361 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-ceph-common-2:19.1.1-330.gc2ddf972.el9.x86 9/34 2024-09-17T00:49:27.361 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-cephfs-2:19.1.1-330.gc2ddf972.el9.x86_64 10/34 2024-09-17T00:49:27.361 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-rados-2:19.1.1-330.gc2ddf972.el9.x86_64 11/34 2024-09-17T00:49:27.361 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-rbd-2:19.1.1-330.gc2ddf972.el9.x86_64 12/34 2024-09-17T00:49:27.361 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-rgw-2:19.1.1-330.gc2ddf972.el9.x86_64 13/34 2024-09-17T00:49:27.361 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : boost-program-options-1.75.0-8.el9.x86_64 14/34 2024-09-17T00:49:27.361 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 15/34 2024-09-17T00:49:27.361 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 16/34 2024-09-17T00:49:27.361 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 17/34 2024-09-17T00:49:27.362 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 18/34 2024-09-17T00:49:27.362 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-prettytable-0.7.2-27.el9.noarch 19/34 2024-09-17T00:49:27.362 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : qatlib-24.02.0-1.el9.x86_64 20/34 2024-09-17T00:49:27.362 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : qatlib-service-24.02.0-1.el9.x86_64 21/34 2024-09-17T00:49:27.362 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : qatzip-libs-1.2.0-1.el9.x86_64 22/34 2024-09-17T00:49:27.362 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 23/34 2024-09-17T00:49:27.362 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libarrow-9.0.0-11.el9.x86_64 24/34 2024-09-17T00:49:27.362 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libarrow-doc-9.0.0-11.el9.noarch 25/34 2024-09-17T00:49:27.362 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : liboath-2.6.7-2.el9.x86_64 26/34 2024-09-17T00:49:27.362 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 27/34 2024-09-17T00:49:27.362 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : parquet-libs-9.0.0-11.el9.x86_64 28/34 2024-09-17T00:49:27.362 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : re2-1:20211101-20.el9.x86_64 29/34 2024-09-17T00:49:27.362 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : thrift-0.15.0-2.el9.x86_64 30/34 2024-09-17T00:49:27.363 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librados2-2:19.1.1-330.gc2ddf972.el9.x86_64 31/34 2024-09-17T00:49:27.363 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 32/34 2024-09-17T00:49:27.363 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librbd1-2:19.1.1-330.gc2ddf972.el9.x86_64 33/34 2024-09-17T00:49:27.821 INFO:teuthology.orchestra.run.smithi153.stdout: Preparing : 1/1 2024-09-17T00:49:27.903 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-17T00:49:27.949 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-17T00:49:27.977 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : libcephsqlite-2:19.1.1-330.gc2ddf972.el9.x86_64 3/4 2024-09-17T00:49:28.316 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 34/34 2024-09-17T00:49:28.316 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:49:28.316 INFO:teuthology.orchestra.run.smithi045.stdout:Upgraded: 2024-09-17T00:49:28.316 INFO:teuthology.orchestra.run.smithi045.stdout: librados2-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:28.316 INFO:teuthology.orchestra.run.smithi045.stdout: librbd1-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:28.316 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-09-17T00:49:28.317 INFO:teuthology.orchestra.run.smithi045.stdout: boost-program-options-1.75.0-8.el9.x86_64 2024-09-17T00:49:28.317 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-base-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:28.317 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:28.317 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-radosgw-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:28.317 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-selinux-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:28.317 INFO:teuthology.orchestra.run.smithi045.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2024-09-17T00:49:28.317 INFO:teuthology.orchestra.run.smithi045.stdout: libarrow-9.0.0-11.el9.x86_64 2024-09-17T00:49:28.317 INFO:teuthology.orchestra.run.smithi045.stdout: libarrow-doc-9.0.0-11.el9.noarch 2024-09-17T00:49:28.317 INFO:teuthology.orchestra.run.smithi045.stdout: libcephfs2-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:28.317 INFO:teuthology.orchestra.run.smithi045.stdout: liboath-2.6.7-2.el9.x86_64 2024-09-17T00:49:28.317 INFO:teuthology.orchestra.run.smithi045.stdout: libpmemobj-1.12.1-1.el9.x86_64 2024-09-17T00:49:28.317 INFO:teuthology.orchestra.run.smithi045.stdout: librabbitmq-0.11.0-7.el9.x86_64 2024-09-17T00:49:28.318 INFO:teuthology.orchestra.run.smithi045.stdout: libradosstriper1-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:28.318 INFO:teuthology.orchestra.run.smithi045.stdout: librdkafka-1.6.1-102.el9.x86_64 2024-09-17T00:49:28.318 INFO:teuthology.orchestra.run.smithi045.stdout: librgw2-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:28.318 INFO:teuthology.orchestra.run.smithi045.stdout: libunwind-1.6.2-1.el9.x86_64 2024-09-17T00:49:28.318 INFO:teuthology.orchestra.run.smithi045.stdout: lttng-ust-2.12.0-6.el9.x86_64 2024-09-17T00:49:28.318 INFO:teuthology.orchestra.run.smithi045.stdout: parquet-libs-9.0.0-11.el9.x86_64 2024-09-17T00:49:28.318 INFO:teuthology.orchestra.run.smithi045.stdout: python3-ceph-argparse-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:28.318 INFO:teuthology.orchestra.run.smithi045.stdout: python3-ceph-common-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:28.318 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cephfs-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:28.318 INFO:teuthology.orchestra.run.smithi045.stdout: python3-prettytable-0.7.2-27.el9.noarch 2024-09-17T00:49:28.318 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rados-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:28.318 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rbd-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:28.318 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rgw-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:28.319 INFO:teuthology.orchestra.run.smithi045.stdout: qatlib-24.02.0-1.el9.x86_64 2024-09-17T00:49:28.319 INFO:teuthology.orchestra.run.smithi045.stdout: qatlib-service-24.02.0-1.el9.x86_64 2024-09-17T00:49:28.319 INFO:teuthology.orchestra.run.smithi045.stdout: qatzip-libs-1.2.0-1.el9.x86_64 2024-09-17T00:49:28.319 INFO:teuthology.orchestra.run.smithi045.stdout: re2-1:20211101-20.el9.x86_64 2024-09-17T00:49:28.319 INFO:teuthology.orchestra.run.smithi045.stdout: thrift-0.15.0-2.el9.x86_64 2024-09-17T00:49:28.319 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:49:28.319 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-09-17T00:49:28.637 INFO:teuthology.orchestra.run.smithi134.stdout:(4/4): ceph-test-19.1.1-330.gc2ddf972.el9.x86_6 19 MB/s | 49 MB 00:02 2024-09-17T00:49:28.639 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:49:28.639 INFO:teuthology.orchestra.run.smithi134.stdout:Total 17 MB/s | 49 MB 00:02 2024-09-17T00:49:28.667 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-09-17T00:49:28.687 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-09-17T00:49:28.687 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-09-17T00:49:28.735 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-test 2024-09-17T00:49:29.075 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-09-17T00:49:29.075 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-09-17T00:49:29.332 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:00:30 ago on Tue 17 Sep 2024 12:48:59 AM UTC. 2024-09-17T00:49:29.478 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-09-17T00:49:29.480 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:49:29.480 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2024-09-17T00:49:29.480 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:49:29.480 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-09-17T00:49:29.480 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-test x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 49 M 2024-09-17T00:49:29.480 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2024-09-17T00:49:29.480 INFO:teuthology.orchestra.run.smithi045.stdout: libcephsqlite x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 163 k 2024-09-17T00:49:29.480 INFO:teuthology.orchestra.run.smithi045.stdout: socat x86_64 1.7.4.1-6.el9 appstream 304 k 2024-09-17T00:49:29.480 INFO:teuthology.orchestra.run.smithi045.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2024-09-17T00:49:29.480 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:49:29.481 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-09-17T00:49:29.481 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:49:29.481 INFO:teuthology.orchestra.run.smithi045.stdout:Install 4 Packages 2024-09-17T00:49:29.481 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:49:29.481 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 49 M 2024-09-17T00:49:29.481 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 209 M 2024-09-17T00:49:29.481 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-09-17T00:49:29.612 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-09-17T00:49:29.643 INFO:teuthology.orchestra.run.smithi045.stdout:(1/4): socat-1.7.4.1-6.el9.x86_64.rpm 2.2 MB/s | 304 kB 00:00 2024-09-17T00:49:29.702 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-17T00:49:29.710 INFO:teuthology.orchestra.run.smithi045.stdout:(2/4): xmlstarlet-1.6.1-20.el9.x86_64.rpm 957 kB/s | 64 kB 00:00 2024-09-17T00:49:29.735 INFO:teuthology.orchestra.run.smithi045.stdout:(3/4): libcephsqlite-19.1.1-330.gc2ddf972.el9.x 713 kB/s | 163 kB 00:00 2024-09-17T00:49:29.745 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-17T00:49:29.772 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : libcephsqlite-2:19.1.1-330.gc2ddf972.el9.x86_64 3/4 2024-09-17T00:49:31.052 INFO:teuthology.orchestra.run.smithi045.stdout:(4/4): ceph-test-19.1.1-330.gc2ddf972.el9.x86_6 31 MB/s | 49 MB 00:01 2024-09-17T00:49:31.054 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:49:31.055 INFO:teuthology.orchestra.run.smithi045.stdout:Total 31 MB/s | 49 MB 00:01 2024-09-17T00:49:31.083 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-09-17T00:49:31.105 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-09-17T00:49:31.105 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-09-17T00:49:31.511 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-09-17T00:49:31.512 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-09-17T00:49:32.191 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-09-17T00:49:32.283 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 1/4 2024-09-17T00:49:32.336 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : socat-1.7.4.1-6.el9.x86_64 2/4 2024-09-17T00:49:32.363 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libcephsqlite-2:19.1.1-330.gc2ddf972.el9.x86_64 3/4 2024-09-17T00:49:32.596 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: libcephsqlite-2:19.1.1-330.gc2ddf972.el9.x86_64 3/4 2024-09-17T00:49:32.674 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : ceph-test-2:19.1.1-330.gc2ddf972.el9.x86_64 4/4 2024-09-17T00:49:34.414 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: libcephsqlite-2:19.1.1-330.gc2ddf972.el9.x86_64 3/4 2024-09-17T00:49:34.502 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-test-2:19.1.1-330.gc2ddf972.el9.x86_64 4/4 2024-09-17T00:49:35.077 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: ceph-test-2:19.1.1-330.gc2ddf972.el9.x86_64 4/4 2024-09-17T00:49:35.077 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : ceph-test-2:19.1.1-330.gc2ddf972.el9.x86_64 1/4 2024-09-17T00:49:35.077 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : libcephsqlite-2:19.1.1-330.gc2ddf972.el9.x86_64 2/4 2024-09-17T00:49:35.077 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-17T00:49:35.430 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-17T00:49:35.430 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:49:35.430 INFO:teuthology.orchestra.run.smithi153.stdout:Installed: 2024-09-17T00:49:35.430 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-test-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:35.431 INFO:teuthology.orchestra.run.smithi153.stdout: libcephsqlite-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:35.431 INFO:teuthology.orchestra.run.smithi153.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-17T00:49:35.431 INFO:teuthology.orchestra.run.smithi153.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-17T00:49:35.431 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:49:35.431 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-09-17T00:49:35.721 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum -y install ceph 2024-09-17T00:49:36.328 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:00:39 ago on Tue 17 Sep 2024 12:48:57 AM UTC. 2024-09-17T00:49:36.480 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-09-17T00:49:36.482 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:49:36.483 INFO:teuthology.orchestra.run.smithi153.stdout: Package Arch Version Repository Size 2024-09-17T00:49:36.483 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:49:36.483 INFO:teuthology.orchestra.run.smithi153.stdout:Installing: 2024-09-17T00:49:36.483 INFO:teuthology.orchestra.run.smithi153.stdout: ceph x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 6.5 k 2024-09-17T00:49:36.483 INFO:teuthology.orchestra.run.smithi153.stdout:Installing dependencies: 2024-09-17T00:49:36.483 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-mds x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 2.4 M 2024-09-17T00:49:36.483 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-mgr x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 1.5 M 2024-09-17T00:49:36.484 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-mgr-modules-core noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 249 k 2024-09-17T00:49:36.484 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-mon x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 4.7 M 2024-09-17T00:49:36.484 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-osd x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 17 M 2024-09-17T00:49:36.484 INFO:teuthology.orchestra.run.smithi153.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-17T00:49:36.484 INFO:teuthology.orchestra.run.smithi153.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-17T00:49:36.484 INFO:teuthology.orchestra.run.smithi153.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-17T00:49:36.484 INFO:teuthology.orchestra.run.smithi153.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-17T00:49:36.484 INFO:teuthology.orchestra.run.smithi153.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-17T00:49:36.484 INFO:teuthology.orchestra.run.smithi153.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-17T00:49:36.484 INFO:teuthology.orchestra.run.smithi153.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-17T00:49:36.484 INFO:teuthology.orchestra.run.smithi153.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-17T00:49:36.484 INFO:teuthology.orchestra.run.smithi153.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-17T00:49:36.484 INFO:teuthology.orchestra.run.smithi153.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-17T00:49:36.485 INFO:teuthology.orchestra.run.smithi153.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-09-17T00:49:36.485 INFO:teuthology.orchestra.run.smithi153.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-17T00:49:36.485 INFO:teuthology.orchestra.run.smithi153.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-17T00:49:36.485 INFO:teuthology.orchestra.run.smithi153.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-17T00:49:36.485 INFO:teuthology.orchestra.run.smithi153.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-17T00:49:36.485 INFO:teuthology.orchestra.run.smithi153.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-17T00:49:36.485 INFO:teuthology.orchestra.run.smithi153.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-17T00:49:36.485 INFO:teuthology.orchestra.run.smithi153.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-17T00:49:36.485 INFO:teuthology.orchestra.run.smithi153.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-17T00:49:36.485 INFO:teuthology.orchestra.run.smithi153.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-17T00:49:36.485 INFO:teuthology.orchestra.run.smithi153.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-17T00:49:36.485 INFO:teuthology.orchestra.run.smithi153.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-17T00:49:36.485 INFO:teuthology.orchestra.run.smithi153.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-17T00:49:36.486 INFO:teuthology.orchestra.run.smithi153.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-17T00:49:36.486 INFO:teuthology.orchestra.run.smithi153.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-17T00:49:36.486 INFO:teuthology.orchestra.run.smithi153.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-17T00:49:36.486 INFO:teuthology.orchestra.run.smithi153.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-17T00:49:36.486 INFO:teuthology.orchestra.run.smithi153.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-17T00:49:36.486 INFO:teuthology.orchestra.run.smithi153.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-17T00:49:36.486 INFO:teuthology.orchestra.run.smithi153.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-17T00:49:36.486 INFO:teuthology.orchestra.run.smithi153.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-17T00:49:36.486 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:49:36.486 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2024-09-17T00:49:36.486 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:49:36.486 INFO:teuthology.orchestra.run.smithi153.stdout:Install 37 Packages 2024-09-17T00:49:36.486 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:49:36.487 INFO:teuthology.orchestra.run.smithi153.stdout:Total download size: 30 M 2024-09-17T00:49:36.487 INFO:teuthology.orchestra.run.smithi153.stdout:Installed size: 108 M 2024-09-17T00:49:36.487 INFO:teuthology.orchestra.run.smithi153.stdout:Downloading Packages: 2024-09-17T00:49:36.946 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-test-2:19.1.1-330.gc2ddf972.el9.x86_64 4/4 2024-09-17T00:49:36.946 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-test-2:19.1.1-330.gc2ddf972.el9.x86_64 1/4 2024-09-17T00:49:36.946 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : libcephsqlite-2:19.1.1-330.gc2ddf972.el9.x86_64 2/4 2024-09-17T00:49:36.946 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-17T00:49:36.953 INFO:teuthology.orchestra.run.smithi153.stdout:(1/37): ceph-19.1.1-330.gc2ddf972.el9.x86_64.rp 52 kB/s | 6.5 kB 00:00 2024-09-17T00:49:37.112 INFO:teuthology.orchestra.run.smithi153.stdout:(2/37): ceph-mgr-19.1.1-330.gc2ddf972.el9.x86_6 5.3 MB/s | 1.5 MB 00:00 2024-09-17T00:49:37.213 INFO:teuthology.orchestra.run.smithi153.stdout:(3/37): ceph-mds-19.1.1-330.gc2ddf972.el9.x86_6 6.2 MB/s | 2.4 MB 00:00 2024-09-17T00:49:37.273 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: libcephsqlite-2:19.1.1-330.gc2ddf972.el9.x86_64 3/4 2024-09-17T00:49:37.274 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-17T00:49:37.274 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:49:37.274 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-09-17T00:49:37.274 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-test-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:37.274 INFO:teuthology.orchestra.run.smithi134.stdout: libcephsqlite-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:37.275 INFO:teuthology.orchestra.run.smithi134.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-17T00:49:37.275 INFO:teuthology.orchestra.run.smithi134.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-17T00:49:37.275 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:49:37.275 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-09-17T00:49:37.279 INFO:teuthology.orchestra.run.smithi153.stdout:(4/37): ceph-mgr-modules-core-19.1.1-330.gc2ddf 3.7 MB/s | 249 kB 00:00 2024-09-17T00:49:37.346 INFO:teuthology.orchestra.run.smithi153.stdout:(5/37): ceph-mon-19.1.1-330.gc2ddf972.el9.x86_6 12 MB/s | 4.7 MB 00:00 2024-09-17T00:49:37.365 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-test-2:19.1.1-330.gc2ddf972.el9.x86_64 4/4 2024-09-17T00:49:37.488 INFO:teuthology.orchestra.run.smithi153.stdout:(6/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.2 MB/s | 253 kB 00:00 2024-09-17T00:49:37.556 INFO:teuthology.orchestra.run.smithi153.stdout:(7/37): python3-ply-3.11-14.el9.noarch.rpm 1.6 MB/s | 106 kB 00:00 2024-09-17T00:49:37.581 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install ceph 2024-09-17T00:49:37.722 INFO:teuthology.orchestra.run.smithi153.stdout:(8/37): ceph-osd-19.1.1-330.gc2ddf972.el9.x86_6 28 MB/s | 17 MB 00:00 2024-09-17T00:49:37.747 INFO:teuthology.orchestra.run.smithi153.stdout:(9/37): python3-pycparser-2.20-6.el9.noarch.rpm 705 kB/s | 135 kB 00:00 2024-09-17T00:49:37.789 INFO:teuthology.orchestra.run.smithi153.stdout:(10/37): python3-cryptography-36.0.1-4.el9.x86_ 2.8 MB/s | 1.2 MB 00:00 2024-09-17T00:49:37.840 INFO:teuthology.orchestra.run.smithi153.stdout:(11/37): python3-urllib3-1.26.5-6.el9.noarch.rp 2.3 MB/s | 215 kB 00:00 2024-09-17T00:49:37.907 INFO:teuthology.orchestra.run.smithi153.stdout:(12/37): lua-5.4.4-4.el9.x86_64.rpm 1.6 MB/s | 188 kB 00:00 2024-09-17T00:49:37.932 INFO:teuthology.orchestra.run.smithi153.stdout:(13/37): python3-requests-2.25.1-8.el9.noarch.r 597 kB/s | 125 kB 00:00 2024-09-17T00:49:37.974 INFO:teuthology.orchestra.run.smithi153.stdout:(14/37): python3-markupsafe-1.1.1-12.el9.x86_64 520 kB/s | 35 kB 00:00 2024-09-17T00:49:37.999 INFO:teuthology.orchestra.run.smithi153.stdout:(15/37): python3-mako-1.1.4-6.el9.noarch.rpm 1.1 MB/s | 172 kB 00:00 2024-09-17T00:49:38.049 INFO:teuthology.orchestra.run.smithi153.stdout:(16/37): python3-pytz-2021.1-5.el9.noarch.rpm 679 kB/s | 51 kB 00:00 2024-09-17T00:49:38.074 INFO:teuthology.orchestra.run.smithi153.stdout:(17/37): python3-packaging-20.9-5.el9.noarch.rp 542 kB/s | 77 kB 00:00 2024-09-17T00:49:38.100 INFO:teuthology.orchestra.run.smithi153.stdout:(18/37): python3-toml-0.10.2-6.el9.noarch.rpm 415 kB/s | 42 kB 00:00 2024-09-17T00:49:38.150 INFO:teuthology.orchestra.run.smithi153.stdout:(19/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 876 kB/s | 43 kB 00:00 2024-09-17T00:49:38.167 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:00:40 ago on Tue 17 Sep 2024 12:48:58 AM UTC. 2024-09-17T00:49:38.184 INFO:teuthology.orchestra.run.smithi153.stdout:(20/37): luarocks-3.9.2-5.el9.noarch.rpm 1.8 MB/s | 151 kB 00:00 2024-09-17T00:49:38.209 INFO:teuthology.orchestra.run.smithi153.stdout:(21/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 2.9 MB/s | 172 kB 00:00 2024-09-17T00:49:38.234 INFO:teuthology.orchestra.run.smithi153.stdout:(22/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 428 kB/s | 11 kB 00:00 2024-09-17T00:49:38.259 INFO:teuthology.orchestra.run.smithi153.stdout:(23/37): python3-jaraco-classes-3.2.1-5.el9.noa 707 kB/s | 18 kB 00:00 2024-09-17T00:49:38.293 INFO:teuthology.orchestra.run.smithi153.stdout:(24/37): python3-cherrypy-18.6.1-2.el9.noarch.r 3.2 MB/s | 358 kB 00:00 2024-09-17T00:49:38.306 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-09-17T00:49:38.309 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:49:38.309 INFO:teuthology.orchestra.run.smithi134.stdout: Package Arch Version Repository Size 2024-09-17T00:49:38.309 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:49:38.310 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-09-17T00:49:38.310 INFO:teuthology.orchestra.run.smithi134.stdout: ceph x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 6.5 k 2024-09-17T00:49:38.310 INFO:teuthology.orchestra.run.smithi134.stdout:Installing dependencies: 2024-09-17T00:49:38.310 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mds x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 2.4 M 2024-09-17T00:49:38.310 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mgr x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 1.5 M 2024-09-17T00:49:38.311 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mgr-modules-core noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 249 k 2024-09-17T00:49:38.311 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mon x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 4.7 M 2024-09-17T00:49:38.311 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-osd x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 17 M 2024-09-17T00:49:38.311 INFO:teuthology.orchestra.run.smithi134.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-17T00:49:38.311 INFO:teuthology.orchestra.run.smithi134.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-17T00:49:38.311 INFO:teuthology.orchestra.run.smithi134.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-17T00:49:38.311 INFO:teuthology.orchestra.run.smithi134.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-17T00:49:38.311 INFO:teuthology.orchestra.run.smithi134.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-17T00:49:38.311 INFO:teuthology.orchestra.run.smithi134.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-17T00:49:38.312 INFO:teuthology.orchestra.run.smithi134.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-17T00:49:38.312 INFO:teuthology.orchestra.run.smithi134.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-17T00:49:38.312 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-17T00:49:38.312 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-17T00:49:38.312 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-09-17T00:49:38.312 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-17T00:49:38.312 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-17T00:49:38.312 INFO:teuthology.orchestra.run.smithi134.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-17T00:49:38.312 INFO:teuthology.orchestra.run.smithi134.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-17T00:49:38.312 INFO:teuthology.orchestra.run.smithi134.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-17T00:49:38.312 INFO:teuthology.orchestra.run.smithi134.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-17T00:49:38.312 INFO:teuthology.orchestra.run.smithi134.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-17T00:49:38.313 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-17T00:49:38.313 INFO:teuthology.orchestra.run.smithi134.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-17T00:49:38.313 INFO:teuthology.orchestra.run.smithi134.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-17T00:49:38.313 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-17T00:49:38.313 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-17T00:49:38.313 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-17T00:49:38.313 INFO:teuthology.orchestra.run.smithi134.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-17T00:49:38.313 INFO:teuthology.orchestra.run.smithi134.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-17T00:49:38.313 INFO:teuthology.orchestra.run.smithi134.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-17T00:49:38.313 INFO:teuthology.orchestra.run.smithi134.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-17T00:49:38.313 INFO:teuthology.orchestra.run.smithi134.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-17T00:49:38.313 INFO:teuthology.orchestra.run.smithi134.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-17T00:49:38.313 INFO:teuthology.orchestra.run.smithi134.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-17T00:49:38.314 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:49:38.314 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-09-17T00:49:38.314 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:49:38.314 INFO:teuthology.orchestra.run.smithi134.stdout:Install 37 Packages 2024-09-17T00:49:38.314 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:49:38.314 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 30 M 2024-09-17T00:49:38.314 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 108 M 2024-09-17T00:49:38.315 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-09-17T00:49:38.322 INFO:teuthology.orchestra.run.smithi153.stdout:(25/37): python3-jaraco-collections-3.0.0-8.el9 397 kB/s | 23 kB 00:00 2024-09-17T00:49:38.343 INFO:teuthology.orchestra.run.smithi153.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 386 kB/s | 19 kB 00:00 2024-09-17T00:49:38.369 INFO:teuthology.orchestra.run.smithi153.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 391 kB/s | 20 kB 00:00 2024-09-17T00:49:38.402 INFO:teuthology.orchestra.run.smithi153.stdout:(28/37): python3-logutils-0.3.5-21.el9.noarch.r 788 kB/s | 46 kB 00:00 2024-09-17T00:49:38.436 INFO:teuthology.orchestra.run.smithi153.stdout:(29/37): python3-more-itertools-8.12.0-2.el9.no 1.3 MB/s | 79 kB 00:00 2024-09-17T00:49:38.461 INFO:teuthology.orchestra.run.smithi153.stdout:(30/37): python3-pecan-1.4.2-3.el9.noarch.rpm 4.5 MB/s | 272 kB 00:00 2024-09-17T00:49:38.487 INFO:teuthology.orchestra.run.smithi153.stdout:(31/37): python3-portend-3.1.0-2.el9.noarch.rpm 327 kB/s | 16 kB 00:00 2024-09-17T00:49:38.512 INFO:teuthology.orchestra.run.smithi153.stdout:(32/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.8 MB/s | 90 kB 00:00 2024-09-17T00:49:38.537 INFO:teuthology.orchestra.run.smithi153.stdout:(33/37): python3-tempora-5.0.0-2.el9.noarch.rpm 715 kB/s | 36 kB 00:00 2024-09-17T00:49:38.562 INFO:teuthology.orchestra.run.smithi153.stdout:(34/37): python3-webob-1.8.8-2.el9.noarch.rpm 4.5 MB/s | 230 kB 00:00 2024-09-17T00:49:38.587 INFO:teuthology.orchestra.run.smithi153.stdout:(35/37): python3-zc-lockfile-2.0-10.el9.noarch. 803 kB/s | 20 kB 00:00 2024-09-17T00:49:38.621 INFO:teuthology.orchestra.run.smithi153.stdout:(36/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 5.0 MB/s | 427 kB 00:00 2024-09-17T00:49:38.705 INFO:teuthology.orchestra.run.smithi153.stdout:(37/37): lua-devel-5.4.4-4.el9.x86_64.rpm 34 kB/s | 22 kB 00:00 2024-09-17T00:49:38.709 INFO:teuthology.orchestra.run.smithi153.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:49:38.709 INFO:teuthology.orchestra.run.smithi153.stdout:Total 14 MB/s | 30 MB 00:02 2024-09-17T00:49:38.857 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction check 2024-09-17T00:49:38.880 INFO:teuthology.orchestra.run.smithi134.stdout:(1/37): ceph-19.1.1-330.gc2ddf972.el9.x86_64.rp 52 kB/s | 6.5 kB 00:00 2024-09-17T00:49:38.897 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction check succeeded. 2024-09-17T00:49:38.898 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction test 2024-09-17T00:49:39.030 INFO:teuthology.orchestra.run.smithi134.stdout:(2/37): ceph-mgr-19.1.1-330.gc2ddf972.el9.x86_6 5.5 MB/s | 1.5 MB 00:00 2024-09-17T00:49:39.105 INFO:teuthology.orchestra.run.smithi134.stdout:(3/37): ceph-mds-19.1.1-330.gc2ddf972.el9.x86_6 6.8 MB/s | 2.4 MB 00:00 2024-09-17T00:49:39.180 INFO:teuthology.orchestra.run.smithi134.stdout:(4/37): ceph-mgr-modules-core-19.1.1-330.gc2ddf 3.3 MB/s | 249 kB 00:00 2024-09-17T00:49:39.289 INFO:teuthology.orchestra.run.smithi134.stdout:(5/37): ceph-mon-19.1.1-330.gc2ddf972.el9.x86_6 12 MB/s | 4.7 MB 00:00 2024-09-17T00:49:39.354 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction test succeeded. 2024-09-17T00:49:39.354 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction 2024-09-17T00:49:39.373 INFO:teuthology.orchestra.run.smithi134.stdout:(6/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 1.3 MB/s | 253 kB 00:00 2024-09-17T00:49:39.415 INFO:teuthology.orchestra.run.smithi134.stdout:(7/37): python3-ply-3.11-14.el9.noarch.rpm 2.5 MB/s | 106 kB 00:00 2024-09-17T00:49:39.607 INFO:teuthology.orchestra.run.smithi134.stdout:(8/37): ceph-osd-19.1.1-330.gc2ddf972.el9.x86_6 29 MB/s | 17 MB 00:00 2024-09-17T00:49:39.632 INFO:teuthology.orchestra.run.smithi134.stdout:(9/37): python3-pycparser-2.20-6.el9.noarch.rpm 623 kB/s | 135 kB 00:00 2024-09-17T00:49:39.674 INFO:teuthology.orchestra.run.smithi134.stdout:(10/37): python3-cryptography-36.0.1-4.el9.x86_ 3.2 MB/s | 1.2 MB 00:00 2024-09-17T00:49:39.699 INFO:teuthology.orchestra.run.smithi134.stdout:(11/37): python3-urllib3-1.26.5-6.el9.noarch.rp 3.1 MB/s | 215 kB 00:00 2024-09-17T00:49:39.749 INFO:teuthology.orchestra.run.smithi134.stdout:(12/37): python3-requests-2.25.1-8.el9.noarch.r 877 kB/s | 125 kB 00:00 2024-09-17T00:49:39.789 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-test-2:19.1.1-330.gc2ddf972.el9.x86_64 4/4 2024-09-17T00:49:39.789 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-test-2:19.1.1-330.gc2ddf972.el9.x86_64 1/4 2024-09-17T00:49:39.789 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libcephsqlite-2:19.1.1-330.gc2ddf972.el9.x86_64 2/4 2024-09-17T00:49:39.789 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : socat-1.7.4.1-6.el9.x86_64 3/4 2024-09-17T00:49:39.858 INFO:teuthology.orchestra.run.smithi134.stdout:(13/37): python3-markupsafe-1.1.1-12.el9.x86_64 321 kB/s | 35 kB 00:00 2024-09-17T00:49:39.891 INFO:teuthology.orchestra.run.smithi134.stdout:(14/37): lua-5.4.4-4.el9.x86_64.rpm 867 kB/s | 188 kB 00:00 2024-09-17T00:49:39.917 INFO:teuthology.orchestra.run.smithi134.stdout:(15/37): python3-mako-1.1.4-6.el9.noarch.rpm 791 kB/s | 172 kB 00:00 2024-09-17T00:49:39.942 INFO:teuthology.orchestra.run.smithi134.stdout:(16/37): python3-packaging-20.9-5.el9.noarch.rp 919 kB/s | 77 kB 00:00 2024-09-17T00:49:39.967 INFO:teuthology.orchestra.run.smithi134.stdout:(17/37): python3-pytz-2021.1-5.el9.noarch.rpm 677 kB/s | 51 kB 00:00 2024-09-17T00:49:39.993 INFO:teuthology.orchestra.run.smithi134.stdout:(18/37): python3-toml-0.10.2-6.el9.noarch.rpm 552 kB/s | 42 kB 00:00 2024-09-17T00:49:40.018 INFO:teuthology.orchestra.run.smithi134.stdout:(19/37): lua-devel-5.4.4-4.el9.x86_64.rpm 294 kB/s | 22 kB 00:00 2024-09-17T00:49:40.068 INFO:teuthology.orchestra.run.smithi134.stdout:(20/37): luarocks-3.9.2-5.el9.noarch.rpm 1.5 MB/s | 151 kB 00:00 2024-09-17T00:49:40.093 INFO:teuthology.orchestra.run.smithi134.stdout:(21/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 432 kB/s | 43 kB 00:00 2024-09-17T00:49:40.119 INFO:teuthology.orchestra.run.smithi134.stdout:(22/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 461 kB/s | 11 kB 00:00 2024-09-17T00:49:40.134 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 4/4 2024-09-17T00:49:40.134 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:49:40.134 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-09-17T00:49:40.134 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-test-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:40.135 INFO:teuthology.orchestra.run.smithi045.stdout: libcephsqlite-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:40.135 INFO:teuthology.orchestra.run.smithi045.stdout: socat-1.7.4.1-6.el9.x86_64 2024-09-17T00:49:40.135 INFO:teuthology.orchestra.run.smithi045.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2024-09-17T00:49:40.135 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:49:40.135 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-09-17T00:49:40.144 INFO:teuthology.orchestra.run.smithi134.stdout:(23/37): python3-jaraco-classes-3.2.1-5.el9.noa 706 kB/s | 18 kB 00:00 2024-09-17T00:49:40.169 INFO:teuthology.orchestra.run.smithi134.stdout:(24/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.2 MB/s | 172 kB 00:00 2024-09-17T00:49:40.195 INFO:teuthology.orchestra.run.smithi134.stdout:(25/37): python3-jaraco-collections-3.0.0-8.el9 462 kB/s | 23 kB 00:00 2024-09-17T00:49:40.220 INFO:teuthology.orchestra.run.smithi134.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 386 kB/s | 19 kB 00:00 2024-09-17T00:49:40.245 INFO:teuthology.orchestra.run.smithi134.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 391 kB/s | 20 kB 00:00 2024-09-17T00:49:40.270 INFO:teuthology.orchestra.run.smithi134.stdout:(28/37): python3-logutils-0.3.5-21.el9.noarch.r 919 kB/s | 46 kB 00:00 2024-09-17T00:49:40.296 INFO:teuthology.orchestra.run.smithi134.stdout:(29/37): python3-cherrypy-18.6.1-2.el9.noarch.r 1.7 MB/s | 358 kB 00:00 2024-09-17T00:49:40.321 INFO:teuthology.orchestra.run.smithi134.stdout:(30/37): python3-more-itertools-8.12.0-2.el9.no 1.0 MB/s | 79 kB 00:00 2024-09-17T00:49:40.363 INFO:teuthology.orchestra.run.smithi134.stdout:(31/37): python3-portend-3.1.0-2.el9.noarch.rpm 245 kB/s | 16 kB 00:00 2024-09-17T00:49:40.397 INFO:teuthology.orchestra.run.smithi134.stdout:(32/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.2 MB/s | 90 kB 00:00 2024-09-17T00:49:40.422 INFO:teuthology.orchestra.run.smithi134.stdout:(33/37): python3-tempora-5.0.0-2.el9.noarch.rpm 610 kB/s | 36 kB 00:00 2024-09-17T00:49:40.447 INFO:teuthology.orchestra.run.smithi134.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 1.5 MB/s | 272 kB 00:00 2024-09-17T00:49:40.457 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph 2024-09-17T00:49:40.472 INFO:teuthology.orchestra.run.smithi134.stdout:(35/37): python3-webob-1.8.8-2.el9.noarch.rpm 3.0 MB/s | 230 kB 00:00 2024-09-17T00:49:40.497 INFO:teuthology.orchestra.run.smithi134.stdout:(36/37): python3-zc-lockfile-2.0-10.el9.noarch. 399 kB/s | 20 kB 00:00 2024-09-17T00:49:40.523 INFO:teuthology.orchestra.run.smithi134.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.2 MB/s | 427 kB 00:00 2024-09-17T00:49:40.527 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:49:40.527 INFO:teuthology.orchestra.run.smithi134.stdout:Total 14 MB/s | 30 MB 00:02 2024-09-17T00:49:40.677 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-09-17T00:49:40.718 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-09-17T00:49:40.719 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-09-17T00:49:40.745 INFO:teuthology.orchestra.run.smithi153.stdout: Preparing : 1/1 2024-09-17T00:49:40.816 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-17T00:49:40.863 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-17T00:49:40.901 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-17T00:49:40.972 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-17T00:49:41.026 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-17T00:49:41.058 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-17T00:49:41.065 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:00:42 ago on Tue 17 Sep 2024 12:48:59 AM UTC. 2024-09-17T00:49:41.150 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-17T00:49:41.188 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-09-17T00:49:41.189 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-09-17T00:49:41.209 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-09-17T00:49:41.211 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:49:41.211 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2024-09-17T00:49:41.211 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:49:41.211 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-09-17T00:49:41.212 INFO:teuthology.orchestra.run.smithi045.stdout: ceph x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 6.5 k 2024-09-17T00:49:41.212 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2024-09-17T00:49:41.212 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mds x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 2.4 M 2024-09-17T00:49:41.212 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 1.5 M 2024-09-17T00:49:41.212 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-modules-core noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 249 k 2024-09-17T00:49:41.212 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mon x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 4.7 M 2024-09-17T00:49:41.212 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-osd x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 17 M 2024-09-17T00:49:41.212 INFO:teuthology.orchestra.run.smithi045.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2024-09-17T00:49:41.212 INFO:teuthology.orchestra.run.smithi045.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2024-09-17T00:49:41.212 INFO:teuthology.orchestra.run.smithi045.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2024-09-17T00:49:41.212 INFO:teuthology.orchestra.run.smithi045.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2024-09-17T00:49:41.213 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2024-09-17T00:49:41.213 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cheroot noarch 8.6.0-4.el9 epel 172 k 2024-09-17T00:49:41.213 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2024-09-17T00:49:41.213 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cryptography x86_64 36.0.1-4.el9 baseos 1.2 M 2024-09-17T00:49:41.213 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2024-09-17T00:49:41.213 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2024-09-17T00:49:41.213 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2024-09-17T00:49:41.213 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2024-09-17T00:49:41.213 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco-text noarch 3.2.0-6.el9 epel 20 k 2024-09-17T00:49:41.213 INFO:teuthology.orchestra.run.smithi045.stdout: python3-logutils noarch 0.3.5-21.el9 epel 46 k 2024-09-17T00:49:41.213 INFO:teuthology.orchestra.run.smithi045.stdout: python3-mako noarch 1.1.4-6.el9 appstream 172 k 2024-09-17T00:49:41.214 INFO:teuthology.orchestra.run.smithi045.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2024-09-17T00:49:41.214 INFO:teuthology.orchestra.run.smithi045.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2024-09-17T00:49:41.214 INFO:teuthology.orchestra.run.smithi045.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2024-09-17T00:49:41.214 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pecan noarch 1.4.2-3.el9 epel 272 k 2024-09-17T00:49:41.214 INFO:teuthology.orchestra.run.smithi045.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2024-09-17T00:49:41.214 INFO:teuthology.orchestra.run.smithi045.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2024-09-17T00:49:41.214 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2024-09-17T00:49:41.214 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2024-09-17T00:49:41.214 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pytz noarch 2021.1-5.el9 appstream 51 k 2024-09-17T00:49:41.214 INFO:teuthology.orchestra.run.smithi045.stdout: python3-requests noarch 2.25.1-8.el9 baseos 125 k 2024-09-17T00:49:41.214 INFO:teuthology.orchestra.run.smithi045.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2024-09-17T00:49:41.214 INFO:teuthology.orchestra.run.smithi045.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2024-09-17T00:49:41.214 INFO:teuthology.orchestra.run.smithi045.stdout: python3-urllib3 noarch 1.26.5-6.el9 baseos 215 k 2024-09-17T00:49:41.215 INFO:teuthology.orchestra.run.smithi045.stdout: python3-webob noarch 1.8.8-2.el9 epel 230 k 2024-09-17T00:49:41.215 INFO:teuthology.orchestra.run.smithi045.stdout: python3-werkzeug noarch 2.0.3-3.el9.1 epel 427 k 2024-09-17T00:49:41.215 INFO:teuthology.orchestra.run.smithi045.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2024-09-17T00:49:41.215 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:49:41.215 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-09-17T00:49:41.215 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:49:41.215 INFO:teuthology.orchestra.run.smithi045.stdout:Install 37 Packages 2024-09-17T00:49:41.215 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:49:41.216 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 30 M 2024-09-17T00:49:41.216 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 108 M 2024-09-17T00:49:41.216 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-09-17T00:49:41.228 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-17T00:49:41.269 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-17T00:49:41.304 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-17T00:49:41.342 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-17T00:49:41.377 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-17T00:49:41.410 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-17T00:49:41.451 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-17T00:49:41.485 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-17T00:49:41.520 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-17T00:49:41.577 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-17T00:49:41.617 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-17T00:49:41.691 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-17T00:49:41.772 INFO:teuthology.orchestra.run.smithi045.stdout:(1/37): ceph-19.1.1-330.gc2ddf972.el9.x86_64.rp 53 kB/s | 6.5 kB 00:00 2024-09-17T00:49:41.828 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-17T00:49:41.917 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-17T00:49:41.970 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-17T00:49:41.981 INFO:teuthology.orchestra.run.smithi045.stdout:(2/37): ceph-mgr-19.1.1-330.gc2ddf972.el9.x86_6 4.6 MB/s | 1.5 MB 00:00 2024-09-17T00:49:42.009 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-17T00:49:42.031 INFO:teuthology.orchestra.run.smithi045.stdout:(3/37): ceph-mds-19.1.1-330.gc2ddf972.el9.x86_6 6.2 MB/s | 2.4 MB 00:00 2024-09-17T00:49:42.065 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-17T00:49:42.129 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-17T00:49:42.131 INFO:teuthology.orchestra.run.smithi045.stdout:(4/37): ceph-mgr-modules-core-19.1.1-330.gc2ddf 2.4 MB/s | 249 kB 00:00 2024-09-17T00:49:42.240 INFO:teuthology.orchestra.run.smithi045.stdout:(5/37): python3-cffi-1.14.5-5.el9.x86_64.rpm 2.3 MB/s | 253 kB 00:00 2024-09-17T00:49:42.316 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-17T00:49:42.349 INFO:teuthology.orchestra.run.smithi045.stdout:(6/37): python3-cryptography-36.0.1-4.el9.x86_6 11 MB/s | 1.2 MB 00:00 2024-09-17T00:49:42.362 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-17T00:49:42.432 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-17T00:49:42.521 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-17T00:49:42.527 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-09-17T00:49:42.533 INFO:teuthology.orchestra.run.smithi045.stdout:(7/37): ceph-mon-19.1.1-330.gc2ddf972.el9.x86_6 6.2 MB/s | 4.7 MB 00:00 2024-09-17T00:49:42.558 INFO:teuthology.orchestra.run.smithi045.stdout:(8/37): python3-ply-3.11-14.el9.noarch.rpm 511 kB/s | 106 kB 00:00 2024-09-17T00:49:42.578 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-17T00:49:42.592 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-17T00:49:42.629 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-17T00:49:42.661 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-17T00:49:42.695 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-17T00:49:42.733 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-17T00:49:42.734 INFO:teuthology.orchestra.run.smithi045.stdout:(9/37): ceph-osd-19.1.1-330.gc2ddf972.el9.x86_6 22 MB/s | 17 MB 00:00 2024-09-17T00:49:42.759 INFO:teuthology.orchestra.run.smithi045.stdout:(10/37): python3-requests-2.25.1-8.el9.noarch.r 622 kB/s | 125 kB 00:00 2024-09-17T00:49:42.776 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-17T00:49:42.784 INFO:teuthology.orchestra.run.smithi045.stdout:(11/37): python3-pycparser-2.20-6.el9.noarch.rp 538 kB/s | 135 kB 00:00 2024-09-17T00:49:42.809 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-17T00:49:42.858 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : ceph-mgr-modules-core-2:19.1.1-330.gc2ddf972.el9.n 32/37 2024-09-17T00:49:42.868 INFO:teuthology.orchestra.run.smithi045.stdout:(12/37): python3-urllib3-1.26.5-6.el9.noarch.rp 1.6 MB/s | 215 kB 00:00 2024-09-17T00:49:42.889 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : ceph-mgr-2:19.1.1-330.gc2ddf972.el9.x86_64 33/37 2024-09-17T00:49:42.902 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-17T00:49:42.915 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: ceph-mgr-2:19.1.1-330.gc2ddf972.el9.x86_64 33/37 2024-09-17T00:49:42.915 INFO:teuthology.orchestra.run.smithi153.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T00:49:42.915 INFO:teuthology.orchestra.run.smithi153.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-17T00:49:42.915 INFO:teuthology.orchestra.run.smithi153.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-17T00:49:42.915 INFO:teuthology.orchestra.run.smithi153.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-17T00:49:42.915 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:49:42.968 INFO:teuthology.orchestra.run.smithi045.stdout:(13/37): python3-markupsafe-1.1.1-12.el9.x86_64 347 kB/s | 35 kB 00:00 2024-09-17T00:49:42.979 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-17T00:49:43.002 INFO:teuthology.orchestra.run.smithi045.stdout:(14/37): lua-5.4.4-4.el9.x86_64.rpm 777 kB/s | 188 kB 00:00 2024-09-17T00:49:43.020 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-17T00:49:43.027 INFO:teuthology.orchestra.run.smithi045.stdout:(15/37): python3-mako-1.1.4-6.el9.noarch.rpm 710 kB/s | 172 kB 00:00 2024-09-17T00:49:43.052 INFO:teuthology.orchestra.run.smithi045.stdout:(16/37): python3-pytz-2021.1-5.el9.noarch.rpm 1.0 MB/s | 51 kB 00:00 2024-09-17T00:49:43.055 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-17T00:49:43.078 INFO:teuthology.orchestra.run.smithi045.stdout:(17/37): python3-packaging-20.9-5.el9.noarch.rp 707 kB/s | 77 kB 00:00 2024-09-17T00:49:43.093 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-17T00:49:43.128 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-17T00:49:43.161 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-17T00:49:43.169 INFO:teuthology.orchestra.run.smithi045.stdout:(18/37): python3-toml-0.10.2-6.el9.noarch.rpm 292 kB/s | 42 kB 00:00 2024-09-17T00:49:43.202 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-17T00:49:43.220 INFO:teuthology.orchestra.run.smithi045.stdout:(19/37): luarocks-3.9.2-5.el9.noarch.rpm 1.0 MB/s | 151 kB 00:00 2024-09-17T00:49:43.245 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-17T00:49:43.245 INFO:teuthology.orchestra.run.smithi045.stdout:(20/37): lua-devel-5.4.4-4.el9.x86_64.rpm 116 kB/s | 22 kB 00:00 2024-09-17T00:49:43.279 INFO:teuthology.orchestra.run.smithi045.stdout:(21/37): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 399 kB/s | 43 kB 00:00 2024-09-17T00:49:43.279 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-17T00:49:43.304 INFO:teuthology.orchestra.run.smithi045.stdout:(22/37): python3-jaraco-8.2.1-3.el9.noarch.rpm 464 kB/s | 11 kB 00:00 2024-09-17T00:49:43.328 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-17T00:49:43.338 INFO:teuthology.orchestra.run.smithi045.stdout:(23/37): python3-cheroot-8.6.0-4.el9.noarch.rpm 1.4 MB/s | 172 kB 00:00 2024-09-17T00:49:43.360 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-17T00:49:43.363 INFO:teuthology.orchestra.run.smithi045.stdout:(24/37): python3-jaraco-classes-3.2.1-5.el9.noa 301 kB/s | 18 kB 00:00 2024-09-17T00:49:43.389 INFO:teuthology.orchestra.run.smithi045.stdout:(25/37): python3-jaraco-collections-3.0.0-8.el9 462 kB/s | 23 kB 00:00 2024-09-17T00:49:43.414 INFO:teuthology.orchestra.run.smithi045.stdout:(26/37): python3-jaraco-functools-3.5.0-2.el9.n 387 kB/s | 19 kB 00:00 2024-09-17T00:49:43.433 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-17T00:49:43.441 INFO:teuthology.orchestra.run.smithi045.stdout:(27/37): python3-jaraco-text-3.2.0-6.el9.noarch 391 kB/s | 20 kB 00:00 2024-09-17T00:49:43.464 INFO:teuthology.orchestra.run.smithi045.stdout:(28/37): python3-logutils-0.3.5-21.el9.noarch.r 921 kB/s | 46 kB 00:00 2024-09-17T00:49:43.490 INFO:teuthology.orchestra.run.smithi045.stdout:(29/37): python3-more-itertools-8.12.0-2.el9.no 1.5 MB/s | 79 kB 00:00 2024-09-17T00:49:43.523 INFO:teuthology.orchestra.run.smithi045.stdout:(30/37): python3-cherrypy-18.6.1-2.el9.noarch.r 1.3 MB/s | 358 kB 00:00 2024-09-17T00:49:43.549 INFO:teuthology.orchestra.run.smithi045.stdout:(31/37): python3-portend-3.1.0-2.el9.noarch.rpm 281 kB/s | 16 kB 00:00 2024-09-17T00:49:43.574 INFO:teuthology.orchestra.run.smithi045.stdout:(32/37): python3-tempora-5.0.0-2.el9.noarch.rpm 1.4 MB/s | 36 kB 00:00 2024-09-17T00:49:43.579 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-17T00:49:43.599 INFO:teuthology.orchestra.run.smithi045.stdout:(33/37): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.2 MB/s | 90 kB 00:00 2024-09-17T00:49:43.624 INFO:teuthology.orchestra.run.smithi045.stdout:(34/37): python3-pecan-1.4.2-3.el9.noarch.rpm 1.7 MB/s | 272 kB 00:00 2024-09-17T00:49:43.644 INFO:teuthology.orchestra.run.smithi045.stdout:(35/37): python3-zc-lockfile-2.0-10.el9.noarch. 1.2 MB/s | 20 kB 00:00 2024-09-17T00:49:43.667 INFO:teuthology.orchestra.run.smithi045.stdout:(36/37): python3-webob-1.8.8-2.el9.noarch.rpm 2.4 MB/s | 230 kB 00:00 2024-09-17T00:49:43.667 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-17T00:49:43.692 INFO:teuthology.orchestra.run.smithi045.stdout:(37/37): python3-werkzeug-2.0.3-3.el9.1.noarch. 4.5 MB/s | 427 kB 00:00 2024-09-17T00:49:43.696 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:49:43.696 INFO:teuthology.orchestra.run.smithi045.stdout:Total 12 MB/s | 30 MB 00:02 2024-09-17T00:49:43.721 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-17T00:49:43.759 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-17T00:49:43.808 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-17T00:49:43.854 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-09-17T00:49:43.863 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-17T00:49:43.898 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-09-17T00:49:43.899 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-09-17T00:49:44.057 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-17T00:49:44.105 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-17T00:49:44.182 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-17T00:49:44.281 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-17T00:49:44.328 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-17T00:49:44.382 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : ceph-osd-2:19.1.1-330.gc2ddf972.el9.x86_64 34/37 2024-09-17T00:49:44.382 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-09-17T00:49:44.382 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-09-17T00:49:44.409 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: ceph-osd-2:19.1.1-330.gc2ddf972.el9.x86_64 34/37 2024-09-17T00:49:44.409 INFO:teuthology.orchestra.run.smithi153.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T00:49:44.409 INFO:teuthology.orchestra.run.smithi153.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-17T00:49:44.409 INFO:teuthology.orchestra.run.smithi153.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-17T00:49:44.409 INFO:teuthology.orchestra.run.smithi153.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-17T00:49:44.409 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:49:44.447 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-17T00:49:44.616 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-mgr-modules-core-2:19.1.1-330.gc2ddf972.el9.n 32/37 2024-09-17T00:49:44.648 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-mgr-2:19.1.1-330.gc2ddf972.el9.x86_64 33/37 2024-09-17T00:49:44.675 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-mgr-2:19.1.1-330.gc2ddf972.el9.x86_64 33/37 2024-09-17T00:49:44.675 INFO:teuthology.orchestra.run.smithi134.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T00:49:44.675 INFO:teuthology.orchestra.run.smithi134.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-17T00:49:44.675 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-17T00:49:44.675 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-17T00:49:44.676 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:49:44.840 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : ceph-mon-2:19.1.1-330.gc2ddf972.el9.x86_64 35/37 2024-09-17T00:49:44.864 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: ceph-mon-2:19.1.1-330.gc2ddf972.el9.x86_64 35/37 2024-09-17T00:49:44.864 INFO:teuthology.orchestra.run.smithi153.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T00:49:44.864 INFO:teuthology.orchestra.run.smithi153.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-17T00:49:44.864 INFO:teuthology.orchestra.run.smithi153.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-17T00:49:44.865 INFO:teuthology.orchestra.run.smithi153.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-17T00:49:44.865 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:49:45.099 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : ceph-mds-2:19.1.1-330.gc2ddf972.el9.x86_64 36/37 2024-09-17T00:49:45.123 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: ceph-mds-2:19.1.1-330.gc2ddf972.el9.x86_64 36/37 2024-09-17T00:49:45.123 INFO:teuthology.orchestra.run.smithi153.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T00:49:45.123 INFO:teuthology.orchestra.run.smithi153.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-17T00:49:45.123 INFO:teuthology.orchestra.run.smithi153.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-17T00:49:45.123 INFO:teuthology.orchestra.run.smithi153.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-17T00:49:45.124 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:49:45.196 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : ceph-2:19.1.1-330.gc2ddf972.el9.x86_64 37/37 2024-09-17T00:49:45.740 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-09-17T00:49:45.803 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/37 2024-09-17T00:49:45.842 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/37 2024-09-17T00:49:45.881 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/37 2024-09-17T00:49:45.958 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 4/37 2024-09-17T00:49:45.997 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : luarocks-3.9.2-5.el9.noarch 5/37 2024-09-17T00:49:46.030 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 6/37 2024-09-17T00:49:46.124 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-osd-2:19.1.1-330.gc2ddf972.el9.x86_64 34/37 2024-09-17T00:49:46.127 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 7/37 2024-09-17T00:49:46.152 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-osd-2:19.1.1-330.gc2ddf972.el9.x86_64 34/37 2024-09-17T00:49:46.152 INFO:teuthology.orchestra.run.smithi134.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T00:49:46.152 INFO:teuthology.orchestra.run.smithi134.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-17T00:49:46.152 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-17T00:49:46.152 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-17T00:49:46.153 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:49:46.230 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-werkzeug-2.0.3-3.el9.1.noarch 8/37 2024-09-17T00:49:46.275 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-webob-1.8.8-2.el9.noarch 9/37 2024-09-17T00:49:46.309 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-logutils-0.3.5-21.el9.noarch 10/37 2024-09-17T00:49:46.348 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 11/37 2024-09-17T00:49:46.399 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 12/37 2024-09-17T00:49:46.432 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-jaraco-text-3.2.0-6.el9.noarch 13/37 2024-09-17T00:49:46.473 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 14/37 2024-09-17T00:49:46.517 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pytz-2021.1-5.el9.noarch 15/37 2024-09-17T00:49:46.559 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 16/37 2024-09-17T00:49:46.583 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-mon-2:19.1.1-330.gc2ddf972.el9.x86_64 35/37 2024-09-17T00:49:46.607 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-mon-2:19.1.1-330.gc2ddf972.el9.x86_64 35/37 2024-09-17T00:49:46.607 INFO:teuthology.orchestra.run.smithi134.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T00:49:46.607 INFO:teuthology.orchestra.run.smithi134.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-17T00:49:46.607 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-17T00:49:46.607 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-17T00:49:46.607 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:49:46.617 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 17/37 2024-09-17T00:49:46.656 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-packaging-20.9-5.el9.noarch 18/37 2024-09-17T00:49:46.733 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 19/37 2024-09-17T00:49:46.848 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: ceph-2:19.1.1-330.gc2ddf972.el9.x86_64 37/37 2024-09-17T00:49:46.848 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : ceph-2:19.1.1-330.gc2ddf972.el9.x86_64 1/37 2024-09-17T00:49:46.848 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : ceph-mds-2:19.1.1-330.gc2ddf972.el9.x86_64 2/37 2024-09-17T00:49:46.849 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : ceph-mgr-2:19.1.1-330.gc2ddf972.el9.x86_64 3/37 2024-09-17T00:49:46.849 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : ceph-mon-2:19.1.1-330.gc2ddf972.el9.x86_64 4/37 2024-09-17T00:49:46.849 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : ceph-osd-2:19.1.1-330.gc2ddf972.el9.x86_64 5/37 2024-09-17T00:49:46.849 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : ceph-mgr-modules-core-2:19.1.1-330.gc2ddf972.el9.n 6/37 2024-09-17T00:49:46.849 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-17T00:49:46.849 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-17T00:49:46.849 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-17T00:49:46.849 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-17T00:49:46.849 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-17T00:49:46.850 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-17T00:49:46.850 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-17T00:49:46.850 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-17T00:49:46.850 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-17T00:49:46.850 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-17T00:49:46.850 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-17T00:49:46.850 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-17T00:49:46.850 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-17T00:49:46.850 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-17T00:49:46.850 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-17T00:49:46.850 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-17T00:49:46.850 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-17T00:49:46.850 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-17T00:49:46.851 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-17T00:49:46.851 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-17T00:49:46.851 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-17T00:49:46.851 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-17T00:49:46.851 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-17T00:49:46.851 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-17T00:49:46.851 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-17T00:49:46.851 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-17T00:49:46.851 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-17T00:49:46.851 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-17T00:49:46.851 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-17T00:49:46.851 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-17T00:49:46.852 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-mds-2:19.1.1-330.gc2ddf972.el9.x86_64 36/37 2024-09-17T00:49:46.874 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-mds-2:19.1.1-330.gc2ddf972.el9.x86_64 36/37 2024-09-17T00:49:46.874 INFO:teuthology.orchestra.run.smithi134.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T00:49:46.874 INFO:teuthology.orchestra.run.smithi134.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-17T00:49:46.874 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-17T00:49:46.875 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-17T00:49:46.875 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:49:46.885 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-mako-1.1.4-6.el9.noarch 20/37 2024-09-17T00:49:46.947 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-2:19.1.1-330.gc2ddf972.el9.x86_64 37/37 2024-09-17T00:49:46.969 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pecan-1.4.2-3.el9.noarch 21/37 2024-09-17T00:49:47.019 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-urllib3-1.26.5-6.el9.noarch 22/37 2024-09-17T00:49:47.065 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-requests-2.25.1-8.el9.noarch 23/37 2024-09-17T00:49:47.124 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-ply-3.11-14.el9.noarch 24/37 2024-09-17T00:49:47.188 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 25/37 2024-09-17T00:49:47.384 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 26/37 2024-09-17T00:49:47.428 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-cryptography-36.0.1-4.el9.x86_64 27/37 2024-09-17T00:49:47.517 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 28/37 2024-09-17T00:49:47.615 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-cheroot-8.6.0-4.el9.noarch 29/37 2024-09-17T00:49:47.665 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 30/37 2024-09-17T00:49:47.784 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-17T00:49:47.784 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:49:47.784 INFO:teuthology.orchestra.run.smithi153.stdout:Installed: 2024-09-17T00:49:47.784 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:47.784 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-mds-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:47.785 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-mgr-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:47.785 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-mgr-modules-core-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T00:49:47.785 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-mon-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:47.785 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-osd-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:47.785 INFO:teuthology.orchestra.run.smithi153.stdout: lua-5.4.4-4.el9.x86_64 2024-09-17T00:49:47.785 INFO:teuthology.orchestra.run.smithi153.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-17T00:49:47.785 INFO:teuthology.orchestra.run.smithi153.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-17T00:49:47.785 INFO:teuthology.orchestra.run.smithi153.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-17T00:49:47.785 INFO:teuthology.orchestra.run.smithi153.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-17T00:49:47.785 INFO:teuthology.orchestra.run.smithi153.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-17T00:49:47.785 INFO:teuthology.orchestra.run.smithi153.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-17T00:49:47.785 INFO:teuthology.orchestra.run.smithi153.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-17T00:49:47.785 INFO:teuthology.orchestra.run.smithi153.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-17T00:49:47.786 INFO:teuthology.orchestra.run.smithi153.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-17T00:49:47.786 INFO:teuthology.orchestra.run.smithi153.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-17T00:49:47.786 INFO:teuthology.orchestra.run.smithi153.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-17T00:49:47.786 INFO:teuthology.orchestra.run.smithi153.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-17T00:49:47.786 INFO:teuthology.orchestra.run.smithi153.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-17T00:49:47.786 INFO:teuthology.orchestra.run.smithi153.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-17T00:49:47.786 INFO:teuthology.orchestra.run.smithi153.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-17T00:49:47.787 INFO:teuthology.orchestra.run.smithi153.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-17T00:49:47.787 INFO:teuthology.orchestra.run.smithi153.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-17T00:49:47.787 INFO:teuthology.orchestra.run.smithi153.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-17T00:49:47.787 INFO:teuthology.orchestra.run.smithi153.stdout: python3-ply-3.11-14.el9.noarch 2024-09-17T00:49:47.787 INFO:teuthology.orchestra.run.smithi153.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-17T00:49:47.787 INFO:teuthology.orchestra.run.smithi153.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-17T00:49:47.788 INFO:teuthology.orchestra.run.smithi153.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-17T00:49:47.788 INFO:teuthology.orchestra.run.smithi153.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-17T00:49:47.788 INFO:teuthology.orchestra.run.smithi153.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-17T00:49:47.788 INFO:teuthology.orchestra.run.smithi153.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-17T00:49:47.788 INFO:teuthology.orchestra.run.smithi153.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-17T00:49:47.788 INFO:teuthology.orchestra.run.smithi153.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-17T00:49:47.789 INFO:teuthology.orchestra.run.smithi153.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-17T00:49:47.789 INFO:teuthology.orchestra.run.smithi153.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-17T00:49:47.789 INFO:teuthology.orchestra.run.smithi153.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-17T00:49:47.789 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:49:47.789 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-09-17T00:49:47.791 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 31/37 2024-09-17T00:49:47.956 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mgr-modules-core-2:19.1.1-330.gc2ddf972.el9.n 32/37 2024-09-17T00:49:47.987 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mgr-2:19.1.1-330.gc2ddf972.el9.x86_64 33/37 2024-09-17T00:49:48.015 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-mgr-2:19.1.1-330.gc2ddf972.el9.x86_64 33/37 2024-09-17T00:49:48.015 INFO:teuthology.orchestra.run.smithi045.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T00:49:48.015 INFO:teuthology.orchestra.run.smithi045.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2024-09-17T00:49:48.016 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-17T00:49:48.016 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2024-09-17T00:49:48.016 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:49:48.216 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum -y install ceph-base 2024-09-17T00:49:48.776 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-2:19.1.1-330.gc2ddf972.el9.x86_64 37/37 2024-09-17T00:49:48.776 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-2:19.1.1-330.gc2ddf972.el9.x86_64 1/37 2024-09-17T00:49:48.776 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-mds-2:19.1.1-330.gc2ddf972.el9.x86_64 2/37 2024-09-17T00:49:48.776 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-mgr-2:19.1.1-330.gc2ddf972.el9.x86_64 3/37 2024-09-17T00:49:48.777 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-mon-2:19.1.1-330.gc2ddf972.el9.x86_64 4/37 2024-09-17T00:49:48.777 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-osd-2:19.1.1-330.gc2ddf972.el9.x86_64 5/37 2024-09-17T00:49:48.777 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-mgr-modules-core-2:19.1.1-330.gc2ddf972.el9.n 6/37 2024-09-17T00:49:48.777 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-17T00:49:48.777 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-17T00:49:48.777 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-17T00:49:48.777 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-17T00:49:48.777 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-17T00:49:48.777 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-17T00:49:48.777 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-17T00:49:48.777 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-17T00:49:48.777 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-17T00:49:48.777 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-17T00:49:48.778 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-17T00:49:48.778 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-17T00:49:48.778 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-17T00:49:48.778 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-17T00:49:48.778 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-17T00:49:48.778 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-17T00:49:48.778 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-17T00:49:48.778 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-17T00:49:48.778 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-17T00:49:48.779 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-17T00:49:48.779 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-17T00:49:48.780 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-17T00:49:48.780 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-17T00:49:48.780 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-17T00:49:48.780 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-17T00:49:48.780 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-17T00:49:48.780 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-17T00:49:48.780 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-17T00:49:48.780 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-17T00:49:48.780 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-17T00:49:48.803 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:00:51 ago on Tue 17 Sep 2024 12:48:57 AM UTC. 2024-09-17T00:49:48.893 INFO:teuthology.orchestra.run.smithi153.stdout:Package ceph-base-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T00:49:48.935 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-09-17T00:49:48.936 INFO:teuthology.orchestra.run.smithi153.stdout:Nothing to do. 2024-09-17T00:49:48.937 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-09-17T00:49:48.998 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum -y install cephadm 2024-09-17T00:49:49.554 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-osd-2:19.1.1-330.gc2ddf972.el9.x86_64 34/37 2024-09-17T00:49:49.577 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:00:52 ago on Tue 17 Sep 2024 12:48:57 AM UTC. 2024-09-17T00:49:49.583 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-osd-2:19.1.1-330.gc2ddf972.el9.x86_64 34/37 2024-09-17T00:49:49.584 INFO:teuthology.orchestra.run.smithi045.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T00:49:49.584 INFO:teuthology.orchestra.run.smithi045.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2024-09-17T00:49:49.584 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-17T00:49:49.584 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2024-09-17T00:49:49.584 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:49:49.708 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-09-17T00:49:49.709 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:49:49.709 INFO:teuthology.orchestra.run.smithi153.stdout: Package Arch Version Repository Size 2024-09-17T00:49:49.709 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:49:49.709 INFO:teuthology.orchestra.run.smithi153.stdout:Installing: 2024-09-17T00:49:49.709 INFO:teuthology.orchestra.run.smithi153.stdout: cephadm noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 765 k 2024-09-17T00:49:49.709 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:49:49.709 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2024-09-17T00:49:49.710 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:49:49.710 INFO:teuthology.orchestra.run.smithi153.stdout:Install 1 Package 2024-09-17T00:49:49.710 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:49:49.710 INFO:teuthology.orchestra.run.smithi153.stdout:Total download size: 765 k 2024-09-17T00:49:49.710 INFO:teuthology.orchestra.run.smithi153.stdout:Installed size: 771 k 2024-09-17T00:49:49.710 INFO:teuthology.orchestra.run.smithi153.stdout:Downloading Packages: 2024-09-17T00:49:49.943 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-17T00:49:49.944 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:49:49.944 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-09-17T00:49:49.944 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:49.944 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mds-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:49.944 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mgr-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:49.944 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mgr-modules-core-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T00:49:49.944 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mon-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:49.944 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-osd-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:49.944 INFO:teuthology.orchestra.run.smithi134.stdout: lua-5.4.4-4.el9.x86_64 2024-09-17T00:49:49.944 INFO:teuthology.orchestra.run.smithi134.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-17T00:49:49.944 INFO:teuthology.orchestra.run.smithi134.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-17T00:49:49.945 INFO:teuthology.orchestra.run.smithi134.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-17T00:49:49.945 INFO:teuthology.orchestra.run.smithi134.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-17T00:49:49.945 INFO:teuthology.orchestra.run.smithi134.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-17T00:49:49.945 INFO:teuthology.orchestra.run.smithi134.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-17T00:49:49.945 INFO:teuthology.orchestra.run.smithi134.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-17T00:49:49.945 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-17T00:49:49.945 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-17T00:49:49.945 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-17T00:49:49.945 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-17T00:49:49.945 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-17T00:49:49.945 INFO:teuthology.orchestra.run.smithi134.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-17T00:49:49.945 INFO:teuthology.orchestra.run.smithi134.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-17T00:49:49.945 INFO:teuthology.orchestra.run.smithi134.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-17T00:49:49.946 INFO:teuthology.orchestra.run.smithi134.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-17T00:49:49.946 INFO:teuthology.orchestra.run.smithi134.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-17T00:49:49.946 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-17T00:49:49.946 INFO:teuthology.orchestra.run.smithi134.stdout: python3-ply-3.11-14.el9.noarch 2024-09-17T00:49:49.946 INFO:teuthology.orchestra.run.smithi134.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-17T00:49:49.946 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-17T00:49:49.946 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-17T00:49:49.946 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-17T00:49:49.946 INFO:teuthology.orchestra.run.smithi134.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-17T00:49:49.946 INFO:teuthology.orchestra.run.smithi134.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-17T00:49:49.946 INFO:teuthology.orchestra.run.smithi134.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-17T00:49:49.946 INFO:teuthology.orchestra.run.smithi134.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-17T00:49:49.946 INFO:teuthology.orchestra.run.smithi134.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-17T00:49:49.947 INFO:teuthology.orchestra.run.smithi134.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-17T00:49:49.947 INFO:teuthology.orchestra.run.smithi134.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-17T00:49:49.947 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:49:49.947 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-09-17T00:49:49.990 INFO:teuthology.orchestra.run.smithi153.stdout:cephadm-19.1.1-330.gc2ddf972.el9.noarch.rpm 2.7 MB/s | 765 kB 00:00 2024-09-17T00:49:49.991 INFO:teuthology.orchestra.run.smithi153.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:49:49.991 INFO:teuthology.orchestra.run.smithi153.stdout:Total 2.7 MB/s | 765 kB 00:00 2024-09-17T00:49:49.991 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction check 2024-09-17T00:49:49.996 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction check succeeded. 2024-09-17T00:49:49.996 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction test 2024-09-17T00:49:50.002 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction test succeeded. 2024-09-17T00:49:50.003 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction 2024-09-17T00:49:50.055 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mon-2:19.1.1-330.gc2ddf972.el9.x86_64 35/37 2024-09-17T00:49:50.076 INFO:teuthology.orchestra.run.smithi153.stdout: Preparing : 1/1 2024-09-17T00:49:50.081 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-mon-2:19.1.1-330.gc2ddf972.el9.x86_64 35/37 2024-09-17T00:49:50.081 INFO:teuthology.orchestra.run.smithi045.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T00:49:50.081 INFO:teuthology.orchestra.run.smithi045.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2024-09-17T00:49:50.081 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-17T00:49:50.081 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2024-09-17T00:49:50.081 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:49:50.339 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mds-2:19.1.1-330.gc2ddf972.el9.x86_64 36/37 2024-09-17T00:49:50.365 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-mds-2:19.1.1-330.gc2ddf972.el9.x86_64 36/37 2024-09-17T00:49:50.365 INFO:teuthology.orchestra.run.smithi045.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T00:49:50.365 INFO:teuthology.orchestra.run.smithi045.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2024-09-17T00:49:50.365 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-17T00:49:50.366 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2024-09-17T00:49:50.366 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:49:50.374 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install ceph-base 2024-09-17T00:49:50.431 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-2:19.1.1-330.gc2ddf972.el9.x86_64 37/37 2024-09-17T00:49:50.500 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-17T00:49:50.586 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-17T00:49:50.950 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-17T00:49:50.961 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:00:52 ago on Tue 17 Sep 2024 12:48:58 AM UTC. 2024-09-17T00:49:51.050 INFO:teuthology.orchestra.run.smithi134.stdout:Package ceph-base-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T00:49:51.093 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-09-17T00:49:51.094 INFO:teuthology.orchestra.run.smithi134.stdout:Nothing to do. 2024-09-17T00:49:51.094 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-09-17T00:49:51.166 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install cephadm 2024-09-17T00:49:51.222 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-17T00:49:51.222 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:49:51.222 INFO:teuthology.orchestra.run.smithi153.stdout:Installed: 2024-09-17T00:49:51.222 INFO:teuthology.orchestra.run.smithi153.stdout: cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T00:49:51.222 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:49:51.222 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-09-17T00:49:51.418 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum -y install ceph-immutable-object-cache 2024-09-17T00:49:51.749 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:00:53 ago on Tue 17 Sep 2024 12:48:58 AM UTC. 2024-09-17T00:49:51.881 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-09-17T00:49:51.882 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:49:51.882 INFO:teuthology.orchestra.run.smithi134.stdout: Package Arch Version Repository Size 2024-09-17T00:49:51.882 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:49:51.882 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-09-17T00:49:51.882 INFO:teuthology.orchestra.run.smithi134.stdout: cephadm noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 765 k 2024-09-17T00:49:51.882 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:49:51.882 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-09-17T00:49:51.882 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:49:51.882 INFO:teuthology.orchestra.run.smithi134.stdout:Install 1 Package 2024-09-17T00:49:51.882 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:49:51.882 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 765 k 2024-09-17T00:49:51.882 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 771 k 2024-09-17T00:49:51.883 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-09-17T00:49:52.016 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:00:55 ago on Tue 17 Sep 2024 12:48:57 AM UTC. 2024-09-17T00:49:52.128 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-2:19.1.1-330.gc2ddf972.el9.x86_64 37/37 2024-09-17T00:49:52.129 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-2:19.1.1-330.gc2ddf972.el9.x86_64 1/37 2024-09-17T00:49:52.129 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mds-2:19.1.1-330.gc2ddf972.el9.x86_64 2/37 2024-09-17T00:49:52.129 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mgr-2:19.1.1-330.gc2ddf972.el9.x86_64 3/37 2024-09-17T00:49:52.129 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mon-2:19.1.1-330.gc2ddf972.el9.x86_64 4/37 2024-09-17T00:49:52.129 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-osd-2:19.1.1-330.gc2ddf972.el9.x86_64 5/37 2024-09-17T00:49:52.129 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mgr-modules-core-2:19.1.1-330.gc2ddf972.el9.n 6/37 2024-09-17T00:49:52.129 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 7/37 2024-09-17T00:49:52.130 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-cryptography-36.0.1-4.el9.x86_64 8/37 2024-09-17T00:49:52.130 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-ply-3.11-14.el9.noarch 9/37 2024-09-17T00:49:52.130 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 10/37 2024-09-17T00:49:52.130 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-requests-2.25.1-8.el9.noarch 11/37 2024-09-17T00:49:52.130 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-urllib3-1.26.5-6.el9.noarch 12/37 2024-09-17T00:49:52.130 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : lua-5.4.4-4.el9.x86_64 13/37 2024-09-17T00:49:52.130 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-mako-1.1.4-6.el9.noarch 14/37 2024-09-17T00:49:52.130 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 15/37 2024-09-17T00:49:52.130 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 16/37 2024-09-17T00:49:52.130 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pytz-2021.1-5.el9.noarch 17/37 2024-09-17T00:49:52.130 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 18/37 2024-09-17T00:49:52.131 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 19/37 2024-09-17T00:49:52.131 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 20/37 2024-09-17T00:49:52.131 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 21/37 2024-09-17T00:49:52.131 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-cheroot-8.6.0-4.el9.noarch 22/37 2024-09-17T00:49:52.131 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 23/37 2024-09-17T00:49:52.131 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 24/37 2024-09-17T00:49:52.131 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 25/37 2024-09-17T00:49:52.131 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 26/37 2024-09-17T00:49:52.131 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 27/37 2024-09-17T00:49:52.131 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-jaraco-text-3.2.0-6.el9.noarch 28/37 2024-09-17T00:49:52.131 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-logutils-0.3.5-21.el9.noarch 29/37 2024-09-17T00:49:52.132 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 30/37 2024-09-17T00:49:52.132 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pecan-1.4.2-3.el9.noarch 31/37 2024-09-17T00:49:52.133 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 32/37 2024-09-17T00:49:52.133 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 33/37 2024-09-17T00:49:52.133 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 34/37 2024-09-17T00:49:52.133 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-webob-1.8.8-2.el9.noarch 35/37 2024-09-17T00:49:52.133 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-werkzeug-2.0.3-3.el9.1.noarch 36/37 2024-09-17T00:49:52.150 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-09-17T00:49:52.151 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:49:52.151 INFO:teuthology.orchestra.run.smithi153.stdout: Package Arch Version Repo Size 2024-09-17T00:49:52.151 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:49:52.151 INFO:teuthology.orchestra.run.smithi153.stdout:Installing: 2024-09-17T00:49:52.151 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-immutable-object-cache x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 145 k 2024-09-17T00:49:52.151 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:49:52.151 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2024-09-17T00:49:52.152 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:49:52.152 INFO:teuthology.orchestra.run.smithi153.stdout:Install 1 Package 2024-09-17T00:49:52.152 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:49:52.152 INFO:teuthology.orchestra.run.smithi153.stdout:Total download size: 145 k 2024-09-17T00:49:52.152 INFO:teuthology.orchestra.run.smithi153.stdout:Installed size: 435 k 2024-09-17T00:49:52.152 INFO:teuthology.orchestra.run.smithi153.stdout:Downloading Packages: 2024-09-17T00:49:52.166 INFO:teuthology.orchestra.run.smithi134.stdout:cephadm-19.1.1-330.gc2ddf972.el9.noarch.rpm 2.6 MB/s | 765 kB 00:00 2024-09-17T00:49:52.167 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:49:52.167 INFO:teuthology.orchestra.run.smithi134.stdout:Total 2.6 MB/s | 765 kB 00:00 2024-09-17T00:49:52.167 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-09-17T00:49:52.172 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-09-17T00:49:52.173 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-09-17T00:49:52.178 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-09-17T00:49:52.178 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-09-17T00:49:52.249 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-09-17T00:49:52.355 INFO:teuthology.orchestra.run.smithi153.stdout:ceph-immutable-object-cache-19.1.1-330.gc2ddf97 717 kB/s | 145 kB 00:00 2024-09-17T00:49:52.355 INFO:teuthology.orchestra.run.smithi153.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:49:52.356 INFO:teuthology.orchestra.run.smithi153.stdout:Total 711 kB/s | 145 kB 00:00 2024-09-17T00:49:52.356 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction check 2024-09-17T00:49:52.364 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction check succeeded. 2024-09-17T00:49:52.364 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction test 2024-09-17T00:49:52.421 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction test succeeded. 2024-09-17T00:49:52.421 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction 2024-09-17T00:49:52.577 INFO:teuthology.orchestra.run.smithi153.stdout: Preparing : 1/1 2024-09-17T00:49:52.647 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : ceph-immutable-object-cache-2:19.1.1-330.gc2ddf972.e 1/1 2024-09-17T00:49:52.673 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.1.1-330.gc2ddf972.e 1/1 2024-09-17T00:49:52.673 INFO:teuthology.orchestra.run.smithi153.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T00:49:52.673 INFO:teuthology.orchestra.run.smithi153.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-17T00:49:52.673 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:49:52.701 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-17T00:49:52.779 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-17T00:49:52.924 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 37/37 2024-09-17T00:49:52.924 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:49:52.924 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-09-17T00:49:52.924 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:52.924 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mds-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:52.924 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:52.924 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-modules-core-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T00:49:52.924 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mon-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:52.925 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-osd-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:52.925 INFO:teuthology.orchestra.run.smithi045.stdout: lua-5.4.4-4.el9.x86_64 2024-09-17T00:49:52.925 INFO:teuthology.orchestra.run.smithi045.stdout: lua-devel-5.4.4-4.el9.x86_64 2024-09-17T00:49:52.925 INFO:teuthology.orchestra.run.smithi045.stdout: luarocks-3.9.2-5.el9.noarch 2024-09-17T00:49:52.925 INFO:teuthology.orchestra.run.smithi045.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2024-09-17T00:49:52.925 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cffi-1.14.5-5.el9.x86_64 2024-09-17T00:49:52.925 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cheroot-8.6.0-4.el9.noarch 2024-09-17T00:49:52.925 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2024-09-17T00:49:52.925 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cryptography-36.0.1-4.el9.x86_64 2024-09-17T00:49:52.925 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco-8.2.1-3.el9.noarch 2024-09-17T00:49:52.925 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2024-09-17T00:49:52.925 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2024-09-17T00:49:52.925 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2024-09-17T00:49:52.926 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jaraco-text-3.2.0-6.el9.noarch 2024-09-17T00:49:52.926 INFO:teuthology.orchestra.run.smithi045.stdout: python3-logutils-0.3.5-21.el9.noarch 2024-09-17T00:49:52.926 INFO:teuthology.orchestra.run.smithi045.stdout: python3-mako-1.1.4-6.el9.noarch 2024-09-17T00:49:52.926 INFO:teuthology.orchestra.run.smithi045.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2024-09-17T00:49:52.926 INFO:teuthology.orchestra.run.smithi045.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2024-09-17T00:49:52.926 INFO:teuthology.orchestra.run.smithi045.stdout: python3-packaging-20.9-5.el9.noarch 2024-09-17T00:49:52.926 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pecan-1.4.2-3.el9.noarch 2024-09-17T00:49:52.926 INFO:teuthology.orchestra.run.smithi045.stdout: python3-ply-3.11-14.el9.noarch 2024-09-17T00:49:52.926 INFO:teuthology.orchestra.run.smithi045.stdout: python3-portend-3.1.0-2.el9.noarch 2024-09-17T00:49:52.926 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2024-09-17T00:49:52.926 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pycparser-2.20-6.el9.noarch 2024-09-17T00:49:52.926 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pytz-2021.1-5.el9.noarch 2024-09-17T00:49:52.926 INFO:teuthology.orchestra.run.smithi045.stdout: python3-requests-2.25.1-8.el9.noarch 2024-09-17T00:49:52.927 INFO:teuthology.orchestra.run.smithi045.stdout: python3-tempora-5.0.0-2.el9.noarch 2024-09-17T00:49:52.927 INFO:teuthology.orchestra.run.smithi045.stdout: python3-toml-0.10.2-6.el9.noarch 2024-09-17T00:49:52.927 INFO:teuthology.orchestra.run.smithi045.stdout: python3-urllib3-1.26.5-6.el9.noarch 2024-09-17T00:49:52.927 INFO:teuthology.orchestra.run.smithi045.stdout: python3-webob-1.8.8-2.el9.noarch 2024-09-17T00:49:52.927 INFO:teuthology.orchestra.run.smithi045.stdout: python3-werkzeug-2.0.3-3.el9.1.noarch 2024-09-17T00:49:52.927 INFO:teuthology.orchestra.run.smithi045.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2024-09-17T00:49:52.927 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:49:52.927 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-09-17T00:49:53.153 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-17T00:49:53.343 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-base 2024-09-17T00:49:53.412 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-17T00:49:53.412 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:49:53.412 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-09-17T00:49:53.412 INFO:teuthology.orchestra.run.smithi134.stdout: cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T00:49:53.412 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:49:53.412 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-09-17T00:49:53.607 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install ceph-immutable-object-cache 2024-09-17T00:49:53.615 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : ceph-immutable-object-cache-2:19.1.1-330.gc2ddf972.e 1/1 2024-09-17T00:49:53.615 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:49:53.615 INFO:teuthology.orchestra.run.smithi153.stdout:Installed: 2024-09-17T00:49:53.615 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-immutable-object-cache-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:53.615 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:49:53.615 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-09-17T00:49:53.816 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum -y install ceph-mgr 2024-09-17T00:49:53.954 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:00:54 ago on Tue 17 Sep 2024 12:48:59 AM UTC. 2024-09-17T00:49:54.046 INFO:teuthology.orchestra.run.smithi045.stdout:Package ceph-base-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T00:49:54.092 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-09-17T00:49:54.093 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2024-09-17T00:49:54.093 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-09-17T00:49:54.175 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install cephadm 2024-09-17T00:49:54.196 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:00:56 ago on Tue 17 Sep 2024 12:48:58 AM UTC. 2024-09-17T00:49:54.328 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-09-17T00:49:54.329 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:49:54.329 INFO:teuthology.orchestra.run.smithi134.stdout: Package Arch Version Repo Size 2024-09-17T00:49:54.329 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:49:54.329 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-09-17T00:49:54.329 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-immutable-object-cache x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 145 k 2024-09-17T00:49:54.329 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:49:54.329 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-09-17T00:49:54.329 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:49:54.330 INFO:teuthology.orchestra.run.smithi134.stdout:Install 1 Package 2024-09-17T00:49:54.330 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:49:54.330 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 145 k 2024-09-17T00:49:54.330 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 435 k 2024-09-17T00:49:54.330 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-09-17T00:49:54.417 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:00:57 ago on Tue 17 Sep 2024 12:48:57 AM UTC. 2024-09-17T00:49:54.505 INFO:teuthology.orchestra.run.smithi153.stdout:Package ceph-mgr-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T00:49:54.539 INFO:teuthology.orchestra.run.smithi134.stdout:ceph-immutable-object-cache-19.1.1-330.gc2ddf97 696 kB/s | 145 kB 00:00 2024-09-17T00:49:54.540 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:49:54.540 INFO:teuthology.orchestra.run.smithi134.stdout:Total 690 kB/s | 145 kB 00:00 2024-09-17T00:49:54.540 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-09-17T00:49:54.548 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-09-17T00:49:54.548 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-09-17T00:49:54.548 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-09-17T00:49:54.549 INFO:teuthology.orchestra.run.smithi153.stdout:Nothing to do. 2024-09-17T00:49:54.549 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-09-17T00:49:54.605 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-09-17T00:49:54.605 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-09-17T00:49:54.616 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum -y install ceph-mgr-dashboard 2024-09-17T00:49:54.773 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-09-17T00:49:54.780 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:00:55 ago on Tue 17 Sep 2024 12:48:59 AM UTC. 2024-09-17T00:49:54.857 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-immutable-object-cache-2:19.1.1-330.gc2ddf972.e 1/1 2024-09-17T00:49:54.882 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.1.1-330.gc2ddf972.e 1/1 2024-09-17T00:49:54.882 INFO:teuthology.orchestra.run.smithi134.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T00:49:54.882 INFO:teuthology.orchestra.run.smithi134.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-17T00:49:54.882 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:49:54.918 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-09-17T00:49:54.918 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:49:54.919 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2024-09-17T00:49:54.919 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:49:54.919 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-09-17T00:49:54.919 INFO:teuthology.orchestra.run.smithi045.stdout: cephadm noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 765 k 2024-09-17T00:49:54.919 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:49:54.919 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-09-17T00:49:54.919 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:49:54.919 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2024-09-17T00:49:54.919 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:49:54.919 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 765 k 2024-09-17T00:49:54.919 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 771 k 2024-09-17T00:49:54.919 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-09-17T00:49:55.174 INFO:teuthology.orchestra.run.smithi045.stdout:cephadm-19.1.1-330.gc2ddf972.el9.noarch.rpm 2.9 MB/s | 765 kB 00:00 2024-09-17T00:49:55.175 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:49:55.175 INFO:teuthology.orchestra.run.smithi045.stdout:Total 2.9 MB/s | 765 kB 00:00 2024-09-17T00:49:55.175 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-09-17T00:49:55.181 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-09-17T00:49:55.181 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-09-17T00:49:55.187 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-09-17T00:49:55.187 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-09-17T00:49:55.194 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:00:58 ago on Tue 17 Sep 2024 12:48:57 AM UTC. 2024-09-17T00:49:55.261 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-09-17T00:49:55.325 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-09-17T00:49:55.326 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:49:55.326 INFO:teuthology.orchestra.run.smithi153.stdout: Package Arch Version Repository Size 2024-09-17T00:49:55.326 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:49:55.326 INFO:teuthology.orchestra.run.smithi153.stdout:Installing: 2024-09-17T00:49:55.326 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-mgr-dashboard noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 3.6 M 2024-09-17T00:49:55.326 INFO:teuthology.orchestra.run.smithi153.stdout:Installing dependencies: 2024-09-17T00:49:55.327 INFO:teuthology.orchestra.run.smithi153.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-17T00:49:55.327 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-grafana-dashboards noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 32 k 2024-09-17T00:49:55.327 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-prometheus-alerts noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 16 k 2024-09-17T00:49:55.327 INFO:teuthology.orchestra.run.smithi153.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-17T00:49:55.327 INFO:teuthology.orchestra.run.smithi153.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-17T00:49:55.327 INFO:teuthology.orchestra.run.smithi153.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-17T00:49:55.327 INFO:teuthology.orchestra.run.smithi153.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-17T00:49:55.327 INFO:teuthology.orchestra.run.smithi153.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-17T00:49:55.327 INFO:teuthology.orchestra.run.smithi153.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-17T00:49:55.327 INFO:teuthology.orchestra.run.smithi153.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-17T00:49:55.327 INFO:teuthology.orchestra.run.smithi153.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-17T00:49:55.327 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:49:55.327 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2024-09-17T00:49:55.328 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:49:55.328 INFO:teuthology.orchestra.run.smithi153.stdout:Install 12 Packages 2024-09-17T00:49:55.328 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:49:55.329 INFO:teuthology.orchestra.run.smithi153.stdout:Total download size: 8.7 M 2024-09-17T00:49:55.329 INFO:teuthology.orchestra.run.smithi153.stdout:Installed size: 104 M 2024-09-17T00:49:55.329 INFO:teuthology.orchestra.run.smithi153.stdout:Downloading Packages: 2024-09-17T00:49:55.725 INFO:teuthology.orchestra.run.smithi153.stdout:(1/12): ceph-grafana-dashboards-19.1.1-330.gc2d 223 kB/s | 32 kB 00:00 2024-09-17T00:49:55.751 INFO:teuthology.orchestra.run.smithi153.stdout:(2/12): ceph-prometheus-alerts-19.1.1-330.gc2dd 98 kB/s | 16 kB 00:00 2024-09-17T00:49:55.755 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-17T00:49:55.804 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-immutable-object-cache-2:19.1.1-330.gc2ddf972.e 1/1 2024-09-17T00:49:55.804 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:49:55.804 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-09-17T00:49:55.804 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-immutable-object-cache-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:55.804 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:49:55.804 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-09-17T00:49:55.856 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-17T00:49:55.951 INFO:teuthology.orchestra.run.smithi153.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 1.3 MB/s | 269 kB 00:00 2024-09-17T00:49:56.017 INFO:teuthology.orchestra.run.smithi153.stdout:(4/12): ceph-mgr-dashboard-19.1.1-330.gc2ddf972 8.2 MB/s | 3.6 MB 00:00 2024-09-17T00:49:56.034 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install ceph-mgr 2024-09-17T00:49:56.059 INFO:teuthology.orchestra.run.smithi153.stdout:(5/12): protobuf-3.14.0-13.el9.x86_64.rpm 3.0 MB/s | 1.0 MB 00:00 2024-09-17T00:49:56.101 INFO:teuthology.orchestra.run.smithi153.stdout:(6/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 6.4 MB/s | 548 kB 00:00 2024-09-17T00:49:56.127 INFO:teuthology.orchestra.run.smithi153.stdout:(7/12): grpc-data-1.46.7-10.el9.noarch.rpm 297 kB/s | 19 kB 00:00 2024-09-17T00:49:56.169 INFO:teuthology.orchestra.run.smithi153.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 3.4 MB/s | 144 kB 00:00 2024-09-17T00:49:56.194 INFO:teuthology.orchestra.run.smithi153.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 1.2 MB/s | 31 kB 00:00 2024-09-17T00:49:56.233 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-17T00:49:56.244 INFO:teuthology.orchestra.run.smithi153.stdout:(10/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 14 MB/s | 2.0 MB 00:00 2024-09-17T00:49:56.270 INFO:teuthology.orchestra.run.smithi153.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.4 MB/s | 188 kB 00:00 2024-09-17T00:49:56.303 INFO:teuthology.orchestra.run.smithi153.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 2.4 MB/s | 863 kB 00:00 2024-09-17T00:49:56.307 INFO:teuthology.orchestra.run.smithi153.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:49:56.307 INFO:teuthology.orchestra.run.smithi153.stdout:Total 8.8 MB/s | 8.7 MB 00:00 2024-09-17T00:49:56.356 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction check 2024-09-17T00:49:56.373 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction check succeeded. 2024-09-17T00:49:56.374 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction test 2024-09-17T00:49:56.499 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-17T00:49:56.499 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:49:56.499 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-09-17T00:49:56.500 INFO:teuthology.orchestra.run.smithi045.stdout: cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T00:49:56.500 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:49:56.500 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-09-17T00:49:56.572 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction test succeeded. 2024-09-17T00:49:56.572 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction 2024-09-17T00:49:56.623 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:00:58 ago on Tue 17 Sep 2024 12:48:58 AM UTC. 2024-09-17T00:49:56.714 INFO:teuthology.orchestra.run.smithi134.stdout:Package ceph-mgr-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T00:49:56.730 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-immutable-object-cache 2024-09-17T00:49:56.756 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-09-17T00:49:56.757 INFO:teuthology.orchestra.run.smithi134.stdout:Nothing to do. 2024-09-17T00:49:56.757 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-09-17T00:49:56.831 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install ceph-mgr-dashboard 2024-09-17T00:49:57.102 INFO:teuthology.orchestra.run.smithi153.stdout: Preparing : 1/1 2024-09-17T00:49:57.187 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-17T00:49:57.231 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-17T00:49:57.277 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-17T00:49:57.308 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-17T00:49:57.342 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:00:58 ago on Tue 17 Sep 2024 12:48:59 AM UTC. 2024-09-17T00:49:57.414 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-17T00:49:57.415 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:00:59 ago on Tue 17 Sep 2024 12:48:58 AM UTC. 2024-09-17T00:49:57.482 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-09-17T00:49:57.483 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:49:57.483 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repo Size 2024-09-17T00:49:57.483 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:49:57.483 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-09-17T00:49:57.483 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-immutable-object-cache x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 145 k 2024-09-17T00:49:57.483 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:49:57.483 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-09-17T00:49:57.483 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:49:57.483 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2024-09-17T00:49:57.483 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:49:57.483 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 145 k 2024-09-17T00:49:57.484 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 435 k 2024-09-17T00:49:57.484 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-09-17T00:49:57.541 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-17T00:49:57.547 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-09-17T00:49:57.548 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:49:57.548 INFO:teuthology.orchestra.run.smithi134.stdout: Package Arch Version Repository Size 2024-09-17T00:49:57.549 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:49:57.549 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-09-17T00:49:57.549 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mgr-dashboard noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 3.6 M 2024-09-17T00:49:57.549 INFO:teuthology.orchestra.run.smithi134.stdout:Installing dependencies: 2024-09-17T00:49:57.549 INFO:teuthology.orchestra.run.smithi134.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-17T00:49:57.549 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-grafana-dashboards noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 32 k 2024-09-17T00:49:57.549 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-prometheus-alerts noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 16 k 2024-09-17T00:49:57.549 INFO:teuthology.orchestra.run.smithi134.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-17T00:49:57.549 INFO:teuthology.orchestra.run.smithi134.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-17T00:49:57.549 INFO:teuthology.orchestra.run.smithi134.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-17T00:49:57.549 INFO:teuthology.orchestra.run.smithi134.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-17T00:49:57.549 INFO:teuthology.orchestra.run.smithi134.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-17T00:49:57.549 INFO:teuthology.orchestra.run.smithi134.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-17T00:49:57.549 INFO:teuthology.orchestra.run.smithi134.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-17T00:49:57.550 INFO:teuthology.orchestra.run.smithi134.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-17T00:49:57.550 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:49:57.550 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-09-17T00:49:57.550 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:49:57.550 INFO:teuthology.orchestra.run.smithi134.stdout:Install 12 Packages 2024-09-17T00:49:57.550 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:49:57.550 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 8.7 M 2024-09-17T00:49:57.550 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 104 M 2024-09-17T00:49:57.551 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-09-17T00:49:57.627 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-17T00:49:57.680 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-17T00:49:57.690 INFO:teuthology.orchestra.run.smithi045.stdout:ceph-immutable-object-cache-19.1.1-330.gc2ddf97 704 kB/s | 145 kB 00:00 2024-09-17T00:49:57.690 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:49:57.691 INFO:teuthology.orchestra.run.smithi045.stdout:Total 699 kB/s | 145 kB 00:00 2024-09-17T00:49:57.691 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-09-17T00:49:57.699 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-09-17T00:49:57.699 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-09-17T00:49:57.724 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-17T00:49:57.756 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : ceph-prometheus-alerts-2:19.1.1-330.gc2ddf972.el9. 10/12 2024-09-17T00:49:57.760 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-09-17T00:49:57.761 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-09-17T00:49:57.892 INFO:teuthology.orchestra.run.smithi134.stdout:(1/12): ceph-prometheus-alerts-19.1.1-330.gc2dd 111 kB/s | 16 kB 00:00 2024-09-17T00:49:57.917 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-09-17T00:49:57.926 INFO:teuthology.orchestra.run.smithi134.stdout:(2/12): ceph-grafana-dashboards-19.1.1-330.gc2d 175 kB/s | 32 kB 00:00 2024-09-17T00:49:57.983 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-immutable-object-cache-2:19.1.1-330.gc2ddf972.e 1/1 2024-09-17T00:49:58.010 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-immutable-object-cache-2:19.1.1-330.gc2ddf972.e 1/1 2024-09-17T00:49:58.010 INFO:teuthology.orchestra.run.smithi045.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T00:49:58.011 INFO:teuthology.orchestra.run.smithi045.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2024-09-17T00:49:58.011 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:49:58.060 INFO:teuthology.orchestra.run.smithi134.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 2.0 MB/s | 269 kB 00:00 2024-09-17T00:49:58.093 INFO:teuthology.orchestra.run.smithi134.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 5.0 MB/s | 1.0 MB 00:00 2024-09-17T00:49:58.152 INFO:teuthology.orchestra.run.smithi134.stdout:(5/12): ceph-mgr-dashboard-19.1.1-330.gc2ddf972 8.7 MB/s | 3.6 MB 00:00 2024-09-17T00:49:58.203 INFO:teuthology.orchestra.run.smithi134.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 447 kB/s | 19 kB 00:00 2024-09-17T00:49:58.244 INFO:teuthology.orchestra.run.smithi134.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 3.6 MB/s | 548 kB 00:00 2024-09-17T00:49:58.278 INFO:teuthology.orchestra.run.smithi134.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 4.2 MB/s | 144 kB 00:00 2024-09-17T00:49:58.303 INFO:teuthology.orchestra.run.smithi134.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 1.2 MB/s | 31 kB 00:00 2024-09-17T00:49:58.345 INFO:teuthology.orchestra.run.smithi134.stdout:(10/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 14 MB/s | 2.0 MB 00:00 2024-09-17T00:49:58.370 INFO:teuthology.orchestra.run.smithi134.stdout:(11/12): python3-routes-2.5.1-5.el9.noarch.rpm 2.7 MB/s | 188 kB 00:00 2024-09-17T00:49:58.445 INFO:teuthology.orchestra.run.smithi134.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 2.2 MB/s | 863 kB 00:00 2024-09-17T00:49:58.449 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:49:58.449 INFO:teuthology.orchestra.run.smithi134.stdout:Total 9.6 MB/s | 8.7 MB 00:00 2024-09-17T00:49:58.497 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-09-17T00:49:58.515 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-09-17T00:49:58.515 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-09-17T00:49:58.707 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-09-17T00:49:58.708 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-09-17T00:49:58.806 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : ceph-grafana-dashboards-2:19.1.1-330.gc2ddf972.el9 11/12 2024-09-17T00:49:58.840 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : ceph-mgr-dashboard-2:19.1.1-330.gc2ddf972.el9.noar 12/12 2024-09-17T00:49:58.976 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-immutable-object-cache-2:19.1.1-330.gc2ddf972.e 1/1 2024-09-17T00:49:58.976 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:49:58.976 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-09-17T00:49:58.976 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-immutable-object-cache-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:49:58.976 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:49:58.976 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-09-17T00:49:59.217 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-mgr 2024-09-17T00:49:59.233 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-09-17T00:49:59.296 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-17T00:49:59.331 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-17T00:49:59.377 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-17T00:49:59.408 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-17T00:49:59.505 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-17T00:49:59.658 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-17T00:49:59.753 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-17T00:49:59.805 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-17T00:49:59.828 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:00 ago on Tue 17 Sep 2024 12:48:59 AM UTC. 2024-09-17T00:49:59.833 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-17T00:49:59.864 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-prometheus-alerts-2:19.1.1-330.gc2ddf972.el9. 10/12 2024-09-17T00:49:59.921 INFO:teuthology.orchestra.run.smithi045.stdout:Package ceph-mgr-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T00:49:59.965 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-09-17T00:49:59.966 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2024-09-17T00:49:59.967 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-09-17T00:49:59.996 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.1.1-330.gc2ddf972.el9.noar 12/12 2024-09-17T00:49:59.996 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : ceph-grafana-dashboards-2:19.1.1-330.gc2ddf972.el9 1/12 2024-09-17T00:49:59.996 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : ceph-mgr-dashboard-2:19.1.1-330.gc2ddf972.el9.noar 2/12 2024-09-17T00:49:59.996 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : ceph-prometheus-alerts-2:19.1.1-330.gc2ddf972.el9. 3/12 2024-09-17T00:49:59.996 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-17T00:49:59.996 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-17T00:49:59.996 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-17T00:49:59.996 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-17T00:49:59.996 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-17T00:49:59.997 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-17T00:49:59.997 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-17T00:49:59.997 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-17T00:50:00.054 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-mgr-dashboard 2024-09-17T00:50:00.312 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-17T00:50:00.313 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:50:00.313 INFO:teuthology.orchestra.run.smithi153.stdout:Installed: 2024-09-17T00:50:00.313 INFO:teuthology.orchestra.run.smithi153.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-17T00:50:00.313 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-grafana-dashboards-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T00:50:00.313 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-mgr-dashboard-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T00:50:00.313 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-prometheus-alerts-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T00:50:00.313 INFO:teuthology.orchestra.run.smithi153.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-17T00:50:00.313 INFO:teuthology.orchestra.run.smithi153.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-17T00:50:00.313 INFO:teuthology.orchestra.run.smithi153.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-17T00:50:00.313 INFO:teuthology.orchestra.run.smithi153.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-17T00:50:00.313 INFO:teuthology.orchestra.run.smithi153.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-17T00:50:00.313 INFO:teuthology.orchestra.run.smithi153.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-17T00:50:00.314 INFO:teuthology.orchestra.run.smithi153.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-17T00:50:00.314 INFO:teuthology.orchestra.run.smithi153.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-17T00:50:00.314 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:50:00.314 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-09-17T00:50:00.558 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-17T00:50:00.656 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:01 ago on Tue 17 Sep 2024 12:48:59 AM UTC. 2024-09-17T00:50:00.794 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-09-17T00:50:00.795 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:50:00.795 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2024-09-17T00:50:00.795 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:50:00.795 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-09-17T00:50:00.796 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-dashboard noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 3.6 M 2024-09-17T00:50:00.796 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2024-09-17T00:50:00.796 INFO:teuthology.orchestra.run.smithi045.stdout: abseil-cpp x86_64 20211102.0-3.el9 epel 548 k 2024-09-17T00:50:00.796 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-grafana-dashboards noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 32 k 2024-09-17T00:50:00.796 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-prometheus-alerts noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 16 k 2024-09-17T00:50:00.796 INFO:teuthology.orchestra.run.smithi045.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2024-09-17T00:50:00.796 INFO:teuthology.orchestra.run.smithi045.stdout: protobuf x86_64 3.14.0-13.el9 appstream 1.0 M 2024-09-17T00:50:00.796 INFO:teuthology.orchestra.run.smithi045.stdout: protobuf-compiler x86_64 3.14.0-13.el9 crb 863 k 2024-09-17T00:50:00.796 INFO:teuthology.orchestra.run.smithi045.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2024-09-17T00:50:00.796 INFO:teuthology.orchestra.run.smithi045.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2024-09-17T00:50:00.796 INFO:teuthology.orchestra.run.smithi045.stdout: python3-protobuf noarch 3.14.0-13.el9 appstream 269 k 2024-09-17T00:50:00.796 INFO:teuthology.orchestra.run.smithi045.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2024-09-17T00:50:00.796 INFO:teuthology.orchestra.run.smithi045.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2024-09-17T00:50:00.797 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:50:00.797 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-09-17T00:50:00.797 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:50:00.797 INFO:teuthology.orchestra.run.smithi045.stdout:Install 12 Packages 2024-09-17T00:50:00.797 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:50:00.797 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 8.7 M 2024-09-17T00:50:00.798 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 104 M 2024-09-17T00:50:00.798 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-09-17T00:50:00.913 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-grafana-dashboards-2:19.1.1-330.gc2ddf972.el9 11/12 2024-09-17T00:50:00.957 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-mgr-dashboard-2:19.1.1-330.gc2ddf972.el9.noar 12/12 2024-09-17T00:50:01.141 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:01:04 ago on Tue 17 Sep 2024 12:48:57 AM UTC. 2024-09-17T00:50:01.179 INFO:teuthology.orchestra.run.smithi045.stdout:(1/12): ceph-grafana-dashboards-19.1.1-330.gc2d 204 kB/s | 32 kB 00:00 2024-09-17T00:50:01.204 INFO:teuthology.orchestra.run.smithi045.stdout:(2/12): ceph-prometheus-alerts-19.1.1-330.gc2dd 91 kB/s | 16 kB 00:00 2024-09-17T00:50:01.276 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-09-17T00:50:01.277 INFO:teuthology.orchestra.run.smithi153.stdout:====================================================================================== 2024-09-17T00:50:01.277 INFO:teuthology.orchestra.run.smithi153.stdout: Package Arch Version Repository Size 2024-09-17T00:50:01.277 INFO:teuthology.orchestra.run.smithi153.stdout:====================================================================================== 2024-09-17T00:50:01.277 INFO:teuthology.orchestra.run.smithi153.stdout:Installing: 2024-09-17T00:50:01.277 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-mgr-diskprediction-local noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 7.4 M 2024-09-17T00:50:01.277 INFO:teuthology.orchestra.run.smithi153.stdout:Installing dependencies: 2024-09-17T00:50:01.277 INFO:teuthology.orchestra.run.smithi153.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-17T00:50:01.277 INFO:teuthology.orchestra.run.smithi153.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-17T00:50:01.277 INFO:teuthology.orchestra.run.smithi153.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-17T00:50:01.278 INFO:teuthology.orchestra.run.smithi153.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-17T00:50:01.278 INFO:teuthology.orchestra.run.smithi153.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-17T00:50:01.278 INFO:teuthology.orchestra.run.smithi153.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-17T00:50:01.278 INFO:teuthology.orchestra.run.smithi153.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-17T00:50:01.278 INFO:teuthology.orchestra.run.smithi153.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-17T00:50:01.278 INFO:teuthology.orchestra.run.smithi153.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-17T00:50:01.278 INFO:teuthology.orchestra.run.smithi153.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-17T00:50:01.278 INFO:teuthology.orchestra.run.smithi153.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-17T00:50:01.278 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:50:01.278 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2024-09-17T00:50:01.278 INFO:teuthology.orchestra.run.smithi153.stdout:====================================================================================== 2024-09-17T00:50:01.278 INFO:teuthology.orchestra.run.smithi153.stdout:Install 12 Packages 2024-09-17T00:50:01.278 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:50:01.279 INFO:teuthology.orchestra.run.smithi153.stdout:Total download size: 38 M 2024-09-17T00:50:01.279 INFO:teuthology.orchestra.run.smithi153.stdout:Installed size: 212 M 2024-09-17T00:50:01.279 INFO:teuthology.orchestra.run.smithi153.stdout:Downloading Packages: 2024-09-17T00:50:01.338 INFO:teuthology.orchestra.run.smithi045.stdout:(3/12): python3-protobuf-3.14.0-13.el9.noarch.r 2.0 MB/s | 269 kB 00:00 2024-09-17T00:50:01.404 INFO:teuthology.orchestra.run.smithi045.stdout:(4/12): protobuf-3.14.0-13.el9.x86_64.rpm 4.5 MB/s | 1.0 MB 00:00 2024-09-17T00:50:01.463 INFO:teuthology.orchestra.run.smithi045.stdout:(5/12): ceph-mgr-dashboard-19.1.1-330.gc2ddf972 8.1 MB/s | 3.6 MB 00:00 2024-09-17T00:50:01.522 INFO:teuthology.orchestra.run.smithi045.stdout:(6/12): grpc-data-1.46.7-10.el9.noarch.rpm 380 kB/s | 19 kB 00:00 2024-09-17T00:50:01.555 INFO:teuthology.orchestra.run.smithi045.stdout:(7/12): abseil-cpp-20211102.0-3.el9.x86_64.rpm 3.6 MB/s | 548 kB 00:00 2024-09-17T00:50:01.589 INFO:teuthology.orchestra.run.smithi045.stdout:(8/12): python3-grpcio-tools-1.46.7-10.el9.x86_ 4.3 MB/s | 144 kB 00:00 2024-09-17T00:50:01.614 INFO:teuthology.orchestra.run.smithi045.stdout:(9/12): python3-repoze-lru-0.7-16.el9.noarch.rp 1.2 MB/s | 31 kB 00:00 2024-09-17T00:50:01.639 INFO:teuthology.orchestra.run.smithi045.stdout:(10/12): python3-routes-2.5.1-5.el9.noarch.rpm 7.4 MB/s | 188 kB 00:00 2024-09-17T00:50:01.706 INFO:teuthology.orchestra.run.smithi045.stdout:(11/12): python3-grpcio-1.46.7-10.el9.x86_64.rp 11 MB/s | 2.0 MB 00:00 2024-09-17T00:50:01.769 INFO:teuthology.orchestra.run.smithi153.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 1.1 MB/s | 191 kB 00:00 2024-09-17T00:50:01.870 INFO:teuthology.orchestra.run.smithi153.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 327 kB/s | 33 kB 00:00 2024-09-17T00:50:01.920 INFO:teuthology.orchestra.run.smithi153.stdout:(3/12): libgfortran-11.5.0-2.el9.x86_64.rpm 2.5 MB/s | 801 kB 00:00 2024-09-17T00:50:02.012 INFO:teuthology.orchestra.run.smithi153.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 198 kB/s | 18 kB 00:00 2024-09-17T00:50:02.104 INFO:teuthology.orchestra.run.smithi153.stdout:(5/12): ceph-mgr-diskprediction-local-19.1.1-33 15 MB/s | 7.4 MB 00:00 2024-09-17T00:50:02.129 INFO:teuthology.orchestra.run.smithi153.stdout:(6/12): openblas-0.3.26-2.el9.x86_64.rpm 329 kB/s | 38 kB 00:00 2024-09-17T00:50:02.212 INFO:teuthology.orchestra.run.smithi153.stdout:(7/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 8.7 MB/s | 3.0 MB 00:00 2024-09-17T00:50:02.240 INFO:teuthology.orchestra.run.smithi045.stdout:(12/12): protobuf-compiler-3.14.0-13.el9.x86_64 957 kB/s | 863 kB 00:00 2024-09-17T00:50:02.244 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:50:02.244 INFO:teuthology.orchestra.run.smithi045.stdout:Total 6.0 MB/s | 8.7 MB 00:01 2024-09-17T00:50:02.279 INFO:teuthology.orchestra.run.smithi153.stdout:(8/12): python3-devel-3.9.19-8.el9.x86_64.rpm 1.6 MB/s | 245 kB 00:00 2024-09-17T00:50:02.298 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-09-17T00:50:02.318 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-09-17T00:50:02.318 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-09-17T00:50:02.351 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.1.1-330.gc2ddf972.el9.noar 12/12 2024-09-17T00:50:02.351 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-grafana-dashboards-2:19.1.1-330.gc2ddf972.el9 1/12 2024-09-17T00:50:02.351 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-mgr-dashboard-2:19.1.1-330.gc2ddf972.el9.noar 2/12 2024-09-17T00:50:02.352 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-prometheus-alerts-2:19.1.1-330.gc2ddf972.el9. 3/12 2024-09-17T00:50:02.352 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-17T00:50:02.352 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-17T00:50:02.352 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-17T00:50:02.352 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-17T00:50:02.352 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-17T00:50:02.352 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-17T00:50:02.352 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-17T00:50:02.352 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-17T00:50:02.354 INFO:teuthology.orchestra.run.smithi153.stdout:(9/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 36 MB/s | 5.1 MB 00:00 2024-09-17T00:50:02.380 INFO:teuthology.orchestra.run.smithi153.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 2.4 MB/s | 250 kB 00:00 2024-09-17T00:50:02.530 INFO:teuthology.orchestra.run.smithi153.stdout:(11/12): openblas-openmp-0.3.26-2.el9.x86_64.rp 12 MB/s | 4.9 MB 00:00 2024-09-17T00:50:02.541 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-09-17T00:50:02.541 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-09-17T00:50:02.678 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-17T00:50:02.678 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:50:02.678 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-09-17T00:50:02.678 INFO:teuthology.orchestra.run.smithi134.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-17T00:50:02.678 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-grafana-dashboards-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T00:50:02.679 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mgr-dashboard-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T00:50:02.679 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-prometheus-alerts-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T00:50:02.679 INFO:teuthology.orchestra.run.smithi134.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-17T00:50:02.679 INFO:teuthology.orchestra.run.smithi134.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-17T00:50:02.679 INFO:teuthology.orchestra.run.smithi134.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-17T00:50:02.679 INFO:teuthology.orchestra.run.smithi134.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-17T00:50:02.679 INFO:teuthology.orchestra.run.smithi134.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-17T00:50:02.679 INFO:teuthology.orchestra.run.smithi134.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-17T00:50:02.679 INFO:teuthology.orchestra.run.smithi134.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-17T00:50:02.679 INFO:teuthology.orchestra.run.smithi134.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-17T00:50:02.679 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:50:02.679 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-09-17T00:50:02.722 INFO:teuthology.orchestra.run.smithi153.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 44 MB/s | 16 MB 00:00 2024-09-17T00:50:02.723 INFO:teuthology.orchestra.run.smithi153.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:50:02.723 INFO:teuthology.orchestra.run.smithi153.stdout:Total 26 MB/s | 38 MB 00:01 2024-09-17T00:50:02.932 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-17T00:50:03.072 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction check 2024-09-17T00:50:03.091 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-09-17T00:50:03.098 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction check succeeded. 2024-09-17T00:50:03.098 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction test 2024-09-17T00:50:03.175 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : protobuf-3.14.0-13.el9.x86_64 1/12 2024-09-17T00:50:03.210 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : protobuf-compiler-3.14.0-13.el9.x86_64 2/12 2024-09-17T00:50:03.266 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 3/12 2024-09-17T00:50:03.295 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 4/12 2024-09-17T00:50:03.396 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 5/12 2024-09-17T00:50:03.512 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:05 ago on Tue 17 Sep 2024 12:48:58 AM UTC. 2024-09-17T00:50:03.531 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction test succeeded. 2024-09-17T00:50:03.532 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction 2024-09-17T00:50:03.535 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : abseil-cpp-20211102.0-3.el9.x86_64 6/12 2024-09-17T00:50:03.629 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 7/12 2024-09-17T00:50:03.645 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-09-17T00:50:03.646 INFO:teuthology.orchestra.run.smithi134.stdout:====================================================================================== 2024-09-17T00:50:03.646 INFO:teuthology.orchestra.run.smithi134.stdout: Package Arch Version Repository Size 2024-09-17T00:50:03.646 INFO:teuthology.orchestra.run.smithi134.stdout:====================================================================================== 2024-09-17T00:50:03.646 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-09-17T00:50:03.646 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mgr-diskprediction-local noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 7.4 M 2024-09-17T00:50:03.647 INFO:teuthology.orchestra.run.smithi134.stdout:Installing dependencies: 2024-09-17T00:50:03.647 INFO:teuthology.orchestra.run.smithi134.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-17T00:50:03.647 INFO:teuthology.orchestra.run.smithi134.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-17T00:50:03.647 INFO:teuthology.orchestra.run.smithi134.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-17T00:50:03.647 INFO:teuthology.orchestra.run.smithi134.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-17T00:50:03.647 INFO:teuthology.orchestra.run.smithi134.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-17T00:50:03.647 INFO:teuthology.orchestra.run.smithi134.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-17T00:50:03.647 INFO:teuthology.orchestra.run.smithi134.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-17T00:50:03.647 INFO:teuthology.orchestra.run.smithi134.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-17T00:50:03.647 INFO:teuthology.orchestra.run.smithi134.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-17T00:50:03.647 INFO:teuthology.orchestra.run.smithi134.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-17T00:50:03.647 INFO:teuthology.orchestra.run.smithi134.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-17T00:50:03.647 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:50:03.648 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-09-17T00:50:03.648 INFO:teuthology.orchestra.run.smithi134.stdout:====================================================================================== 2024-09-17T00:50:03.648 INFO:teuthology.orchestra.run.smithi134.stdout:Install 12 Packages 2024-09-17T00:50:03.648 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:50:03.648 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 38 M 2024-09-17T00:50:03.648 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 212 M 2024-09-17T00:50:03.648 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-09-17T00:50:03.677 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-protobuf-3.14.0-13.el9.noarch 8/12 2024-09-17T00:50:03.704 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/12 2024-09-17T00:50:03.744 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-prometheus-alerts-2:19.1.1-330.gc2ddf972.el9. 10/12 2024-09-17T00:50:04.302 INFO:teuthology.orchestra.run.smithi153.stdout: Preparing : 1/1 2024-09-17T00:50:04.375 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-17T00:50:04.419 INFO:teuthology.orchestra.run.smithi134.stdout:(1/12): ceph-mgr-diskprediction-local-19.1.1-33 16 MB/s | 7.4 MB 00:00 2024-09-17T00:50:04.420 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-17T00:50:04.486 INFO:teuthology.orchestra.run.smithi134.stdout:(2/12): flexiblas-3.0.4-8.el9.x86_64.rpm 493 kB/s | 33 kB 00:00 2024-09-17T00:50:04.519 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-17T00:50:04.563 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-17T00:50:04.586 INFO:teuthology.orchestra.run.smithi134.stdout:(3/12): libquadmath-11.5.0-2.el9.x86_64.rpm 301 kB/s | 191 kB 00:00 2024-09-17T00:50:04.628 INFO:teuthology.orchestra.run.smithi134.stdout:(4/12): libgfortran-11.5.0-2.el9.x86_64.rpm 1.2 MB/s | 801 kB 00:00 2024-09-17T00:50:04.728 INFO:teuthology.orchestra.run.smithi134.stdout:(5/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 12 MB/s | 3.0 MB 00:00 2024-09-17T00:50:04.745 INFO:teuthology.orchestra.run.smithi134.stdout:(6/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 115 kB/s | 18 kB 00:00 2024-09-17T00:50:04.750 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-17T00:50:04.762 INFO:teuthology.orchestra.run.smithi134.stdout:(7/12): openblas-0.3.26-2.el9.x86_64.rpm 288 kB/s | 38 kB 00:00 2024-09-17T00:50:04.786 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-17T00:50:04.857 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-grafana-dashboards-2:19.1.1-330.gc2ddf972.el9 11/12 2024-09-17T00:50:04.871 INFO:teuthology.orchestra.run.smithi134.stdout:(8/12): openblas-openmp-0.3.26-2.el9.x86_64.rpm 39 MB/s | 4.9 MB 00:00 2024-09-17T00:50:04.874 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-17T00:50:04.886 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mgr-dashboard-2:19.1.1-330.gc2ddf972.el9.noar 12/12 2024-09-17T00:50:04.896 INFO:teuthology.orchestra.run.smithi134.stdout:(9/12): python3-devel-3.9.19-8.el9.x86_64.rpm 1.6 MB/s | 245 kB 00:00 2024-09-17T00:50:04.921 INFO:teuthology.orchestra.run.smithi134.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 4.9 MB/s | 250 kB 00:00 2024-09-17T00:50:05.405 INFO:teuthology.orchestra.run.smithi134.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 7.9 MB/s | 5.1 MB 00:00 2024-09-17T00:50:05.540 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-17T00:50:05.650 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-17T00:50:05.697 INFO:teuthology.orchestra.run.smithi134.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 20 MB/s | 16 MB 00:00 2024-09-17T00:50:05.697 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:50:05.698 INFO:teuthology.orchestra.run.smithi134.stdout:Total 19 MB/s | 38 MB 00:02 2024-09-17T00:50:06.055 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-09-17T00:50:06.082 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-09-17T00:50:06.082 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-09-17T00:50:06.239 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-mgr-dashboard-2:19.1.1-330.gc2ddf972.el9.noar 12/12 2024-09-17T00:50:06.239 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-grafana-dashboards-2:19.1.1-330.gc2ddf972.el9 1/12 2024-09-17T00:50:06.240 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mgr-dashboard-2:19.1.1-330.gc2ddf972.el9.noar 2/12 2024-09-17T00:50:06.240 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-prometheus-alerts-2:19.1.1-330.gc2ddf972.el9. 3/12 2024-09-17T00:50:06.240 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : protobuf-3.14.0-13.el9.x86_64 4/12 2024-09-17T00:50:06.240 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-protobuf-3.14.0-13.el9.noarch 5/12 2024-09-17T00:50:06.240 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : protobuf-compiler-3.14.0-13.el9.x86_64 6/12 2024-09-17T00:50:06.240 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : abseil-cpp-20211102.0-3.el9.x86_64 7/12 2024-09-17T00:50:06.240 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/12 2024-09-17T00:50:06.240 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/12 2024-09-17T00:50:06.240 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/12 2024-09-17T00:50:06.240 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/12 2024-09-17T00:50:06.509 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-09-17T00:50:06.509 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-09-17T00:50:06.559 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/12 2024-09-17T00:50:06.559 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:50:06.559 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-09-17T00:50:06.559 INFO:teuthology.orchestra.run.smithi045.stdout: abseil-cpp-20211102.0-3.el9.x86_64 2024-09-17T00:50:06.559 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-grafana-dashboards-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T00:50:06.560 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-dashboard-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T00:50:06.560 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-prometheus-alerts-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T00:50:06.560 INFO:teuthology.orchestra.run.smithi045.stdout: grpc-data-1.46.7-10.el9.noarch 2024-09-17T00:50:06.560 INFO:teuthology.orchestra.run.smithi045.stdout: protobuf-3.14.0-13.el9.x86_64 2024-09-17T00:50:06.560 INFO:teuthology.orchestra.run.smithi045.stdout: protobuf-compiler-3.14.0-13.el9.x86_64 2024-09-17T00:50:06.560 INFO:teuthology.orchestra.run.smithi045.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2024-09-17T00:50:06.560 INFO:teuthology.orchestra.run.smithi045.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2024-09-17T00:50:06.560 INFO:teuthology.orchestra.run.smithi045.stdout: python3-protobuf-3.14.0-13.el9.noarch 2024-09-17T00:50:06.560 INFO:teuthology.orchestra.run.smithi045.stdout: python3-repoze-lru-0.7-16.el9.noarch 2024-09-17T00:50:06.560 INFO:teuthology.orchestra.run.smithi045.stdout: python3-routes-2.5.1-5.el9.noarch 2024-09-17T00:50:06.560 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:50:06.560 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-09-17T00:50:06.821 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-mgr-diskprediction-local 2024-09-17T00:50:06.904 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-17T00:50:07.275 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-09-17T00:50:07.348 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-17T00:50:07.395 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-17T00:50:07.430 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:08 ago on Tue 17 Sep 2024 12:48:59 AM UTC. 2024-09-17T00:50:07.502 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-17T00:50:07.546 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-17T00:50:07.569 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-09-17T00:50:07.570 INFO:teuthology.orchestra.run.smithi045.stdout:====================================================================================== 2024-09-17T00:50:07.571 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2024-09-17T00:50:07.571 INFO:teuthology.orchestra.run.smithi045.stdout:====================================================================================== 2024-09-17T00:50:07.571 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-09-17T00:50:07.571 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-diskprediction-local noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 7.4 M 2024-09-17T00:50:07.571 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2024-09-17T00:50:07.571 INFO:teuthology.orchestra.run.smithi045.stdout: flexiblas x86_64 3.0.4-8.el9 appstream 33 k 2024-09-17T00:50:07.571 INFO:teuthology.orchestra.run.smithi045.stdout: flexiblas-netlib x86_64 3.0.4-8.el9 appstream 3.0 M 2024-09-17T00:50:07.571 INFO:teuthology.orchestra.run.smithi045.stdout: flexiblas-openblas-openmp x86_64 3.0.4-8.el9 appstream 18 k 2024-09-17T00:50:07.571 INFO:teuthology.orchestra.run.smithi045.stdout: libgfortran x86_64 11.5.0-2.el9 baseos 801 k 2024-09-17T00:50:07.571 INFO:teuthology.orchestra.run.smithi045.stdout: libquadmath x86_64 11.5.0-2.el9 baseos 191 k 2024-09-17T00:50:07.571 INFO:teuthology.orchestra.run.smithi045.stdout: openblas x86_64 0.3.26-2.el9 appstream 38 k 2024-09-17T00:50:07.571 INFO:teuthology.orchestra.run.smithi045.stdout: openblas-openmp x86_64 0.3.26-2.el9 appstream 4.9 M 2024-09-17T00:50:07.572 INFO:teuthology.orchestra.run.smithi045.stdout: python3-devel x86_64 3.9.19-8.el9 appstream 245 k 2024-09-17T00:50:07.572 INFO:teuthology.orchestra.run.smithi045.stdout: python3-numpy x86_64 1:1.20.1-5.el9 appstream 5.1 M 2024-09-17T00:50:07.572 INFO:teuthology.orchestra.run.smithi045.stdout: python3-numpy-f2py x86_64 1:1.20.1-5.el9 appstream 250 k 2024-09-17T00:50:07.572 INFO:teuthology.orchestra.run.smithi045.stdout: python3-scipy x86_64 1.6.2-8.el9 appstream 16 M 2024-09-17T00:50:07.572 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:50:07.572 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-09-17T00:50:07.572 INFO:teuthology.orchestra.run.smithi045.stdout:====================================================================================== 2024-09-17T00:50:07.572 INFO:teuthology.orchestra.run.smithi045.stdout:Install 12 Packages 2024-09-17T00:50:07.572 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:50:07.573 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 38 M 2024-09-17T00:50:07.573 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 212 M 2024-09-17T00:50:07.573 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-09-17T00:50:07.729 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-17T00:50:07.761 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-17T00:50:07.801 INFO:teuthology.orchestra.run.smithi045.stdout:(1/12): libquadmath-11.5.0-2.el9.x86_64.rpm 1.4 MB/s | 191 kB 00:00 2024-09-17T00:50:07.838 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-17T00:50:07.875 INFO:teuthology.orchestra.run.smithi045.stdout:(2/12): libgfortran-11.5.0-2.el9.x86_64.rpm 3.7 MB/s | 801 kB 00:00 2024-09-17T00:50:07.937 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-17T00:50:07.959 INFO:teuthology.orchestra.run.smithi045.stdout:(3/12): flexiblas-3.0.4-8.el9.x86_64.rpm 206 kB/s | 33 kB 00:00 2024-09-17T00:50:07.960 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : ceph-mgr-diskprediction-local-2:19.1.1-330.gc2ddf9 12/12 2024-09-17T00:50:08.009 INFO:teuthology.orchestra.run.smithi045.stdout:(4/12): flexiblas-openblas-openmp-3.0.4-8.el9.x 363 kB/s | 18 kB 00:00 2024-09-17T00:50:08.059 INFO:teuthology.orchestra.run.smithi045.stdout:(5/12): openblas-0.3.26-2.el9.x86_64.rpm 771 kB/s | 38 kB 00:00 2024-09-17T00:50:08.185 INFO:teuthology.orchestra.run.smithi045.stdout:(6/12): ceph-mgr-diskprediction-local-19.1.1-33 14 MB/s | 7.4 MB 00:00 2024-09-17T00:50:08.335 INFO:teuthology.orchestra.run.smithi045.stdout:(7/12): flexiblas-netlib-3.0.4-8.el9.x86_64.rpm 6.5 MB/s | 3.0 MB 00:00 2024-09-17T00:50:08.444 INFO:teuthology.orchestra.run.smithi045.stdout:(8/12): python3-devel-3.9.19-8.el9.x86_64.rpm 947 kB/s | 245 kB 00:00 2024-09-17T00:50:08.499 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-17T00:50:08.552 INFO:teuthology.orchestra.run.smithi045.stdout:(9/12): openblas-openmp-0.3.26-2.el9.x86_64.rpm 10 MB/s | 4.9 MB 00:00 2024-09-17T00:50:08.577 INFO:teuthology.orchestra.run.smithi045.stdout:(10/12): python3-numpy-f2py-1.20.1-5.el9.x86_64 1.8 MB/s | 250 kB 00:00 2024-09-17T00:50:08.624 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-17T00:50:08.677 INFO:teuthology.orchestra.run.smithi045.stdout:(11/12): python3-numpy-1.20.1-5.el9.x86_64.rpm 15 MB/s | 5.1 MB 00:00 2024-09-17T00:50:09.220 INFO:teuthology.orchestra.run.smithi045.stdout:(12/12): python3-scipy-1.6.2-8.el9.x86_64.rpm 24 MB/s | 16 MB 00:00 2024-09-17T00:50:09.220 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:50:09.221 INFO:teuthology.orchestra.run.smithi045.stdout:Total 23 MB/s | 38 MB 00:01 2024-09-17T00:50:09.589 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-09-17T00:50:09.616 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-09-17T00:50:09.617 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-09-17T00:50:09.853 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-17T00:50:10.091 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-09-17T00:50:10.092 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-09-17T00:50:10.556 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.1.1-330.gc2ddf9 12/12 2024-09-17T00:50:10.557 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.1.1-330.gc2ddf9 1/12 2024-09-17T00:50:10.557 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-17T00:50:10.557 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-17T00:50:10.557 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-17T00:50:10.557 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-17T00:50:10.557 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-17T00:50:10.557 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-17T00:50:10.557 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-17T00:50:10.557 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-17T00:50:10.557 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-17T00:50:10.557 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-17T00:50:10.892 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-17T00:50:10.900 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-09-17T00:50:10.918 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-mgr-diskprediction-local-2:19.1.1-330.gc2ddf9 12/12 2024-09-17T00:50:10.963 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : flexiblas-3.0.4-8.el9.x86_64 1/12 2024-09-17T00:50:10.982 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-17T00:50:10.982 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:50:10.982 INFO:teuthology.orchestra.run.smithi153.stdout:Installed: 2024-09-17T00:50:10.982 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-mgr-diskprediction-local-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T00:50:10.982 INFO:teuthology.orchestra.run.smithi153.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-17T00:50:10.982 INFO:teuthology.orchestra.run.smithi153.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-17T00:50:10.982 INFO:teuthology.orchestra.run.smithi153.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-17T00:50:10.982 INFO:teuthology.orchestra.run.smithi153.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-17T00:50:10.982 INFO:teuthology.orchestra.run.smithi153.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-17T00:50:10.983 INFO:teuthology.orchestra.run.smithi153.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-17T00:50:10.983 INFO:teuthology.orchestra.run.smithi153.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-17T00:50:10.983 INFO:teuthology.orchestra.run.smithi153.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-17T00:50:10.983 INFO:teuthology.orchestra.run.smithi153.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-17T00:50:10.983 INFO:teuthology.orchestra.run.smithi153.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-17T00:50:10.983 INFO:teuthology.orchestra.run.smithi153.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-17T00:50:10.983 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:50:10.983 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-09-17T00:50:11.002 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libquadmath-11.5.0-2.el9.x86_64 2/12 2024-09-17T00:50:11.106 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libgfortran-11.5.0-2.el9.x86_64 3/12 2024-09-17T00:50:11.144 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-devel-3.9.19-8.el9.x86_64 4/12 2024-09-17T00:50:11.336 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : openblas-0.3.26-2.el9.x86_64 5/12 2024-09-17T00:50:11.339 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum -y install ceph-mgr-rook 2024-09-17T00:50:11.368 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : openblas-openmp-0.3.26-2.el9.x86_64 6/12 2024-09-17T00:50:11.447 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 7/12 2024-09-17T00:50:11.938 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:01:14 ago on Tue 17 Sep 2024 12:48:57 AM UTC. 2024-09-17T00:50:12.074 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-09-17T00:50:12.075 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:50:12.075 INFO:teuthology.orchestra.run.smithi153.stdout: Package Arch Version Repository Size 2024-09-17T00:50:12.075 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:50:12.075 INFO:teuthology.orchestra.run.smithi153.stdout:Installing: 2024-09-17T00:50:12.076 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-mgr-rook noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 49 k 2024-09-17T00:50:12.076 INFO:teuthology.orchestra.run.smithi153.stdout:Installing dependencies: 2024-09-17T00:50:12.076 INFO:teuthology.orchestra.run.smithi153.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-17T00:50:12.076 INFO:teuthology.orchestra.run.smithi153.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-17T00:50:12.076 INFO:teuthology.orchestra.run.smithi153.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-17T00:50:12.076 INFO:teuthology.orchestra.run.smithi153.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-17T00:50:12.076 INFO:teuthology.orchestra.run.smithi153.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-17T00:50:12.076 INFO:teuthology.orchestra.run.smithi153.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-17T00:50:12.076 INFO:teuthology.orchestra.run.smithi153.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-17T00:50:12.077 INFO:teuthology.orchestra.run.smithi153.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-17T00:50:12.077 INFO:teuthology.orchestra.run.smithi153.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-17T00:50:12.077 INFO:teuthology.orchestra.run.smithi153.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-17T00:50:12.077 INFO:teuthology.orchestra.run.smithi153.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-17T00:50:12.077 INFO:teuthology.orchestra.run.smithi153.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-17T00:50:12.077 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:50:12.077 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2024-09-17T00:50:12.077 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:50:12.077 INFO:teuthology.orchestra.run.smithi153.stdout:Install 13 Packages 2024-09-17T00:50:12.077 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:50:12.078 INFO:teuthology.orchestra.run.smithi153.stdout:Total download size: 2.2 M 2024-09-17T00:50:12.078 INFO:teuthology.orchestra.run.smithi153.stdout:Installed size: 26 M 2024-09-17T00:50:12.078 INFO:teuthology.orchestra.run.smithi153.stdout:Downloading Packages: 2024-09-17T00:50:12.147 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : flexiblas-netlib-3.0.4-8.el9.x86_64 8/12 2024-09-17T00:50:12.278 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-numpy-1:1.20.1-5.el9.x86_64 9/12 2024-09-17T00:50:12.328 INFO:teuthology.orchestra.run.smithi153.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 206 kB/s | 19 kB 00:00 2024-09-17T00:50:12.353 INFO:teuthology.orchestra.run.smithi153.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 217 kB/s | 26 kB 00:00 2024-09-17T00:50:12.412 INFO:teuthology.orchestra.run.smithi153.stdout:(3/13): ceph-mgr-rook-19.1.1-330.gc2ddf972.el9. 279 kB/s | 49 kB 00:00 2024-09-17T00:50:12.462 INFO:teuthology.orchestra.run.smithi153.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.4 MB/s | 159 kB 00:00 2024-09-17T00:50:12.487 INFO:teuthology.orchestra.run.smithi153.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.4 MB/s | 222 kB 00:00 2024-09-17T00:50:12.521 INFO:teuthology.orchestra.run.smithi153.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 916 kB/s | 54 kB 00:00 2024-09-17T00:50:12.554 INFO:teuthology.orchestra.run.smithi153.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 482 kB/s | 32 kB 00:00 2024-09-17T00:50:12.588 INFO:teuthology.orchestra.run.smithi153.stdout:(8/13): python3-certifi-2023.05.07-4.el9.noarch 217 kB/s | 14 kB 00:00 2024-09-17T00:50:12.621 INFO:teuthology.orchestra.run.smithi153.stdout:(9/13): python3-google-auth-2.34.0-1.el9.noarch 3.3 MB/s | 220 kB 00:00 2024-09-17T00:50:12.647 INFO:teuthology.orchestra.run.smithi153.stdout:(10/13): python3-pyasn1-modules-0.4.8-6.el9.noa 1.2 MB/s | 279 kB 00:00 2024-09-17T00:50:12.672 INFO:teuthology.orchestra.run.smithi153.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 1.1 MB/s | 59 kB 00:00 2024-09-17T00:50:12.714 INFO:teuthology.orchestra.run.smithi153.stdout:(12/13): python3-kubernetes-26.1.0-2.el9.noarch 8.1 MB/s | 1.0 MB 00:00 2024-09-17T00:50:12.739 INFO:teuthology.orchestra.run.smithi153.stdout:(13/13): python3-websocket-client-1.2.3-2.el9.n 974 kB/s | 90 kB 00:00 2024-09-17T00:50:12.742 INFO:teuthology.orchestra.run.smithi153.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:50:12.742 INFO:teuthology.orchestra.run.smithi153.stdout:Total 3.3 MB/s | 2.2 MB 00:00 2024-09-17T00:50:12.807 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction check 2024-09-17T00:50:12.821 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction check succeeded. 2024-09-17T00:50:12.822 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction test 2024-09-17T00:50:12.911 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction test succeeded. 2024-09-17T00:50:12.913 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction 2024-09-17T00:50:13.457 INFO:teuthology.orchestra.run.smithi153.stdout: Preparing : 1/1 2024-09-17T00:50:13.533 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.1.1-330.gc2ddf9 12/12 2024-09-17T00:50:13.533 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.1.1-330.gc2ddf9 1/12 2024-09-17T00:50:13.533 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-17T00:50:13.533 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-17T00:50:13.533 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-17T00:50:13.533 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-17T00:50:13.533 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-17T00:50:13.533 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-17T00:50:13.533 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-17T00:50:13.533 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-17T00:50:13.533 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-17T00:50:13.533 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-17T00:50:13.604 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 10/12 2024-09-17T00:50:13.636 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-17T00:50:13.690 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-17T00:50:13.753 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-17T00:50:13.791 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-17T00:50:13.841 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-17T00:50:13.942 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-17T00:50:13.962 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-17T00:50:13.962 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:50:13.962 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-09-17T00:50:13.962 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mgr-diskprediction-local-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T00:50:13.962 INFO:teuthology.orchestra.run.smithi134.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-17T00:50:13.962 INFO:teuthology.orchestra.run.smithi134.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-17T00:50:13.962 INFO:teuthology.orchestra.run.smithi134.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-17T00:50:13.962 INFO:teuthology.orchestra.run.smithi134.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-17T00:50:13.962 INFO:teuthology.orchestra.run.smithi134.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-17T00:50:13.962 INFO:teuthology.orchestra.run.smithi134.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-17T00:50:13.963 INFO:teuthology.orchestra.run.smithi134.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-17T00:50:13.963 INFO:teuthology.orchestra.run.smithi134.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-17T00:50:13.963 INFO:teuthology.orchestra.run.smithi134.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-17T00:50:13.963 INFO:teuthology.orchestra.run.smithi134.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-17T00:50:13.963 INFO:teuthology.orchestra.run.smithi134.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-17T00:50:13.963 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:50:13.963 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-09-17T00:50:14.043 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-17T00:50:14.092 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-17T00:50:14.420 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install ceph-mgr-rook 2024-09-17T00:50:14.691 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-scipy-1.6.2-8.el9.x86_64 11/12 2024-09-17T00:50:14.719 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mgr-diskprediction-local-2:19.1.1-330.gc2ddf9 12/12 2024-09-17T00:50:14.807 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-17T00:50:14.865 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-17T00:50:14.899 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-17T00:50:14.955 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-17T00:50:15.002 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : ceph-mgr-rook-2:19.1.1-330.gc2ddf972.el9.noarch 13/13 2024-09-17T00:50:15.012 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:17 ago on Tue 17 Sep 2024 12:48:58 AM UTC. 2024-09-17T00:50:15.147 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-09-17T00:50:15.148 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:50:15.148 INFO:teuthology.orchestra.run.smithi134.stdout: Package Arch Version Repository Size 2024-09-17T00:50:15.148 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:50:15.148 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-09-17T00:50:15.148 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mgr-rook noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 49 k 2024-09-17T00:50:15.149 INFO:teuthology.orchestra.run.smithi134.stdout:Installing dependencies: 2024-09-17T00:50:15.149 INFO:teuthology.orchestra.run.smithi134.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-17T00:50:15.149 INFO:teuthology.orchestra.run.smithi134.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-17T00:50:15.149 INFO:teuthology.orchestra.run.smithi134.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-17T00:50:15.149 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-17T00:50:15.149 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-17T00:50:15.149 INFO:teuthology.orchestra.run.smithi134.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-17T00:50:15.149 INFO:teuthology.orchestra.run.smithi134.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-17T00:50:15.149 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-17T00:50:15.149 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-17T00:50:15.149 INFO:teuthology.orchestra.run.smithi134.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-17T00:50:15.149 INFO:teuthology.orchestra.run.smithi134.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-17T00:50:15.149 INFO:teuthology.orchestra.run.smithi134.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-17T00:50:15.149 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:50:15.150 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-09-17T00:50:15.150 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:50:15.150 INFO:teuthology.orchestra.run.smithi134.stdout:Install 13 Packages 2024-09-17T00:50:15.150 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:50:15.150 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 2.2 M 2024-09-17T00:50:15.150 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 26 M 2024-09-17T00:50:15.151 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-09-17T00:50:15.694 INFO:teuthology.orchestra.run.smithi134.stdout:(1/13): python3-jsonpatch-1.21-16.el9.noarch.rp 220 kB/s | 26 kB 00:00 2024-09-17T00:50:15.710 INFO:teuthology.orchestra.run.smithi134.stdout:(2/13): python3-jsonpointer-2.0-4.el9.noarch.rp 144 kB/s | 19 kB 00:00 2024-09-17T00:50:15.727 INFO:teuthology.orchestra.run.smithi134.stdout:(3/13): ceph-mgr-rook-19.1.1-330.gc2ddf972.el9. 328 kB/s | 49 kB 00:00 2024-09-17T00:50:15.778 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: ceph-mgr-rook-2:19.1.1-330.gc2ddf972.el9.noarch 13/13 2024-09-17T00:50:15.778 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : ceph-mgr-rook-2:19.1.1-330.gc2ddf972.el9.noarch 1/13 2024-09-17T00:50:15.778 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-17T00:50:15.778 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-17T00:50:15.778 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-17T00:50:15.778 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-17T00:50:15.779 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-17T00:50:15.779 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-17T00:50:15.779 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-17T00:50:15.779 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-17T00:50:15.779 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-17T00:50:15.779 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-17T00:50:15.779 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-17T00:50:15.827 INFO:teuthology.orchestra.run.smithi134.stdout:(4/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.3 MB/s | 159 kB 00:00 2024-09-17T00:50:15.853 INFO:teuthology.orchestra.run.smithi134.stdout:(5/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 1.5 MB/s | 222 kB 00:00 2024-09-17T00:50:15.878 INFO:teuthology.orchestra.run.smithi134.stdout:(6/13): python3-requests-oauthlib-1.3.0-12.el9. 1.0 MB/s | 54 kB 00:00 2024-09-17T00:50:15.903 INFO:teuthology.orchestra.run.smithi134.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 642 kB/s | 32 kB 00:00 2024-09-17T00:50:15.937 INFO:teuthology.orchestra.run.smithi134.stdout:(8/13): python3-pyasn1-modules-0.4.8-6.el9.noar 1.3 MB/s | 279 kB 00:00 2024-09-17T00:50:15.954 INFO:teuthology.orchestra.run.smithi134.stdout:(9/13): python3-certifi-2023.05.07-4.el9.noarch 191 kB/s | 14 kB 00:00 2024-09-17T00:50:15.988 INFO:teuthology.orchestra.run.smithi134.stdout:(10/13): python3-google-auth-2.34.0-1.el9.noarc 2.6 MB/s | 220 kB 00:00 2024-09-17T00:50:16.005 INFO:teuthology.orchestra.run.smithi134.stdout:(11/13): python3-rsa-4.9-2.el9.noarch.rpm 1.3 MB/s | 59 kB 00:00 2024-09-17T00:50:16.038 INFO:teuthology.orchestra.run.smithi134.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.8 MB/s | 90 kB 00:00 2024-09-17T00:50:16.080 INFO:teuthology.orchestra.run.smithi134.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 7.2 MB/s | 1.0 MB 00:00 2024-09-17T00:50:16.082 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:50:16.083 INFO:teuthology.orchestra.run.smithi134.stdout:Total 2.4 MB/s | 2.2 MB 00:00 2024-09-17T00:50:16.120 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-17T00:50:16.120 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:50:16.120 INFO:teuthology.orchestra.run.smithi153.stdout:Installed: 2024-09-17T00:50:16.120 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-mgr-rook-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T00:50:16.120 INFO:teuthology.orchestra.run.smithi153.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-17T00:50:16.120 INFO:teuthology.orchestra.run.smithi153.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-17T00:50:16.120 INFO:teuthology.orchestra.run.smithi153.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-17T00:50:16.120 INFO:teuthology.orchestra.run.smithi153.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-17T00:50:16.120 INFO:teuthology.orchestra.run.smithi153.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-17T00:50:16.120 INFO:teuthology.orchestra.run.smithi153.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-17T00:50:16.121 INFO:teuthology.orchestra.run.smithi153.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-17T00:50:16.121 INFO:teuthology.orchestra.run.smithi153.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-17T00:50:16.121 INFO:teuthology.orchestra.run.smithi153.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-17T00:50:16.121 INFO:teuthology.orchestra.run.smithi153.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-17T00:50:16.121 INFO:teuthology.orchestra.run.smithi153.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-17T00:50:16.121 INFO:teuthology.orchestra.run.smithi153.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-17T00:50:16.121 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:50:16.121 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-09-17T00:50:16.144 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-09-17T00:50:16.161 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-09-17T00:50:16.161 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-09-17T00:50:16.248 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-09-17T00:50:16.249 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-09-17T00:50:16.362 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum -y install ceph-mgr-cephadm 2024-09-17T00:50:16.750 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-09-17T00:50:16.902 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-17T00:50:16.948 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:01:19 ago on Tue 17 Sep 2024 12:48:57 AM UTC. 2024-09-17T00:50:16.956 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-17T00:50:17.019 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-17T00:50:17.057 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-17T00:50:17.081 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:19.1.1-330.gc2ddf9 12/12 2024-09-17T00:50:17.081 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mgr-diskprediction-local-2:19.1.1-330.gc2ddf9 1/12 2024-09-17T00:50:17.081 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libgfortran-11.5.0-2.el9.x86_64 2/12 2024-09-17T00:50:17.081 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libquadmath-11.5.0-2.el9.x86_64 3/12 2024-09-17T00:50:17.081 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : flexiblas-3.0.4-8.el9.x86_64 4/12 2024-09-17T00:50:17.081 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : flexiblas-netlib-3.0.4-8.el9.x86_64 5/12 2024-09-17T00:50:17.081 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 6/12 2024-09-17T00:50:17.081 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : openblas-0.3.26-2.el9.x86_64 7/12 2024-09-17T00:50:17.081 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : openblas-openmp-0.3.26-2.el9.x86_64 8/12 2024-09-17T00:50:17.082 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-devel-3.9.19-8.el9.x86_64 9/12 2024-09-17T00:50:17.082 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-numpy-1:1.20.1-5.el9.x86_64 10/12 2024-09-17T00:50:17.082 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-numpy-f2py-1:1.20.1-5.el9.x86_64 11/12 2024-09-17T00:50:17.082 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-09-17T00:50:17.083 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:50:17.083 INFO:teuthology.orchestra.run.smithi153.stdout: Package Arch Version Repository Size 2024-09-17T00:50:17.083 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:50:17.083 INFO:teuthology.orchestra.run.smithi153.stdout:Installing: 2024-09-17T00:50:17.083 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-mgr-cephadm noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 146 k 2024-09-17T00:50:17.083 INFO:teuthology.orchestra.run.smithi153.stdout:Installing dependencies: 2024-09-17T00:50:17.083 INFO:teuthology.orchestra.run.smithi153.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-17T00:50:17.083 INFO:teuthology.orchestra.run.smithi153.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-17T00:50:17.083 INFO:teuthology.orchestra.run.smithi153.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-17T00:50:17.083 INFO:teuthology.orchestra.run.smithi153.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-17T00:50:17.083 INFO:teuthology.orchestra.run.smithi153.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-17T00:50:17.083 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:50:17.084 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2024-09-17T00:50:17.084 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:50:17.084 INFO:teuthology.orchestra.run.smithi153.stdout:Install 6 Packages 2024-09-17T00:50:17.084 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:50:17.084 INFO:teuthology.orchestra.run.smithi153.stdout:Total download size: 7.0 M 2024-09-17T00:50:17.084 INFO:teuthology.orchestra.run.smithi153.stdout:Installed size: 33 M 2024-09-17T00:50:17.084 INFO:teuthology.orchestra.run.smithi153.stdout:Downloading Packages: 2024-09-17T00:50:17.098 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-17T00:50:17.199 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-17T00:50:17.301 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-17T00:50:17.357 INFO:teuthology.orchestra.run.smithi153.stdout:(1/6): ceph-mgr-cephadm-19.1.1-330.gc2ddf972.el 679 kB/s | 146 kB 00:00 2024-09-17T00:50:17.358 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-17T00:50:17.416 INFO:teuthology.orchestra.run.smithi153.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 10 MB/s | 548 kB 00:00 2024-09-17T00:50:17.441 INFO:teuthology.orchestra.run.smithi153.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 2.3 MB/s | 58 kB 00:00 2024-09-17T00:50:17.467 INFO:teuthology.orchestra.run.smithi153.stdout:(4/6): python3-typing-extensions-4.12.2-2.el9.n 3.0 MB/s | 74 kB 00:00 2024-09-17T00:50:17.508 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-scipy-1.6.2-8.el9.x86_64 12/12 2024-09-17T00:50:17.508 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:50:17.508 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-09-17T00:50:17.508 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-diskprediction-local-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T00:50:17.508 INFO:teuthology.orchestra.run.smithi045.stdout: flexiblas-3.0.4-8.el9.x86_64 2024-09-17T00:50:17.508 INFO:teuthology.orchestra.run.smithi045.stdout: flexiblas-netlib-3.0.4-8.el9.x86_64 2024-09-17T00:50:17.508 INFO:teuthology.orchestra.run.smithi045.stdout: flexiblas-openblas-openmp-3.0.4-8.el9.x86_64 2024-09-17T00:50:17.509 INFO:teuthology.orchestra.run.smithi045.stdout: libgfortran-11.5.0-2.el9.x86_64 2024-09-17T00:50:17.509 INFO:teuthology.orchestra.run.smithi045.stdout: libquadmath-11.5.0-2.el9.x86_64 2024-09-17T00:50:17.509 INFO:teuthology.orchestra.run.smithi045.stdout: openblas-0.3.26-2.el9.x86_64 2024-09-17T00:50:17.509 INFO:teuthology.orchestra.run.smithi045.stdout: openblas-openmp-0.3.26-2.el9.x86_64 2024-09-17T00:50:17.509 INFO:teuthology.orchestra.run.smithi045.stdout: python3-devel-3.9.19-8.el9.x86_64 2024-09-17T00:50:17.509 INFO:teuthology.orchestra.run.smithi045.stdout: python3-numpy-1:1.20.1-5.el9.x86_64 2024-09-17T00:50:17.509 INFO:teuthology.orchestra.run.smithi045.stdout: python3-numpy-f2py-1:1.20.1-5.el9.x86_64 2024-09-17T00:50:17.509 INFO:teuthology.orchestra.run.smithi045.stdout: python3-scipy-1.6.2-8.el9.x86_64 2024-09-17T00:50:17.509 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:50:17.509 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-09-17T00:50:17.925 INFO:teuthology.orchestra.run.smithi153.stdout:(5/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 317 kB/s | 248 kB 00:00 2024-09-17T00:50:17.943 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-mgr-rook 2024-09-17T00:50:18.064 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-17T00:50:18.114 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-17T00:50:18.147 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-17T00:50:18.195 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-17T00:50:18.217 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-mgr-rook-2:19.1.1-330.gc2ddf972.el9.noarch 13/13 2024-09-17T00:50:18.275 INFO:teuthology.orchestra.run.smithi153.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 5.3 MB/s | 6.0 MB 00:01 2024-09-17T00:50:18.278 INFO:teuthology.orchestra.run.smithi153.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:50:18.278 INFO:teuthology.orchestra.run.smithi153.stdout:Total 5.9 MB/s | 7.0 MB 00:01 2024-09-17T00:50:18.351 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction check 2024-09-17T00:50:18.363 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction check succeeded. 2024-09-17T00:50:18.364 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction test 2024-09-17T00:50:18.463 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction test succeeded. 2024-09-17T00:50:18.463 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction 2024-09-17T00:50:18.559 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:19 ago on Tue 17 Sep 2024 12:48:59 AM UTC. 2024-09-17T00:50:18.699 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-09-17T00:50:18.700 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:50:18.700 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2024-09-17T00:50:18.700 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:50:18.700 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-09-17T00:50:18.700 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-rook noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 49 k 2024-09-17T00:50:18.700 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2024-09-17T00:50:18.700 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2024-09-17T00:50:18.701 INFO:teuthology.orchestra.run.smithi045.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2024-09-17T00:50:18.701 INFO:teuthology.orchestra.run.smithi045.stdout: python3-google-auth noarch 1:2.34.0-1.el9 epel 220 k 2024-09-17T00:50:18.701 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jsonpatch noarch 1.21-16.el9 appstream 26 k 2024-09-17T00:50:18.701 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jsonpointer noarch 2.0-4.el9 appstream 19 k 2024-09-17T00:50:18.701 INFO:teuthology.orchestra.run.smithi045.stdout: python3-kubernetes noarch 1:26.1.0-2.el9 epel 1.0 M 2024-09-17T00:50:18.701 INFO:teuthology.orchestra.run.smithi045.stdout: python3-oauthlib noarch 3.1.1-5.el9 appstream 222 k 2024-09-17T00:50:18.701 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2024-09-17T00:50:18.701 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2024-09-17T00:50:18.701 INFO:teuthology.orchestra.run.smithi045.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2024-09-17T00:50:18.701 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2024-09-17T00:50:18.701 INFO:teuthology.orchestra.run.smithi045.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2024-09-17T00:50:18.701 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:50:18.701 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-09-17T00:50:18.702 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:50:18.702 INFO:teuthology.orchestra.run.smithi045.stdout:Install 13 Packages 2024-09-17T00:50:18.702 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:50:18.702 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 2.2 M 2024-09-17T00:50:18.702 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 26 M 2024-09-17T00:50:18.702 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-09-17T00:50:18.765 INFO:teuthology.orchestra.run.smithi153.stdout: Preparing : 1/1 2024-09-17T00:50:18.932 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-17T00:50:18.978 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-mgr-rook-2:19.1.1-330.gc2ddf972.el9.noarch 13/13 2024-09-17T00:50:18.979 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-mgr-rook-2:19.1.1-330.gc2ddf972.el9.noarch 1/13 2024-09-17T00:50:18.979 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-17T00:50:18.979 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-17T00:50:18.979 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-17T00:50:18.979 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-17T00:50:18.979 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-17T00:50:18.979 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-17T00:50:18.979 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-17T00:50:18.979 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-17T00:50:18.979 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-17T00:50:18.979 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-17T00:50:18.979 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-17T00:50:18.985 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-17T00:50:19.096 INFO:teuthology.orchestra.run.smithi045.stdout:(1/13): python3-jsonpointer-2.0-4.el9.noarch.rp 225 kB/s | 19 kB 00:00 2024-09-17T00:50:19.122 INFO:teuthology.orchestra.run.smithi045.stdout:(2/13): python3-jsonpatch-1.21-16.el9.noarch.rp 232 kB/s | 26 kB 00:00 2024-09-17T00:50:19.180 INFO:teuthology.orchestra.run.smithi045.stdout:(3/13): python3-oauthlib-3.1.1-5.el9.noarch.rpm 2.6 MB/s | 222 kB 00:00 2024-09-17T00:50:19.206 INFO:teuthology.orchestra.run.smithi045.stdout:(4/13): ceph-mgr-rook-19.1.1-330.gc2ddf972.el9. 253 kB/s | 49 kB 00:00 2024-09-17T00:50:19.222 INFO:teuthology.orchestra.run.smithi045.stdout:(5/13): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.5 MB/s | 159 kB 00:00 2024-09-17T00:50:19.249 INFO:teuthology.orchestra.run.smithi045.stdout:(6/13): python3-pyasn1-modules-0.4.8-6.el9.noar 4.0 MB/s | 279 kB 00:00 2024-09-17T00:50:19.282 INFO:teuthology.orchestra.run.smithi045.stdout:(7/13): python3-cachetools-4.2.4-1.el9.noarch.r 550 kB/s | 32 kB 00:00 2024-09-17T00:50:19.307 INFO:teuthology.orchestra.run.smithi045.stdout:(8/13): python3-requests-oauthlib-1.3.0-12.el9. 532 kB/s | 54 kB 00:00 2024-09-17T00:50:19.324 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-17T00:50:19.324 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:50:19.324 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-09-17T00:50:19.324 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mgr-rook-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T00:50:19.325 INFO:teuthology.orchestra.run.smithi134.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-17T00:50:19.325 INFO:teuthology.orchestra.run.smithi134.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-17T00:50:19.325 INFO:teuthology.orchestra.run.smithi134.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-17T00:50:19.325 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-17T00:50:19.325 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-17T00:50:19.325 INFO:teuthology.orchestra.run.smithi134.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-17T00:50:19.325 INFO:teuthology.orchestra.run.smithi134.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-17T00:50:19.325 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-17T00:50:19.325 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-17T00:50:19.326 INFO:teuthology.orchestra.run.smithi134.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-17T00:50:19.326 INFO:teuthology.orchestra.run.smithi134.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-17T00:50:19.326 INFO:teuthology.orchestra.run.smithi134.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-17T00:50:19.326 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:50:19.327 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-09-17T00:50:19.327 INFO:teuthology.orchestra.run.smithi045.stdout:(9/13): python3-certifi-2023.05.07-4.el9.noarch 208 kB/s | 14 kB 00:00 2024-09-17T00:50:19.349 INFO:teuthology.orchestra.run.smithi045.stdout:(10/13): python3-rsa-4.9-2.el9.noarch.rpm 3.3 MB/s | 59 kB 00:00 2024-09-17T00:50:19.383 INFO:teuthology.orchestra.run.smithi045.stdout:(11/13): python3-google-auth-2.34.0-1.el9.noarc 2.2 MB/s | 220 kB 00:00 2024-09-17T00:50:19.416 INFO:teuthology.orchestra.run.smithi045.stdout:(12/13): python3-websocket-client-1.2.3-2.el9.n 1.3 MB/s | 90 kB 00:00 2024-09-17T00:50:19.466 INFO:teuthology.orchestra.run.smithi045.stdout:(13/13): python3-kubernetes-26.1.0-2.el9.noarch 6.4 MB/s | 1.0 MB 00:00 2024-09-17T00:50:19.469 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:50:19.470 INFO:teuthology.orchestra.run.smithi045.stdout:Total 2.9 MB/s | 2.2 MB 00:00 2024-09-17T00:50:19.519 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-17T00:50:19.538 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-09-17T00:50:19.554 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-09-17T00:50:19.555 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-09-17T00:50:19.593 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install ceph-mgr-cephadm 2024-09-17T00:50:19.596 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-17T00:50:19.652 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-09-17T00:50:19.653 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-09-17T00:50:19.668 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-17T00:50:19.706 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : ceph-mgr-cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 6/6 2024-09-17T00:50:20.175 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:22 ago on Tue 17 Sep 2024 12:48:58 AM UTC. 2024-09-17T00:50:20.189 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-09-17T00:50:20.308 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-09-17T00:50:20.309 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:50:20.309 INFO:teuthology.orchestra.run.smithi134.stdout: Package Arch Version Repository Size 2024-09-17T00:50:20.309 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:50:20.309 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-09-17T00:50:20.309 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mgr-cephadm noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 146 k 2024-09-17T00:50:20.309 INFO:teuthology.orchestra.run.smithi134.stdout:Installing dependencies: 2024-09-17T00:50:20.309 INFO:teuthology.orchestra.run.smithi134.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-17T00:50:20.309 INFO:teuthology.orchestra.run.smithi134.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-17T00:50:20.310 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-17T00:50:20.310 INFO:teuthology.orchestra.run.smithi134.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-17T00:50:20.310 INFO:teuthology.orchestra.run.smithi134.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-17T00:50:20.310 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:50:20.310 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-09-17T00:50:20.310 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:50:20.310 INFO:teuthology.orchestra.run.smithi134.stdout:Install 6 Packages 2024-09-17T00:50:20.310 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:50:20.311 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 7.0 M 2024-09-17T00:50:20.311 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 33 M 2024-09-17T00:50:20.311 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-09-17T00:50:20.359 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/13 2024-09-17T00:50:20.412 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/13 2024-09-17T00:50:20.470 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/13 2024-09-17T00:50:20.525 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 6/6 2024-09-17T00:50:20.525 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : ceph-mgr-cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 1/6 2024-09-17T00:50:20.525 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-17T00:50:20.525 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-17T00:50:20.526 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-17T00:50:20.526 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-17T00:50:20.620 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/13 2024-09-17T00:50:20.662 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/13 2024-09-17T00:50:20.770 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/13 2024-09-17T00:50:20.809 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-17T00:50:20.809 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:50:20.809 INFO:teuthology.orchestra.run.smithi153.stdout:Installed: 2024-09-17T00:50:20.809 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-mgr-cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T00:50:20.809 INFO:teuthology.orchestra.run.smithi153.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-17T00:50:20.809 INFO:teuthology.orchestra.run.smithi153.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-17T00:50:20.809 INFO:teuthology.orchestra.run.smithi153.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-17T00:50:20.809 INFO:teuthology.orchestra.run.smithi153.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-17T00:50:20.810 INFO:teuthology.orchestra.run.smithi153.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-17T00:50:20.810 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:50:20.810 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-09-17T00:50:20.864 INFO:teuthology.orchestra.run.smithi134.stdout:(1/6): ceph-mgr-cephadm-19.1.1-330.gc2ddf972.el 668 kB/s | 146 kB 00:00 2024-09-17T00:50:20.896 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-google-auth-1:2.34.0-1.el9.noarch 7/13 2024-09-17T00:50:20.931 INFO:teuthology.orchestra.run.smithi134.stdout:(2/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 8.0 MB/s | 548 kB 00:00 2024-09-17T00:50:20.948 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-oauthlib-3.1.1-5.el9.noarch 8/13 2024-09-17T00:50:20.957 INFO:teuthology.orchestra.run.smithi134.stdout:(3/6): python3-natsort-7.1.1-5.el9.noarch.rpm 2.2 MB/s | 58 kB 00:00 2024-09-17T00:50:20.990 INFO:teuthology.orchestra.run.smithi134.stdout:(4/6): python3-typing-extensions-4.12.2-2.el9.n 2.2 MB/s | 74 kB 00:00 2024-09-17T00:50:21.073 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum -y install ceph-fuse 2024-09-17T00:50:21.290 INFO:teuthology.orchestra.run.smithi134.stdout:(5/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 385 kB/s | 248 kB 00:00 2024-09-17T00:50:21.653 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:01:24 ago on Tue 17 Sep 2024 12:48:57 AM UTC. 2024-09-17T00:50:21.726 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 9/13 2024-09-17T00:50:21.786 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-kubernetes-1:26.1.0-2.el9.noarch 10/13 2024-09-17T00:50:21.787 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-09-17T00:50:21.787 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:50:21.787 INFO:teuthology.orchestra.run.smithi153.stdout: Package Arch Version Repository Size 2024-09-17T00:50:21.787 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:50:21.787 INFO:teuthology.orchestra.run.smithi153.stdout:Installing: 2024-09-17T00:50:21.787 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-fuse x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 897 k 2024-09-17T00:50:21.787 INFO:teuthology.orchestra.run.smithi153.stdout:Installing dependencies: 2024-09-17T00:50:21.787 INFO:teuthology.orchestra.run.smithi153.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-17T00:50:21.788 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:50:21.788 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2024-09-17T00:50:21.788 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:50:21.788 INFO:teuthology.orchestra.run.smithi153.stdout:Install 2 Packages 2024-09-17T00:50:21.788 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:50:21.788 INFO:teuthology.orchestra.run.smithi153.stdout:Total download size: 977 k 2024-09-17T00:50:21.788 INFO:teuthology.orchestra.run.smithi153.stdout:Installed size: 2.9 M 2024-09-17T00:50:21.788 INFO:teuthology.orchestra.run.smithi153.stdout:Downloading Packages: 2024-09-17T00:50:21.820 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-jsonpointer-2.0-4.el9.noarch 11/13 2024-09-17T00:50:21.878 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-jsonpatch-1.21-16.el9.noarch 12/13 2024-09-17T00:50:21.905 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mgr-rook-2:19.1.1-330.gc2ddf972.el9.noarch 13/13 2024-09-17T00:50:21.961 INFO:teuthology.orchestra.run.smithi153.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 529 kB/s | 80 kB 00:00 2024-09-17T00:50:22.024 INFO:teuthology.orchestra.run.smithi134.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 4.3 MB/s | 6.0 MB 00:01 2024-09-17T00:50:22.026 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:50:22.026 INFO:teuthology.orchestra.run.smithi134.stdout:Total 4.1 MB/s | 7.0 MB 00:01 2024-09-17T00:50:22.086 INFO:teuthology.orchestra.run.smithi153.stdout:(2/2): ceph-fuse-19.1.1-330.gc2ddf972.el9.x86_6 3.2 MB/s | 897 kB 00:00 2024-09-17T00:50:22.086 INFO:teuthology.orchestra.run.smithi153.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:50:22.087 INFO:teuthology.orchestra.run.smithi153.stdout:Total 3.2 MB/s | 977 kB 00:00 2024-09-17T00:50:22.099 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction check 2024-09-17T00:50:22.102 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-09-17T00:50:22.113 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-09-17T00:50:22.113 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-09-17T00:50:22.120 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction check succeeded. 2024-09-17T00:50:22.121 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction test 2024-09-17T00:50:22.202 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction test succeeded. 2024-09-17T00:50:22.202 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction 2024-09-17T00:50:22.212 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-09-17T00:50:22.214 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-09-17T00:50:22.387 INFO:teuthology.orchestra.run.smithi153.stdout: Preparing : 1/1 2024-09-17T00:50:22.521 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-09-17T00:50:22.538 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-17T00:50:22.610 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : ceph-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 2/2 2024-09-17T00:50:22.693 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-17T00:50:22.714 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-mgr-rook-2:19.1.1-330.gc2ddf972.el9.noarch 13/13 2024-09-17T00:50:22.714 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mgr-rook-2:19.1.1-330.gc2ddf972.el9.noarch 1/13 2024-09-17T00:50:22.714 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-jsonpatch-1.21-16.el9.noarch 2/13 2024-09-17T00:50:22.715 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-jsonpointer-2.0-4.el9.noarch 3/13 2024-09-17T00:50:22.715 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-oauthlib-3.1.1-5.el9.noarch 4/13 2024-09-17T00:50:22.715 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 5/13 2024-09-17T00:50:22.715 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 6/13 2024-09-17T00:50:22.715 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 7/13 2024-09-17T00:50:22.715 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 8/13 2024-09-17T00:50:22.715 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 9/13 2024-09-17T00:50:22.715 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-google-auth-1:2.34.0-1.el9.noarch 10/13 2024-09-17T00:50:22.715 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-kubernetes-1:26.1.0-2.el9.noarch 11/13 2024-09-17T00:50:22.715 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 12/13 2024-09-17T00:50:22.759 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-17T00:50:23.046 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 13/13 2024-09-17T00:50:23.046 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:50:23.047 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-09-17T00:50:23.047 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-rook-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T00:50:23.047 INFO:teuthology.orchestra.run.smithi045.stdout: python3-cachetools-4.2.4-1.el9.noarch 2024-09-17T00:50:23.047 INFO:teuthology.orchestra.run.smithi045.stdout: python3-certifi-2023.05.07-4.el9.noarch 2024-09-17T00:50:23.047 INFO:teuthology.orchestra.run.smithi045.stdout: python3-google-auth-1:2.34.0-1.el9.noarch 2024-09-17T00:50:23.047 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jsonpatch-1.21-16.el9.noarch 2024-09-17T00:50:23.047 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jsonpointer-2.0-4.el9.noarch 2024-09-17T00:50:23.047 INFO:teuthology.orchestra.run.smithi045.stdout: python3-kubernetes-1:26.1.0-2.el9.noarch 2024-09-17T00:50:23.047 INFO:teuthology.orchestra.run.smithi045.stdout: python3-oauthlib-3.1.1-5.el9.noarch 2024-09-17T00:50:23.047 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2024-09-17T00:50:23.047 INFO:teuthology.orchestra.run.smithi045.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2024-09-17T00:50:23.047 INFO:teuthology.orchestra.run.smithi045.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2024-09-17T00:50:23.047 INFO:teuthology.orchestra.run.smithi045.stdout: python3-rsa-4.9-2.el9.noarch 2024-09-17T00:50:23.048 INFO:teuthology.orchestra.run.smithi045.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2024-09-17T00:50:23.048 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:50:23.048 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-09-17T00:50:23.289 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-17T00:50:23.316 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-mgr-cephadm 2024-09-17T00:50:23.327 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: ceph-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 2/2 2024-09-17T00:50:23.327 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : ceph-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 1/2 2024-09-17T00:50:23.389 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-17T00:50:23.451 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-17T00:50:23.480 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-mgr-cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 6/6 2024-09-17T00:50:23.602 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-17T00:50:23.603 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:50:23.603 INFO:teuthology.orchestra.run.smithi153.stdout:Installed: 2024-09-17T00:50:23.603 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-17T00:50:23.603 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:50:23.603 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-09-17T00:50:23.896 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum -y install ceph-volume 2024-09-17T00:50:23.926 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:24 ago on Tue 17 Sep 2024 12:48:59 AM UTC. 2024-09-17T00:50:24.066 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-09-17T00:50:24.066 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:50:24.066 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2024-09-17T00:50:24.066 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:50:24.066 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-09-17T00:50:24.067 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-cephadm noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 146 k 2024-09-17T00:50:24.067 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2024-09-17T00:50:24.067 INFO:teuthology.orchestra.run.smithi045.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2024-09-17T00:50:24.067 INFO:teuthology.orchestra.run.smithi045.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2024-09-17T00:50:24.067 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jinja2 noarch 2.11.3-6.el9 appstream 248 k 2024-09-17T00:50:24.067 INFO:teuthology.orchestra.run.smithi045.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2024-09-17T00:50:24.067 INFO:teuthology.orchestra.run.smithi045.stdout: python3-typing-extensions noarch 4.12.2-2.el9 epel 74 k 2024-09-17T00:50:24.067 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:50:24.067 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-09-17T00:50:24.067 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:50:24.067 INFO:teuthology.orchestra.run.smithi045.stdout:Install 6 Packages 2024-09-17T00:50:24.067 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:50:24.068 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 7.0 M 2024-09-17T00:50:24.068 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 33 M 2024-09-17T00:50:24.068 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-09-17T00:50:24.260 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 6/6 2024-09-17T00:50:24.260 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-mgr-cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 1/6 2024-09-17T00:50:24.260 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-17T00:50:24.260 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-17T00:50:24.260 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-17T00:50:24.260 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-17T00:50:24.497 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:01:27 ago on Tue 17 Sep 2024 12:48:57 AM UTC. 2024-09-17T00:50:24.531 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-17T00:50:24.531 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:50:24.532 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-09-17T00:50:24.532 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mgr-cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T00:50:24.532 INFO:teuthology.orchestra.run.smithi134.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-17T00:50:24.532 INFO:teuthology.orchestra.run.smithi134.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-17T00:50:24.532 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-17T00:50:24.532 INFO:teuthology.orchestra.run.smithi134.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-17T00:50:24.532 INFO:teuthology.orchestra.run.smithi134.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-17T00:50:24.532 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:50:24.532 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-09-17T00:50:24.633 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-09-17T00:50:24.633 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:50:24.634 INFO:teuthology.orchestra.run.smithi153.stdout: Package Arch Version Repository Size 2024-09-17T00:50:24.634 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:50:24.634 INFO:teuthology.orchestra.run.smithi153.stdout:Installing: 2024-09-17T00:50:24.634 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-volume noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 285 k 2024-09-17T00:50:24.634 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:50:24.634 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2024-09-17T00:50:24.634 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:50:24.634 INFO:teuthology.orchestra.run.smithi153.stdout:Install 1 Package 2024-09-17T00:50:24.634 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:50:24.634 INFO:teuthology.orchestra.run.smithi153.stdout:Total download size: 285 k 2024-09-17T00:50:24.634 INFO:teuthology.orchestra.run.smithi153.stdout:Installed size: 1.3 M 2024-09-17T00:50:24.634 INFO:teuthology.orchestra.run.smithi153.stdout:Downloading Packages: 2024-09-17T00:50:24.712 INFO:teuthology.orchestra.run.smithi045.stdout:(1/6): python3-jinja2-2.11.3-6.el9.noarch.rpm 1.2 MB/s | 248 kB 00:00 2024-09-17T00:50:24.737 INFO:teuthology.orchestra.run.smithi045.stdout:(2/6): ceph-mgr-cephadm-19.1.1-330.gc2ddf972.el 629 kB/s | 146 kB 00:00 2024-09-17T00:50:24.787 INFO:teuthology.orchestra.run.smithi045.stdout:(3/6): python3-asyncssh-2.13.2-5.el9.noarch.rpm 7.1 MB/s | 548 kB 00:00 2024-09-17T00:50:24.804 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install ceph-fuse 2024-09-17T00:50:24.812 INFO:teuthology.orchestra.run.smithi045.stdout:(4/6): python3-natsort-7.1.1-5.el9.noarch.rpm 765 kB/s | 58 kB 00:00 2024-09-17T00:50:24.838 INFO:teuthology.orchestra.run.smithi045.stdout:(5/6): python3-typing-extensions-4.12.2-2.el9.n 1.4 MB/s | 74 kB 00:00 2024-09-17T00:50:24.881 INFO:teuthology.orchestra.run.smithi153.stdout:ceph-volume-19.1.1-330.gc2ddf972.el9.noarch.rpm 1.1 MB/s | 285 kB 00:00 2024-09-17T00:50:24.882 INFO:teuthology.orchestra.run.smithi153.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:50:24.882 INFO:teuthology.orchestra.run.smithi153.stdout:Total 1.1 MB/s | 285 kB 00:00 2024-09-17T00:50:24.883 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction check 2024-09-17T00:50:24.891 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction check succeeded. 2024-09-17T00:50:24.891 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction test 2024-09-17T00:50:24.916 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction test succeeded. 2024-09-17T00:50:24.917 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction 2024-09-17T00:50:25.133 INFO:teuthology.orchestra.run.smithi153.stdout: Preparing : 1/1 2024-09-17T00:50:25.200 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : ceph-volume-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-17T00:50:25.216 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: ceph-volume-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-17T00:50:25.216 INFO:teuthology.orchestra.run.smithi153.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T00:50:25.216 INFO:teuthology.orchestra.run.smithi153.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-17T00:50:25.216 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:50:25.388 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:27 ago on Tue 17 Sep 2024 12:48:58 AM UTC. 2024-09-17T00:50:25.521 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-09-17T00:50:25.521 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:50:25.521 INFO:teuthology.orchestra.run.smithi134.stdout: Package Arch Version Repository Size 2024-09-17T00:50:25.521 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:50:25.521 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-09-17T00:50:25.521 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-fuse x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 897 k 2024-09-17T00:50:25.522 INFO:teuthology.orchestra.run.smithi134.stdout:Installing dependencies: 2024-09-17T00:50:25.522 INFO:teuthology.orchestra.run.smithi134.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-17T00:50:25.522 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:50:25.522 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-09-17T00:50:25.522 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:50:25.522 INFO:teuthology.orchestra.run.smithi134.stdout:Install 2 Packages 2024-09-17T00:50:25.522 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:50:25.522 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 977 k 2024-09-17T00:50:25.523 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 2.9 M 2024-09-17T00:50:25.523 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-09-17T00:50:25.726 INFO:teuthology.orchestra.run.smithi134.stdout:(1/2): fuse-2.9.9-16.el9.x86_64.rpm 506 kB/s | 80 kB 00:00 2024-09-17T00:50:25.867 INFO:teuthology.orchestra.run.smithi134.stdout:(2/2): ceph-fuse-19.1.1-330.gc2ddf972.el9.x86_6 2.9 MB/s | 897 kB 00:00 2024-09-17T00:50:25.868 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:50:25.868 INFO:teuthology.orchestra.run.smithi134.stdout:Total 2.8 MB/s | 977 kB 00:00 2024-09-17T00:50:25.880 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-09-17T00:50:25.903 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-09-17T00:50:25.903 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-09-17T00:50:25.984 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-09-17T00:50:25.985 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-09-17T00:50:26.138 INFO:teuthology.orchestra.run.smithi045.stdout:(6/6): python3-babel-2.9.1-2.el9.noarch.rpm 3.7 MB/s | 6.0 MB 00:01 2024-09-17T00:50:26.140 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:50:26.141 INFO:teuthology.orchestra.run.smithi045.stdout:Total 3.4 MB/s | 7.0 MB 00:02 2024-09-17T00:50:26.173 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-09-17T00:50:26.216 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-09-17T00:50:26.229 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-09-17T00:50:26.229 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-09-17T00:50:26.243 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : ceph-volume-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-17T00:50:26.243 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:50:26.243 INFO:teuthology.orchestra.run.smithi153.stdout:Installed: 2024-09-17T00:50:26.243 INFO:teuthology.orchestra.run.smithi153.stdout: ceph-volume-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T00:50:26.243 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:50:26.243 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-09-17T00:50:26.325 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-17T00:50:26.336 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-09-17T00:50:26.337 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-09-17T00:50:26.400 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 2/2 2024-09-17T00:50:26.529 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum -y install librados-devel 2024-09-17T00:50:26.659 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-09-17T00:50:26.845 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-typing-extensions-4.12.2-2.el9.noarch 1/6 2024-09-17T00:50:26.899 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/6 2024-09-17T00:50:27.079 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 2/2 2024-09-17T00:50:27.079 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 1/2 2024-09-17T00:50:27.131 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:01:30 ago on Tue 17 Sep 2024 12:48:57 AM UTC. 2024-09-17T00:50:27.265 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-09-17T00:50:27.266 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:50:27.266 INFO:teuthology.orchestra.run.smithi153.stdout: Package Arch Version Repo Size 2024-09-17T00:50:27.266 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:50:27.266 INFO:teuthology.orchestra.run.smithi153.stdout:Installing: 2024-09-17T00:50:27.266 INFO:teuthology.orchestra.run.smithi153.stdout: librados-devel x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 127 k 2024-09-17T00:50:27.266 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:50:27.267 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2024-09-17T00:50:27.267 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:50:27.267 INFO:teuthology.orchestra.run.smithi153.stdout:Install 1 Package 2024-09-17T00:50:27.267 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:50:27.267 INFO:teuthology.orchestra.run.smithi153.stdout:Total download size: 127 k 2024-09-17T00:50:27.267 INFO:teuthology.orchestra.run.smithi153.stdout:Installed size: 456 k 2024-09-17T00:50:27.267 INFO:teuthology.orchestra.run.smithi153.stdout:Downloading Packages: 2024-09-17T00:50:27.346 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-17T00:50:27.346 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:50:27.346 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-09-17T00:50:27.346 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-17T00:50:27.346 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:50:27.346 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-09-17T00:50:27.452 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/6 2024-09-17T00:50:27.486 INFO:teuthology.orchestra.run.smithi153.stdout:librados-devel-19.1.1-330.gc2ddf972.el9.x86_64. 577 kB/s | 127 kB 00:00 2024-09-17T00:50:27.487 INFO:teuthology.orchestra.run.smithi153.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:50:27.487 INFO:teuthology.orchestra.run.smithi153.stdout:Total 573 kB/s | 127 kB 00:00 2024-09-17T00:50:27.488 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction check 2024-09-17T00:50:27.493 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction check succeeded. 2024-09-17T00:50:27.493 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction test 2024-09-17T00:50:27.546 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 4/6 2024-09-17T00:50:27.558 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction test succeeded. 2024-09-17T00:50:27.558 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction 2024-09-17T00:50:27.617 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : python3-jinja2-2.11.3-6.el9.noarch 5/6 2024-09-17T00:50:27.632 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install ceph-volume 2024-09-17T00:50:27.661 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-mgr-cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 6/6 2024-09-17T00:50:27.708 INFO:teuthology.orchestra.run.smithi153.stdout: Preparing : 1/1 2024-09-17T00:50:27.801 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : librados-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T00:50:28.233 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:30 ago on Tue 17 Sep 2024 12:48:58 AM UTC. 2024-09-17T00:50:28.253 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: librados-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T00:50:28.372 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-09-17T00:50:28.373 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:50:28.373 INFO:teuthology.orchestra.run.smithi134.stdout: Package Arch Version Repository Size 2024-09-17T00:50:28.373 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:50:28.373 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-09-17T00:50:28.373 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-volume noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 285 k 2024-09-17T00:50:28.373 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:50:28.373 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-09-17T00:50:28.374 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:50:28.374 INFO:teuthology.orchestra.run.smithi134.stdout:Install 1 Package 2024-09-17T00:50:28.374 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:50:28.374 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 285 k 2024-09-17T00:50:28.374 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 1.3 M 2024-09-17T00:50:28.374 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-09-17T00:50:28.437 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-mgr-cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 6/6 2024-09-17T00:50:28.437 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-mgr-cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 1/6 2024-09-17T00:50:28.437 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/6 2024-09-17T00:50:28.437 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-jinja2-2.11.3-6.el9.noarch 3/6 2024-09-17T00:50:28.438 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 4/6 2024-09-17T00:50:28.438 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 5/6 2024-09-17T00:50:28.475 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : librados-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T00:50:28.475 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:50:28.475 INFO:teuthology.orchestra.run.smithi153.stdout:Installed: 2024-09-17T00:50:28.475 INFO:teuthology.orchestra.run.smithi153.stdout: librados-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:50:28.475 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:50:28.475 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-09-17T00:50:28.614 INFO:teuthology.orchestra.run.smithi134.stdout:ceph-volume-19.1.1-330.gc2ddf972.el9.noarch.rpm 1.2 MB/s | 285 kB 00:00 2024-09-17T00:50:28.615 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:50:28.615 INFO:teuthology.orchestra.run.smithi134.stdout:Total 1.2 MB/s | 285 kB 00:00 2024-09-17T00:50:28.615 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-09-17T00:50:28.623 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-09-17T00:50:28.623 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-09-17T00:50:28.647 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-09-17T00:50:28.647 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-09-17T00:50:28.695 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum -y install libcephfs2 2024-09-17T00:50:28.703 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : python3-typing-extensions-4.12.2-2.el9.noarch 6/6 2024-09-17T00:50:28.704 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:50:28.704 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-09-17T00:50:28.704 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-mgr-cephadm-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T00:50:28.704 INFO:teuthology.orchestra.run.smithi045.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2024-09-17T00:50:28.704 INFO:teuthology.orchestra.run.smithi045.stdout: python3-babel-2.9.1-2.el9.noarch 2024-09-17T00:50:28.704 INFO:teuthology.orchestra.run.smithi045.stdout: python3-jinja2-2.11.3-6.el9.noarch 2024-09-17T00:50:28.704 INFO:teuthology.orchestra.run.smithi045.stdout: python3-natsort-7.1.1-5.el9.noarch 2024-09-17T00:50:28.704 INFO:teuthology.orchestra.run.smithi045.stdout: python3-typing-extensions-4.12.2-2.el9.noarch 2024-09-17T00:50:28.704 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:50:28.704 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-09-17T00:50:28.865 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-09-17T00:50:28.933 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : ceph-volume-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-17T00:50:28.948 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: ceph-volume-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-17T00:50:28.948 INFO:teuthology.orchestra.run.smithi134.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T00:50:28.948 INFO:teuthology.orchestra.run.smithi134.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-17T00:50:28.948 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:50:28.988 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-fuse 2024-09-17T00:50:29.290 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:01:32 ago on Tue 17 Sep 2024 12:48:57 AM UTC. 2024-09-17T00:50:29.381 INFO:teuthology.orchestra.run.smithi153.stdout:Package libcephfs2-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T00:50:29.424 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-09-17T00:50:29.425 INFO:teuthology.orchestra.run.smithi153.stdout:Nothing to do. 2024-09-17T00:50:29.425 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-09-17T00:50:29.495 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum -y install libcephfs-devel 2024-09-17T00:50:29.594 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:30 ago on Tue 17 Sep 2024 12:48:59 AM UTC. 2024-09-17T00:50:29.733 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-09-17T00:50:29.734 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:50:29.734 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2024-09-17T00:50:29.734 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:50:29.734 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-09-17T00:50:29.735 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-fuse x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 897 k 2024-09-17T00:50:29.735 INFO:teuthology.orchestra.run.smithi045.stdout:Installing dependencies: 2024-09-17T00:50:29.735 INFO:teuthology.orchestra.run.smithi045.stdout: fuse x86_64 2.9.9-16.el9 baseos 80 k 2024-09-17T00:50:29.735 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:50:29.735 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-09-17T00:50:29.735 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:50:29.735 INFO:teuthology.orchestra.run.smithi045.stdout:Install 2 Packages 2024-09-17T00:50:29.736 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:50:29.736 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 977 k 2024-09-17T00:50:29.737 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 2.9 M 2024-09-17T00:50:29.737 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-09-17T00:50:29.907 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : ceph-volume-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-17T00:50:29.907 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:50:29.908 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-09-17T00:50:29.908 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-volume-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T00:50:29.908 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:50:29.908 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-09-17T00:50:30.075 INFO:teuthology.orchestra.run.smithi045.stdout:(1/2): ceph-fuse-19.1.1-330.gc2ddf972.el9.x86_6 3.0 MB/s | 897 kB 00:00 2024-09-17T00:50:30.082 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:01:33 ago on Tue 17 Sep 2024 12:48:57 AM UTC. 2024-09-17T00:50:30.214 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install librados-devel 2024-09-17T00:50:30.217 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-09-17T00:50:30.219 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:50:30.219 INFO:teuthology.orchestra.run.smithi153.stdout: Package Arch Version Repo Size 2024-09-17T00:50:30.220 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:50:30.220 INFO:teuthology.orchestra.run.smithi153.stdout:Installing: 2024-09-17T00:50:30.220 INFO:teuthology.orchestra.run.smithi153.stdout: libcephfs-devel x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 32 k 2024-09-17T00:50:30.220 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:50:30.220 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2024-09-17T00:50:30.220 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:50:30.221 INFO:teuthology.orchestra.run.smithi153.stdout:Install 1 Package 2024-09-17T00:50:30.221 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:50:30.221 INFO:teuthology.orchestra.run.smithi153.stdout:Total download size: 32 k 2024-09-17T00:50:30.221 INFO:teuthology.orchestra.run.smithi153.stdout:Installed size: 142 k 2024-09-17T00:50:30.221 INFO:teuthology.orchestra.run.smithi153.stdout:Downloading Packages: 2024-09-17T00:50:30.365 INFO:teuthology.orchestra.run.smithi153.stdout:libcephfs-devel-19.1.1-330.gc2ddf972.el9.x86_64 215 kB/s | 32 kB 00:00 2024-09-17T00:50:30.366 INFO:teuthology.orchestra.run.smithi153.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:50:30.366 INFO:teuthology.orchestra.run.smithi153.stdout:Total 214 kB/s | 32 kB 00:00 2024-09-17T00:50:30.366 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction check 2024-09-17T00:50:30.370 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction check succeeded. 2024-09-17T00:50:30.370 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction test 2024-09-17T00:50:30.390 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction test succeeded. 2024-09-17T00:50:30.390 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction 2024-09-17T00:50:30.416 INFO:teuthology.orchestra.run.smithi045.stdout:(2/2): fuse-2.9.9-16.el9.x86_64.rpm 126 kB/s | 80 kB 00:00 2024-09-17T00:50:30.417 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:50:30.417 INFO:teuthology.orchestra.run.smithi045.stdout:Total 1.4 MB/s | 977 kB 00:00 2024-09-17T00:50:30.430 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-09-17T00:50:30.454 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-09-17T00:50:30.455 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-09-17T00:50:30.472 INFO:teuthology.orchestra.run.smithi153.stdout: Preparing : 1/1 2024-09-17T00:50:30.543 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-09-17T00:50:30.544 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-09-17T00:50:30.589 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : libcephfs-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T00:50:30.735 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-09-17T00:50:30.813 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:32 ago on Tue 17 Sep 2024 12:48:58 AM UTC. 2024-09-17T00:50:30.886 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : fuse-2.9.9-16.el9.x86_64 1/2 2024-09-17T00:50:30.946 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-09-17T00:50:30.947 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:50:30.947 INFO:teuthology.orchestra.run.smithi134.stdout: Package Arch Version Repo Size 2024-09-17T00:50:30.947 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:50:30.947 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-09-17T00:50:30.947 INFO:teuthology.orchestra.run.smithi134.stdout: librados-devel x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 127 k 2024-09-17T00:50:30.947 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:50:30.947 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-09-17T00:50:30.947 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:50:30.947 INFO:teuthology.orchestra.run.smithi134.stdout:Install 1 Package 2024-09-17T00:50:30.947 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:50:30.948 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 127 k 2024-09-17T00:50:30.948 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 456 k 2024-09-17T00:50:30.948 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-09-17T00:50:30.952 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: libcephfs-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T00:50:30.960 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 2/2 2024-09-17T00:50:31.144 INFO:teuthology.orchestra.run.smithi134.stdout:librados-devel-19.1.1-330.gc2ddf972.el9.x86_64. 646 kB/s | 127 kB 00:00 2024-09-17T00:50:31.144 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:50:31.145 INFO:teuthology.orchestra.run.smithi134.stdout:Total 641 kB/s | 127 kB 00:00 2024-09-17T00:50:31.145 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-09-17T00:50:31.150 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-09-17T00:50:31.150 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-09-17T00:50:31.215 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-09-17T00:50:31.215 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-09-17T00:50:31.224 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : libcephfs-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T00:50:31.224 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:50:31.224 INFO:teuthology.orchestra.run.smithi153.stdout:Installed: 2024-09-17T00:50:31.224 INFO:teuthology.orchestra.run.smithi153.stdout: libcephfs-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:50:31.224 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:50:31.225 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-09-17T00:50:31.363 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-09-17T00:50:31.391 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum -y install librados2 2024-09-17T00:50:31.459 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : librados-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T00:50:31.652 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 2/2 2024-09-17T00:50:31.652 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 1/2 2024-09-17T00:50:31.892 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: librados-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T00:50:31.921 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : fuse-2.9.9-16.el9.x86_64 2/2 2024-09-17T00:50:31.921 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:50:31.921 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-09-17T00:50:31.921 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 fuse-2.9.9-16.el9.x86_64 2024-09-17T00:50:31.921 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:50:31.921 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-09-17T00:50:31.974 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:01:34 ago on Tue 17 Sep 2024 12:48:57 AM UTC. 2024-09-17T00:50:32.066 INFO:teuthology.orchestra.run.smithi153.stdout:Package librados2-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T00:50:32.109 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-09-17T00:50:32.110 INFO:teuthology.orchestra.run.smithi153.stdout:Nothing to do. 2024-09-17T00:50:32.110 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-09-17T00:50:32.133 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : librados-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T00:50:32.133 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:50:32.133 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-09-17T00:50:32.134 INFO:teuthology.orchestra.run.smithi134.stdout: librados-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:50:32.134 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:50:32.134 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-09-17T00:50:32.178 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum -y install librbd1 2024-09-17T00:50:32.197 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install ceph-volume 2024-09-17T00:50:32.404 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install libcephfs2 2024-09-17T00:50:32.756 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:01:35 ago on Tue 17 Sep 2024 12:48:57 AM UTC. 2024-09-17T00:50:32.822 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:33 ago on Tue 17 Sep 2024 12:48:59 AM UTC. 2024-09-17T00:50:32.847 INFO:teuthology.orchestra.run.smithi153.stdout:Package librbd1-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T00:50:32.890 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-09-17T00:50:32.891 INFO:teuthology.orchestra.run.smithi153.stdout:Nothing to do. 2024-09-17T00:50:32.891 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-09-17T00:50:32.954 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum -y install python3-rados 2024-09-17T00:50:32.960 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-09-17T00:50:32.960 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:50:32.960 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repository Size 2024-09-17T00:50:32.961 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:50:32.961 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-09-17T00:50:32.961 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-volume noarch 2:19.1.1-330.gc2ddf972.el9 ceph-noarch 285 k 2024-09-17T00:50:32.961 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:50:32.961 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-09-17T00:50:32.961 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:50:32.961 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2024-09-17T00:50:32.961 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:50:32.962 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 285 k 2024-09-17T00:50:32.962 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 1.3 M 2024-09-17T00:50:32.962 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-09-17T00:50:33.008 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:35 ago on Tue 17 Sep 2024 12:48:58 AM UTC. 2024-09-17T00:50:33.100 INFO:teuthology.orchestra.run.smithi134.stdout:Package libcephfs2-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T00:50:33.145 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-09-17T00:50:33.146 INFO:teuthology.orchestra.run.smithi134.stdout:Nothing to do. 2024-09-17T00:50:33.146 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-09-17T00:50:33.197 INFO:teuthology.orchestra.run.smithi045.stdout:ceph-volume-19.1.1-330.gc2ddf972.el9.noarch.rpm 1.2 MB/s | 285 kB 00:00 2024-09-17T00:50:33.198 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:50:33.198 INFO:teuthology.orchestra.run.smithi045.stdout:Total 1.2 MB/s | 285 kB 00:00 2024-09-17T00:50:33.198 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-09-17T00:50:33.208 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-09-17T00:50:33.208 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-09-17T00:50:33.234 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install libcephfs-devel 2024-09-17T00:50:33.235 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-09-17T00:50:33.235 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-09-17T00:50:33.465 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-09-17T00:50:33.535 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:01:36 ago on Tue 17 Sep 2024 12:48:57 AM UTC. 2024-09-17T00:50:33.541 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : ceph-volume-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-17T00:50:33.559 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: ceph-volume-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-17T00:50:33.559 INFO:teuthology.orchestra.run.smithi045.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T00:50:33.559 INFO:teuthology.orchestra.run.smithi045.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2024-09-17T00:50:33.559 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:50:33.628 INFO:teuthology.orchestra.run.smithi153.stdout:Package python3-rados-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T00:50:33.670 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-09-17T00:50:33.671 INFO:teuthology.orchestra.run.smithi153.stdout:Nothing to do. 2024-09-17T00:50:33.671 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-09-17T00:50:33.731 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum -y install python3-rgw 2024-09-17T00:50:33.819 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:35 ago on Tue 17 Sep 2024 12:48:58 AM UTC. 2024-09-17T00:50:33.953 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-09-17T00:50:33.954 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:50:33.954 INFO:teuthology.orchestra.run.smithi134.stdout: Package Arch Version Repo Size 2024-09-17T00:50:33.955 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:50:33.955 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-09-17T00:50:33.955 INFO:teuthology.orchestra.run.smithi134.stdout: libcephfs-devel x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 32 k 2024-09-17T00:50:33.955 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:50:33.955 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-09-17T00:50:33.955 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:50:33.955 INFO:teuthology.orchestra.run.smithi134.stdout:Install 1 Package 2024-09-17T00:50:33.956 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:50:33.956 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 32 k 2024-09-17T00:50:33.956 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 142 k 2024-09-17T00:50:33.956 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-09-17T00:50:34.105 INFO:teuthology.orchestra.run.smithi134.stdout:libcephfs-devel-19.1.1-330.gc2ddf972.el9.x86_64 211 kB/s | 32 kB 00:00 2024-09-17T00:50:34.106 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:50:34.106 INFO:teuthology.orchestra.run.smithi134.stdout:Total 209 kB/s | 32 kB 00:00 2024-09-17T00:50:34.106 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-09-17T00:50:34.110 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-09-17T00:50:34.110 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-09-17T00:50:34.128 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-09-17T00:50:34.128 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-09-17T00:50:34.220 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-09-17T00:50:34.314 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:01:37 ago on Tue 17 Sep 2024 12:48:57 AM UTC. 2024-09-17T00:50:34.336 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : libcephfs-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T00:50:34.404 INFO:teuthology.orchestra.run.smithi153.stdout:Package python3-rgw-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T00:50:34.449 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-09-17T00:50:34.450 INFO:teuthology.orchestra.run.smithi153.stdout:Nothing to do. 2024-09-17T00:50:34.450 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-09-17T00:50:34.511 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum -y install python3-cephfs 2024-09-17T00:50:34.602 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : ceph-volume-2:19.1.1-330.gc2ddf972.el9.noarch 1/1 2024-09-17T00:50:34.602 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:50:34.602 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-09-17T00:50:34.602 INFO:teuthology.orchestra.run.smithi045.stdout: ceph-volume-2:19.1.1-330.gc2ddf972.el9.noarch 2024-09-17T00:50:34.603 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:50:34.603 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-09-17T00:50:34.708 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: libcephfs-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T00:50:34.905 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install librados-devel 2024-09-17T00:50:34.937 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : libcephfs-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T00:50:34.938 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:50:34.938 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-09-17T00:50:34.938 INFO:teuthology.orchestra.run.smithi134.stdout: libcephfs-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:50:34.938 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:50:34.938 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-09-17T00:50:35.089 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:01:38 ago on Tue 17 Sep 2024 12:48:57 AM UTC. 2024-09-17T00:50:35.144 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install librados2 2024-09-17T00:50:35.178 INFO:teuthology.orchestra.run.smithi153.stdout:Package python3-cephfs-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T00:50:35.222 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-09-17T00:50:35.223 INFO:teuthology.orchestra.run.smithi153.stdout:Nothing to do. 2024-09-17T00:50:35.223 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-09-17T00:50:35.280 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum -y install python3-rbd 2024-09-17T00:50:35.525 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:36 ago on Tue 17 Sep 2024 12:48:59 AM UTC. 2024-09-17T00:50:35.663 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-09-17T00:50:35.664 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:50:35.665 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repo Size 2024-09-17T00:50:35.665 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:50:35.665 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-09-17T00:50:35.665 INFO:teuthology.orchestra.run.smithi045.stdout: librados-devel x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 127 k 2024-09-17T00:50:35.665 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:50:35.665 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-09-17T00:50:35.665 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:50:35.665 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2024-09-17T00:50:35.665 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:50:35.665 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 127 k 2024-09-17T00:50:35.665 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 456 k 2024-09-17T00:50:35.665 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-09-17T00:50:35.720 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:37 ago on Tue 17 Sep 2024 12:48:58 AM UTC. 2024-09-17T00:50:35.810 INFO:teuthology.orchestra.run.smithi134.stdout:Package librados2-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T00:50:35.852 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-09-17T00:50:35.853 INFO:teuthology.orchestra.run.smithi134.stdout:Nothing to do. 2024-09-17T00:50:35.853 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-09-17T00:50:35.865 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:01:38 ago on Tue 17 Sep 2024 12:48:57 AM UTC. 2024-09-17T00:50:35.870 INFO:teuthology.orchestra.run.smithi045.stdout:librados-devel-19.1.1-330.gc2ddf972.el9.x86_64. 618 kB/s | 127 kB 00:00 2024-09-17T00:50:35.871 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:50:35.871 INFO:teuthology.orchestra.run.smithi045.stdout:Total 614 kB/s | 127 kB 00:00 2024-09-17T00:50:35.871 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-09-17T00:50:35.877 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-09-17T00:50:35.877 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-09-17T00:50:35.929 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install librbd1 2024-09-17T00:50:35.945 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-09-17T00:50:35.945 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-09-17T00:50:35.955 INFO:teuthology.orchestra.run.smithi153.stdout:Package python3-rbd-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T00:50:35.999 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-09-17T00:50:36.000 INFO:teuthology.orchestra.run.smithi153.stdout:Nothing to do. 2024-09-17T00:50:36.000 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-09-17T00:50:36.067 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum -y install rbd-fuse 2024-09-17T00:50:36.107 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-09-17T00:50:36.205 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : librados-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T00:50:36.513 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:38 ago on Tue 17 Sep 2024 12:48:58 AM UTC. 2024-09-17T00:50:36.600 INFO:teuthology.orchestra.run.smithi134.stdout:Package librbd1-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T00:50:36.622 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: librados-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T00:50:36.644 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-09-17T00:50:36.645 INFO:teuthology.orchestra.run.smithi134.stdout:Nothing to do. 2024-09-17T00:50:36.645 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-09-17T00:50:36.652 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:01:39 ago on Tue 17 Sep 2024 12:48:57 AM UTC. 2024-09-17T00:50:36.714 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install python3-rados 2024-09-17T00:50:36.786 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-09-17T00:50:36.787 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:50:36.787 INFO:teuthology.orchestra.run.smithi153.stdout: Package Architecture Version Repository Size 2024-09-17T00:50:36.787 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:50:36.787 INFO:teuthology.orchestra.run.smithi153.stdout:Installing: 2024-09-17T00:50:36.787 INFO:teuthology.orchestra.run.smithi153.stdout: rbd-fuse x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 85 k 2024-09-17T00:50:36.787 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:50:36.787 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2024-09-17T00:50:36.787 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:50:36.787 INFO:teuthology.orchestra.run.smithi153.stdout:Install 1 Package 2024-09-17T00:50:36.788 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:50:36.788 INFO:teuthology.orchestra.run.smithi153.stdout:Total download size: 85 k 2024-09-17T00:50:36.788 INFO:teuthology.orchestra.run.smithi153.stdout:Installed size: 231 k 2024-09-17T00:50:36.788 INFO:teuthology.orchestra.run.smithi153.stdout:Downloading Packages: 2024-09-17T00:50:36.888 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : librados-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T00:50:36.888 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:50:36.889 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-09-17T00:50:36.889 INFO:teuthology.orchestra.run.smithi045.stdout: librados-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:50:36.889 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:50:36.889 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-09-17T00:50:36.977 INFO:teuthology.orchestra.run.smithi153.stdout:rbd-fuse-19.1.1-330.gc2ddf972.el9.x86_64.rpm 452 kB/s | 85 kB 00:00 2024-09-17T00:50:36.977 INFO:teuthology.orchestra.run.smithi153.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:50:36.978 INFO:teuthology.orchestra.run.smithi153.stdout:Total 449 kB/s | 85 kB 00:00 2024-09-17T00:50:36.978 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction check 2024-09-17T00:50:36.984 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction check succeeded. 2024-09-17T00:50:36.984 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction test 2024-09-17T00:50:37.048 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction test succeeded. 2024-09-17T00:50:37.048 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction 2024-09-17T00:50:37.190 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install libcephfs2 2024-09-17T00:50:37.200 INFO:teuthology.orchestra.run.smithi153.stdout: Preparing : 1/1 2024-09-17T00:50:37.294 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:39 ago on Tue 17 Sep 2024 12:48:58 AM UTC. 2024-09-17T00:50:37.299 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : rbd-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T00:50:37.383 INFO:teuthology.orchestra.run.smithi134.stdout:Package python3-rados-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T00:50:37.426 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-09-17T00:50:37.427 INFO:teuthology.orchestra.run.smithi134.stdout:Nothing to do. 2024-09-17T00:50:37.428 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-09-17T00:50:37.499 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install python3-rgw 2024-09-17T00:50:37.662 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: rbd-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T00:50:37.800 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:38 ago on Tue 17 Sep 2024 12:48:59 AM UTC. 2024-09-17T00:50:37.895 INFO:teuthology.orchestra.run.smithi045.stdout:Package libcephfs2-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T00:50:37.942 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-09-17T00:50:37.943 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2024-09-17T00:50:37.943 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-09-17T00:50:37.958 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : rbd-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T00:50:37.958 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:50:37.958 INFO:teuthology.orchestra.run.smithi153.stdout:Installed: 2024-09-17T00:50:37.958 INFO:teuthology.orchestra.run.smithi153.stdout: rbd-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:50:37.958 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:50:37.958 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-09-17T00:50:38.029 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install libcephfs-devel 2024-09-17T00:50:38.090 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:40 ago on Tue 17 Sep 2024 12:48:58 AM UTC. 2024-09-17T00:50:38.180 INFO:teuthology.orchestra.run.smithi134.stdout:Package python3-rgw-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T00:50:38.203 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum -y install rbd-mirror 2024-09-17T00:50:38.223 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-09-17T00:50:38.224 INFO:teuthology.orchestra.run.smithi134.stdout:Nothing to do. 2024-09-17T00:50:38.225 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-09-17T00:50:38.295 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install python3-cephfs 2024-09-17T00:50:38.642 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:39 ago on Tue 17 Sep 2024 12:48:59 AM UTC. 2024-09-17T00:50:38.781 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-09-17T00:50:38.782 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:50:38.782 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repo Size 2024-09-17T00:50:38.782 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:50:38.782 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-09-17T00:50:38.782 INFO:teuthology.orchestra.run.smithi045.stdout: libcephfs-devel x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 32 k 2024-09-17T00:50:38.782 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:50:38.782 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-09-17T00:50:38.782 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:50:38.782 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2024-09-17T00:50:38.782 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:50:38.782 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 32 k 2024-09-17T00:50:38.783 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 142 k 2024-09-17T00:50:38.783 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-09-17T00:50:38.816 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:01:41 ago on Tue 17 Sep 2024 12:48:57 AM UTC. 2024-09-17T00:50:38.876 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:40 ago on Tue 17 Sep 2024 12:48:58 AM UTC. 2024-09-17T00:50:38.934 INFO:teuthology.orchestra.run.smithi045.stdout:libcephfs-devel-19.1.1-330.gc2ddf972.el9.x86_64 210 kB/s | 32 kB 00:00 2024-09-17T00:50:38.934 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:50:38.934 INFO:teuthology.orchestra.run.smithi045.stdout:Total 208 kB/s | 32 kB 00:00 2024-09-17T00:50:38.935 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-09-17T00:50:38.938 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-09-17T00:50:38.938 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-09-17T00:50:38.958 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-09-17T00:50:38.958 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-09-17T00:50:38.959 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-09-17T00:50:38.960 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:50:38.960 INFO:teuthology.orchestra.run.smithi153.stdout: Package Arch Version Repo Size 2024-09-17T00:50:38.960 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:50:38.960 INFO:teuthology.orchestra.run.smithi153.stdout:Installing: 2024-09-17T00:50:38.960 INFO:teuthology.orchestra.run.smithi153.stdout: rbd-mirror x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 3.1 M 2024-09-17T00:50:38.960 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:50:38.960 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2024-09-17T00:50:38.960 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:50:38.961 INFO:teuthology.orchestra.run.smithi153.stdout:Install 1 Package 2024-09-17T00:50:38.961 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:50:38.961 INFO:teuthology.orchestra.run.smithi153.stdout:Total download size: 3.1 M 2024-09-17T00:50:38.961 INFO:teuthology.orchestra.run.smithi153.stdout:Installed size: 13 M 2024-09-17T00:50:38.961 INFO:teuthology.orchestra.run.smithi153.stdout:Downloading Packages: 2024-09-17T00:50:38.965 INFO:teuthology.orchestra.run.smithi134.stdout:Package python3-cephfs-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T00:50:39.009 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-09-17T00:50:39.010 INFO:teuthology.orchestra.run.smithi134.stdout:Nothing to do. 2024-09-17T00:50:39.010 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-09-17T00:50:39.050 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-09-17T00:50:39.093 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install python3-rbd 2024-09-17T00:50:39.176 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : libcephfs-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T00:50:39.281 INFO:teuthology.orchestra.run.smithi153.stdout:rbd-mirror-19.1.1-330.gc2ddf972.el9.x86_64.rpm 9.7 MB/s | 3.1 MB 00:00 2024-09-17T00:50:39.282 INFO:teuthology.orchestra.run.smithi153.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:50:39.282 INFO:teuthology.orchestra.run.smithi153.stdout:Total 9.7 MB/s | 3.1 MB 00:00 2024-09-17T00:50:39.282 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction check 2024-09-17T00:50:39.291 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction check succeeded. 2024-09-17T00:50:39.291 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction test 2024-09-17T00:50:39.377 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction test succeeded. 2024-09-17T00:50:39.377 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction 2024-09-17T00:50:39.541 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: libcephfs-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T00:50:39.679 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:41 ago on Tue 17 Sep 2024 12:48:58 AM UTC. 2024-09-17T00:50:39.770 INFO:teuthology.orchestra.run.smithi134.stdout:Package python3-rbd-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T00:50:39.776 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : libcephfs-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T00:50:39.776 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:50:39.776 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-09-17T00:50:39.776 INFO:teuthology.orchestra.run.smithi045.stdout: libcephfs-devel-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:50:39.777 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:50:39.777 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-09-17T00:50:39.813 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-09-17T00:50:39.906 INFO:teuthology.orchestra.run.smithi153.stdout: Preparing : 1/1 2024-09-17T00:50:39.906 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : rbd-mirror-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T00:50:39.907 INFO:teuthology.orchestra.run.smithi134.stdout:Nothing to do. 2024-09-17T00:50:39.907 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-09-17T00:50:39.908 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install rbd-fuse 2024-09-17T00:50:39.924 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: rbd-mirror-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T00:50:39.924 INFO:teuthology.orchestra.run.smithi153.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T00:50:39.924 INFO:teuthology.orchestra.run.smithi153.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-17T00:50:39.924 INFO:teuthology.orchestra.run.smithi153.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-17T00:50:39.924 INFO:teuthology.orchestra.run.smithi153.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-17T00:50:39.925 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:50:39.948 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install librados2 2024-09-17T00:50:40.493 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:42 ago on Tue 17 Sep 2024 12:48:58 AM UTC. 2024-09-17T00:50:40.557 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:41 ago on Tue 17 Sep 2024 12:48:59 AM UTC. 2024-09-17T00:50:40.626 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-09-17T00:50:40.627 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:50:40.627 INFO:teuthology.orchestra.run.smithi134.stdout: Package Architecture Version Repository Size 2024-09-17T00:50:40.627 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:50:40.627 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-09-17T00:50:40.627 INFO:teuthology.orchestra.run.smithi134.stdout: rbd-fuse x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 85 k 2024-09-17T00:50:40.627 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:50:40.628 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-09-17T00:50:40.628 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:50:40.628 INFO:teuthology.orchestra.run.smithi134.stdout:Install 1 Package 2024-09-17T00:50:40.628 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:50:40.628 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 85 k 2024-09-17T00:50:40.628 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 231 k 2024-09-17T00:50:40.628 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-09-17T00:50:40.650 INFO:teuthology.orchestra.run.smithi045.stdout:Package librados2-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T00:50:40.696 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-09-17T00:50:40.697 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2024-09-17T00:50:40.697 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-09-17T00:50:40.780 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install librbd1 2024-09-17T00:50:40.817 INFO:teuthology.orchestra.run.smithi134.stdout:rbd-fuse-19.1.1-330.gc2ddf972.el9.x86_64.rpm 452 kB/s | 85 kB 00:00 2024-09-17T00:50:40.818 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:50:40.818 INFO:teuthology.orchestra.run.smithi134.stdout:Total 449 kB/s | 85 kB 00:00 2024-09-17T00:50:40.818 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-09-17T00:50:40.824 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-09-17T00:50:40.825 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-09-17T00:50:40.888 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-09-17T00:50:40.888 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-09-17T00:50:41.017 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : rbd-mirror-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T00:50:41.018 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:50:41.018 INFO:teuthology.orchestra.run.smithi153.stdout:Installed: 2024-09-17T00:50:41.018 INFO:teuthology.orchestra.run.smithi153.stdout: rbd-mirror-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:50:41.018 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:50:41.018 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-09-17T00:50:41.032 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-09-17T00:50:41.139 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : rbd-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T00:50:41.226 DEBUG:teuthology.orchestra.run.smithi153:> sudo yum -y install rbd-nbd 2024-09-17T00:50:41.385 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:42 ago on Tue 17 Sep 2024 12:48:59 AM UTC. 2024-09-17T00:50:41.477 INFO:teuthology.orchestra.run.smithi045.stdout:Package librbd1-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T00:50:41.524 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-09-17T00:50:41.525 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2024-09-17T00:50:41.525 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-09-17T00:50:41.534 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: rbd-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T00:50:41.609 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install python3-rados 2024-09-17T00:50:41.805 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : rbd-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T00:50:41.805 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:50:41.805 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-09-17T00:50:41.805 INFO:teuthology.orchestra.run.smithi134.stdout: rbd-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:50:41.806 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:50:41.806 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-09-17T00:50:41.834 INFO:teuthology.orchestra.run.smithi153.stdout:Last metadata expiration check: 0:01:44 ago on Tue 17 Sep 2024 12:48:57 AM UTC. 2024-09-17T00:50:41.966 INFO:teuthology.orchestra.run.smithi153.stdout:Dependencies resolved. 2024-09-17T00:50:41.967 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:50:41.967 INFO:teuthology.orchestra.run.smithi153.stdout: Package Architecture Version Repository Size 2024-09-17T00:50:41.967 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:50:41.967 INFO:teuthology.orchestra.run.smithi153.stdout:Installing: 2024-09-17T00:50:41.967 INFO:teuthology.orchestra.run.smithi153.stdout: rbd-nbd x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 170 k 2024-09-17T00:50:41.968 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:50:41.968 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction Summary 2024-09-17T00:50:41.968 INFO:teuthology.orchestra.run.smithi153.stdout:================================================================================ 2024-09-17T00:50:41.968 INFO:teuthology.orchestra.run.smithi153.stdout:Install 1 Package 2024-09-17T00:50:41.968 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:50:41.968 INFO:teuthology.orchestra.run.smithi153.stdout:Total download size: 170 k 2024-09-17T00:50:41.968 INFO:teuthology.orchestra.run.smithi153.stdout:Installed size: 494 k 2024-09-17T00:50:41.968 INFO:teuthology.orchestra.run.smithi153.stdout:Downloading Packages: 2024-09-17T00:50:42.082 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install rbd-mirror 2024-09-17T00:50:42.178 INFO:teuthology.orchestra.run.smithi153.stdout:rbd-nbd-19.1.1-330.gc2ddf972.el9.x86_64.rpm 811 kB/s | 170 kB 00:00 2024-09-17T00:50:42.179 INFO:teuthology.orchestra.run.smithi153.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:50:42.179 INFO:teuthology.orchestra.run.smithi153.stdout:Total 804 kB/s | 170 kB 00:00 2024-09-17T00:50:42.179 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction check 2024-09-17T00:50:42.187 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction check succeeded. 2024-09-17T00:50:42.187 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction test 2024-09-17T00:50:42.218 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:43 ago on Tue 17 Sep 2024 12:48:59 AM UTC. 2024-09-17T00:50:42.252 INFO:teuthology.orchestra.run.smithi153.stdout:Transaction test succeeded. 2024-09-17T00:50:42.253 INFO:teuthology.orchestra.run.smithi153.stdout:Running transaction 2024-09-17T00:50:42.311 INFO:teuthology.orchestra.run.smithi045.stdout:Package python3-rados-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T00:50:42.357 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-09-17T00:50:42.358 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2024-09-17T00:50:42.358 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-09-17T00:50:42.404 INFO:teuthology.orchestra.run.smithi153.stdout: Preparing : 1/1 2024-09-17T00:50:42.435 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install python3-rgw 2024-09-17T00:50:42.509 INFO:teuthology.orchestra.run.smithi153.stdout: Installing : rbd-nbd-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T00:50:42.701 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:44 ago on Tue 17 Sep 2024 12:48:58 AM UTC. 2024-09-17T00:50:42.852 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-09-17T00:50:42.857 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:50:42.857 INFO:teuthology.orchestra.run.smithi134.stdout: Package Arch Version Repo Size 2024-09-17T00:50:42.857 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:50:42.857 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-09-17T00:50:42.857 INFO:teuthology.orchestra.run.smithi134.stdout: rbd-mirror x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 3.1 M 2024-09-17T00:50:42.857 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:50:42.857 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-09-17T00:50:42.857 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:50:42.857 INFO:teuthology.orchestra.run.smithi134.stdout:Install 1 Package 2024-09-17T00:50:42.857 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:50:42.857 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 3.1 M 2024-09-17T00:50:42.858 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 13 M 2024-09-17T00:50:42.858 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-09-17T00:50:42.920 INFO:teuthology.orchestra.run.smithi153.stdout: Running scriptlet: rbd-nbd-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T00:50:43.046 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:44 ago on Tue 17 Sep 2024 12:48:59 AM UTC. 2024-09-17T00:50:43.140 INFO:teuthology.orchestra.run.smithi045.stdout:Package python3-rgw-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T00:50:43.184 INFO:teuthology.orchestra.run.smithi153.stdout: Verifying : rbd-nbd-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T00:50:43.184 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:50:43.184 INFO:teuthology.orchestra.run.smithi153.stdout:Installed: 2024-09-17T00:50:43.185 INFO:teuthology.orchestra.run.smithi153.stdout: rbd-nbd-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:50:43.185 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:50:43.185 INFO:teuthology.orchestra.run.smithi153.stdout:Complete! 2024-09-17T00:50:43.186 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-09-17T00:50:43.187 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2024-09-17T00:50:43.187 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-09-17T00:50:43.204 INFO:teuthology.orchestra.run.smithi134.stdout:rbd-mirror-19.1.1-330.gc2ddf972.el9.x86_64.rpm 8.9 MB/s | 3.1 MB 00:00 2024-09-17T00:50:43.204 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:50:43.205 INFO:teuthology.orchestra.run.smithi134.stdout:Total 8.8 MB/s | 3.1 MB 00:00 2024-09-17T00:50:43.205 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-09-17T00:50:43.213 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-09-17T00:50:43.214 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-09-17T00:50:43.270 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install python3-cephfs 2024-09-17T00:50:43.296 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-09-17T00:50:43.296 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-09-17T00:50:43.408 DEBUG:teuthology.parallel:result is None 2024-09-17T00:50:43.739 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-09-17T00:50:43.796 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : rbd-mirror-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T00:50:43.822 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: rbd-mirror-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T00:50:43.822 INFO:teuthology.orchestra.run.smithi134.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T00:50:43.822 INFO:teuthology.orchestra.run.smithi134.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-17T00:50:43.822 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-17T00:50:43.822 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-17T00:50:43.822 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:50:43.880 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:44 ago on Tue 17 Sep 2024 12:48:59 AM UTC. 2024-09-17T00:50:43.971 INFO:teuthology.orchestra.run.smithi045.stdout:Package python3-cephfs-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T00:50:44.017 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-09-17T00:50:44.018 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2024-09-17T00:50:44.018 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-09-17T00:50:44.113 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install python3-rbd 2024-09-17T00:50:44.724 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:45 ago on Tue 17 Sep 2024 12:48:59 AM UTC. 2024-09-17T00:50:44.816 INFO:teuthology.orchestra.run.smithi045.stdout:Package python3-rbd-2:19.1.1-330.gc2ddf972.el9.x86_64 is already installed. 2024-09-17T00:50:44.863 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-09-17T00:50:44.864 INFO:teuthology.orchestra.run.smithi045.stdout:Nothing to do. 2024-09-17T00:50:44.864 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-09-17T00:50:44.944 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install rbd-fuse 2024-09-17T00:50:44.979 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : rbd-mirror-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T00:50:44.979 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:50:44.979 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-09-17T00:50:44.979 INFO:teuthology.orchestra.run.smithi134.stdout: rbd-mirror-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:50:44.979 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:50:44.979 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-09-17T00:50:45.203 DEBUG:teuthology.orchestra.run.smithi134:> sudo yum -y install rbd-nbd 2024-09-17T00:50:45.561 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:46 ago on Tue 17 Sep 2024 12:48:59 AM UTC. 2024-09-17T00:50:45.702 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-09-17T00:50:45.703 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:50:45.703 INFO:teuthology.orchestra.run.smithi045.stdout: Package Architecture Version Repository Size 2024-09-17T00:50:45.703 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:50:45.703 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-09-17T00:50:45.703 INFO:teuthology.orchestra.run.smithi045.stdout: rbd-fuse x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 85 k 2024-09-17T00:50:45.704 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:50:45.704 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-09-17T00:50:45.704 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:50:45.704 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2024-09-17T00:50:45.704 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:50:45.704 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 85 k 2024-09-17T00:50:45.704 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 231 k 2024-09-17T00:50:45.704 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-09-17T00:50:45.805 INFO:teuthology.orchestra.run.smithi134.stdout:Last metadata expiration check: 0:01:47 ago on Tue 17 Sep 2024 12:48:58 AM UTC. 2024-09-17T00:50:45.905 INFO:teuthology.orchestra.run.smithi045.stdout:rbd-fuse-19.1.1-330.gc2ddf972.el9.x86_64.rpm 427 kB/s | 85 kB 00:00 2024-09-17T00:50:45.906 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:50:45.906 INFO:teuthology.orchestra.run.smithi045.stdout:Total 421 kB/s | 85 kB 00:00 2024-09-17T00:50:45.907 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-09-17T00:50:45.920 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-09-17T00:50:45.920 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-09-17T00:50:45.936 INFO:teuthology.orchestra.run.smithi134.stdout:Dependencies resolved. 2024-09-17T00:50:45.937 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:50:45.937 INFO:teuthology.orchestra.run.smithi134.stdout: Package Architecture Version Repository Size 2024-09-17T00:50:45.937 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:50:45.937 INFO:teuthology.orchestra.run.smithi134.stdout:Installing: 2024-09-17T00:50:45.937 INFO:teuthology.orchestra.run.smithi134.stdout: rbd-nbd x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 170 k 2024-09-17T00:50:45.937 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:50:45.937 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction Summary 2024-09-17T00:50:45.937 INFO:teuthology.orchestra.run.smithi134.stdout:================================================================================ 2024-09-17T00:50:45.938 INFO:teuthology.orchestra.run.smithi134.stdout:Install 1 Package 2024-09-17T00:50:45.938 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:50:45.938 INFO:teuthology.orchestra.run.smithi134.stdout:Total download size: 170 k 2024-09-17T00:50:45.938 INFO:teuthology.orchestra.run.smithi134.stdout:Installed size: 494 k 2024-09-17T00:50:45.938 INFO:teuthology.orchestra.run.smithi134.stdout:Downloading Packages: 2024-09-17T00:50:45.999 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-09-17T00:50:45.999 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-09-17T00:50:46.141 INFO:teuthology.orchestra.run.smithi134.stdout:rbd-nbd-19.1.1-330.gc2ddf972.el9.x86_64.rpm 841 kB/s | 170 kB 00:00 2024-09-17T00:50:46.142 INFO:teuthology.orchestra.run.smithi134.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:50:46.142 INFO:teuthology.orchestra.run.smithi134.stdout:Total 835 kB/s | 170 kB 00:00 2024-09-17T00:50:46.142 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction check 2024-09-17T00:50:46.149 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction check succeeded. 2024-09-17T00:50:46.150 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction test 2024-09-17T00:50:46.157 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-09-17T00:50:46.214 INFO:teuthology.orchestra.run.smithi134.stdout:Transaction test succeeded. 2024-09-17T00:50:46.214 INFO:teuthology.orchestra.run.smithi134.stdout:Running transaction 2024-09-17T00:50:46.264 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : rbd-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T00:50:46.363 INFO:teuthology.orchestra.run.smithi134.stdout: Preparing : 1/1 2024-09-17T00:50:46.472 INFO:teuthology.orchestra.run.smithi134.stdout: Installing : rbd-nbd-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T00:50:46.661 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: rbd-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T00:50:46.907 INFO:teuthology.orchestra.run.smithi134.stdout: Running scriptlet: rbd-nbd-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T00:50:46.917 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : rbd-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T00:50:46.917 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:50:46.917 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-09-17T00:50:46.917 INFO:teuthology.orchestra.run.smithi045.stdout: rbd-fuse-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:50:46.917 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:50:46.917 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-09-17T00:50:47.137 INFO:teuthology.orchestra.run.smithi134.stdout: Verifying : rbd-nbd-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T00:50:47.137 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:50:47.137 INFO:teuthology.orchestra.run.smithi134.stdout:Installed: 2024-09-17T00:50:47.138 INFO:teuthology.orchestra.run.smithi134.stdout: rbd-nbd-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:50:47.138 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:50:47.138 INFO:teuthology.orchestra.run.smithi134.stdout:Complete! 2024-09-17T00:50:47.202 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install rbd-mirror 2024-09-17T00:50:47.351 DEBUG:teuthology.parallel:result is None 2024-09-17T00:50:47.815 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:48 ago on Tue 17 Sep 2024 12:48:59 AM UTC. 2024-09-17T00:50:47.954 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-09-17T00:50:47.955 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:50:47.955 INFO:teuthology.orchestra.run.smithi045.stdout: Package Arch Version Repo Size 2024-09-17T00:50:47.955 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:50:47.956 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-09-17T00:50:47.956 INFO:teuthology.orchestra.run.smithi045.stdout: rbd-mirror x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 3.1 M 2024-09-17T00:50:47.956 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:50:47.956 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-09-17T00:50:47.956 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:50:47.956 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2024-09-17T00:50:47.956 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:50:47.956 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 3.1 M 2024-09-17T00:50:47.956 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 13 M 2024-09-17T00:50:47.956 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-09-17T00:50:48.293 INFO:teuthology.orchestra.run.smithi045.stdout:rbd-mirror-19.1.1-330.gc2ddf972.el9.x86_64.rpm 9.2 MB/s | 3.1 MB 00:00 2024-09-17T00:50:48.293 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:50:48.294 INFO:teuthology.orchestra.run.smithi045.stdout:Total 9.2 MB/s | 3.1 MB 00:00 2024-09-17T00:50:48.294 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-09-17T00:50:48.304 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-09-17T00:50:48.304 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-09-17T00:50:48.392 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-09-17T00:50:48.392 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-09-17T00:50:48.860 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-09-17T00:50:48.919 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : rbd-mirror-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T00:50:48.945 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: rbd-mirror-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T00:50:48.945 INFO:teuthology.orchestra.run.smithi045.stdout:Glob pattern passed to enable, but globs are not supported for this. 2024-09-17T00:50:48.945 INFO:teuthology.orchestra.run.smithi045.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2024-09-17T00:50:48.946 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-17T00:50:48.946 INFO:teuthology.orchestra.run.smithi045.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2024-09-17T00:50:48.946 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:50:50.112 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : rbd-mirror-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T00:50:50.132 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:50:50.132 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-09-17T00:50:50.132 INFO:teuthology.orchestra.run.smithi045.stdout: rbd-mirror-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:50:50.132 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:50:50.133 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-09-17T00:50:50.340 DEBUG:teuthology.orchestra.run.smithi045:> sudo yum -y install rbd-nbd 2024-09-17T00:50:50.956 INFO:teuthology.orchestra.run.smithi045.stdout:Last metadata expiration check: 0:01:51 ago on Tue 17 Sep 2024 12:48:59 AM UTC. 2024-09-17T00:50:51.093 INFO:teuthology.orchestra.run.smithi045.stdout:Dependencies resolved. 2024-09-17T00:50:51.094 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:50:51.095 INFO:teuthology.orchestra.run.smithi045.stdout: Package Architecture Version Repository Size 2024-09-17T00:50:51.095 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:50:51.095 INFO:teuthology.orchestra.run.smithi045.stdout:Installing: 2024-09-17T00:50:51.095 INFO:teuthology.orchestra.run.smithi045.stdout: rbd-nbd x86_64 2:19.1.1-330.gc2ddf972.el9 ceph 170 k 2024-09-17T00:50:51.095 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:50:51.095 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction Summary 2024-09-17T00:50:51.096 INFO:teuthology.orchestra.run.smithi045.stdout:================================================================================ 2024-09-17T00:50:51.096 INFO:teuthology.orchestra.run.smithi045.stdout:Install 1 Package 2024-09-17T00:50:51.096 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:50:51.096 INFO:teuthology.orchestra.run.smithi045.stdout:Total download size: 170 k 2024-09-17T00:50:51.096 INFO:teuthology.orchestra.run.smithi045.stdout:Installed size: 494 k 2024-09-17T00:50:51.096 INFO:teuthology.orchestra.run.smithi045.stdout:Downloading Packages: 2024-09-17T00:50:51.305 INFO:teuthology.orchestra.run.smithi045.stdout:rbd-nbd-19.1.1-330.gc2ddf972.el9.x86_64.rpm 811 kB/s | 170 kB 00:00 2024-09-17T00:50:51.305 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:50:51.306 INFO:teuthology.orchestra.run.smithi045.stdout:Total 805 kB/s | 170 kB 00:00 2024-09-17T00:50:51.306 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction check 2024-09-17T00:50:51.315 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction check succeeded. 2024-09-17T00:50:51.315 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction test 2024-09-17T00:50:51.383 INFO:teuthology.orchestra.run.smithi045.stdout:Transaction test succeeded. 2024-09-17T00:50:51.384 INFO:teuthology.orchestra.run.smithi045.stdout:Running transaction 2024-09-17T00:50:51.545 INFO:teuthology.orchestra.run.smithi045.stdout: Preparing : 1/1 2024-09-17T00:50:51.667 INFO:teuthology.orchestra.run.smithi045.stdout: Installing : rbd-nbd-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T00:50:52.092 INFO:teuthology.orchestra.run.smithi045.stdout: Running scriptlet: rbd-nbd-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T00:50:52.369 INFO:teuthology.orchestra.run.smithi045.stdout: Verifying : rbd-nbd-2:19.1.1-330.gc2ddf972.el9.x86_64 1/1 2024-09-17T00:50:52.369 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:50:52.369 INFO:teuthology.orchestra.run.smithi045.stdout:Installed: 2024-09-17T00:50:52.370 INFO:teuthology.orchestra.run.smithi045.stdout: rbd-nbd-2:19.1.1-330.gc2ddf972.el9.x86_64 2024-09-17T00:50:52.370 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:50:52.370 INFO:teuthology.orchestra.run.smithi045.stdout:Complete! 2024-09-17T00:50:52.628 DEBUG:teuthology.parallel:result is None 2024-09-17T00:50:52.629 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-17T00:50:52.772 DEBUG:teuthology.orchestra.run.smithi045:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-17T00:50:52.795 INFO:teuthology.orchestra.run.smithi045.stdout:19.1.1-330.gc2ddf972.el9 2024-09-17T00:50:52.795 INFO:teuthology.packaging:The installed version of ceph is 19.1.1-330.gc2ddf972.el9 2024-09-17T00:50:52.796 INFO:teuthology.task.install:The correct ceph version 19.1.1-330.gc2ddf972 is installed. 2024-09-17T00:50:52.798 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-17T00:50:52.930 DEBUG:teuthology.orchestra.run.smithi134:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-17T00:50:52.952 INFO:teuthology.orchestra.run.smithi134.stdout:19.1.1-330.gc2ddf972.el9 2024-09-17T00:50:52.952 INFO:teuthology.packaging:The installed version of ceph is 19.1.1-330.gc2ddf972.el9 2024-09-17T00:50:52.952 INFO:teuthology.task.install:The correct ceph version 19.1.1-330.gc2ddf972 is installed. 2024-09-17T00:50:52.954 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-17T00:50:53.102 DEBUG:teuthology.orchestra.run.smithi153:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2024-09-17T00:50:53.128 INFO:teuthology.orchestra.run.smithi153.stdout:19.1.1-330.gc2ddf972.el9 2024-09-17T00:50:53.128 INFO:teuthology.packaging:The installed version of ceph is 19.1.1-330.gc2ddf972.el9 2024-09-17T00:50:53.128 INFO:teuthology.task.install:The correct ceph version 19.1.1-330.gc2ddf972 is installed. 2024-09-17T00:50:53.130 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-09-17T00:50:53.130 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-09-17T00:50:53.130 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-17T00:50:53.159 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-09-17T00:50:53.160 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-17T00:50:53.188 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-09-17T00:50:53.188 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-09-17T00:50:53.218 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-09-17T00:50:53.219 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-09-17T00:50:53.219 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/usr/bin/daemon-helper 2024-09-17T00:50:53.247 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-17T00:50:53.314 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-09-17T00:50:53.314 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/usr/bin/daemon-helper 2024-09-17T00:50:53.343 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-17T00:50:53.412 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-09-17T00:50:53.412 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/usr/bin/daemon-helper 2024-09-17T00:50:53.442 DEBUG:teuthology.orchestra.run.smithi153:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-09-17T00:50:53.510 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-09-17T00:50:53.510 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-09-17T00:50:53.511 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-17T00:50:53.539 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-17T00:50:53.606 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-09-17T00:50:53.606 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-17T00:50:53.635 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-17T00:50:53.704 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-09-17T00:50:53.705 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/usr/bin/adjust-ulimits 2024-09-17T00:50:53.735 DEBUG:teuthology.orchestra.run.smithi153:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-09-17T00:50:53.805 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-09-17T00:50:53.805 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-09-17T00:50:53.805 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/usr/bin/stdin-killer 2024-09-17T00:50:53.833 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-17T00:50:53.899 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-09-17T00:50:53.900 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/usr/bin/stdin-killer 2024-09-17T00:50:53.928 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-17T00:50:53.997 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-09-17T00:50:53.997 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/usr/bin/stdin-killer 2024-09-17T00:50:54.027 DEBUG:teuthology.orchestra.run.smithi153:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-09-17T00:50:54.096 INFO:teuthology.run_tasks:Running task cephadm... 2024-09-17T00:50:54.204 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 3}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': True}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'mons down', 'mon down', 'out of quorum', 'CEPHADM_STRAY_DAEMON', 'CEPHADM_FAILED_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': 'c2ddf9721ef254645201cdbabd9c8f49c30a586f'} 2024-09-17T00:50:54.204 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-17T00:50:54.205 INFO:tasks.cephadm:Cluster fsid is e4a63de8-748e-11ef-bceb-c7b262605968 2024-09-17T00:50:54.205 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-09-17T00:50:54.206 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.45', 'mon.b': '172.21.15.134', 'mon.c': '172.21.15.153'} 2024-09-17T00:50:54.206 INFO:tasks.cephadm:First mon is mon.a on smithi045 2024-09-17T00:50:54.206 INFO:tasks.cephadm:First mgr is a 2024-09-17T00:50:54.207 INFO:tasks.cephadm:Normalizing hostnames... 2024-09-17T00:50:54.207 DEBUG:teuthology.orchestra.run.smithi045:> sudo hostname $(hostname -s) 2024-09-17T00:50:54.237 DEBUG:teuthology.orchestra.run.smithi134:> sudo hostname $(hostname -s) 2024-09-17T00:50:54.267 DEBUG:teuthology.orchestra.run.smithi153:> sudo hostname $(hostname -s) 2024-09-17T00:50:54.296 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-09-17T00:50:54.297 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-17T00:50:54.448 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': 'c2ddf9721ef254645201cdbabd9c8f49c30a586f', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic/56092/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.1.1-330-gc2ddf972', 'node_name': '172.21.5.35+adami05', 'job_name': 'ceph-dev-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos9,DIST=centos9,MACHINE_SIZE=gigantic', 'package_manager_version': '19.1.1-330.gc2ddf972'}, 'url': 'https://2.chacra.ceph.com/r/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/centos/9/flavors/default/', 'distro_codename': None, 'modified': '2024-09-16 16:11:17.578068', 'distro_version': '9', 'project': 'ceph', 'flavor': 'default', 'ref': 'squid', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/centos/9/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2024-09-17T00:50:54.593 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref squid, sha1 c2ddf9721ef254645201cdbabd9c8f49c30a586f from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-17T00:50:54.594 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/centos/9/x86_64/flavors/default/cephadm 2024-09-17T00:50:54.594 INFO:tasks.cephadm:Downloading cephadm from url: https://2.chacra.ceph.com/binaries/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/centos/9/x86_64/flavors/default/cephadm 2024-09-17T00:50:54.595 DEBUG:teuthology.orchestra.run.smithi045:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-17T00:50:55.024 INFO:teuthology.orchestra.run.smithi045.stdout:-rw-r--r--. 1 ubuntu ubuntu 784439 Sep 17 00:50 /home/ubuntu/cephtest/cephadm 2024-09-17T00:50:55.024 DEBUG:teuthology.orchestra.run.smithi134:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-17T00:50:55.396 INFO:teuthology.orchestra.run.smithi134.stdout:-rw-r--r--. 1 ubuntu ubuntu 784439 Sep 17 00:50 /home/ubuntu/cephtest/cephadm 2024-09-17T00:50:55.397 DEBUG:teuthology.orchestra.run.smithi153:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/squid/c2ddf9721ef254645201cdbabd9c8f49c30a586f/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-09-17T00:50:55.772 INFO:teuthology.orchestra.run.smithi153.stdout:-rw-r--r--. 1 ubuntu ubuntu 784439 Sep 17 00:50 /home/ubuntu/cephtest/cephadm 2024-09-17T00:50:55.772 DEBUG:teuthology.orchestra.run.smithi045:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-17T00:50:55.793 DEBUG:teuthology.orchestra.run.smithi134:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-17T00:50:55.813 DEBUG:teuthology.orchestra.run.smithi153:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-09-17T00:50:55.842 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f on all hosts... 2024-09-17T00:50:55.843 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f pull 2024-09-17T00:50:55.846 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f pull 2024-09-17T00:50:55.856 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f pull 2024-09-17T00:50:57.422 INFO:teuthology.orchestra.run.smithi153.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f... 2024-09-17T00:50:57.462 INFO:teuthology.orchestra.run.smithi045.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f... 2024-09-17T00:50:57.514 INFO:teuthology.orchestra.run.smithi134.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f... 2024-09-17T00:51:37.005 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-09-17T00:51:37.006 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph_version": "ceph version 19.1.1-330-gc2ddf972 (c2ddf9721ef254645201cdbabd9c8f49c30a586f) squid (stable)", 2024-09-17T00:51:37.006 INFO:teuthology.orchestra.run.smithi134.stdout: "image_id": "ebb0615149def4a3179c82c0cc47af75808300abb9f1142788e5e605a7ac0e5b", 2024-09-17T00:51:37.006 INFO:teuthology.orchestra.run.smithi134.stdout: "repo_digests": [ 2024-09-17T00:51:37.006 INFO:teuthology.orchestra.run.smithi134.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3" 2024-09-17T00:51:37.006 INFO:teuthology.orchestra.run.smithi134.stdout: ] 2024-09-17T00:51:37.007 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-09-17T00:51:43.347 INFO:teuthology.orchestra.run.smithi045.stdout:{ 2024-09-17T00:51:43.347 INFO:teuthology.orchestra.run.smithi045.stdout: "ceph_version": "ceph version 19.1.1-330-gc2ddf972 (c2ddf9721ef254645201cdbabd9c8f49c30a586f) squid (stable)", 2024-09-17T00:51:43.348 INFO:teuthology.orchestra.run.smithi045.stdout: "image_id": "ebb0615149def4a3179c82c0cc47af75808300abb9f1142788e5e605a7ac0e5b", 2024-09-17T00:51:43.348 INFO:teuthology.orchestra.run.smithi045.stdout: "repo_digests": [ 2024-09-17T00:51:43.348 INFO:teuthology.orchestra.run.smithi045.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3" 2024-09-17T00:51:43.348 INFO:teuthology.orchestra.run.smithi045.stdout: ] 2024-09-17T00:51:43.348 INFO:teuthology.orchestra.run.smithi045.stdout:} 2024-09-17T00:51:52.816 INFO:teuthology.orchestra.run.smithi153.stdout:{ 2024-09-17T00:51:52.816 INFO:teuthology.orchestra.run.smithi153.stdout: "ceph_version": "ceph version 19.1.1-330-gc2ddf972 (c2ddf9721ef254645201cdbabd9c8f49c30a586f) squid (stable)", 2024-09-17T00:51:52.816 INFO:teuthology.orchestra.run.smithi153.stdout: "image_id": "ebb0615149def4a3179c82c0cc47af75808300abb9f1142788e5e605a7ac0e5b", 2024-09-17T00:51:52.817 INFO:teuthology.orchestra.run.smithi153.stdout: "repo_digests": [ 2024-09-17T00:51:52.817 INFO:teuthology.orchestra.run.smithi153.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3" 2024-09-17T00:51:52.817 INFO:teuthology.orchestra.run.smithi153.stdout: ] 2024-09-17T00:51:52.817 INFO:teuthology.orchestra.run.smithi153.stdout:} 2024-09-17T00:51:52.839 DEBUG:teuthology.orchestra.run.smithi045:> sudo mkdir -p /etc/ceph 2024-09-17T00:51:52.874 DEBUG:teuthology.orchestra.run.smithi134:> sudo mkdir -p /etc/ceph 2024-09-17T00:51:52.908 DEBUG:teuthology.orchestra.run.smithi153:> sudo mkdir -p /etc/ceph 2024-09-17T00:51:52.937 DEBUG:teuthology.orchestra.run.smithi045:> sudo chmod 777 /etc/ceph 2024-09-17T00:51:52.967 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod 777 /etc/ceph 2024-09-17T00:51:52.996 DEBUG:teuthology.orchestra.run.smithi153:> sudo chmod 777 /etc/ceph 2024-09-17T00:51:53.021 INFO:tasks.cephadm:Writing seed config... 2024-09-17T00:51:53.022 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-09-17T00:51:53.023 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-09-17T00:51:53.023 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-09-17T00:51:53.023 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-09-17T00:51:53.023 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-09-17T00:51:53.023 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-09-17T00:51:53.023 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-09-17T00:51:53.023 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-09-17T00:51:53.023 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-09-17T00:51:53.024 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-09-17T00:51:53.024 DEBUG:teuthology.orchestra.run.smithi045:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-09-17T00:51:53.044 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 = e4a63de8-748e-11ef-bceb-c7b262605968 mon election default strategy = 3 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = True [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-09-17T00:51:53.044 DEBUG:teuthology.orchestra.run.smithi045:mon.a> sudo journalctl -f -n 0 -u ceph-e4a63de8-748e-11ef-bceb-c7b262605968@mon.a.service 2024-09-17T00:51:53.087 DEBUG:teuthology.orchestra.run.smithi045:mgr.a> sudo journalctl -f -n 0 -u ceph-e4a63de8-748e-11ef-bceb-c7b262605968@mgr.a.service 2024-09-17T00:51:53.130 INFO:tasks.cephadm:Bootstrapping... 2024-09-17T00:51:53.130 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f -v bootstrap --fsid e4a63de8-748e-11ef-bceb-c7b262605968 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-id a --mgr-id a --orphan-initial-daemons --skip-monitoring-stack --mon-ip 172.21.15.45 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-09-17T00:51:53.360 INFO:teuthology.orchestra.run.smithi045.stdout:-------------------------------------------------------------------------------- 2024-09-17T00:51:53.361 INFO:teuthology.orchestra.run.smithi045.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f', '-v', 'bootstrap', '--fsid', 'e4a63de8-748e-11ef-bceb-c7b262605968', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-id', 'a', '--mgr-id', 'a', '--orphan-initial-daemons', '--skip-monitoring-stack', '--mon-ip', '172.21.15.45', '--skip-admin-label'] 2024-09-17T00:51:53.361 INFO:teuthology.orchestra.run.smithi045.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-09-17T00:51:53.361 INFO:teuthology.orchestra.run.smithi045.stdout:Verifying podman|docker is present... 2024-09-17T00:51:53.387 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stdout 5.2.2 2024-09-17T00:51:53.387 INFO:teuthology.orchestra.run.smithi045.stdout:Verifying lvm2 is present... 2024-09-17T00:51:53.387 INFO:teuthology.orchestra.run.smithi045.stdout:Verifying time synchronization is in place... 2024-09-17T00:51:53.395 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-17T00:51:53.395 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-17T00:51:53.401 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-17T00:51:53.401 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout inactive 2024-09-17T00:51:53.408 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout enabled 2024-09-17T00:51:53.415 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout active 2024-09-17T00:51:53.415 INFO:teuthology.orchestra.run.smithi045.stdout:Unit chronyd.service is enabled and running 2024-09-17T00:51:53.415 INFO:teuthology.orchestra.run.smithi045.stdout:Repeating the final host check... 2024-09-17T00:51:53.439 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stdout 5.2.2 2024-09-17T00:51:53.439 INFO:teuthology.orchestra.run.smithi045.stdout:podman (/bin/podman) version 5.2.2 is present 2024-09-17T00:51:53.439 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl is present 2024-09-17T00:51:53.439 INFO:teuthology.orchestra.run.smithi045.stdout:lvcreate is present 2024-09-17T00:51:53.446 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-09-17T00:51:53.446 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-09-17T00:51:53.452 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-09-17T00:51:53.452 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout inactive 2024-09-17T00:51:53.459 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout enabled 2024-09-17T00:51:53.466 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout active 2024-09-17T00:51:53.466 INFO:teuthology.orchestra.run.smithi045.stdout:Unit chronyd.service is enabled and running 2024-09-17T00:51:53.466 INFO:teuthology.orchestra.run.smithi045.stdout:Host looks OK 2024-09-17T00:51:53.466 INFO:teuthology.orchestra.run.smithi045.stdout:Cluster fsid: e4a63de8-748e-11ef-bceb-c7b262605968 2024-09-17T00:51:53.466 INFO:teuthology.orchestra.run.smithi045.stdout:Acquiring lock 140136255181824 on /run/cephadm/e4a63de8-748e-11ef-bceb-c7b262605968.lock 2024-09-17T00:51:53.466 INFO:teuthology.orchestra.run.smithi045.stdout:Lock 140136255181824 acquired on /run/cephadm/e4a63de8-748e-11ef-bceb-c7b262605968.lock 2024-09-17T00:51:53.467 INFO:teuthology.orchestra.run.smithi045.stdout:Verifying IP 172.21.15.45 port 3300 ... 2024-09-17T00:51:53.467 INFO:teuthology.orchestra.run.smithi045.stdout:Verifying IP 172.21.15.45 port 6789 ... 2024-09-17T00:51:53.467 INFO:teuthology.orchestra.run.smithi045.stdout:Base mon IP(s) is [172.21.15.45:3300, 172.21.15.45:6789], mon addrv is [v2:172.21.15.45:3300,v1:172.21.15.45:6789] 2024-09-17T00:51:53.470 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.45 metric 100 2024-09-17T00:51:53.470 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.45 metric 100 2024-09-17T00:51:53.473 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-09-17T00:51:53.473 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-09-17T00:51:53.473 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1797sec hoplimit 64 pref medium 2024-09-17T00:51:53.475 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-09-17T00:51:53.475 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2024-09-17T00:51:53.475 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-17T00:51:53.475 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-09-17T00:51:53.476 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout inet6 fe80::ec4:7aff:febd:12be/64 scope link 2024-09-17T00:51:53.476 INFO:teuthology.orchestra.run.smithi045.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-09-17T00:51:53.476 INFO:teuthology.orchestra.run.smithi045.stdout:Mon IP `172.21.15.45` is in CIDR network `172.21.0.0/20` 2024-09-17T00:51:53.476 INFO:teuthology.orchestra.run.smithi045.stdout:Mon IP `172.21.15.45` is in CIDR network `172.21.0.0/20` 2024-09-17T00:51:53.476 INFO:teuthology.orchestra.run.smithi045.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-09-17T00:51:53.477 INFO:teuthology.orchestra.run.smithi045.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-09-17T00:51:53.477 INFO:teuthology.orchestra.run.smithi045.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f... 2024-09-17T00:51:54.015 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stdout ebb0615149def4a3179c82c0cc47af75808300abb9f1142788e5e605a7ac0e5b 2024-09-17T00:51:54.016 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f... 2024-09-17T00:51:54.016 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stderr Getting image source signatures 2024-09-17T00:51:54.016 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stderr Copying blob sha256:e8b54c863393b7a8216a71737771b73b16a8e43ec7acf927c7faa175c255e551 2024-09-17T00:51:54.016 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stderr Copying blob sha256:83d928f919f2c1e0c1bd6bccd6df0f26dec4d40362b4c5deccad70d7b002219d 2024-09-17T00:51:54.016 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stderr Copying config sha256:ebb0615149def4a3179c82c0cc47af75808300abb9f1142788e5e605a7ac0e5b 2024-09-17T00:51:54.016 INFO:teuthology.orchestra.run.smithi045.stdout:/bin/podman: stderr Writing manifest to image destination 2024-09-17T00:51:54.945 INFO:teuthology.orchestra.run.smithi045.stdout:ceph: stdout ceph version 19.1.1-330-gc2ddf972 (c2ddf9721ef254645201cdbabd9c8f49c30a586f) squid (stable) 2024-09-17T00:51:54.946 INFO:teuthology.orchestra.run.smithi045.stdout:Ceph version: ceph version 19.1.1-330-gc2ddf972 (c2ddf9721ef254645201cdbabd9c8f49c30a586f) squid (stable) 2024-09-17T00:51:54.946 INFO:teuthology.orchestra.run.smithi045.stdout:Extracting ceph user uid/gid from container image... 2024-09-17T00:51:55.852 INFO:teuthology.orchestra.run.smithi045.stdout:stat: stdout 167 167 2024-09-17T00:51:55.852 INFO:teuthology.orchestra.run.smithi045.stdout:Creating initial keys... 2024-09-17T00:51:56.840 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph-authtool: stdout AQCs0uhmNDQ9ChAAKTl1vggxy94aVrtArfWtQQ== 2024-09-17T00:52:03.250 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph-authtool: stdout AQCt0uhm/OYZChAAEoOGHu72OQeRVwMN//kNfw== 2024-09-17T00:52:09.099 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph-authtool: stdout AQC20uhmm4o7BhAADdsPopgAT6eSZeVQTUwjZw== 2024-09-17T00:52:09.100 INFO:teuthology.orchestra.run.smithi045.stdout:Creating initial monmap... 2024-09-17T00:52:10.163 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-17T00:52:10.163 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-09-17T00:52:10.163 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to e4a63de8-748e-11ef-bceb-c7b262605968 2024-09-17T00:52:10.163 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-17T00:52:10.163 INFO:teuthology.orchestra.run.smithi045.stdout:monmaptool for a [v2:172.21.15.45:3300,v1:172.21.15.45:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-09-17T00:52:10.164 INFO:teuthology.orchestra.run.smithi045.stdout:setting min_mon_release = quincy 2024-09-17T00:52:10.164 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/monmaptool: set fsid to e4a63de8-748e-11ef-bceb-c7b262605968 2024-09-17T00:52:10.164 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-09-17T00:52:10.164 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:52:10.164 INFO:teuthology.orchestra.run.smithi045.stdout:Creating mon... 2024-09-17T00:52:11.294 INFO:teuthology.orchestra.run.smithi045.stdout:create mon.a on 2024-09-17T00:52:11.509 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2024-09-17T00:52:11.745 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-09-17T00:52:11.932 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-e4a63de8-748e-11ef-bceb-c7b262605968.target → /etc/systemd/system/ceph-e4a63de8-748e-11ef-bceb-c7b262605968.target. 2024-09-17T00:52:11.932 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-e4a63de8-748e-11ef-bceb-c7b262605968.target → /etc/systemd/system/ceph-e4a63de8-748e-11ef-bceb-c7b262605968.target. 2024-09-17T00:52:12.180 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-e4a63de8-748e-11ef-bceb-c7b262605968@mon.a 2024-09-17T00:52:12.180 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Failed to reset failed state of unit ceph-e4a63de8-748e-11ef-bceb-c7b262605968@mon.a.service: Unit ceph-e4a63de8-748e-11ef-bceb-c7b262605968@mon.a.service not loaded. 2024-09-17T00:52:12.356 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-e4a63de8-748e-11ef-bceb-c7b262605968.target.wants/ceph-e4a63de8-748e-11ef-bceb-c7b262605968@mon.a.service → /etc/systemd/system/ceph-e4a63de8-748e-11ef-bceb-c7b262605968@.service. 2024-09-17T00:52:12.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:12 smithi045 systemd[1]: Starting Ceph mon.a for e4a63de8-748e-11ef-bceb-c7b262605968... 2024-09-17T00:52:12.663 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:12 smithi045 podman[29184]: 2024-09-17 00:52:12.504577642 +0000 UTC m=+0.018889675 image pull ebb0615149def4a3179c82c0cc47af75808300abb9f1142788e5e605a7ac0e5b quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-17T00:52:12.663 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:12 smithi045 podman[29184]: 2024-09-17 00:52:12.612597161 +0000 UTC m=+0.126909183 container create 38a4950dfaf300e1ccd8af659a0e192a2712bf565fdbc615a8037554e9fba707 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mon-a, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, RELEASE=squid-c2ddf97, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, ceph=True) 2024-09-17T00:52:12.894 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-17T00:52:12.894 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout disabled 2024-09-17T00:52:12.902 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-17T00:52:12.902 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout inactive 2024-09-17T00:52:12.902 INFO:teuthology.orchestra.run.smithi045.stdout:firewalld.service is not enabled 2024-09-17T00:52:12.902 INFO:teuthology.orchestra.run.smithi045.stdout:Not possible to enable service . firewalld.service is not available 2024-09-17T00:52:12.903 INFO:teuthology.orchestra.run.smithi045.stdout:Waiting for mon to start... 2024-09-17T00:52:12.903 INFO:teuthology.orchestra.run.smithi045.stdout:Waiting for mon... 2024-09-17T00:52:13.027 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:12 smithi045 podman[29184]: 2024-09-17 00:52:12.822915448 +0000 UTC m=+0.337227468 container init 38a4950dfaf300e1ccd8af659a0e192a2712bf565fdbc615a8037554e9fba707 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mon-a, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, GIT_CLEAN=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, ceph=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-c2ddf97, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD) 2024-09-17T00:52:13.027 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:12 smithi045 podman[29184]: 2024-09-17 00:52:12.8264352 +0000 UTC m=+0.340747213 container start 38a4950dfaf300e1ccd8af659a0e192a2712bf565fdbc615a8037554e9fba707 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mon-a, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , ceph=True, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, RELEASE=squid-c2ddf97) 2024-09-17T00:52:13.027 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:12 smithi045 ceph-mon[29210]: mkfs e4a63de8-748e-11ef-bceb-c7b262605968 2024-09-17T00:52:13.027 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:12 smithi045 ceph-mon[29210]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-17T00:52:13.027 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:12 smithi045 bash[29184]: 38a4950dfaf300e1ccd8af659a0e192a2712bf565fdbc615a8037554e9fba707 2024-09-17T00:52:13.027 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:12 smithi045 systemd[1]: Started Ceph mon.a for e4a63de8-748e-11ef-bceb-c7b262605968. 2024-09-17T00:52:14.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:13 smithi045 ceph-mon[29210]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-17T00:52:14.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:13 smithi045 ceph-mon[29210]: monmap epoch 1 2024-09-17T00:52:14.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:13 smithi045 ceph-mon[29210]: fsid e4a63de8-748e-11ef-bceb-c7b262605968 2024-09-17T00:52:14.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:13 smithi045 ceph-mon[29210]: last_changed 2024-09-17T00:52:09.567407+0000 2024-09-17T00:52:14.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:13 smithi045 ceph-mon[29210]: created 2024-09-17T00:52:09.567407+0000 2024-09-17T00:52:14.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:13 smithi045 ceph-mon[29210]: min_mon_release 19 (squid) 2024-09-17T00:52:14.126 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:13 smithi045 ceph-mon[29210]: election_strategy: 1 2024-09-17T00:52:14.126 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:13 smithi045 ceph-mon[29210]: 0: [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon.a 2024-09-17T00:52:14.126 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:13 smithi045 ceph-mon[29210]: fsmap 2024-09-17T00:52:14.126 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:13 smithi045 ceph-mon[29210]: osdmap e1: 0 total, 0 up, 0 in 2024-09-17T00:52:14.126 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:13 smithi045 ceph-mon[29210]: mgrmap e1: no daemons active 2024-09-17T00:52:14.126 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:13 smithi045 ceph-mon[29210]: from='client.? 172.21.15.45:0/2224921543' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-09-17T00:52:14.894 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout cluster: 2024-09-17T00:52:14.894 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout id: e4a63de8-748e-11ef-bceb-c7b262605968 2024-09-17T00:52:14.894 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-09-17T00:52:14.894 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-09-17T00:52:14.894 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout services: 2024-09-17T00:52:14.894 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.521119s) 2024-09-17T00:52:14.894 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-09-17T00:52:14.894 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-09-17T00:52:14.894 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-09-17T00:52:14.894 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout data: 2024-09-17T00:52:14.895 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-09-17T00:52:14.895 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-09-17T00:52:14.895 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-09-17T00:52:14.895 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout pgs: 2024-09-17T00:52:14.895 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-09-17T00:52:14.895 INFO:teuthology.orchestra.run.smithi045.stdout:mon is available 2024-09-17T00:52:14.895 INFO:teuthology.orchestra.run.smithi045.stdout:Assimilating anything we can from ceph.conf... 2024-09-17T00:52:15.624 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:15 smithi045 ceph-mon[29210]: from='client.? 172.21.15.45:0/914145633' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-17T00:52:15.624 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:15 smithi045 ceph-mon[29210]: from='client.? 172.21.15.45:0/914145633' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-17T00:52:15.990 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-09-17T00:52:15.990 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout [global] 2024-09-17T00:52:15.990 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout fsid = e4a63de8-748e-11ef-bceb-c7b262605968 2024-09-17T00:52:15.991 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.45:3300,v1:172.21.15.45:6789] 2024-09-17T00:52:15.991 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-17T00:52:15.991 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-17T00:52:15.991 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-17T00:52:15.991 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-17T00:52:15.991 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-09-17T00:52:15.991 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-17T00:52:15.991 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-09-17T00:52:15.991 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-17T00:52:15.992 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-09-17T00:52:15.992 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout [osd] 2024-09-17T00:52:15.992 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-17T00:52:15.992 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-17T00:52:15.992 INFO:teuthology.orchestra.run.smithi045.stdout:Generating new minimal ceph.conf... 2024-09-17T00:52:16.624 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:16 smithi045 ceph-mon[29210]: from='client.? 172.21.15.45:0/3072339068' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:52:17.045 INFO:teuthology.orchestra.run.smithi045.stdout:Restarting the monitor... 2024-09-17T00:52:17.338 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:17 smithi045 systemd[1]: Stopping Ceph mon.a for e4a63de8-748e-11ef-bceb-c7b262605968... 2024-09-17T00:52:17.613 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:17 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mon-a[29206]: 2024-09-17T00:52:17.339+0000 7f5ecb473640 -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-17T00:52:17.613 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:17 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mon-a[29206]: 2024-09-17T00:52:17.339+0000 7f5ecb473640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-09-17T00:52:17.613 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:17 smithi045 podman[29457]: 2024-09-17 00:52:17.371186119 +0000 UTC m=+0.151132795 container died 38a4950dfaf300e1ccd8af659a0e192a2712bf565fdbc615a8037554e9fba707 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mon-a, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, ceph=True, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, RELEASE=squid-c2ddf97, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, GIT_CLEAN=True, maintainer=Guillaume Abrioux ) 2024-09-17T00:52:17.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:17 smithi045 podman[29457]: 2024-09-17 00:52:17.72309177 +0000 UTC m=+0.503038480 container cleanup 38a4950dfaf300e1ccd8af659a0e192a2712bf565fdbc615a8037554e9fba707 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mon-a, ceph=True, maintainer=Guillaume Abrioux , RELEASE=squid-c2ddf97, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.vendor=CentOS) 2024-09-17T00:52:17.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:17 smithi045 bash[29457]: ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mon-a 2024-09-17T00:52:18.296 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:17 smithi045 podman[29468]: 2024-09-17 00:52:17.973903705 +0000 UTC m=+0.604858725 container remove 38a4950dfaf300e1ccd8af659a0e192a2712bf565fdbc615a8037554e9fba707 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mon-a, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, ceph=True, GIT_CLEAN=True, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, RELEASE=squid-c2ddf97, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-09-17T00:52:18.296 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 systemd[1]: ceph-e4a63de8-748e-11ef-bceb-c7b262605968@mon.a.service: Deactivated successfully. 2024-09-17T00:52:18.296 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 systemd[1]: Stopped Ceph mon.a for e4a63de8-748e-11ef-bceb-c7b262605968. 2024-09-17T00:52:18.297 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 systemd[1]: Starting Ceph mon.a for e4a63de8-748e-11ef-bceb-c7b262605968... 2024-09-17T00:52:18.557 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 podman[29562]: 2024-09-17 00:52:18.299710825 +0000 UTC m=+0.099727602 container create 5d98b4b321890565a91a306cc7bd3e2b5b332980a8fff18673125fad34cffec8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mon-a, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, RELEASE=squid-c2ddf97, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, io.buildah.version=1.37.2) 2024-09-17T00:52:18.558 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 podman[29562]: 2024-09-17 00:52:18.216872733 +0000 UTC m=+0.016889478 image pull ebb0615149def4a3179c82c0cc47af75808300abb9f1142788e5e605a7ac0e5b quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-17T00:52:18.558 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 podman[29562]: 2024-09-17 00:52:18.476889634 +0000 UTC m=+0.276906375 container init 5d98b4b321890565a91a306cc7bd3e2b5b332980a8fff18673125fad34cffec8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mon-a, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, RELEASE=squid-c2ddf97, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True) 2024-09-17T00:52:18.558 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 podman[29562]: 2024-09-17 00:52:18.480060991 +0000 UTC m=+0.280077723 container start 5d98b4b321890565a91a306cc7bd3e2b5b332980a8fff18673125fad34cffec8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mon-a, ceph=True, CEPH_POINT_RELEASE=, RELEASE=squid-c2ddf97, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux ) 2024-09-17T00:52:18.558 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: set uid:gid to 167:167 (ceph:ceph) 2024-09-17T00:52:18.558 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: ceph version 19.1.1-330-gc2ddf972 (c2ddf9721ef254645201cdbabd9c8f49c30a586f) squid (stable), process ceph-mon, pid 2 2024-09-17T00:52:18.558 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: pidfile_write: ignore empty --pid-file 2024-09-17T00:52:18.558 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: load: jerasure load: lrc 2024-09-17T00:52:18.558 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: RocksDB version: 7.9.2 2024-09-17T00:52:18.559 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Git sha 0 2024-09-17T00:52:18.559 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Compile date 2024-09-16 15:09:42 2024-09-17T00:52:18.559 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: DB SUMMARY 2024-09-17T00:52:18.559 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: DB Session ID: PI307XBD1E4C8UBZT6PG 2024-09-17T00:52:18.559 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: CURRENT file: CURRENT 2024-09-17T00:52:18.559 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: IDENTITY file: IDENTITY 2024-09-17T00:52:18.559 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-09-17T00:52:18.559 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-09-17T00:52:18.559 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 88783 ; 2024-09-17T00:52:18.559 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.error_if_exists: 0 2024-09-17T00:52:18.559 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.create_if_missing: 0 2024-09-17T00:52:18.559 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.paranoid_checks: 1 2024-09-17T00:52:18.559 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.flush_verify_memtable_count: 1 2024-09-17T00:52:18.560 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-09-17T00:52:18.560 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-09-17T00:52:18.560 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.env: 0x55a796ca9940 2024-09-17T00:52:18.560 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.fs: PosixFileSystem 2024-09-17T00:52:18.560 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.info_log: 0x55a79804f6e0 2024-09-17T00:52:18.560 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.max_file_opening_threads: 16 2024-09-17T00:52:18.560 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.statistics: (nil) 2024-09-17T00:52:18.560 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.use_fsync: 0 2024-09-17T00:52:18.560 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.max_log_file_size: 0 2024-09-17T00:52:18.560 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.max_manifest_file_size: 1073741824 2024-09-17T00:52:18.560 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.log_file_time_to_roll: 0 2024-09-17T00:52:18.560 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.keep_log_file_num: 1000 2024-09-17T00:52:18.561 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.recycle_log_file_num: 0 2024-09-17T00:52:18.561 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.allow_fallocate: 1 2024-09-17T00:52:18.561 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.allow_mmap_reads: 0 2024-09-17T00:52:18.561 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.allow_mmap_writes: 0 2024-09-17T00:52:18.561 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.use_direct_reads: 0 2024-09-17T00:52:18.561 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-09-17T00:52:18.561 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.create_missing_column_families: 0 2024-09-17T00:52:18.561 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.db_log_dir: 2024-09-17T00:52:18.561 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.wal_dir: 2024-09-17T00:52:18.562 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.table_cache_numshardbits: 6 2024-09-17T00:52:18.562 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.WAL_ttl_seconds: 0 2024-09-17T00:52:18.562 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.WAL_size_limit_MB: 0 2024-09-17T00:52:18.562 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-09-17T00:52:18.562 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.manifest_preallocation_size: 4194304 2024-09-17T00:52:18.562 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.is_fd_close_on_exec: 1 2024-09-17T00:52:18.562 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.advise_random_on_open: 1 2024-09-17T00:52:18.562 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.db_write_buffer_size: 0 2024-09-17T00:52:18.562 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.write_buffer_manager: 0x55a79805edc0 2024-09-17T00:52:18.562 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.access_hint_on_compaction_start: 1 2024-09-17T00:52:18.562 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.random_access_max_buffer_size: 1048576 2024-09-17T00:52:18.562 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.use_adaptive_mutex: 0 2024-09-17T00:52:18.562 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.rate_limiter: (nil) 2024-09-17T00:52:18.563 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-09-17T00:52:18.563 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.wal_recovery_mode: 2 2024-09-17T00:52:18.564 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.enable_thread_tracking: 0 2024-09-17T00:52:18.564 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.enable_pipelined_write: 0 2024-09-17T00:52:18.564 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.unordered_write: 0 2024-09-17T00:52:18.564 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.allow_concurrent_memtable_write: 1 2024-09-17T00:52:18.564 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-09-17T00:52:18.564 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.write_thread_max_yield_usec: 100 2024-09-17T00:52:18.564 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.write_thread_slow_yield_usec: 3 2024-09-17T00:52:18.564 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.row_cache: None 2024-09-17T00:52:18.564 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.wal_filter: None 2024-09-17T00:52:18.565 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.avoid_flush_during_recovery: 0 2024-09-17T00:52:18.565 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.allow_ingest_behind: 0 2024-09-17T00:52:18.565 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.two_write_queues: 0 2024-09-17T00:52:18.565 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.manual_wal_flush: 0 2024-09-17T00:52:18.565 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.wal_compression: 0 2024-09-17T00:52:18.565 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.atomic_flush: 0 2024-09-17T00:52:18.565 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-09-17T00:52:18.565 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.persist_stats_to_disk: 0 2024-09-17T00:52:18.565 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.write_dbid_to_manifest: 0 2024-09-17T00:52:18.565 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.log_readahead_size: 0 2024-09-17T00:52:18.565 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.file_checksum_gen_factory: Unknown 2024-09-17T00:52:18.565 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.best_efforts_recovery: 0 2024-09-17T00:52:18.565 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-09-17T00:52:18.566 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-09-17T00:52:18.566 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.allow_data_in_errors: 0 2024-09-17T00:52:18.566 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.db_host_id: __hostname__ 2024-09-17T00:52:18.566 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.enforce_single_del_contracts: true 2024-09-17T00:52:18.566 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.max_background_jobs: 2 2024-09-17T00:52:18.566 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.max_background_compactions: -1 2024-09-17T00:52:18.566 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.max_subcompactions: 1 2024-09-17T00:52:18.566 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.avoid_flush_during_shutdown: 0 2024-09-17T00:52:18.566 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-09-17T00:52:18.566 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.delayed_write_rate : 16777216 2024-09-17T00:52:18.566 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.max_total_wal_size: 0 2024-09-17T00:52:18.566 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-09-17T00:52:18.566 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.stats_dump_period_sec: 600 2024-09-17T00:52:18.566 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.stats_persist_period_sec: 600 2024-09-17T00:52:18.566 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.stats_history_buffer_size: 1048576 2024-09-17T00:52:18.567 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.max_open_files: -1 2024-09-17T00:52:18.567 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.bytes_per_sync: 0 2024-09-17T00:52:18.567 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.wal_bytes_per_sync: 0 2024-09-17T00:52:18.567 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.strict_bytes_per_sync: 0 2024-09-17T00:52:18.567 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.compaction_readahead_size: 0 2024-09-17T00:52:18.567 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.max_background_flushes: -1 2024-09-17T00:52:18.567 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Compression algorithms supported: 2024-09-17T00:52:18.567 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: kZSTD supported: 0 2024-09-17T00:52:18.567 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: kXpressCompression supported: 0 2024-09-17T00:52:18.567 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: kBZip2Compression supported: 0 2024-09-17T00:52:18.567 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: kZSTDNotFinalCompression supported: 0 2024-09-17T00:52:18.567 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: kLZ4Compression supported: 1 2024-09-17T00:52:18.567 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: kZlibCompression supported: 1 2024-09-17T00:52:18.567 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: kLZ4HCCompression supported: 1 2024-09-17T00:52:18.567 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: kSnappyCompression supported: 1 2024-09-17T00:52:18.568 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Fast CRC32 supported: Supported on x86 2024-09-17T00:52:18.568 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: DMutex implementation: pthread_mutex_t 2024-09-17T00:52:18.568 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-09-17T00:52:18.568 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-09-17T00:52:18.568 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-09-17T00:52:18.568 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.merge_operator: 2024-09-17T00:52:18.568 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.compaction_filter: None 2024-09-17T00:52:18.568 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.compaction_filter_factory: None 2024-09-17T00:52:18.568 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.sst_partitioner_factory: None 2024-09-17T00:52:18.568 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.memtable_factory: SkipListFactory 2024-09-17T00:52:18.568 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.table_factory: BlockBasedTable 2024-09-17T00:52:18.568 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a79804f320) 2024-09-17T00:52:18.569 INFO:journalctl@ceph.mon.a.smithi045.stdout: cache_index_and_filter_blocks: 1 2024-09-17T00:52:18.569 INFO:journalctl@ceph.mon.a.smithi045.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2024-09-17T00:52:18.569 INFO:journalctl@ceph.mon.a.smithi045.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2024-09-17T00:52:18.569 INFO:journalctl@ceph.mon.a.smithi045.stdout: pin_top_level_index_and_filter: 1 2024-09-17T00:52:18.569 INFO:journalctl@ceph.mon.a.smithi045.stdout: index_type: 0 2024-09-17T00:52:18.569 INFO:journalctl@ceph.mon.a.smithi045.stdout: data_block_index_type: 0 2024-09-17T00:52:18.569 INFO:journalctl@ceph.mon.a.smithi045.stdout: index_shortening: 1 2024-09-17T00:52:18.569 INFO:journalctl@ceph.mon.a.smithi045.stdout: data_block_hash_table_util_ratio: 0.750000 2024-09-17T00:52:18.569 INFO:journalctl@ceph.mon.a.smithi045.stdout: checksum: 4 2024-09-17T00:52:18.569 INFO:journalctl@ceph.mon.a.smithi045.stdout: no_block_cache: 0 2024-09-17T00:52:18.569 INFO:journalctl@ceph.mon.a.smithi045.stdout: block_cache: 0x55a7980431f0 2024-09-17T00:52:18.569 INFO:journalctl@ceph.mon.a.smithi045.stdout: block_cache_name: BinnedLRUCache 2024-09-17T00:52:18.569 INFO:journalctl@ceph.mon.a.smithi045.stdout: block_cache_options: 2024-09-17T00:52:18.569 INFO:journalctl@ceph.mon.a.smithi045.stdout: capacity : 536870912 2024-09-17T00:52:18.570 INFO:journalctl@ceph.mon.a.smithi045.stdout: num_shard_bits : 4 2024-09-17T00:52:18.570 INFO:journalctl@ceph.mon.a.smithi045.stdout: strict_capacity_limit : 0 2024-09-17T00:52:18.570 INFO:journalctl@ceph.mon.a.smithi045.stdout: high_pri_pool_ratio: 0.000 2024-09-17T00:52:18.570 INFO:journalctl@ceph.mon.a.smithi045.stdout: block_cache_compressed: (nil) 2024-09-17T00:52:18.570 INFO:journalctl@ceph.mon.a.smithi045.stdout: persistent_cache: (nil) 2024-09-17T00:52:18.570 INFO:journalctl@ceph.mon.a.smithi045.stdout: block_size: 4096 2024-09-17T00:52:18.570 INFO:journalctl@ceph.mon.a.smithi045.stdout: block_size_deviation: 10 2024-09-17T00:52:18.570 INFO:journalctl@ceph.mon.a.smithi045.stdout: block_restart_interval: 16 2024-09-17T00:52:18.570 INFO:journalctl@ceph.mon.a.smithi045.stdout: index_block_restart_interval: 1 2024-09-17T00:52:18.570 INFO:journalctl@ceph.mon.a.smithi045.stdout: metadata_block_size: 4096 2024-09-17T00:52:18.570 INFO:journalctl@ceph.mon.a.smithi045.stdout: partition_filters: 0 2024-09-17T00:52:18.570 INFO:journalctl@ceph.mon.a.smithi045.stdout: use_delta_encoding: 1 2024-09-17T00:52:18.570 INFO:journalctl@ceph.mon.a.smithi045.stdout: filter_policy: bloomfilter 2024-09-17T00:52:18.570 INFO:journalctl@ceph.mon.a.smithi045.stdout: whole_key_filtering: 1 2024-09-17T00:52:18.570 INFO:journalctl@ceph.mon.a.smithi045.stdout: verify_compression: 0 2024-09-17T00:52:18.571 INFO:journalctl@ceph.mon.a.smithi045.stdout: read_amp_bytes_per_bit: 0 2024-09-17T00:52:18.571 INFO:journalctl@ceph.mon.a.smithi045.stdout: format_version: 5 2024-09-17T00:52:18.571 INFO:journalctl@ceph.mon.a.smithi045.stdout: enable_index_compression: 1 2024-09-17T00:52:18.571 INFO:journalctl@ceph.mon.a.smithi045.stdout: block_align: 0 2024-09-17T00:52:18.571 INFO:journalctl@ceph.mon.a.smithi045.stdout: max_auto_readahead_size: 262144 2024-09-17T00:52:18.571 INFO:journalctl@ceph.mon.a.smithi045.stdout: prepopulate_block_cache: 0 2024-09-17T00:52:18.571 INFO:journalctl@ceph.mon.a.smithi045.stdout: initial_auto_readahead_size: 8192 2024-09-17T00:52:18.571 INFO:journalctl@ceph.mon.a.smithi045.stdout: num_file_reads_for_auto_readahead: 2 2024-09-17T00:52:18.571 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.write_buffer_size: 33554432 2024-09-17T00:52:18.571 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.max_write_buffer_number: 2 2024-09-17T00:52:18.571 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.compression: NoCompression 2024-09-17T00:52:18.571 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.bottommost_compression: Disabled 2024-09-17T00:52:18.571 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.prefix_extractor: nullptr 2024-09-17T00:52:18.571 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-09-17T00:52:18.571 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.num_levels: 7 2024-09-17T00:52:18.572 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-09-17T00:52:18.572 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-09-17T00:52:18.572 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-09-17T00:52:18.572 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-09-17T00:52:18.572 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.bottommost_compression_opts.level: 32767 2024-09-17T00:52:18.572 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-09-17T00:52:18.572 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-09-17T00:52:18.572 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-09-17T00:52:18.572 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-09-17T00:52:18.572 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.bottommost_compression_opts.enabled: false 2024-09-17T00:52:18.572 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-09-17T00:52:18.572 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-09-17T00:52:18.572 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.compression_opts.window_bits: -14 2024-09-17T00:52:18.573 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.compression_opts.level: 32767 2024-09-17T00:52:18.573 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.compression_opts.strategy: 0 2024-09-17T00:52:18.573 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-09-17T00:52:18.573 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-09-17T00:52:18.573 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-09-17T00:52:18.573 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.compression_opts.parallel_threads: 1 2024-09-17T00:52:18.573 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.compression_opts.enabled: false 2024-09-17T00:52:18.573 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-09-17T00:52:18.573 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-09-17T00:52:18.573 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-09-17T00:52:18.573 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.level0_stop_writes_trigger: 36 2024-09-17T00:52:18.573 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.target_file_size_base: 67108864 2024-09-17T00:52:18.573 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.target_file_size_multiplier: 1 2024-09-17T00:52:18.573 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.max_bytes_for_level_base: 268435456 2024-09-17T00:52:18.574 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-09-17T00:52:18.574 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-09-17T00:52:18.574 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-09-17T00:52:18.574 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-09-17T00:52:18.574 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-09-17T00:52:18.574 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-09-17T00:52:18.574 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-09-17T00:52:18.574 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-09-17T00:52:18.574 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-09-17T00:52:18.574 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-09-17T00:52:18.574 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.max_compaction_bytes: 1677721600 2024-09-17T00:52:18.574 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-09-17T00:52:18.574 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.arena_block_size: 1048576 2024-09-17T00:52:18.574 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-09-17T00:52:18.575 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-09-17T00:52:18.575 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.disable_auto_compactions: 0 2024-09-17T00:52:18.575 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-09-17T00:52:18.575 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-09-17T00:52:18.575 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-09-17T00:52:18.575 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-09-17T00:52:18.575 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-09-17T00:52:18.575 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-09-17T00:52:18.575 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-09-17T00:52:18.575 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-09-17T00:52:18.575 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-09-17T00:52:18.575 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-09-17T00:52:18.575 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2024-09-17T00:52:18.576 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.inplace_update_support: 0 2024-09-17T00:52:18.576 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.inplace_update_num_locks: 10000 2024-09-17T00:52:18.576 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-09-17T00:52:18.576 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.memtable_whole_key_filtering: 0 2024-09-17T00:52:18.576 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.memtable_huge_page_size: 0 2024-09-17T00:52:18.576 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.bloom_locality: 0 2024-09-17T00:52:18.576 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.max_successive_merges: 0 2024-09-17T00:52:18.576 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.optimize_filters_for_hits: 0 2024-09-17T00:52:18.576 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.paranoid_file_checks: 0 2024-09-17T00:52:18.576 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.force_consistency_checks: 1 2024-09-17T00:52:18.576 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.report_bg_io_stats: 0 2024-09-17T00:52:18.576 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.ttl: 2592000 2024-09-17T00:52:18.576 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.periodic_compaction_seconds: 0 2024-09-17T00:52:18.576 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.preclude_last_level_data_seconds: 0 2024-09-17T00:52:18.577 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.preserve_internal_time_seconds: 0 2024-09-17T00:52:18.577 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.enable_blob_files: false 2024-09-17T00:52:18.577 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.min_blob_size: 0 2024-09-17T00:52:18.577 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.blob_file_size: 268435456 2024-09-17T00:52:18.577 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.blob_compression_type: NoCompression 2024-09-17T00:52:18.577 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.enable_blob_garbage_collection: false 2024-09-17T00:52:18.577 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-09-17T00:52:18.577 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-09-17T00:52:18.577 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.blob_compaction_readahead_size: 0 2024-09-17T00:52:18.577 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.blob_file_starting_level: 0 2024-09-17T00:52:18.577 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-09-17T00:52:18.577 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: 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-17T00:52:18.577 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-09-17T00:52:18.577 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 5e435848-3e59-45ad-8831-9aeca2af4039 2024-09-17T00:52:18.578 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726534338507274, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-09-17T00:52:18.578 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-09-17T00:52:18.578 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726534338508625, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85400, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 258, "table_properties": {"data_size": 83547, "index_size": 237, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 581, "raw_key_size": 10201, "raw_average_key_size": 47, "raw_value_size": 77754, "raw_average_value_size": 358, "num_data_blocks": 11, "num_entries": 217, "num_filter_entries": 217, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1726534338, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "5e435848-3e59-45ad-8831-9aeca2af4039", "db_session_id": "PI307XBD1E4C8UBZT6PG", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-09-17T00:52:18.578 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: EVENT_LOG_v1 {"time_micros": 1726534338508767, "job": 1, "event": "recovery_finished"} 2024-09-17T00:52:18.578 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-09-17T00:52:18.578 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: 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-17T00:52:18.578 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55a798070e00 2024-09-17T00:52:18.578 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: DB pointer 0x55a79816c000 2024-09-17T00:52:18.578 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-09-17T00:52:18.578 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: rocksdb: [db/db_impl/db_impl.cc:1111] 2024-09-17T00:52:18.578 INFO:journalctl@ceph.mon.a.smithi045.stdout: ** DB Stats ** 2024-09-17T00:52:18.578 INFO:journalctl@ceph.mon.a.smithi045.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T00:52:18.578 INFO:journalctl@ceph.mon.a.smithi045.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-17T00:52:18.578 INFO:journalctl@ceph.mon.a.smithi045.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T00:52:18.579 INFO:journalctl@ceph.mon.a.smithi045.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T00:52:18.579 INFO:journalctl@ceph.mon.a.smithi045.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-17T00:52:18.579 INFO:journalctl@ceph.mon.a.smithi045.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-09-17T00:52:18.579 INFO:journalctl@ceph.mon.a.smithi045.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-09-17T00:52:18.579 INFO:journalctl@ceph.mon.a.smithi045.stdout: 2024-09-17T00:52:18.579 INFO:journalctl@ceph.mon.a.smithi045.stdout: ** Compaction Stats [default] ** 2024-09-17T00:52:18.579 INFO:journalctl@ceph.mon.a.smithi045.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-17T00:52:18.579 INFO:journalctl@ceph.mon.a.smithi045.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-09-17T00:52:18.579 INFO:journalctl@ceph.mon.a.smithi045.stdout: L0 2/0 85.26 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 100.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T00:52:18.579 INFO:journalctl@ceph.mon.a.smithi045.stdout: Sum 2/0 85.26 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 100.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T00:52:18.579 INFO:journalctl@ceph.mon.a.smithi045.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 100.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T00:52:18.579 INFO:journalctl@ceph.mon.a.smithi045.stdout: 2024-09-17T00:52:18.579 INFO:journalctl@ceph.mon.a.smithi045.stdout: ** Compaction Stats [default] ** 2024-09-17T00:52:18.579 INFO:journalctl@ceph.mon.a.smithi045.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-17T00:52:18.580 INFO:journalctl@ceph.mon.a.smithi045.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-09-17T00:52:18.580 INFO:journalctl@ceph.mon.a.smithi045.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 100.4 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-09-17T00:52:18.580 INFO:journalctl@ceph.mon.a.smithi045.stdout: 2024-09-17T00:52:18.580 INFO:journalctl@ceph.mon.a.smithi045.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-09-17T00:52:18.580 INFO:journalctl@ceph.mon.a.smithi045.stdout: 2024-09-17T00:52:18.580 INFO:journalctl@ceph.mon.a.smithi045.stdout: Uptime(secs): 0.0 total, 0.0 interval 2024-09-17T00:52:18.580 INFO:journalctl@ceph.mon.a.smithi045.stdout: Flush(GB): cumulative 0.000, interval 0.000 2024-09-17T00:52:18.580 INFO:journalctl@ceph.mon.a.smithi045.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2024-09-17T00:52:18.580 INFO:journalctl@ceph.mon.a.smithi045.stdout: AddFile(Total Files): cumulative 0, interval 0 2024-09-17T00:52:18.580 INFO:journalctl@ceph.mon.a.smithi045.stdout: AddFile(L0 Files): cumulative 0, interval 0 2024-09-17T00:52:18.580 INFO:journalctl@ceph.mon.a.smithi045.stdout: AddFile(Keys): cumulative 0, interval 0 2024-09-17T00:52:18.580 INFO:journalctl@ceph.mon.a.smithi045.stdout: Cumulative compaction: 0.00 GB write, 17.96 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T00:52:18.580 INFO:journalctl@ceph.mon.a.smithi045.stdout: Interval compaction: 0.00 GB write, 17.96 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-09-17T00:52:18.580 INFO:journalctl@ceph.mon.a.smithi045.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-17T00:52:18.581 INFO:journalctl@ceph.mon.a.smithi045.stdout: Block cache BinnedLRUCache@0x55a7980431f0#2 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-09-17T00:52:18.581 INFO:journalctl@ceph.mon.a.smithi045.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-17T00:52:18.581 INFO:journalctl@ceph.mon.a.smithi045.stdout: 2024-09-17T00:52:18.581 INFO:journalctl@ceph.mon.a.smithi045.stdout: ** File Read Latency Histogram By Level [default] ** 2024-09-17T00:52:18.581 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: starting mon.a rank 0 at public addrs [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] at bind addrs [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid e4a63de8-748e-11ef-bceb-c7b262605968 2024-09-17T00:52:18.581 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: mon.a@-1(???) e1 preinit fsid e4a63de8-748e-11ef-bceb-c7b262605968 2024-09-17T00:52:18.581 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: mon.a@-1(???).mds e1 new map 2024-09-17T00:52:18.581 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: mon.a@-1(???).mds e1 print_map 2024-09-17T00:52:18.581 INFO:journalctl@ceph.mon.a.smithi045.stdout: e1 2024-09-17T00:52:18.581 INFO:journalctl@ceph.mon.a.smithi045.stdout: btime 2024-09-17T00:52:12:864035+0000 2024-09-17T00:52:18.581 INFO:journalctl@ceph.mon.a.smithi045.stdout: enable_multiple, ever_enabled_multiple: 1,1 2024-09-17T00:52:18.581 INFO:journalctl@ceph.mon.a.smithi045.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-17T00:52:18.581 INFO:journalctl@ceph.mon.a.smithi045.stdout: legacy client fscid: -1 2024-09-17T00:52:18.581 INFO:journalctl@ceph.mon.a.smithi045.stdout: 2024-09-17T00:52:18.582 INFO:journalctl@ceph.mon.a.smithi045.stdout: No filesystems configured 2024-09-17T00:52:18.582 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-09-17T00:52:18.582 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T00:52:18.582 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T00:52:18.582 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-09-17T00:52:18.582 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 ceph-mon[29581]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-09-17T00:52:18.582 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 bash[29562]: 5d98b4b321890565a91a306cc7bd3e2b5b332980a8fff18673125fad34cffec8 2024-09-17T00:52:18.582 INFO:teuthology.orchestra.run.smithi045.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-09-17T00:52:18.812 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:18 smithi045 systemd[1]: Started Ceph mon.a for e4a63de8-748e-11ef-bceb-c7b262605968. 2024-09-17T00:52:19.608 INFO:teuthology.orchestra.run.smithi045.stdout:Wrote config to /etc/ceph/ceph.conf 2024-09-17T00:52:19.629 INFO:teuthology.orchestra.run.smithi045.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-09-17T00:52:19.629 INFO:teuthology.orchestra.run.smithi045.stdout:Creating mgr... 2024-09-17T00:52:19.629 INFO:teuthology.orchestra.run.smithi045.stdout:Verifying port 0.0.0.0:9283 ... 2024-09-17T00:52:19.630 INFO:teuthology.orchestra.run.smithi045.stdout:Verifying port 0.0.0.0:8765 ... 2024-09-17T00:52:19.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:19 smithi045 ceph-mon[29581]: mon.a is new leader, mons a in quorum (ranks 0) 2024-09-17T00:52:19.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:19 smithi045 ceph-mon[29581]: monmap epoch 1 2024-09-17T00:52:19.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:19 smithi045 ceph-mon[29581]: fsid e4a63de8-748e-11ef-bceb-c7b262605968 2024-09-17T00:52:19.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:19 smithi045 ceph-mon[29581]: last_changed 2024-09-17T00:52:09.567407+0000 2024-09-17T00:52:19.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:19 smithi045 ceph-mon[29581]: created 2024-09-17T00:52:09.567407+0000 2024-09-17T00:52:19.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:19 smithi045 ceph-mon[29581]: min_mon_release 19 (squid) 2024-09-17T00:52:19.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:19 smithi045 ceph-mon[29581]: election_strategy: 1 2024-09-17T00:52:19.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:19 smithi045 ceph-mon[29581]: 0: [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon.a 2024-09-17T00:52:19.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:19 smithi045 ceph-mon[29581]: fsmap 2024-09-17T00:52:19.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:19 smithi045 ceph-mon[29581]: osdmap e1: 0 total, 0 up, 0 in 2024-09-17T00:52:19.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:19 smithi045 ceph-mon[29581]: mgrmap e1: no daemons active 2024-09-17T00:52:19.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:19 smithi045 ceph-mon[29581]: from='client.? 172.21.15.45:0/4106586056' entity='client.admin' 2024-09-17T00:52:19.971 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-e4a63de8-748e-11ef-bceb-c7b262605968@mgr.a 2024-09-17T00:52:19.971 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Failed to reset failed state of unit ceph-e4a63de8-748e-11ef-bceb-c7b262605968@mgr.a.service: Unit ceph-e4a63de8-748e-11ef-bceb-c7b262605968@mgr.a.service not loaded. 2024-09-17T00:52:20.127 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-e4a63de8-748e-11ef-bceb-c7b262605968.target.wants/ceph-e4a63de8-748e-11ef-bceb-c7b262605968@mgr.a.service → /etc/systemd/system/ceph-e4a63de8-748e-11ef-bceb-c7b262605968@.service. 2024-09-17T00:52:20.359 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:20 smithi045 systemd[1]: Starting Ceph mgr.a for e4a63de8-748e-11ef-bceb-c7b262605968... 2024-09-17T00:52:20.625 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:20 smithi045 podman[29795]: 2024-09-17 00:52:20.264743697 +0000 UTC m=+0.016244613 image pull ebb0615149def4a3179c82c0cc47af75808300abb9f1142788e5e605a7ac0e5b quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f 2024-09-17T00:52:20.625 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:20 smithi045 podman[29795]: 2024-09-17 00:52:20.367899959 +0000 UTC m=+0.119400860 container create 0ab104d295f74663d538ca3374d637f38f38ae89290a85403645786d1c8cdd48 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_CLEAN=True, RELEASE=squid-c2ddf97, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0) 2024-09-17T00:52:20.625 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:20 smithi045 podman[29795]: 2024-09-17 00:52:20.578806482 +0000 UTC m=+0.330307395 container init 0ab104d295f74663d538ca3374d637f38f38ae89290a85403645786d1c8cdd48 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, GIT_CLEAN=True, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, RELEASE=squid-c2ddf97, ceph=True) 2024-09-17T00:52:20.625 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:20 smithi045 podman[29795]: 2024-09-17 00:52:20.581682894 +0000 UTC m=+0.333183794 container start 0ab104d295f74663d538ca3374d637f38f38ae89290a85403645786d1c8cdd48 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a, org.label-schema.schema-version=1.0, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, RELEASE=squid-c2ddf97, io.buildah.version=1.37.2) 2024-09-17T00:52:20.674 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-17T00:52:20.674 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout disabled 2024-09-17T00:52:20.681 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-17T00:52:20.682 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout inactive 2024-09-17T00:52:20.682 INFO:teuthology.orchestra.run.smithi045.stdout:firewalld.service is not enabled 2024-09-17T00:52:20.682 INFO:teuthology.orchestra.run.smithi045.stdout:Not possible to enable service . firewalld.service is not available 2024-09-17T00:52:20.691 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-17T00:52:20.691 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout disabled 2024-09-17T00:52:20.698 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-17T00:52:20.699 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout inactive 2024-09-17T00:52:20.699 INFO:teuthology.orchestra.run.smithi045.stdout:firewalld.service is not enabled 2024-09-17T00:52:20.699 INFO:teuthology.orchestra.run.smithi045.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-09-17T00:52:20.699 INFO:teuthology.orchestra.run.smithi045.stdout:Waiting for mgr to start... 2024-09-17T00:52:20.699 INFO:teuthology.orchestra.run.smithi045.stdout:Waiting for mgr... 2024-09-17T00:52:20.911 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:20 smithi045 bash[29795]: 0ab104d295f74663d538ca3374d637f38f38ae89290a85403645786d1c8cdd48 2024-09-17T00:52:20.911 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:20 smithi045 systemd[1]: Started Ceph mgr.a for e4a63de8-748e-11ef-bceb-c7b262605968. 2024-09-17T00:52:20.912 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:20 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:20.706+0000 7f86465b8040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-17T00:52:20.912 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:20 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:20.772+0000 7f86465b8040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-17T00:52:21.195 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:20 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:20.931+0000 7f86465b8040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-17T00:52:21.195 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:21 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:21.000+0000 7f86465b8040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-17T00:52:21.196 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:21 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:21.158+0000 7f86465b8040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-17T00:52:21.540 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:21 smithi045 ceph-mon[29581]: from='client.? 172.21.15.45:0/2624844384' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-17T00:52:21.540 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:21 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:21.309+0000 7f86465b8040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-17T00:52:21.791 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:21 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:21.642+0000 7f86465b8040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-17T00:52:21.791 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:21 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:21.705+0000 7f86465b8040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-17T00:52:21.794 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-09-17T00:52:21.797 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout { 2024-09-17T00:52:21.797 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "fsid": "e4a63de8-748e-11ef-bceb-c7b262605968", 2024-09-17T00:52:21.797 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "health": { 2024-09-17T00:52:21.797 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-17T00:52:21.797 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-17T00:52:21.797 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-17T00:52:21.797 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-09-17T00:52:21.797 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-17T00:52:21.797 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-17T00:52:21.798 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 0 2024-09-17T00:52:21.798 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-09-17T00:52:21.798 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-17T00:52:21.798 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "a" 2024-09-17T00:52:21.798 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-09-17T00:52:21.798 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-09-17T00:52:21.798 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-17T00:52:21.798 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T00:52:21.798 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-17T00:52:21.798 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-17T00:52:21.798 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-09-17T00:52:21.798 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-17T00:52:21.798 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T00:52:21.799 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-17T00:52:21.799 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-17T00:52:21.799 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-17T00:52:21.799 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-17T00:52:21.799 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-17T00:52:21.799 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-17T00:52:21.802 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-09-17T00:52:21.802 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-17T00:52:21.802 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-17T00:52:21.802 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-17T00:52:21.803 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-17T00:52:21.803 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-17T00:52:21.804 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-17T00:52:21.804 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-17T00:52:21.804 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-17T00:52:21.804 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-17T00:52:21.804 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-09-17T00:52:21.805 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-17T00:52:21.805 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T00:52:21.805 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "btime": "2024-09-17T00:52:12:864035+0000", 2024-09-17T00:52:21.805 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-17T00:52:21.805 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-17T00:52:21.805 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-09-17T00:52:21.806 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-17T00:52:21.806 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-17T00:52:21.806 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-17T00:52:21.806 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-17T00:52:21.806 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-17T00:52:21.807 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-17T00:52:21.807 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "restful" 2024-09-17T00:52:21.807 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-09-17T00:52:21.807 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T00:52:21.808 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-09-17T00:52:21.808 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-17T00:52:21.808 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T00:52:21.808 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "modified": "2024-09-17T00:52:12.864660+0000", 2024-09-17T00:52:21.809 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T00:52:21.809 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-09-17T00:52:21.809 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-17T00:52:21.809 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout } 2024-09-17T00:52:21.809 INFO:teuthology.orchestra.run.smithi045.stdout:mgr not available, waiting (1/15)... 2024-09-17T00:52:22.124 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:21 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:21.900+0000 7f86465b8040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-17T00:52:23.125 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:22 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:22.821+0000 7f86465b8040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-17T00:52:23.125 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:22 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:22.891+0000 7f86465b8040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-17T00:52:23.776 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:23 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:23.656+0000 7f86465b8040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-17T00:52:23.776 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:23 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:23.777+0000 7f86465b8040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-17T00:52:24.046 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:23 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:23.938+0000 7f86465b8040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-17T00:52:24.046 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:24 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:24.002+0000 7f86465b8040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-17T00:52:24.298 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:24 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:24.161+0000 7f86465b8040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-17T00:52:24.298 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:24 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:24.235+0000 7f86465b8040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-17T00:52:24.298 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:24 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:24.299+0000 7f86465b8040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-17T00:52:24.613 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:24 smithi045 ceph-mon[29581]: from='client.? 172.21.15.45:0/129212546' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-17T00:52:24.613 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:24 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:24.477+0000 7f86465b8040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-17T00:52:24.614 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:24 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:24.545+0000 7f86465b8040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-17T00:52:24.614 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:24 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:24.615+0000 7f86465b8040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-17T00:52:24.874 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:24 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:24.701+0000 7f86465b8040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-17T00:52:24.875 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:24 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:24.764+0000 7f86465b8040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-17T00:52:24.875 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:24 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:24.825+0000 7f86465b8040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-17T00:52:24.930 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-09-17T00:52:24.930 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout { 2024-09-17T00:52:24.930 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "fsid": "e4a63de8-748e-11ef-bceb-c7b262605968", 2024-09-17T00:52:24.930 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "health": { 2024-09-17T00:52:24.930 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-17T00:52:24.930 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-17T00:52:24.930 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-17T00:52:24.930 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-09-17T00:52:24.931 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-17T00:52:24.931 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-17T00:52:24.931 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 0 2024-09-17T00:52:24.931 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-09-17T00:52:24.931 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-17T00:52:24.931 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "a" 2024-09-17T00:52:24.931 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-09-17T00:52:24.931 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2024-09-17T00:52:24.931 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-17T00:52:24.931 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T00:52:24.931 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-17T00:52:24.931 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-17T00:52:24.931 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-09-17T00:52:24.931 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-17T00:52:24.932 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T00:52:24.932 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-17T00:52:24.932 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-17T00:52:24.932 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-17T00:52:24.932 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-17T00:52:24.932 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-17T00:52:24.932 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-17T00:52:24.932 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-09-17T00:52:24.932 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-17T00:52:24.932 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-17T00:52:24.932 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-17T00:52:24.932 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-17T00:52:24.932 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-17T00:52:24.933 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-17T00:52:24.933 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-17T00:52:24.933 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-17T00:52:24.933 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-17T00:52:24.933 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-09-17T00:52:24.933 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-17T00:52:24.933 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T00:52:24.933 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "btime": "2024-09-17T00:52:12:864035+0000", 2024-09-17T00:52:24.933 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-17T00:52:24.933 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-17T00:52:24.933 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-09-17T00:52:24.933 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-17T00:52:24.933 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "available": false, 2024-09-17T00:52:24.933 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-17T00:52:24.934 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-17T00:52:24.934 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-17T00:52:24.934 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-17T00:52:24.934 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "restful" 2024-09-17T00:52:24.934 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-09-17T00:52:24.934 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T00:52:24.934 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-09-17T00:52:24.934 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-17T00:52:24.934 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T00:52:24.934 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "modified": "2024-09-17T00:52:12.864660+0000", 2024-09-17T00:52:24.934 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T00:52:24.934 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-09-17T00:52:24.934 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-17T00:52:24.935 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout } 2024-09-17T00:52:24.935 INFO:teuthology.orchestra.run.smithi045.stdout:mgr not available, waiting (2/15)... 2024-09-17T00:52:26.124 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:25 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:25.654+0000 7f86465b8040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-17T00:52:26.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:25 smithi045 ceph-mon[29581]: Activating manager daemon a 2024-09-17T00:52:26.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:25 smithi045 ceph-mon[29581]: mgrmap e2: a(active, starting, since 0.0032133s) 2024-09-17T00:52:26.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:25 smithi045 ceph-mon[29581]: from='mgr.14100 172.21.15.45:0/903349291' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T00:52:26.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:25 smithi045 ceph-mon[29581]: from='mgr.14100 172.21.15.45:0/903349291' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T00:52:26.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:25 smithi045 ceph-mon[29581]: from='mgr.14100 172.21.15.45:0/903349291' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T00:52:26.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:25 smithi045 ceph-mon[29581]: from='mgr.14100 172.21.15.45:0/903349291' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T00:52:26.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:25 smithi045 ceph-mon[29581]: from='mgr.14100 172.21.15.45:0/903349291' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-17T00:52:26.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:25 smithi045 ceph-mon[29581]: Manager daemon a is now available 2024-09-17T00:52:26.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:25 smithi045 ceph-mon[29581]: from='mgr.14100 172.21.15.45:0/903349291' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-17T00:52:26.126 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:25 smithi045 ceph-mon[29581]: from='mgr.14100 172.21.15.45:0/903349291' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-17T00:52:26.126 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:25 smithi045 ceph-mon[29581]: from='mgr.14100 172.21.15.45:0/903349291' entity='mgr.a' 2024-09-17T00:52:26.126 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:25 smithi045 ceph-mon[29581]: from='mgr.14100 172.21.15.45:0/903349291' entity='mgr.a' 2024-09-17T00:52:26.126 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:25 smithi045 ceph-mon[29581]: from='mgr.14100 172.21.15.45:0/903349291' entity='mgr.a' 2024-09-17T00:52:27.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:27 smithi045 ceph-mon[29581]: mgrmap e3: a(active, since 1.00728s) 2024-09-17T00:52:27.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:27 smithi045 ceph-mon[29581]: from='client.? 172.21.15.45:0/2792010879' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-09-17T00:52:28.174 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-09-17T00:52:28.175 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout { 2024-09-17T00:52:28.175 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "fsid": "e4a63de8-748e-11ef-bceb-c7b262605968", 2024-09-17T00:52:28.175 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "health": { 2024-09-17T00:52:28.175 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-09-17T00:52:28.175 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-09-17T00:52:28.175 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-09-17T00:52:28.175 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-09-17T00:52:28.175 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-09-17T00:52:28.175 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-09-17T00:52:28.175 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 0 2024-09-17T00:52:28.175 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-09-17T00:52:28.176 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-09-17T00:52:28.176 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "a" 2024-09-17T00:52:28.176 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-09-17T00:52:28.176 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-09-17T00:52:28.176 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "monmap": { 2024-09-17T00:52:28.176 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T00:52:28.176 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-09-17T00:52:28.176 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-09-17T00:52:28.176 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-09-17T00:52:28.176 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-09-17T00:52:28.176 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T00:52:28.176 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-09-17T00:52:28.176 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-09-17T00:52:28.177 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-09-17T00:52:28.177 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-09-17T00:52:28.177 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-09-17T00:52:28.177 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-09-17T00:52:28.180 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-09-17T00:52:28.181 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-09-17T00:52:28.181 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-09-17T00:52:28.181 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-09-17T00:52:28.181 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-09-17T00:52:28.181 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-09-17T00:52:28.181 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-09-17T00:52:28.181 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-09-17T00:52:28.181 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-09-17T00:52:28.181 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-09-17T00:52:28.181 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-09-17T00:52:28.181 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-09-17T00:52:28.181 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T00:52:28.181 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "btime": "2024-09-17T00:52:12:864035+0000", 2024-09-17T00:52:28.181 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-09-17T00:52:28.181 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-09-17T00:52:28.182 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-09-17T00:52:28.182 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-09-17T00:52:28.182 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-17T00:52:28.182 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-09-17T00:52:28.182 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "modules": [ 2024-09-17T00:52:28.182 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "iostat", 2024-09-17T00:52:28.182 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "nfs", 2024-09-17T00:52:28.182 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "restful" 2024-09-17T00:52:28.182 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ], 2024-09-17T00:52:28.182 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T00:52:28.182 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-09-17T00:52:28.182 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-09-17T00:52:28.182 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-09-17T00:52:28.182 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "modified": "2024-09-17T00:52:12.864660+0000", 2024-09-17T00:52:28.182 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "services": {} 2024-09-17T00:52:28.182 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout }, 2024-09-17T00:52:28.183 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-09-17T00:52:28.183 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout } 2024-09-17T00:52:28.183 INFO:teuthology.orchestra.run.smithi045.stdout:mgr is available 2024-09-17T00:52:29.058 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:28 smithi045 ceph-mon[29581]: mgrmap e4: a(active, since 2s) 2024-09-17T00:52:29.320 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-09-17T00:52:29.320 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout [global] 2024-09-17T00:52:29.321 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout fsid = e4a63de8-748e-11ef-bceb-c7b262605968 2024-09-17T00:52:29.321 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.45:3300,v1:172.21.15.45:6789] 2024-09-17T00:52:29.321 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-09-17T00:52:29.321 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-09-17T00:52:29.321 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-09-17T00:52:29.321 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-09-17T00:52:29.321 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-09-17T00:52:29.321 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout [mgr] 2024-09-17T00:52:29.321 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-09-17T00:52:29.321 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 2024-09-17T00:52:29.321 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout [osd] 2024-09-17T00:52:29.321 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-09-17T00:52:29.321 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-09-17T00:52:29.322 INFO:teuthology.orchestra.run.smithi045.stdout:Enabling cephadm module... 2024-09-17T00:52:30.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:29 smithi045 ceph-mon[29581]: from='client.? 172.21.15.45:0/3467132982' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-09-17T00:52:30.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:29 smithi045 ceph-mon[29581]: from='client.? 172.21.15.45:0/3467132982' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-09-17T00:52:30.980 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:30 smithi045 ceph-mon[29581]: from='client.? 172.21.15.45:0/2147754612' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-09-17T00:52:30.981 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:30 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: ignoring --setuser ceph since I am not root 2024-09-17T00:52:30.981 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:30 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: ignoring --setgroup ceph since I am not root 2024-09-17T00:52:30.981 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:30 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:30.814+0000 7fdfa1fbf040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-17T00:52:30.981 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:30 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:30.873+0000 7fdfa1fbf040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-17T00:52:31.250 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:31 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:31.029+0000 7fdfa1fbf040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-17T00:52:31.251 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:31 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:31.098+0000 7fdfa1fbf040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-17T00:52:31.251 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:31 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:31.252+0000 7fdfa1fbf040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-17T00:52:31.531 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:31 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:31.401+0000 7fdfa1fbf040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-17T00:52:31.801 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:31 smithi045 ceph-mon[29581]: from='client.? 172.21.15.45:0/2147754612' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-09-17T00:52:31.801 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:31 smithi045 ceph-mon[29581]: mgrmap e5: a(active, since 5s) 2024-09-17T00:52:31.801 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:31 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:31.738+0000 7fdfa1fbf040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-17T00:52:31.801 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:31 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:31.802+0000 7fdfa1fbf040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-17T00:52:32.125 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:32 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:32.002+0000 7fdfa1fbf040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-17T00:52:32.482 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout { 2024-09-17T00:52:32.482 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-09-17T00:52:32.482 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-17T00:52:32.482 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-17T00:52:32.482 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-17T00:52:32.483 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout } 2024-09-17T00:52:32.483 INFO:teuthology.orchestra.run.smithi045.stdout:Waiting for the mgr to restart... 2024-09-17T00:52:32.483 INFO:teuthology.orchestra.run.smithi045.stdout:Waiting for mgr epoch 5... 2024-09-17T00:52:32.721 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:32 smithi045 ceph-mon[29581]: from='client.? 172.21.15.45:0/1433636151' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-17T00:52:33.005 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:32 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:32.937+0000 7fdfa1fbf040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-17T00:52:33.005 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:33 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:33.008+0000 7fdfa1fbf040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-17T00:52:34.016 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:33 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:33.750+0000 7fdfa1fbf040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-17T00:52:34.016 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:33 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:33.870+0000 7fdfa1fbf040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-17T00:52:34.305 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:34 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:34.018+0000 7fdfa1fbf040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-17T00:52:34.305 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:34 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:34.082+0000 7fdfa1fbf040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-17T00:52:34.305 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:34 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:34.237+0000 7fdfa1fbf040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-17T00:52:34.305 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:34 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:34.307+0000 7fdfa1fbf040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-17T00:52:34.600 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:34 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:34.370+0000 7fdfa1fbf040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-17T00:52:34.601 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:34 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:34.535+0000 7fdfa1fbf040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-17T00:52:34.601 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:34 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:34.603+0000 7fdfa1fbf040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-17T00:52:34.874 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:34 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:34.672+0000 7fdfa1fbf040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-17T00:52:34.875 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:34 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:34.758+0000 7fdfa1fbf040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-17T00:52:34.875 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:34 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:34.820+0000 7fdfa1fbf040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-17T00:52:35.374 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:34 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:34.881+0000 7fdfa1fbf040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-17T00:52:36.124 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:35 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:35.708+0000 7fdfa1fbf040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-17T00:52:36.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:35 smithi045 ceph-mon[29581]: Active manager daemon a restarted 2024-09-17T00:52:36.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:35 smithi045 ceph-mon[29581]: Activating manager daemon a 2024-09-17T00:52:36.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:35 smithi045 ceph-mon[29581]: osdmap e2: 0 total, 0 up, 0 in 2024-09-17T00:52:36.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:35 smithi045 ceph-mon[29581]: mgrmap e6: a(active, starting, since 0.00333511s) 2024-09-17T00:52:36.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:35 smithi045 ceph-mon[29581]: from='mgr.14118 172.21.15.45:0/3845221548' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T00:52:36.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:35 smithi045 ceph-mon[29581]: from='mgr.14118 172.21.15.45:0/3845221548' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-17T00:52:36.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:35 smithi045 ceph-mon[29581]: from='mgr.14118 172.21.15.45:0/3845221548' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T00:52:36.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:35 smithi045 ceph-mon[29581]: from='mgr.14118 172.21.15.45:0/3845221548' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T00:52:36.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:35 smithi045 ceph-mon[29581]: from='mgr.14118 172.21.15.45:0/3845221548' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T00:52:36.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:35 smithi045 ceph-mon[29581]: Manager daemon a is now available 2024-09-17T00:52:36.126 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:35 smithi045 ceph-mon[29581]: from='mgr.14118 172.21.15.45:0/3845221548' entity='mgr.a' 2024-09-17T00:52:36.126 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:35 smithi045 ceph-mon[29581]: from='mgr.14118 172.21.15.45:0/3845221548' entity='mgr.a' 2024-09-17T00:52:36.126 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:35 smithi045 ceph-mon[29581]: from='mgr.14118 172.21.15.45:0/3845221548' entity='mgr.a' 2024-09-17T00:52:36.126 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:35 smithi045 ceph-mon[29581]: from='mgr.14118 172.21.15.45:0/3845221548' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:52:36.126 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:35 smithi045 ceph-mon[29581]: from='mgr.14118 172.21.15.45:0/3845221548' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:52:36.126 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:35 smithi045 ceph-mon[29581]: from='mgr.14118 172.21.15.45:0/3845221548' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-17T00:52:36.126 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:35 smithi045 ceph-mon[29581]: from='mgr.14118 172.21.15.45:0/3845221548' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-17T00:52:37.313 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout { 2024-09-17T00:52:37.313 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-09-17T00:52:37.313 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-17T00:52:37.313 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout } 2024-09-17T00:52:37.313 INFO:teuthology.orchestra.run.smithi045.stdout:mgr epoch 5 is available 2024-09-17T00:52:37.313 INFO:teuthology.orchestra.run.smithi045.stdout:Setting orchestrator backend to cephadm... 2024-09-17T00:52:37.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:37 smithi045 ceph-mon[29581]: Found migration_current of "None". Setting to last migration. 2024-09-17T00:52:37.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:37 smithi045 ceph-mon[29581]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-17T00:52:37.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:37 smithi045 ceph-mon[29581]: mgrmap e7: a(active, since 1.00543s) 2024-09-17T00:52:37.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:37 smithi045 ceph-mon[29581]: from='mgr.14118 172.21.15.45:0/3845221548' entity='mgr.a' 2024-09-17T00:52:37.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:37 smithi045 ceph-mon[29581]: from='mgr.14118 172.21.15.45:0/3845221548' entity='mgr.a' 2024-09-17T00:52:38.711 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:38 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:38.624+0000 7fdf092d9640 -1 log_channel(cephadm) log [ERR] : [17/Sep/2024:00:52:38] ENGINE Error in HTTPServer.serve 2024-09-17T00:52:38.711 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:38 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: Traceback (most recent call last): 2024-09-17T00:52:38.711 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:38 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T00:52:38.711 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:38 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: self._connections.run(self.expiration_interval) 2024-09-17T00:52:38.711 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:38 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T00:52:38.711 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:38 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: self._run(expiration_interval) 2024-09-17T00:52:38.711 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:38 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T00:52:38.711 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:38 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T00:52:38.711 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:38 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T00:52:38.712 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:38 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T00:52:38.712 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:38 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T00:52:38.712 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:38 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: s = self.context.wrap_socket( 2024-09-17T00:52:38.712 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:38 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T00:52:38.712 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:38 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: return self.sslsocket_class._create( 2024-09-17T00:52:38.712 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:38 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T00:52:38.712 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:38 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: self.do_handshake() 2024-09-17T00:52:38.712 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:38 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T00:52:38.712 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:38 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: self._sslobj.do_handshake() 2024-09-17T00:52:38.712 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:38 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T00:52:38.712 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:38 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:39.093 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:38 smithi045 ceph-mon[29581]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-09-17T00:52:39.093 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:38 smithi045 ceph-mon[29581]: from='mgr.14118 172.21.15.45:0/3845221548' entity='mgr.a' 2024-09-17T00:52:39.093 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:38 smithi045 ceph-mon[29581]: from='mgr.14118 172.21.15.45:0/3845221548' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:52:39.093 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:38 smithi045 ceph-mon[29581]: mgrmap e8: a(active, since 2s) 2024-09-17T00:52:39.093 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:38 smithi045 ceph-mon[29581]: from='mgr.14118 172.21.15.45:0/3845221548' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:52:39.700 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout value unchanged 2024-09-17T00:52:39.700 INFO:teuthology.orchestra.run.smithi045.stdout:Generating ssh key... 2024-09-17T00:52:40.041 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:39 smithi045 ceph-mon[29581]: from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T00:52:40.041 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:39 smithi045 ceph-mon[29581]: [17/Sep/2024:00:52:38] ENGINE Bus STARTING 2024-09-17T00:52:40.041 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:39 smithi045 ceph-mon[29581]: [17/Sep/2024:00:52:38] ENGINE Serving on http://172.21.15.45:8765 2024-09-17T00:52:40.041 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:39 smithi045 ceph-mon[29581]: [17/Sep/2024:00:52:38] ENGINE Serving on https://172.21.15.45:7150 2024-09-17T00:52:40.042 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:39 smithi045 ceph-mon[29581]: [17/Sep/2024:00:52:38] ENGINE Bus STARTED 2024-09-17T00:52:40.042 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:39 smithi045 ceph-mon[29581]: [17/Sep/2024:00:52:38] ENGINE Error in HTTPServer.serve 2024-09-17T00:52:40.042 INFO:journalctl@ceph.mon.a.smithi045.stdout: Traceback (most recent call last): 2024-09-17T00:52:40.042 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T00:52:40.042 INFO:journalctl@ceph.mon.a.smithi045.stdout: self._connections.run(self.expiration_interval) 2024-09-17T00:52:40.042 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T00:52:40.042 INFO:journalctl@ceph.mon.a.smithi045.stdout: self._run(expiration_interval) 2024-09-17T00:52:40.042 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T00:52:40.042 INFO:journalctl@ceph.mon.a.smithi045.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T00:52:40.042 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T00:52:40.042 INFO:journalctl@ceph.mon.a.smithi045.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T00:52:40.042 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T00:52:40.042 INFO:journalctl@ceph.mon.a.smithi045.stdout: s = self.context.wrap_socket( 2024-09-17T00:52:40.042 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T00:52:40.043 INFO:journalctl@ceph.mon.a.smithi045.stdout: return self.sslsocket_class._create( 2024-09-17T00:52:40.043 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T00:52:40.043 INFO:journalctl@ceph.mon.a.smithi045.stdout: self.do_handshake() 2024-09-17T00:52:40.043 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T00:52:40.043 INFO:journalctl@ceph.mon.a.smithi045.stdout: self._sslobj.do_handshake() 2024-09-17T00:52:40.043 INFO:journalctl@ceph.mon.a.smithi045.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T00:52:40.712 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:40 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: Generating public/private rsa key pair. 2024-09-17T00:52:40.712 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:40 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: Your identification has been saved in /tmp/tmp8jc_nn_f/key 2024-09-17T00:52:40.712 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:40 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: Your public key has been saved in /tmp/tmp8jc_nn_f/key.pub 2024-09-17T00:52:40.712 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:40 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: The key fingerprint is: 2024-09-17T00:52:40.712 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:40 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: SHA256:WKY2RddgW1AvyqO/Dwm+WEe4XqY7xM0PtAdEmJWuqns ceph-e4a63de8-748e-11ef-bceb-c7b262605968 2024-09-17T00:52:40.712 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:40 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: The key's randomart image is: 2024-09-17T00:52:40.712 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:40 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: +---[RSA 3072]----+ 2024-09-17T00:52:40.712 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:40 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: | .=B*o | 2024-09-17T00:52:40.712 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:40 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: | .oooo.. | 2024-09-17T00:52:40.712 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:40 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: | +o. . . | 2024-09-17T00:52:40.713 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:40 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: | * o+. . | 2024-09-17T00:52:40.713 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:40 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: | =.S==o | 2024-09-17T00:52:40.713 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:40 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: | . o+==o. | 2024-09-17T00:52:40.713 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:40 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: | o= *+ | 2024-09-17T00:52:40.713 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:40 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: | E+.B .. | 2024-09-17T00:52:40.713 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:40 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: | o+. =ooo. | 2024-09-17T00:52:40.713 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:40 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: +----[SHA256]-----+ 2024-09-17T00:52:41.011 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:40 smithi045 ceph-mon[29581]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T00:52:41.011 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:40 smithi045 ceph-mon[29581]: from='mgr.14118 172.21.15.45:0/3845221548' entity='mgr.a' 2024-09-17T00:52:41.011 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:40 smithi045 ceph-mon[29581]: from='mgr.14118 172.21.15.45:0/3845221548' entity='mgr.a' 2024-09-17T00:52:41.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:41 smithi045 ceph-mon[29581]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T00:52:41.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:41 smithi045 ceph-mon[29581]: Generating ssh key... 2024-09-17T00:52:42.219 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6DlVpsBPDfiKA0ybQH1txIGtq9d0UMWyKRJML3rdhj55D6JKqiZElna3Wgt6rx9bmffDfAs+5g0/W/mq+CIqE8ZpRyu+DFFrjnYML29ADe1FD5rF9+VBjfGvHQ6Lhwic3+/2VXpuNnXlxmdjGZdEw57nv/lLPGG7xd/0205aXP9QcLBuThEcz9RclODhig4ZjGmc+w/BzCLkAGwYZSgQBDlJQjXbBl5PLzz34T16RQBFNtR6CJN441TYZ8LyGpo8xUi0Uy1c9zqhCoUCXyRmZIu+qSjIPt8lTlqPiE6emvywCJM1YUt7Y55+Kr89cr4b6sy0uu7hXQ2aRro3EomDBFtbP3iFhrzhK6k3BdMcXqrhrfJKcxGTqlmxyBbl/kvlgK8MPQT4F64LQVCSsSbfEkSWLeQjtHm9hyy0i6d8X+VWsZ/17QsGtkngq7f1wI0r+R+y7oNbqJHdjaX1tewGBbGQtIcyhyGwGJPjc6Jtl50u5FE8Hnpbn+ZycUGCfdtc= ceph-e4a63de8-748e-11ef-bceb-c7b262605968 2024-09-17T00:52:42.220 INFO:teuthology.orchestra.run.smithi045.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-09-17T00:52:42.220 INFO:teuthology.orchestra.run.smithi045.stdout:Adding key to root@localhost authorized_keys... 2024-09-17T00:52:42.229 INFO:teuthology.orchestra.run.smithi045.stdout:Adding host smithi045... 2024-09-17T00:52:42.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:42 smithi045 ceph-mon[29581]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T00:52:43.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:43 smithi045 ceph-mon[29581]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi045", "addr": "172.21.15.45", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T00:52:44.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:44 smithi045 ceph-mon[29581]: Deploying cephadm binary to smithi045 2024-09-17T00:52:47.368 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout Added host 'smithi045' with addr '172.21.15.45' 2024-09-17T00:52:47.368 INFO:teuthology.orchestra.run.smithi045.stdout:Deploying unmanaged mon service... 2024-09-17T00:52:48.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:47 smithi045 ceph-mon[29581]: from='mgr.14118 172.21.15.45:0/3845221548' entity='mgr.a' 2024-09-17T00:52:48.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:47 smithi045 ceph-mon[29581]: Added host smithi045 2024-09-17T00:52:48.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:47 smithi045 ceph-mon[29581]: from='mgr.14118 172.21.15.45:0/3845221548' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:52:49.213 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:48 smithi045 ceph-mon[29581]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T00:52:49.213 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:48 smithi045 ceph-mon[29581]: Saving service mon spec with placement count:5 2024-09-17T00:52:49.213 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:48 smithi045 ceph-mon[29581]: from='mgr.14118 172.21.15.45:0/3845221548' entity='mgr.a' 2024-09-17T00:52:49.600 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-09-17T00:52:49.600 INFO:teuthology.orchestra.run.smithi045.stdout:Deploying unmanaged mgr service... 2024-09-17T00:52:50.519 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:50 smithi045 ceph-mon[29581]: from='mgr.14118 172.21.15.45:0/3845221548' entity='mgr.a' 2024-09-17T00:52:50.519 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:50 smithi045 ceph-mon[29581]: from='mgr.14118 172.21.15.45:0/3845221548' entity='mgr.a' 2024-09-17T00:52:50.519 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:50 smithi045 ceph-mon[29581]: from='mgr.14118 172.21.15.45:0/3845221548' entity='mgr.a' 2024-09-17T00:52:51.209 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-09-17T00:52:51.533 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:51 smithi045 ceph-mon[29581]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T00:52:51.533 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:51 smithi045 ceph-mon[29581]: Saving service mgr spec with placement count:2 2024-09-17T00:52:51.534 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:51 smithi045 ceph-mon[29581]: from='mgr.14118 172.21.15.45:0/3845221548' entity='mgr.a' 2024-09-17T00:52:51.534 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:51 smithi045 ceph-mon[29581]: from='mgr.14118 172.21.15.45:0/3845221548' entity='mgr.a' 2024-09-17T00:52:51.534 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:51 smithi045 ceph-mon[29581]: from='mgr.14118 172.21.15.45:0/3845221548' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi045", "name": "osd_memory_target"}]: dispatch 2024-09-17T00:52:51.534 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:51 smithi045 ceph-mon[29581]: from='mgr.14118 172.21.15.45:0/3845221548' entity='mgr.a' 2024-09-17T00:52:51.534 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:51 smithi045 ceph-mon[29581]: from='mgr.14118 172.21.15.45:0/3845221548' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2024-09-17T00:52:51.534 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:51 smithi045 ceph-mon[29581]: from='mgr.14118 172.21.15.45:0/3845221548' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]': finished 2024-09-17T00:52:52.973 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:52 smithi045 ceph-mon[29581]: from='client.? 172.21.15.45:0/3762021827' entity='client.admin' 2024-09-17T00:52:52.973 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:52 smithi045 ceph-mon[29581]: Deploying daemon agent.smithi045 on smithi045 2024-09-17T00:52:53.487 INFO:teuthology.orchestra.run.smithi045.stdout:Enabling the dashboard module... 2024-09-17T00:52:54.374 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:53 smithi045 ceph-mon[29581]: from='client.? 172.21.15.45:0/799304097' entity='client.admin' 2024-09-17T00:52:55.273 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:54 smithi045 ceph-mon[29581]: from='client.? 172.21.15.45:0/1906191410' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-09-17T00:52:55.273 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:55 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: ignoring --setuser ceph since I am not root 2024-09-17T00:52:55.273 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:55 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: ignoring --setgroup ceph since I am not root 2024-09-17T00:52:55.274 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:55 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:55.125+0000 7f85fb5b1040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-17T00:52:55.274 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:55 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:55.184+0000 7f85fb5b1040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-17T00:52:55.559 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:55 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:55.339+0000 7f85fb5b1040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-17T00:52:55.559 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:55 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:55.408+0000 7f85fb5b1040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-17T00:52:55.560 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:55 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:55.562+0000 7f85fb5b1040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-17T00:52:55.820 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:55 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:55.711+0000 7f85fb5b1040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-17T00:52:56.107 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:55 smithi045 ceph-mon[29581]: from='client.? 172.21.15.45:0/1906191410' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-09-17T00:52:56.107 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:55 smithi045 ceph-mon[29581]: mgrmap e9: a(active, since 19s) 2024-09-17T00:52:56.107 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:56 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:56.045+0000 7f85fb5b1040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-17T00:52:56.107 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:56 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:56.109+0000 7f85fb5b1040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-17T00:52:56.374 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:56 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:56.306+0000 7f85fb5b1040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-17T00:52:56.784 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout { 2024-09-17T00:52:56.784 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-09-17T00:52:56.784 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "available": true, 2024-09-17T00:52:56.784 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-09-17T00:52:56.784 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-09-17T00:52:56.784 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout } 2024-09-17T00:52:56.784 INFO:teuthology.orchestra.run.smithi045.stdout:Waiting for the mgr to restart... 2024-09-17T00:52:56.784 INFO:teuthology.orchestra.run.smithi045.stdout:Waiting for mgr epoch 9... 2024-09-17T00:52:57.031 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:52:56 smithi045 ceph-mon[29581]: from='client.? 172.21.15.45:0/781117378' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-09-17T00:52:57.312 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:57 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:57.244+0000 7f85fb5b1040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-17T00:52:57.313 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:57 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:57.315+0000 7f85fb5b1040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-17T00:52:58.325 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:58 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:58.058+0000 7f85fb5b1040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-17T00:52:58.325 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:58 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:58.178+0000 7f85fb5b1040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-17T00:52:58.616 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:58 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:58.327+0000 7f85fb5b1040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-17T00:52:58.616 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:58 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:58.391+0000 7f85fb5b1040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-17T00:52:58.616 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:58 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:58.547+0000 7f85fb5b1040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-17T00:52:58.617 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:58 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:58.618+0000 7f85fb5b1040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-17T00:52:58.874 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:58 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:58.682+0000 7f85fb5b1040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-17T00:52:58.875 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:58 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:58.847+0000 7f85fb5b1040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-17T00:52:59.190 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:58 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:58.914+0000 7f85fb5b1040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-17T00:52:59.190 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:58 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:58.983+0000 7f85fb5b1040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-17T00:52:59.190 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:59 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:59.069+0000 7f85fb5b1040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-17T00:52:59.190 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:59 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:59.131+0000 7f85fb5b1040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-17T00:52:59.191 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:52:59 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:52:59.192+0000 7f85fb5b1040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-17T00:53:00.270 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:53:00 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:53:00.018+0000 7f85fb5b1040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-17T00:53:00.271 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:00 smithi045 ceph-mon[29581]: Active manager daemon a restarted 2024-09-17T00:53:00.271 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:00 smithi045 ceph-mon[29581]: Activating manager daemon a 2024-09-17T00:53:00.271 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:00 smithi045 ceph-mon[29581]: osdmap e3: 0 total, 0 up, 0 in 2024-09-17T00:53:00.271 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:00 smithi045 ceph-mon[29581]: mgrmap e10: a(active, starting, since 0.00319054s) 2024-09-17T00:53:00.271 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:00 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T00:53:00.271 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:00 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-17T00:53:00.271 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:00 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T00:53:00.271 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:00 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T00:53:00.271 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:00 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T00:53:00.271 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:00 smithi045 ceph-mon[29581]: Manager daemon a is now available 2024-09-17T00:53:00.272 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:00 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:00.272 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:00 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:53:00.272 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:00 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-17T00:53:00.272 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:00 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-17T00:53:01.766 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout { 2024-09-17T00:53:01.767 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-09-17T00:53:01.767 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout "initialized": true 2024-09-17T00:53:01.767 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout } 2024-09-17T00:53:01.767 INFO:teuthology.orchestra.run.smithi045.stdout:mgr epoch 9 is available 2024-09-17T00:53:01.767 INFO:teuthology.orchestra.run.smithi045.stdout:Generating a dashboard self-signed certificate... 2024-09-17T00:53:01.873 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:53:01 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:53:01.635+0000 7f856107a640 -1 log_channel(cephadm) log [ERR] : [17/Sep/2024:00:53:01] ENGINE Error in HTTPServer.serve 2024-09-17T00:53:01.873 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:53:01 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: Traceback (most recent call last): 2024-09-17T00:53:01.873 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:53:01 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T00:53:01.873 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:53:01 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: self._connections.run(self.expiration_interval) 2024-09-17T00:53:01.873 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:53:01 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T00:53:01.873 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:53:01 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: self._run(expiration_interval) 2024-09-17T00:53:01.873 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:53:01 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T00:53:01.873 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:53:01 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T00:53:01.873 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:53:01 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T00:53:01.874 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:53:01 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T00:53:01.874 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:53:01 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T00:53:01.874 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:53:01 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: s = self.context.wrap_socket( 2024-09-17T00:53:01.874 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:53:01 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T00:53:01.874 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:53:01 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: return self.sslsocket_class._create( 2024-09-17T00:53:01.874 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:53:01 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T00:53:01.874 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:53:01 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: self.do_handshake() 2024-09-17T00:53:01.874 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:53:01 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T00:53:01.874 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:53:01 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: self._sslobj.do_handshake() 2024-09-17T00:53:01.874 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:53:01 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T00:53:01.874 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:53:01 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:53:02.124 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:02 smithi045 ceph-mon[29581]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-09-17T00:53:02.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:02 smithi045 ceph-mon[29581]: mgrmap e11: a(active, since 1.00567s) 2024-09-17T00:53:02.913 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-09-17T00:53:02.913 INFO:teuthology.orchestra.run.smithi045.stdout:Creating initial admin user... 2024-09-17T00:53:03.214 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:03 smithi045 ceph-mon[29581]: [17/Sep/2024:00:53:01] ENGINE Bus STARTING 2024-09-17T00:53:03.214 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:03 smithi045 ceph-mon[29581]: [17/Sep/2024:00:53:01] ENGINE Serving on http://172.21.15.45:8765 2024-09-17T00:53:03.214 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:03 smithi045 ceph-mon[29581]: [17/Sep/2024:00:53:01] ENGINE Serving on https://172.21.15.45:7150 2024-09-17T00:53:03.214 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:03 smithi045 ceph-mon[29581]: [17/Sep/2024:00:53:01] ENGINE Bus STARTED 2024-09-17T00:53:03.214 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:03 smithi045 ceph-mon[29581]: [17/Sep/2024:00:53:01] ENGINE Error in HTTPServer.serve 2024-09-17T00:53:03.214 INFO:journalctl@ceph.mon.a.smithi045.stdout: Traceback (most recent call last): 2024-09-17T00:53:03.214 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T00:53:03.214 INFO:journalctl@ceph.mon.a.smithi045.stdout: self._connections.run(self.expiration_interval) 2024-09-17T00:53:03.214 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T00:53:03.215 INFO:journalctl@ceph.mon.a.smithi045.stdout: self._run(expiration_interval) 2024-09-17T00:53:03.215 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T00:53:03.215 INFO:journalctl@ceph.mon.a.smithi045.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T00:53:03.215 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T00:53:03.215 INFO:journalctl@ceph.mon.a.smithi045.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T00:53:03.215 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T00:53:03.215 INFO:journalctl@ceph.mon.a.smithi045.stdout: s = self.context.wrap_socket( 2024-09-17T00:53:03.216 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T00:53:03.216 INFO:journalctl@ceph.mon.a.smithi045.stdout: return self.sslsocket_class._create( 2024-09-17T00:53:03.216 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T00:53:03.216 INFO:journalctl@ceph.mon.a.smithi045.stdout: self.do_handshake() 2024-09-17T00:53:03.216 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T00:53:03.216 INFO:journalctl@ceph.mon.a.smithi045.stdout: self._sslobj.do_handshake() 2024-09-17T00:53:03.216 INFO:journalctl@ceph.mon.a.smithi045.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T00:53:03.216 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:03 smithi045 ceph-mon[29581]: mgrmap e12: a(active, since 2s) 2024-09-17T00:53:03.216 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:03 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:03.216 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:03 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi045", "name": "osd_memory_target"}]: dispatch 2024-09-17T00:53:03.216 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:03 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:03.217 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:03 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2024-09-17T00:53:03.217 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:03 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:03.217 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:03 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:04.301 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:04 smithi045 ceph-mon[29581]: from='client.14162 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T00:53:04.301 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:04 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:04.303 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$D31nylV7CNU6kE0y2TooRewq7IOD3v0biu6ea0ucMqRorR5W0leu2", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1726534383, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-09-17T00:53:04.303 INFO:teuthology.orchestra.run.smithi045.stdout:Fetching dashboard port number... 2024-09-17T00:53:05.190 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:05 smithi045 ceph-mon[29581]: Deploying daemon agent.smithi045 on smithi045 2024-09-17T00:53:05.190 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:05 smithi045 ceph-mon[29581]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T00:53:05.190 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:05 smithi045 ceph-mon[29581]: from='client.? 172.21.15.45:0/685513246' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-09-17T00:53:05.484 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stdout 8443 2024-09-17T00:53:05.493 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2024-09-17T00:53:05.493 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout disabled 2024-09-17T00:53:05.500 INFO:teuthology.orchestra.run.smithi045.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2024-09-17T00:53:05.501 INFO:teuthology.orchestra.run.smithi045.stdout:systemctl: stdout inactive 2024-09-17T00:53:05.501 INFO:teuthology.orchestra.run.smithi045.stdout:firewalld.service is not enabled 2024-09-17T00:53:05.501 INFO:teuthology.orchestra.run.smithi045.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-09-17T00:53:05.503 INFO:teuthology.orchestra.run.smithi045.stdout:Ceph Dashboard is now available at: 2024-09-17T00:53:05.503 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:53:05.503 INFO:teuthology.orchestra.run.smithi045.stdout: URL: https://smithi045.front.sepia.ceph.com:8443/ 2024-09-17T00:53:05.503 INFO:teuthology.orchestra.run.smithi045.stdout: User: admin 2024-09-17T00:53:05.503 INFO:teuthology.orchestra.run.smithi045.stdout: Password: ido9s7p0cs 2024-09-17T00:53:05.503 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:53:05.503 INFO:teuthology.orchestra.run.smithi045.stdout:Saving cluster configuration to /var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/config directory 2024-09-17T00:53:06.733 INFO:teuthology.orchestra.run.smithi045.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-09-17T00:53:06.733 INFO:teuthology.orchestra.run.smithi045.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-09-17T00:53:06.733 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:53:06.733 INFO:teuthology.orchestra.run.smithi045.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid e4a63de8-748e-11ef-bceb-c7b262605968 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-09-17T00:53:06.733 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:53:06.733 INFO:teuthology.orchestra.run.smithi045.stdout:Or, if you are only running a single cluster on this host: 2024-09-17T00:53:06.733 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:53:06.734 INFO:teuthology.orchestra.run.smithi045.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-09-17T00:53:06.734 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:53:06.734 INFO:teuthology.orchestra.run.smithi045.stdout:Please consider enabling telemetry to help improve Ceph: 2024-09-17T00:53:06.734 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:53:06.734 INFO:teuthology.orchestra.run.smithi045.stdout: ceph telemetry on 2024-09-17T00:53:06.734 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:53:06.734 INFO:teuthology.orchestra.run.smithi045.stdout:For more information see: 2024-09-17T00:53:06.734 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:53:06.734 INFO:teuthology.orchestra.run.smithi045.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-09-17T00:53:06.734 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:53:06.734 INFO:teuthology.orchestra.run.smithi045.stdout:Bootstrap complete. 2024-09-17T00:53:06.784 INFO:tasks.cephadm:Fetching config... 2024-09-17T00:53:06.784 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-09-17T00:53:06.784 DEBUG:teuthology.orchestra.run.smithi045:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-09-17T00:53:06.802 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-09-17T00:53:06.802 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-09-17T00:53:06.802 DEBUG:teuthology.orchestra.run.smithi045:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-09-17T00:53:06.859 INFO:tasks.cephadm:Fetching mon keyring... 2024-09-17T00:53:06.860 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-09-17T00:53:06.860 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/mon.a/keyring of=/dev/stdout 2024-09-17T00:53:07.009 INFO:tasks.cephadm:Fetching pub ssh key... 2024-09-17T00:53:07.009 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-09-17T00:53:07.009 DEBUG:teuthology.orchestra.run.smithi045:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-09-17T00:53:07.065 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-09-17T00:53:07.065 DEBUG:teuthology.orchestra.run.smithi045:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6DlVpsBPDfiKA0ybQH1txIGtq9d0UMWyKRJML3rdhj55D6JKqiZElna3Wgt6rx9bmffDfAs+5g0/W/mq+CIqE8ZpRyu+DFFrjnYML29ADe1FD5rF9+VBjfGvHQ6Lhwic3+/2VXpuNnXlxmdjGZdEw57nv/lLPGG7xd/0205aXP9QcLBuThEcz9RclODhig4ZjGmc+w/BzCLkAGwYZSgQBDlJQjXbBl5PLzz34T16RQBFNtR6CJN441TYZ8LyGpo8xUi0Uy1c9zqhCoUCXyRmZIu+qSjIPt8lTlqPiE6emvywCJM1YUt7Y55+Kr89cr4b6sy0uu7hXQ2aRro3EomDBFtbP3iFhrzhK6k3BdMcXqrhrfJKcxGTqlmxyBbl/kvlgK8MPQT4F64LQVCSsSbfEkSWLeQjtHm9hyy0i6d8X+VWsZ/17QsGtkngq7f1wI0r+R+y7oNbqJHdjaX1tewGBbGQtIcyhyGwGJPjc6Jtl50u5FE8Hnpbn+ZycUGCfdtc= ceph-e4a63de8-748e-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-17T00:53:07.220 INFO:teuthology.orchestra.run.smithi045.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6DlVpsBPDfiKA0ybQH1txIGtq9d0UMWyKRJML3rdhj55D6JKqiZElna3Wgt6rx9bmffDfAs+5g0/W/mq+CIqE8ZpRyu+DFFrjnYML29ADe1FD5rF9+VBjfGvHQ6Lhwic3+/2VXpuNnXlxmdjGZdEw57nv/lLPGG7xd/0205aXP9QcLBuThEcz9RclODhig4ZjGmc+w/BzCLkAGwYZSgQBDlJQjXbBl5PLzz34T16RQBFNtR6CJN441TYZ8LyGpo8xUi0Uy1c9zqhCoUCXyRmZIu+qSjIPt8lTlqPiE6emvywCJM1YUt7Y55+Kr89cr4b6sy0uu7hXQ2aRro3EomDBFtbP3iFhrzhK6k3BdMcXqrhrfJKcxGTqlmxyBbl/kvlgK8MPQT4F64LQVCSsSbfEkSWLeQjtHm9hyy0i6d8X+VWsZ/17QsGtkngq7f1wI0r+R+y7oNbqJHdjaX1tewGBbGQtIcyhyGwGJPjc6Jtl50u5FE8Hnpbn+ZycUGCfdtc= ceph-e4a63de8-748e-11ef-bceb-c7b262605968 2024-09-17T00:53:07.234 DEBUG:teuthology.orchestra.run.smithi134:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6DlVpsBPDfiKA0ybQH1txIGtq9d0UMWyKRJML3rdhj55D6JKqiZElna3Wgt6rx9bmffDfAs+5g0/W/mq+CIqE8ZpRyu+DFFrjnYML29ADe1FD5rF9+VBjfGvHQ6Lhwic3+/2VXpuNnXlxmdjGZdEw57nv/lLPGG7xd/0205aXP9QcLBuThEcz9RclODhig4ZjGmc+w/BzCLkAGwYZSgQBDlJQjXbBl5PLzz34T16RQBFNtR6CJN441TYZ8LyGpo8xUi0Uy1c9zqhCoUCXyRmZIu+qSjIPt8lTlqPiE6emvywCJM1YUt7Y55+Kr89cr4b6sy0uu7hXQ2aRro3EomDBFtbP3iFhrzhK6k3BdMcXqrhrfJKcxGTqlmxyBbl/kvlgK8MPQT4F64LQVCSsSbfEkSWLeQjtHm9hyy0i6d8X+VWsZ/17QsGtkngq7f1wI0r+R+y7oNbqJHdjaX1tewGBbGQtIcyhyGwGJPjc6Jtl50u5FE8Hnpbn+ZycUGCfdtc= ceph-e4a63de8-748e-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-17T00:53:07.304 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:07 smithi045 ceph-mon[29581]: mgrmap e13: a(active, since 6s) 2024-09-17T00:53:07.304 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:07 smithi045 ceph-mon[29581]: from='client.? 172.21.15.45:0/2156463863' entity='client.admin' 2024-09-17T00:53:07.358 INFO:teuthology.orchestra.run.smithi134.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6DlVpsBPDfiKA0ybQH1txIGtq9d0UMWyKRJML3rdhj55D6JKqiZElna3Wgt6rx9bmffDfAs+5g0/W/mq+CIqE8ZpRyu+DFFrjnYML29ADe1FD5rF9+VBjfGvHQ6Lhwic3+/2VXpuNnXlxmdjGZdEw57nv/lLPGG7xd/0205aXP9QcLBuThEcz9RclODhig4ZjGmc+w/BzCLkAGwYZSgQBDlJQjXbBl5PLzz34T16RQBFNtR6CJN441TYZ8LyGpo8xUi0Uy1c9zqhCoUCXyRmZIu+qSjIPt8lTlqPiE6emvywCJM1YUt7Y55+Kr89cr4b6sy0uu7hXQ2aRro3EomDBFtbP3iFhrzhK6k3BdMcXqrhrfJKcxGTqlmxyBbl/kvlgK8MPQT4F64LQVCSsSbfEkSWLeQjtHm9hyy0i6d8X+VWsZ/17QsGtkngq7f1wI0r+R+y7oNbqJHdjaX1tewGBbGQtIcyhyGwGJPjc6Jtl50u5FE8Hnpbn+ZycUGCfdtc= ceph-e4a63de8-748e-11ef-bceb-c7b262605968 2024-09-17T00:53:07.372 DEBUG:teuthology.orchestra.run.smithi153:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6DlVpsBPDfiKA0ybQH1txIGtq9d0UMWyKRJML3rdhj55D6JKqiZElna3Wgt6rx9bmffDfAs+5g0/W/mq+CIqE8ZpRyu+DFFrjnYML29ADe1FD5rF9+VBjfGvHQ6Lhwic3+/2VXpuNnXlxmdjGZdEw57nv/lLPGG7xd/0205aXP9QcLBuThEcz9RclODhig4ZjGmc+w/BzCLkAGwYZSgQBDlJQjXbBl5PLzz34T16RQBFNtR6CJN441TYZ8LyGpo8xUi0Uy1c9zqhCoUCXyRmZIu+qSjIPt8lTlqPiE6emvywCJM1YUt7Y55+Kr89cr4b6sy0uu7hXQ2aRro3EomDBFtbP3iFhrzhK6k3BdMcXqrhrfJKcxGTqlmxyBbl/kvlgK8MPQT4F64LQVCSsSbfEkSWLeQjtHm9hyy0i6d8X+VWsZ/17QsGtkngq7f1wI0r+R+y7oNbqJHdjaX1tewGBbGQtIcyhyGwGJPjc6Jtl50u5FE8Hnpbn+ZycUGCfdtc= ceph-e4a63de8-748e-11ef-bceb-c7b262605968' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-09-17T00:53:07.494 INFO:teuthology.orchestra.run.smithi153.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6DlVpsBPDfiKA0ybQH1txIGtq9d0UMWyKRJML3rdhj55D6JKqiZElna3Wgt6rx9bmffDfAs+5g0/W/mq+CIqE8ZpRyu+DFFrjnYML29ADe1FD5rF9+VBjfGvHQ6Lhwic3+/2VXpuNnXlxmdjGZdEw57nv/lLPGG7xd/0205aXP9QcLBuThEcz9RclODhig4ZjGmc+w/BzCLkAGwYZSgQBDlJQjXbBl5PLzz34T16RQBFNtR6CJN441TYZ8LyGpo8xUi0Uy1c9zqhCoUCXyRmZIu+qSjIPt8lTlqPiE6emvywCJM1YUt7Y55+Kr89cr4b6sy0uu7hXQ2aRro3EomDBFtbP3iFhrzhK6k3BdMcXqrhrfJKcxGTqlmxyBbl/kvlgK8MPQT4F64LQVCSsSbfEkSWLeQjtHm9hyy0i6d8X+VWsZ/17QsGtkngq7f1wI0r+R+y7oNbqJHdjaX1tewGBbGQtIcyhyGwGJPjc6Jtl50u5FE8Hnpbn+ZycUGCfdtc= ceph-e4a63de8-748e-11ef-bceb-c7b262605968 2024-09-17T00:53:07.508 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e4a63de8-748e-11ef-bceb-c7b262605968 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-09-17T00:53:07.950 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T00:53:08.585 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:08 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:08.585 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:08 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:08.585 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:08 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:08.585 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:08 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:53:08.585 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:08 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:08.585 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:08 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:08.585 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:08 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:08.585 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:08 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:08.585 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:08 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:08.585 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:08 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:53:08.585 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:08 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:08.586 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:08 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:09.361 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-09-17T00:53:09.361 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e4a63de8-748e-11ef-bceb-c7b262605968 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-09-17T00:53:09.712 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T00:53:09.887 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:09 smithi045 ceph-mon[29581]: from='client.? 172.21.15.45:0/1297705406' entity='client.admin' 2024-09-17T00:53:09.887 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:09 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:53:09.887 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:09 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:11.374 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:11 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:11.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:11 smithi045 ceph-mon[29581]: from='client.14172 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T00:53:11.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:11 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:11.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:11 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:53:11.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:11 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:53:11.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:11 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:53:11.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:11 smithi045 ceph-mon[29581]: Updating smithi045:/etc/ceph/ceph.conf 2024-09-17T00:53:11.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:11 smithi045 ceph-mon[29581]: Updating smithi045:/var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T00:53:11.519 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi134 2024-09-17T00:53:11.519 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-09-17T00:53:11.519 DEBUG:teuthology.orchestra.run.smithi134:> dd of=/etc/ceph/ceph.conf 2024-09-17T00:53:11.539 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-09-17T00:53:11.539 DEBUG:teuthology.orchestra.run.smithi134:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T00:53:11.598 INFO:tasks.cephadm:Adding host smithi134 to orchestrator... 2024-09-17T00:53:11.598 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e4a63de8-748e-11ef-bceb-c7b262605968 -- ceph orch host add smithi134 2024-09-17T00:53:12.417 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T00:53:12.768 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:12 smithi045 ceph-mon[29581]: Updating smithi045:/etc/ceph/ceph.client.admin.keyring 2024-09-17T00:53:12.768 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:12 smithi045 ceph-mon[29581]: Updating smithi045:/var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T00:53:12.768 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:12 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:12.768 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:12 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:12.768 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:12 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:12.768 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:12 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:14.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:14 smithi045 ceph-mon[29581]: from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi134", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T00:53:14.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:14 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:14.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:14 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:15.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:15 smithi045 ceph-mon[29581]: Deploying cephadm binary to smithi134 2024-09-17T00:53:16.971 INFO:teuthology.orchestra.run.smithi045.stdout:Added host 'smithi134' with addr '172.21.15.134' 2024-09-17T00:53:17.506 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e4a63de8-748e-11ef-bceb-c7b262605968 -- ceph orch host ls --format=json 2024-09-17T00:53:17.763 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T00:53:18.148 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:17 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:18.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:17 smithi045 ceph-mon[29581]: Added host smithi134 2024-09-17T00:53:18.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:17 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:53:18.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:17 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:18.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:17 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:18.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:17 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:18.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:17 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi134", "name": "osd_memory_target"}]: dispatch 2024-09-17T00:53:18.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:17 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:53:18.149 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:17 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:53:18.422 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:53:18.423 INFO:teuthology.orchestra.run.smithi045.stdout:[{"addr": "172.21.15.45", "hostname": "smithi045", "labels": [], "status": ""}, {"addr": "172.21.15.134", "hostname": "smithi134", "labels": [], "status": ""}] 2024-09-17T00:53:19.018 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:18 smithi045 ceph-mon[29581]: Updating smithi134:/etc/ceph/ceph.conf 2024-09-17T00:53:19.019 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:18 smithi045 ceph-mon[29581]: Updating smithi134:/var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T00:53:19.019 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:18 smithi045 ceph-mon[29581]: Updating smithi134:/etc/ceph/ceph.client.admin.keyring 2024-09-17T00:53:19.019 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:18 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:19.019 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:18 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:19.019 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:18 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi134", "caps": []}]: dispatch 2024-09-17T00:53:19.020 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:18 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi134", "caps": []}]': finished 2024-09-17T00:53:19.046 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi153 2024-09-17T00:53:19.047 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-09-17T00:53:19.047 DEBUG:teuthology.orchestra.run.smithi153:> dd of=/etc/ceph/ceph.conf 2024-09-17T00:53:19.067 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-09-17T00:53:19.067 DEBUG:teuthology.orchestra.run.smithi153:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T00:53:19.126 INFO:tasks.cephadm:Adding host smithi153 to orchestrator... 2024-09-17T00:53:19.126 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e4a63de8-748e-11ef-bceb-c7b262605968 -- ceph orch host add smithi153 2024-09-17T00:53:19.377 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T00:53:20.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:19 smithi045 ceph-mon[29581]: Updating smithi134:/var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T00:53:20.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:19 smithi045 ceph-mon[29581]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T00:53:21.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:21 smithi045 ceph-mon[29581]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi153", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T00:53:21.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:21 smithi045 ceph-mon[29581]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:53:22.282 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:22 smithi045 ceph-mon[29581]: Deploying daemon agent.smithi134 on smithi134 2024-09-17T00:53:22.282 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:22 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:22.282 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:22 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:22.283 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:22 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:22.283 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:22 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:53:22.283 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:22 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:53:22.283 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:22 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:53:22.283 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:22 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:22.283 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:22 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:53:22.283 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:22 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:53:22.283 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:22 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:53:22.283 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:22 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:22.283 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:22 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:22.283 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:22 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:22.283 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:22 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:23.374 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:23 smithi045 ceph-mon[29581]: Deploying cephadm binary to smithi153 2024-09-17T00:53:23.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:23 smithi045 ceph-mon[29581]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:53:23.907 INFO:teuthology.orchestra.run.smithi045.stdout:Added host 'smithi153' with addr '172.21.15.153' 2024-09-17T00:53:24.517 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e4a63de8-748e-11ef-bceb-c7b262605968 -- ceph orch host ls --format=json 2024-09-17T00:53:24.773 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T00:53:25.153 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:24 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:25.153 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:24 smithi045 ceph-mon[29581]: Added host smithi153 2024-09-17T00:53:25.153 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:24 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:53:25.153 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:24 smithi045 ceph-mon[29581]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:53:25.153 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:24 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:25.153 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:24 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:25.153 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:24 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:25.153 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:24 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:25.153 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:24 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:25.154 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:24 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi153", "name": "osd_memory_target"}]: dispatch 2024-09-17T00:53:25.154 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:24 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:53:25.154 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:24 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:53:25.435 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:53:25.435 INFO:teuthology.orchestra.run.smithi045.stdout:[{"addr": "172.21.15.45", "hostname": "smithi045", "labels": [], "status": ""}, {"addr": "172.21.15.134", "hostname": "smithi134", "labels": [], "status": ""}, {"addr": "172.21.15.153", "hostname": "smithi153", "labels": [], "status": ""}] 2024-09-17T00:53:26.014 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:25 smithi045 ceph-mon[29581]: Updating smithi153:/etc/ceph/ceph.conf 2024-09-17T00:53:26.014 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:25 smithi045 ceph-mon[29581]: Updating smithi153:/var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T00:53:26.014 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:25 smithi045 ceph-mon[29581]: Updating smithi153:/etc/ceph/ceph.client.admin.keyring 2024-09-17T00:53:26.015 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:25 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:26.015 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:25 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:26.015 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:25 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:26.015 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:25 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi153", "caps": []}]: dispatch 2024-09-17T00:53:26.015 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:25 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi153", "caps": []}]': finished 2024-09-17T00:53:26.042 INFO:tasks.cephadm:Setting crush tunables to default 2024-09-17T00:53:26.042 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e4a63de8-748e-11ef-bceb-c7b262605968 -- ceph osd crush tunables default 2024-09-17T00:53:26.297 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T00:53:27.124 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:26 smithi045 ceph-mon[29581]: Updating smithi153:/var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T00:53:27.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:26 smithi045 ceph-mon[29581]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T00:53:27.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:26 smithi045 ceph-mon[29581]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:53:27.913 INFO:teuthology.orchestra.run.smithi045.stderr:adjusted tunables profile to default 2024-09-17T00:53:28.220 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:27 smithi045 ceph-mon[29581]: from='client.? 172.21.15.45:0/2191507890' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-09-17T00:53:28.220 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:27 smithi045 ceph-mon[29581]: Deploying daemon agent.smithi153 on smithi153 2024-09-17T00:53:28.221 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:27 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:28.221 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:27 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:28.221 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:27 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:28.221 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:27 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:53:28.221 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:27 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:53:28.221 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:27 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:53:28.221 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:27 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:28.493 INFO:tasks.cephadm:Adding mon.a on smithi045 2024-09-17T00:53:28.494 INFO:tasks.cephadm:Adding mon.b on smithi134 2024-09-17T00:53:28.494 INFO:tasks.cephadm:Adding mon.c on smithi153 2024-09-17T00:53:28.494 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e4a63de8-748e-11ef-bceb-c7b262605968 -- ceph orch apply mon '3;smithi045:172.21.15.45=a;smithi134:172.21.15.134=b;smithi153:172.21.15.153=c' 2024-09-17T00:53:29.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:28 smithi045 ceph-mon[29581]: from='client.? 172.21.15.45:0/2191507890' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-09-17T00:53:29.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:28 smithi045 ceph-mon[29581]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T00:53:29.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:28 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:53:29.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:28 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:53:29.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:28 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:53:29.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:28 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:29.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:28 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:29.126 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:28 smithi045 ceph-mon[29581]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:53:29.126 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:28 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:29.126 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:28 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:29.126 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:28 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:29.126 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:28 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:29.126 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:28 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:29.423 INFO:teuthology.orchestra.run.smithi153.stderr:Inferring config /var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T00:53:30.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:30 smithi045 ceph-mon[29581]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:53:30.199 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:30 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:30.285 INFO:teuthology.orchestra.run.smithi153.stdout:Scheduled mon update... 2024-09-17T00:53:30.943 DEBUG:teuthology.orchestra.run.smithi134:mon.b> sudo journalctl -f -n 0 -u ceph-e4a63de8-748e-11ef-bceb-c7b262605968@mon.b.service 2024-09-17T00:53:30.946 DEBUG:teuthology.orchestra.run.smithi153:mon.c> sudo journalctl -f -n 0 -u ceph-e4a63de8-748e-11ef-bceb-c7b262605968@mon.c.service 2024-09-17T00:53:30.948 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-17T00:53:30.948 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e4a63de8-748e-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T00:53:31.572 INFO:teuthology.orchestra.run.smithi153.stderr:Inferring config /var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T00:53:31.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:31 smithi045 ceph-mon[29581]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi045:172.21.15.45=a;smithi134:172.21.15.134=b;smithi153:172.21.15.153=c", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T00:53:31.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:31 smithi045 ceph-mon[29581]: Saving service mon spec with placement smithi045:172.21.15.45=a;smithi134:172.21.15.134=b;smithi153:172.21.15.153=c;count:3 2024-09-17T00:53:31.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:31 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:31.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:31 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:53:31.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:31 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:53:31.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:31 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:53:31.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:31 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:31.626 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:31 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T00:53:31.626 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:31 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:53:31.626 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:31 smithi045 ceph-mon[29581]: Deploying daemon mon.c on smithi153 2024-09-17T00:53:32.428 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:53:32.428 INFO:teuthology.orchestra.run.smithi153.stdout:{"epoch":1,"fsid":"e4a63de8-748e-11ef-bceb-c7b262605968","modified":"2024-09-17T00:52:09.567407Z","created":"2024-09-17T00:52:09.567407Z","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.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T00:53:32.428 INFO:teuthology.orchestra.run.smithi153.stderr:dumped monmap epoch 1 2024-09-17T00:53:32.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:32 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:32.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:32 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:32.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:32 smithi045 ceph-mon[29581]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:53:32.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:32 smithi045 ceph-mon[29581]: from='client.? 172.21.15.153:0/3648024475' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T00:53:34.122 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-17T00:53:34.122 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e4a63de8-748e-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T00:53:34.374 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:34 smithi045 ceph-mon[29581]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:53:34.591 INFO:teuthology.orchestra.run.smithi153.stderr:Inferring config /var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T00:53:35.504 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:53:35.504 INFO:teuthology.orchestra.run.smithi153.stdout:{"epoch":1,"fsid":"e4a63de8-748e-11ef-bceb-c7b262605968","modified":"2024-09-17T00:52:09.567407Z","created":"2024-09-17T00:52:09.567407Z","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.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-09-17T00:53:35.504 INFO:teuthology.orchestra.run.smithi153.stderr:dumped monmap epoch 1 2024-09-17T00:53:35.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:35 smithi045 ceph-mon[29581]: from='client.? 172.21.15.153:0/2103350365' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T00:53:36.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:36 smithi153 systemd[1]: Started Ceph mon.c for e4a63de8-748e-11ef-bceb-c7b262605968. 2024-09-17T00:53:37.108 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-17T00:53:37.108 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e4a63de8-748e-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T00:53:37.359 INFO:teuthology.orchestra.run.smithi153.stderr:Inferring config /var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T00:53:41.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:41 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T00:53:41.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:41 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T00:53:41.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:41 smithi045 ceph-mon[29581]: mon.a calling monitor election 2024-09-17T00:53:41.876 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:41 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T00:53:41.876 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:41 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T00:53:41.876 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:41 smithi045 ceph-mon[29581]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:53:41.876 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:41 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T00:53:41.876 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:41 smithi045 ceph-mon[29581]: mon.c calling monitor election 2024-09-17T00:53:41.876 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:41 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T00:53:41.876 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:41 smithi045 ceph-mon[29581]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:53:41.876 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:41 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T00:53:41.876 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:41 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T00:53:41.876 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:41 smithi045 ceph-mon[29581]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-17T00:53:41.876 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:41 smithi045 ceph-mon[29581]: monmap epoch 2 2024-09-17T00:53:41.877 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:41 smithi045 ceph-mon[29581]: fsid e4a63de8-748e-11ef-bceb-c7b262605968 2024-09-17T00:53:41.877 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:41 smithi045 ceph-mon[29581]: last_changed 2024-09-17T00:53:36.509551+0000 2024-09-17T00:53:41.877 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:41 smithi045 ceph-mon[29581]: created 2024-09-17T00:52:09.567407+0000 2024-09-17T00:53:41.877 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:41 smithi045 ceph-mon[29581]: min_mon_release 19 (squid) 2024-09-17T00:53:41.877 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:41 smithi045 ceph-mon[29581]: election_strategy: 1 2024-09-17T00:53:41.877 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:41 smithi045 ceph-mon[29581]: 0: [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon.a 2024-09-17T00:53:41.877 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:41 smithi045 ceph-mon[29581]: 1: [v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0] mon.c 2024-09-17T00:53:41.877 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:41 smithi045 ceph-mon[29581]: fsmap 2024-09-17T00:53:41.877 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:41 smithi045 ceph-mon[29581]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T00:53:41.877 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:41 smithi045 ceph-mon[29581]: mgrmap e13: a(active, since 41s) 2024-09-17T00:53:41.877 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:41 smithi045 ceph-mon[29581]: overall HEALTH_OK 2024-09-17T00:53:41.877 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:41 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:41.877 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:41 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:41.877 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:41 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:41.877 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:41 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T00:53:41.878 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:41 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:53:41.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:41 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T00:53:41.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:41 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T00:53:41.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:41 smithi153 ceph-mon[31499]: mon.a calling monitor election 2024-09-17T00:53:41.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:41 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T00:53:41.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:41 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T00:53:41.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:41 smithi153 ceph-mon[31499]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:53:41.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:41 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T00:53:41.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:41 smithi153 ceph-mon[31499]: mon.c calling monitor election 2024-09-17T00:53:41.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:41 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T00:53:41.898 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:41 smithi153 ceph-mon[31499]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:53:41.898 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:41 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T00:53:41.898 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:41 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T00:53:41.898 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:41 smithi153 ceph-mon[31499]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-09-17T00:53:41.898 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:41 smithi153 ceph-mon[31499]: monmap epoch 2 2024-09-17T00:53:41.898 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:41 smithi153 ceph-mon[31499]: fsid e4a63de8-748e-11ef-bceb-c7b262605968 2024-09-17T00:53:41.898 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:41 smithi153 ceph-mon[31499]: last_changed 2024-09-17T00:53:36.509551+0000 2024-09-17T00:53:41.898 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:41 smithi153 ceph-mon[31499]: created 2024-09-17T00:52:09.567407+0000 2024-09-17T00:53:41.898 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:41 smithi153 ceph-mon[31499]: min_mon_release 19 (squid) 2024-09-17T00:53:41.898 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:41 smithi153 ceph-mon[31499]: election_strategy: 1 2024-09-17T00:53:41.898 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:41 smithi153 ceph-mon[31499]: 0: [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon.a 2024-09-17T00:53:41.898 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:41 smithi153 ceph-mon[31499]: 1: [v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0] mon.c 2024-09-17T00:53:41.898 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:41 smithi153 ceph-mon[31499]: fsmap 2024-09-17T00:53:41.898 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:41 smithi153 ceph-mon[31499]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T00:53:41.898 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:41 smithi153 ceph-mon[31499]: mgrmap e13: a(active, since 41s) 2024-09-17T00:53:41.899 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:41 smithi153 ceph-mon[31499]: overall HEALTH_OK 2024-09-17T00:53:41.899 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:41 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:41.899 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:41 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:41.899 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:41 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:41.899 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:41 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T00:53:41.899 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:41 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:53:42.422 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:53:42.422 INFO:teuthology.orchestra.run.smithi153.stdout:{"epoch":2,"fsid":"e4a63de8-748e-11ef-bceb-c7b262605968","modified":"2024-09-17T00:53:36.509551Z","created":"2024-09-17T00:52:09.567407Z","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.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:3300","nonce":0},{"type":"v1","addr":"172.21.15.153:6789","nonce":0}]},"addr":"172.21.15.153:6789/0","public_addr":"172.21.15.153:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-17T00:53:42.422 INFO:teuthology.orchestra.run.smithi153.stderr:dumped monmap epoch 2 2024-09-17T00:53:43.062 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:42 smithi045 ceph-mon[29581]: Deploying daemon mon.b on smithi134 2024-09-17T00:53:43.062 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:42 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:43.062 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:42 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:43.062 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:42 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:43.062 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:42 smithi045 ceph-mon[29581]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:53:43.062 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:42 smithi045 ceph-mon[29581]: from='client.? 172.21.15.153:0/2634669332' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T00:53:43.062 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:42 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T00:53:43.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:42 smithi153 ceph-mon[31499]: Deploying daemon mon.b on smithi134 2024-09-17T00:53:43.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:42 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:43.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:42 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:43.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:42 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:43.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:42 smithi153 ceph-mon[31499]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:53:43.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:42 smithi153 ceph-mon[31499]: from='client.? 172.21.15.153:0/2634669332' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T00:53:43.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:42 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T00:53:43.948 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-17T00:53:43.949 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e4a63de8-748e-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T00:53:44.214 INFO:teuthology.orchestra.run.smithi153.stderr:Inferring config /var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T00:53:44.322 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:44 smithi153 ceph-mon[31499]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:53:44.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:44 smithi045 ceph-mon[29581]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:53:44.858 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:53:44.859 INFO:teuthology.orchestra.run.smithi153.stdout:{"epoch":2,"fsid":"e4a63de8-748e-11ef-bceb-c7b262605968","modified":"2024-09-17T00:53:36.509551Z","created":"2024-09-17T00:52:09.567407Z","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.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:3300","nonce":0},{"type":"v1","addr":"172.21.15.153:6789","nonce":0}]},"addr":"172.21.15.153:6789/0","public_addr":"172.21.15.153:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-09-17T00:53:44.859 INFO:teuthology.orchestra.run.smithi153.stderr:dumped monmap epoch 2 2024-09-17T00:53:45.374 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:45 smithi045 ceph-mon[29581]: from='client.? 172.21.15.153:0/1328949450' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T00:53:45.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:45 smithi153 ceph-mon[31499]: from='client.? 172.21.15.153:0/1328949450' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T00:53:46.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:46 smithi045 ceph-mon[29581]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:53:46.396 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:46 smithi153 ceph-mon[31499]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:53:46.425 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:46 smithi134 systemd[1]: Started Ceph mon.b for e4a63de8-748e-11ef-bceb-c7b262605968. 2024-09-17T00:53:46.607 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-09-17T00:53:46.607 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e4a63de8-748e-11ef-bceb-c7b262605968 -- ceph mon dump -f json 2024-09-17T00:53:46.859 INFO:teuthology.orchestra.run.smithi153.stderr:Inferring config /var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T00:53:51.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:51 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T00:53:51.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:51 smithi134 ceph-mon[31141]: mon.a calling monitor election 2024-09-17T00:53:51.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:51 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T00:53:51.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:51 smithi134 ceph-mon[31141]: mon.c calling monitor election 2024-09-17T00:53:51.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:51 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T00:53:51.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:51 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T00:53:51.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:51 smithi134 ceph-mon[31141]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:53:51.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:51 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T00:53:51.566 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:51 smithi134 ceph-mon[31141]: mon.b calling monitor election 2024-09-17T00:53:51.566 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:51 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T00:53:51.566 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:51 smithi134 ceph-mon[31141]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:53:51.566 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:51 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T00:53:51.566 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:51 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T00:53:51.566 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:51 smithi134 ceph-mon[31141]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-17T00:53:51.566 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:51 smithi134 ceph-mon[31141]: monmap epoch 3 2024-09-17T00:53:51.566 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:51 smithi134 ceph-mon[31141]: fsid e4a63de8-748e-11ef-bceb-c7b262605968 2024-09-17T00:53:51.566 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:51 smithi134 ceph-mon[31141]: last_changed 2024-09-17T00:53:46.186973+0000 2024-09-17T00:53:51.566 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:51 smithi134 ceph-mon[31141]: created 2024-09-17T00:52:09.567407+0000 2024-09-17T00:53:51.566 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:51 smithi134 ceph-mon[31141]: min_mon_release 19 (squid) 2024-09-17T00:53:51.566 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:51 smithi134 ceph-mon[31141]: election_strategy: 1 2024-09-17T00:53:51.566 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:51 smithi134 ceph-mon[31141]: 0: [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon.a 2024-09-17T00:53:51.567 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:51 smithi134 ceph-mon[31141]: 1: [v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0] mon.c 2024-09-17T00:53:51.567 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:51 smithi134 ceph-mon[31141]: 2: [v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0] mon.b 2024-09-17T00:53:51.567 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:51 smithi134 ceph-mon[31141]: fsmap 2024-09-17T00:53:51.567 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:51 smithi134 ceph-mon[31141]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T00:53:51.567 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:51 smithi134 ceph-mon[31141]: mgrmap e13: a(active, since 51s) 2024-09-17T00:53:51.567 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:51 smithi134 ceph-mon[31141]: overall HEALTH_OK 2024-09-17T00:53:51.567 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:51 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:51.567 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:51 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:51.567 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:51 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:51.567 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:51 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:51.567 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:51 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:51.567 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:51 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:51.567 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:51 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:51.568 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:51 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:51.568 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:51 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:51.568 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:51 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:51.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:51 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T00:53:51.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:51 smithi045 ceph-mon[29581]: mon.a calling monitor election 2024-09-17T00:53:51.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:51 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T00:53:51.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:51 smithi045 ceph-mon[29581]: mon.c calling monitor election 2024-09-17T00:53:51.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:51 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T00:53:51.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:51 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T00:53:51.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:51 smithi045 ceph-mon[29581]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:53:51.626 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:51 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T00:53:51.626 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:51 smithi045 ceph-mon[29581]: mon.b calling monitor election 2024-09-17T00:53:51.626 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:51 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T00:53:51.626 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:51 smithi045 ceph-mon[29581]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:53:51.626 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:51 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T00:53:51.626 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:51 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T00:53:51.626 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:51 smithi045 ceph-mon[29581]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-17T00:53:51.626 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:51 smithi045 ceph-mon[29581]: monmap epoch 3 2024-09-17T00:53:51.626 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:51 smithi045 ceph-mon[29581]: fsid e4a63de8-748e-11ef-bceb-c7b262605968 2024-09-17T00:53:51.626 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:51 smithi045 ceph-mon[29581]: last_changed 2024-09-17T00:53:46.186973+0000 2024-09-17T00:53:51.626 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:51 smithi045 ceph-mon[29581]: created 2024-09-17T00:52:09.567407+0000 2024-09-17T00:53:51.626 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:51 smithi045 ceph-mon[29581]: min_mon_release 19 (squid) 2024-09-17T00:53:51.626 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:51 smithi045 ceph-mon[29581]: election_strategy: 1 2024-09-17T00:53:51.627 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:51 smithi045 ceph-mon[29581]: 0: [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon.a 2024-09-17T00:53:51.627 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:51 smithi045 ceph-mon[29581]: 1: [v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0] mon.c 2024-09-17T00:53:51.627 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:51 smithi045 ceph-mon[29581]: 2: [v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0] mon.b 2024-09-17T00:53:51.627 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:51 smithi045 ceph-mon[29581]: fsmap 2024-09-17T00:53:51.627 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:51 smithi045 ceph-mon[29581]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T00:53:51.627 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:51 smithi045 ceph-mon[29581]: mgrmap e13: a(active, since 51s) 2024-09-17T00:53:51.627 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:51 smithi045 ceph-mon[29581]: overall HEALTH_OK 2024-09-17T00:53:51.627 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:51 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:51.627 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:51 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:51.627 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:51 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:51.627 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:51 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:51.627 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:51 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:51.627 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:51 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:51.627 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:51 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:51.627 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:51 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:51.628 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:51 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:51.628 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:51 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:51.638 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:51 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T00:53:51.638 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:51 smithi153 ceph-mon[31499]: mon.a calling monitor election 2024-09-17T00:53:51.638 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:51 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T00:53:51.638 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:51 smithi153 ceph-mon[31499]: mon.c calling monitor election 2024-09-17T00:53:51.638 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:51 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T00:53:51.638 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:51 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T00:53:51.638 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:51 smithi153 ceph-mon[31499]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:53:51.639 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:51 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T00:53:51.639 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:51 smithi153 ceph-mon[31499]: mon.b calling monitor election 2024-09-17T00:53:51.639 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:51 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T00:53:51.639 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:51 smithi153 ceph-mon[31499]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:53:51.639 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:51 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T00:53:51.639 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:51 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T00:53:51.639 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:51 smithi153 ceph-mon[31499]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-09-17T00:53:51.639 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:51 smithi153 ceph-mon[31499]: monmap epoch 3 2024-09-17T00:53:51.639 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:51 smithi153 ceph-mon[31499]: fsid e4a63de8-748e-11ef-bceb-c7b262605968 2024-09-17T00:53:51.639 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:51 smithi153 ceph-mon[31499]: last_changed 2024-09-17T00:53:46.186973+0000 2024-09-17T00:53:51.639 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:51 smithi153 ceph-mon[31499]: created 2024-09-17T00:52:09.567407+0000 2024-09-17T00:53:51.639 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:51 smithi153 ceph-mon[31499]: min_mon_release 19 (squid) 2024-09-17T00:53:51.639 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:51 smithi153 ceph-mon[31499]: election_strategy: 1 2024-09-17T00:53:51.639 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:51 smithi153 ceph-mon[31499]: 0: [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon.a 2024-09-17T00:53:51.640 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:51 smithi153 ceph-mon[31499]: 1: [v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0] mon.c 2024-09-17T00:53:51.640 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:51 smithi153 ceph-mon[31499]: 2: [v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0] mon.b 2024-09-17T00:53:51.640 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:51 smithi153 ceph-mon[31499]: fsmap 2024-09-17T00:53:51.640 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:51 smithi153 ceph-mon[31499]: osdmap e4: 0 total, 0 up, 0 in 2024-09-17T00:53:51.640 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:51 smithi153 ceph-mon[31499]: mgrmap e13: a(active, since 51s) 2024-09-17T00:53:51.640 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:51 smithi153 ceph-mon[31499]: overall HEALTH_OK 2024-09-17T00:53:51.640 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:51 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:51.640 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:51 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:51.640 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:51 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:51.640 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:51 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:51.640 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:51 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:51.640 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:51 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:51.640 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:51 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:51.641 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:51 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:51.641 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:51 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:51.641 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:51 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:51.933 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:53:51.933 INFO:teuthology.orchestra.run.smithi153.stdout:{"epoch":3,"fsid":"e4a63de8-748e-11ef-bceb-c7b262605968","modified":"2024-09-17T00:53:46.186973Z","created":"2024-09-17T00:52:09.567407Z","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.45:3300","nonce":0},{"type":"v1","addr":"172.21.15.45:6789","nonce":0}]},"addr":"172.21.15.45:6789/0","public_addr":"172.21.15.45:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:3300","nonce":0},{"type":"v1","addr":"172.21.15.153:6789","nonce":0}]},"addr":"172.21.15.153:6789/0","public_addr":"172.21.15.153:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:3300","nonce":0},{"type":"v1","addr":"172.21.15.134:6789","nonce":0}]},"addr":"172.21.15.134:6789/0","public_addr":"172.21.15.134:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-09-17T00:53:51.933 INFO:teuthology.orchestra.run.smithi153.stderr:dumped monmap epoch 3 2024-09-17T00:53:52.461 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:52 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:53:52.461 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:52 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:53:52.461 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:52 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:53:52.461 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:52 smithi134 ceph-mon[31141]: Updating smithi045:/etc/ceph/ceph.conf 2024-09-17T00:53:52.461 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:52 smithi134 ceph-mon[31141]: Updating smithi134:/etc/ceph/ceph.conf 2024-09-17T00:53:52.461 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:52 smithi134 ceph-mon[31141]: Updating smithi153:/etc/ceph/ceph.conf 2024-09-17T00:53:52.461 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:52 smithi134 ceph-mon[31141]: Updating smithi153:/var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T00:53:52.462 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:52 smithi134 ceph-mon[31141]: Updating smithi045:/var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T00:53:52.462 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:52 smithi134 ceph-mon[31141]: Updating smithi134:/var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T00:53:52.462 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:52 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:52.462 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:52 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:52.462 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:52 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:52.462 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:52 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:52.462 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:52 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:52.462 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:52 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:52.462 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:52 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:52.462 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:52 smithi134 ceph-mon[31141]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-17T00:53:52.462 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:52 smithi134 ceph-mon[31141]: from='client.? 172.21.15.153:0/567792128' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T00:53:52.462 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:52 smithi134 ceph-mon[31141]: Reconfiguring mon.a (unknown last config time)... 2024-09-17T00:53:52.463 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:52 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T00:53:52.463 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:52 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T00:53:52.463 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:52 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:53:52.463 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:52 smithi134 ceph-mon[31141]: Reconfiguring daemon mon.a on smithi045 2024-09-17T00:53:52.463 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:52 smithi134 ceph-mon[31141]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:53:52.463 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:52 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T00:53:52.559 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:52 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:53:52.559 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:52 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:53:52.559 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:52 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:53:52.559 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:52 smithi153 ceph-mon[31499]: Updating smithi045:/etc/ceph/ceph.conf 2024-09-17T00:53:52.559 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:52 smithi153 ceph-mon[31499]: Updating smithi134:/etc/ceph/ceph.conf 2024-09-17T00:53:52.559 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:52 smithi153 ceph-mon[31499]: Updating smithi153:/etc/ceph/ceph.conf 2024-09-17T00:53:52.559 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:52 smithi153 ceph-mon[31499]: Updating smithi153:/var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T00:53:52.559 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:52 smithi153 ceph-mon[31499]: Updating smithi045:/var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T00:53:52.559 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:52 smithi153 ceph-mon[31499]: Updating smithi134:/var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T00:53:52.559 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:52 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:52.559 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:52 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:52.559 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:52 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:52.560 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:52 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:52.560 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:52 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:52.560 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:52 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:52.560 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:52 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:52.560 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:52 smithi153 ceph-mon[31499]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-17T00:53:52.560 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:52 smithi153 ceph-mon[31499]: from='client.? 172.21.15.153:0/567792128' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T00:53:52.560 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:52 smithi153 ceph-mon[31499]: Reconfiguring mon.a (unknown last config time)... 2024-09-17T00:53:52.560 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:52 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T00:53:52.560 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:52 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T00:53:52.560 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:52 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:53:52.560 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:52 smithi153 ceph-mon[31499]: Reconfiguring daemon mon.a on smithi045 2024-09-17T00:53:52.560 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:52 smithi153 ceph-mon[31499]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:53:52.560 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:52 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T00:53:52.586 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-09-17T00:53:52.586 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e4a63de8-748e-11ef-bceb-c7b262605968 -- ceph config generate-minimal-conf 2024-09-17T00:53:52.611 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:52 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:53:52.611 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:52 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:53:52.611 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:52 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:53:52.611 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:52 smithi045 ceph-mon[29581]: Updating smithi045:/etc/ceph/ceph.conf 2024-09-17T00:53:52.612 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:52 smithi045 ceph-mon[29581]: Updating smithi134:/etc/ceph/ceph.conf 2024-09-17T00:53:52.612 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:52 smithi045 ceph-mon[29581]: Updating smithi153:/etc/ceph/ceph.conf 2024-09-17T00:53:52.612 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:52 smithi045 ceph-mon[29581]: Updating smithi153:/var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T00:53:52.612 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:52 smithi045 ceph-mon[29581]: Updating smithi045:/var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T00:53:52.612 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:52 smithi045 ceph-mon[29581]: Updating smithi134:/var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T00:53:52.612 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:52 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:52.612 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:52 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:52.612 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:52 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:52.612 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:52 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:52.612 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:52 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:52.612 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:52 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:52.612 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:52 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:52.612 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:52 smithi045 ceph-mon[29581]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-17T00:53:52.613 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:52 smithi045 ceph-mon[29581]: from='client.? 172.21.15.153:0/567792128' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-09-17T00:53:52.613 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:52 smithi045 ceph-mon[29581]: Reconfiguring mon.a (unknown last config time)... 2024-09-17T00:53:52.613 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:52 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T00:53:52.613 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:52 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T00:53:52.613 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:52 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:53:52.613 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:52 smithi045 ceph-mon[29581]: Reconfiguring daemon mon.a on smithi045 2024-09-17T00:53:52.613 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:52 smithi045 ceph-mon[29581]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:53:52.613 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:52 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T00:53:53.276 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T00:53:53.915 INFO:teuthology.orchestra.run.smithi045.stdout:# minimal ceph.conf for e4a63de8-748e-11ef-bceb-c7b262605968 2024-09-17T00:53:53.916 INFO:teuthology.orchestra.run.smithi045.stdout:[global] 2024-09-17T00:53:53.916 INFO:teuthology.orchestra.run.smithi045.stdout: fsid = e4a63de8-748e-11ef-bceb-c7b262605968 2024-09-17T00:53:53.916 INFO:teuthology.orchestra.run.smithi045.stdout: mon_host = [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] [v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0] [v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0] 2024-09-17T00:53:54.481 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:54 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:54.481 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:54 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:54.481 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:54 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:54.481 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:54 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:54.481 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:54 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:54.481 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:54 smithi134 ceph-mon[31141]: Reconfiguring mon.b (monmap changed)... 2024-09-17T00:53:54.481 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:54 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T00:53:54.481 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:54 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T00:53:54.482 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:54 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:53:54.482 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:54 smithi134 ceph-mon[31141]: Reconfiguring daemon mon.b on smithi134 2024-09-17T00:53:54.482 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:54 smithi134 ceph-mon[31141]: from='client.? 172.21.15.45:0/3815205119' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:53:54.482 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:54 smithi134 ceph-mon[31141]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:53:54.487 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-09-17T00:53:54.487 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-09-17T00:53:54.487 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/ceph/ceph.conf 2024-09-17T00:53:54.536 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:54 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:54.537 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:54 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:54.537 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:54 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:54.537 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:54 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:54.537 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:54 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:54.537 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:54 smithi153 ceph-mon[31499]: Reconfiguring mon.b (monmap changed)... 2024-09-17T00:53:54.537 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:54 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T00:53:54.537 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:54 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T00:53:54.537 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:54 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:53:54.537 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:54 smithi153 ceph-mon[31499]: Reconfiguring daemon mon.b on smithi134 2024-09-17T00:53:54.537 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:54 smithi153 ceph-mon[31499]: from='client.? 172.21.15.45:0/3815205119' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:53:54.537 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:54 smithi153 ceph-mon[31499]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:53:54.554 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:54 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:54.554 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:54 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:54.554 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:54 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:54.554 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:54 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:54.554 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:54 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:54.554 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:54 smithi045 ceph-mon[29581]: Reconfiguring mon.b (monmap changed)... 2024-09-17T00:53:54.554 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:54 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T00:53:54.554 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:54 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T00:53:54.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:54 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:53:54.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:54 smithi045 ceph-mon[29581]: Reconfiguring daemon mon.b on smithi134 2024-09-17T00:53:54.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:54 smithi045 ceph-mon[29581]: from='client.? 172.21.15.45:0/3815205119' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:53:54.555 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:54 smithi045 ceph-mon[29581]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:53:54.558 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-09-17T00:53:54.558 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T00:53:54.627 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-09-17T00:53:54.627 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/ceph/ceph.conf 2024-09-17T00:53:54.656 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-09-17T00:53:54.656 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T00:53:54.723 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-09-17T00:53:54.723 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/etc/ceph/ceph.conf 2024-09-17T00:53:54.753 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-09-17T00:53:54.753 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-09-17T00:53:54.819 INFO:tasks.cephadm:Adding mgr.a on smithi045 2024-09-17T00:53:54.819 INFO:tasks.cephadm:Adding mgr.b on smithi134 2024-09-17T00:53:54.819 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e4a63de8-748e-11ef-bceb-c7b262605968 -- ceph orch apply mgr '2;smithi045=a;smithi134=b' 2024-09-17T00:53:55.101 INFO:teuthology.orchestra.run.smithi153.stderr:Inferring config /var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T00:53:55.780 INFO:teuthology.orchestra.run.smithi153.stdout:Scheduled mgr update... 2024-09-17T00:53:55.780 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:55 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:55.780 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:55 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:55.780 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:55 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:55.780 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:55 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:55.781 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:55 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:55.781 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:55 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:55.781 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:55 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:55.781 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:55 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:55.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:55 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:55.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:55 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:55.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:55 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:55.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:55 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:55.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:55 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:55.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:55 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:55.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:55 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:55.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:55 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:55.880 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:55 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:55.880 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:55 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:55.880 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:55 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:55.880 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:55 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:55.880 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:55 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:55.881 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:55 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:55.881 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:55 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:55.881 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:55 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:56.456 DEBUG:teuthology.orchestra.run.smithi134:mgr.b> sudo journalctl -f -n 0 -u ceph-e4a63de8-748e-11ef-bceb-c7b262605968@mgr.b.service 2024-09-17T00:53:56.459 INFO:tasks.cephadm:Deploying OSDs... 2024-09-17T00:53:56.459 DEBUG:teuthology.orchestra.run.smithi045:> set -ex 2024-09-17T00:53:56.459 DEBUG:teuthology.orchestra.run.smithi045:> dd if=/scratch_devs of=/dev/stdout 2024-09-17T00:53:56.479 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-17T00:53:56.480 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/vg_nvme/lv_1 2024-09-17T00:53:56.540 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-17T00:53:56.540 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T00:53:56.540 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 5h/5d Inode: 961 Links: 1 2024-09-17T00:53:56.540 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T00:53:56.540 INFO:teuthology.orchestra.run.smithi045.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T00:53:56.540 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2024-09-17 00:53:49.587553496 +0000 2024-09-17T00:53:56.540 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2024-09-17 00:48:32.858236452 +0000 2024-09-17T00:53:56.540 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2024-09-17 00:48:32.858236452 +0000 2024-09-17T00:53:56.541 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: 2024-09-17 00:48:32.858236452 +0000 2024-09-17T00:53:56.542 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-17T00:53:56.608 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2024-09-17T00:53:56.608 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2024-09-17T00:53:56.608 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 0.000111193 s, 4.6 MB/s 2024-09-17T00:53:56.609 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-17T00:53:56.670 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/vg_nvme/lv_2 2024-09-17T00:53:56.728 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-17T00:53:56.728 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T00:53:56.728 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 5h/5d Inode: 977 Links: 1 2024-09-17T00:53:56.728 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T00:53:56.728 INFO:teuthology.orchestra.run.smithi045.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T00:53:56.728 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2024-09-17 00:53:49.588553481 +0000 2024-09-17T00:53:56.728 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2024-09-17 00:48:32.859236845 +0000 2024-09-17T00:53:56.728 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2024-09-17 00:48:32.859236845 +0000 2024-09-17T00:53:56.728 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: 2024-09-17 00:48:32.859236845 +0000 2024-09-17T00:53:56.729 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-17T00:53:56.795 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2024-09-17T00:53:56.795 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2024-09-17T00:53:56.795 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 0.000114743 s, 4.5 MB/s 2024-09-17T00:53:56.796 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-17T00:53:56.854 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/vg_nvme/lv_3 2024-09-17T00:53:56.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:56 smithi045 ceph-mon[29581]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi045=a;smithi134=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T00:53:56.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:56 smithi045 ceph-mon[29581]: Saving service mgr spec with placement smithi045=a;smithi134=b;count:2 2024-09-17T00:53:56.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:56 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:56.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:56 smithi045 ceph-mon[29581]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:53:56.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:56 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:56.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:56 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:56.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:56 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T00:53:56.876 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:56 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T00:53:56.876 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:56 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:53:56.892 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-17T00:53:56.892 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T00:53:56.892 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 5h/5d Inode: 976 Links: 1 2024-09-17T00:53:56.892 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T00:53:56.892 INFO:teuthology.orchestra.run.smithi045.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T00:53:56.892 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2024-09-17 00:53:49.588553481 +0000 2024-09-17T00:53:56.892 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2024-09-17 00:48:32.859236845 +0000 2024-09-17T00:53:56.893 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2024-09-17 00:48:32.859236845 +0000 2024-09-17T00:53:56.893 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: 2024-09-17 00:48:32.859236845 +0000 2024-09-17T00:53:56.893 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-17T00:53:56.958 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2024-09-17T00:53:56.958 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2024-09-17T00:53:56.958 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 0.000117688 s, 4.4 MB/s 2024-09-17T00:53:56.959 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-17T00:53:57.018 DEBUG:teuthology.orchestra.run.smithi045:> stat /dev/vg_nvme/lv_4 2024-09-17T00:53:57.064 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:56 smithi134 ceph-mon[31141]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi045=a;smithi134=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T00:53:57.064 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:56 smithi134 ceph-mon[31141]: Saving service mgr spec with placement smithi045=a;smithi134=b;count:2 2024-09-17T00:53:57.064 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:56 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:57.064 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:56 smithi134 ceph-mon[31141]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:53:57.064 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:56 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:57.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:56 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:57.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:56 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T00:53:57.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:56 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T00:53:57.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:56 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:53:57.075 INFO:teuthology.orchestra.run.smithi045.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-17T00:53:57.075 INFO:teuthology.orchestra.run.smithi045.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T00:53:57.075 INFO:teuthology.orchestra.run.smithi045.stdout:Device: 5h/5d Inode: 981 Links: 1 2024-09-17T00:53:57.075 INFO:teuthology.orchestra.run.smithi045.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T00:53:57.075 INFO:teuthology.orchestra.run.smithi045.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T00:53:57.075 INFO:teuthology.orchestra.run.smithi045.stdout:Access: 2024-09-17 00:53:49.588553481 +0000 2024-09-17T00:53:57.075 INFO:teuthology.orchestra.run.smithi045.stdout:Modify: 2024-09-17 00:48:32.860237237 +0000 2024-09-17T00:53:57.075 INFO:teuthology.orchestra.run.smithi045.stdout:Change: 2024-09-17 00:48:32.860237237 +0000 2024-09-17T00:53:57.076 INFO:teuthology.orchestra.run.smithi045.stdout: Birth: 2024-09-17 00:48:32.860237237 +0000 2024-09-17T00:53:57.076 DEBUG:teuthology.orchestra.run.smithi045:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-17T00:53:57.140 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records in 2024-09-17T00:53:57.141 INFO:teuthology.orchestra.run.smithi045.stderr:1+0 records out 2024-09-17T00:53:57.141 INFO:teuthology.orchestra.run.smithi045.stderr:512 bytes copied, 0.00011198 s, 4.6 MB/s 2024-09-17T00:53:57.142 DEBUG:teuthology.orchestra.run.smithi045:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-17T00:53:57.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:56 smithi153 ceph-mon[31499]: from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi045=a;smithi134=b", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T00:53:57.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:56 smithi153 ceph-mon[31499]: Saving service mgr spec with placement smithi045=a;smithi134=b;count:2 2024-09-17T00:53:57.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:56 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:57.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:56 smithi153 ceph-mon[31499]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:53:57.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:56 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:57.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:56 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:57.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:56 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-09-17T00:53:57.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:56 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-09-17T00:53:57.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:56 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:53:57.200 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-09-17T00:53:57.200 DEBUG:teuthology.orchestra.run.smithi134:> dd if=/scratch_devs of=/dev/stdout 2024-09-17T00:53:57.219 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-17T00:53:57.219 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/vg_nvme/lv_1 2024-09-17T00:53:57.279 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-17T00:53:57.279 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T00:53:57.279 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 5h/5d Inode: 977 Links: 1 2024-09-17T00:53:57.279 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T00:53:57.279 INFO:teuthology.orchestra.run.smithi134.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T00:53:57.279 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2024-09-17 00:53:53.883559568 +0000 2024-09-17T00:53:57.279 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2024-09-17 00:48:35.294955560 +0000 2024-09-17T00:53:57.279 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2024-09-17 00:48:35.294955560 +0000 2024-09-17T00:53:57.279 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: 2024-09-17 00:48:35.294955560 +0000 2024-09-17T00:53:57.280 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-17T00:53:57.346 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2024-09-17T00:53:57.347 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2024-09-17T00:53:57.347 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.000286067 s, 1.8 MB/s 2024-09-17T00:53:57.348 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-17T00:53:57.407 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/vg_nvme/lv_2 2024-09-17T00:53:57.464 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-17T00:53:57.465 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T00:53:57.465 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 5h/5d Inode: 980 Links: 1 2024-09-17T00:53:57.465 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T00:53:57.465 INFO:teuthology.orchestra.run.smithi134.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T00:53:57.465 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2024-09-17 00:53:53.883559568 +0000 2024-09-17T00:53:57.465 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2024-09-17 00:48:35.295955536 +0000 2024-09-17T00:53:57.465 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2024-09-17 00:48:35.295955536 +0000 2024-09-17T00:53:57.465 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: 2024-09-17 00:48:35.295955536 +0000 2024-09-17T00:53:57.465 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-17T00:53:57.530 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2024-09-17T00:53:57.530 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2024-09-17T00:53:57.530 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.000206602 s, 2.5 MB/s 2024-09-17T00:53:57.531 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-17T00:53:57.588 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/vg_nvme/lv_3 2024-09-17T00:53:57.643 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-17T00:53:57.643 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T00:53:57.644 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 5h/5d Inode: 973 Links: 1 2024-09-17T00:53:57.644 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T00:53:57.644 INFO:teuthology.orchestra.run.smithi134.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T00:53:57.644 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2024-09-17 00:53:53.883559568 +0000 2024-09-17T00:53:57.644 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2024-09-17 00:48:35.294955560 +0000 2024-09-17T00:53:57.644 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2024-09-17 00:48:35.294955560 +0000 2024-09-17T00:53:57.644 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: 2024-09-17 00:48:35.294955560 +0000 2024-09-17T00:53:57.644 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-17T00:53:57.709 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2024-09-17T00:53:57.710 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2024-09-17T00:53:57.710 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.000193025 s, 2.7 MB/s 2024-09-17T00:53:57.711 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-17T00:53:57.769 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/vg_nvme/lv_4 2024-09-17T00:53:57.824 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-17T00:53:57.824 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T00:53:57.825 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 5h/5d Inode: 966 Links: 1 2024-09-17T00:53:57.825 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T00:53:57.825 INFO:teuthology.orchestra.run.smithi134.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T00:53:57.825 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2024-09-17 00:53:53.884559545 +0000 2024-09-17T00:53:57.825 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2024-09-17 00:48:35.293955583 +0000 2024-09-17T00:53:57.825 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2024-09-17 00:48:35.293955583 +0000 2024-09-17T00:53:57.825 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: 2024-09-17 00:48:35.293955583 +0000 2024-09-17T00:53:57.825 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-17T00:53:57.888 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2024-09-17T00:53:57.888 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2024-09-17T00:53:57.888 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.000202864 s, 2.5 MB/s 2024-09-17T00:53:57.889 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-17T00:53:57.946 DEBUG:teuthology.orchestra.run.smithi153:> set -ex 2024-09-17T00:53:57.947 DEBUG:teuthology.orchestra.run.smithi153:> dd if=/scratch_devs of=/dev/stdout 2024-09-17T00:53:57.964 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-17T00:53:57.965 DEBUG:teuthology.orchestra.run.smithi153:> stat /dev/vg_nvme/lv_1 2024-09-17T00:53:58.023 INFO:teuthology.orchestra.run.smithi153.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-09-17T00:53:58.023 INFO:teuthology.orchestra.run.smithi153.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T00:53:58.023 INFO:teuthology.orchestra.run.smithi153.stdout:Device: 5h/5d Inode: 972 Links: 1 2024-09-17T00:53:58.023 INFO:teuthology.orchestra.run.smithi153.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T00:53:58.024 INFO:teuthology.orchestra.run.smithi153.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T00:53:58.024 INFO:teuthology.orchestra.run.smithi153.stdout:Access: 2024-09-17 00:53:54.243369432 +0000 2024-09-17T00:53:58.024 INFO:teuthology.orchestra.run.smithi153.stdout:Modify: 2024-09-17 00:48:33.128796880 +0000 2024-09-17T00:53:58.024 INFO:teuthology.orchestra.run.smithi153.stdout:Change: 2024-09-17 00:48:33.128796880 +0000 2024-09-17T00:53:58.024 INFO:teuthology.orchestra.run.smithi153.stdout: Birth: 2024-09-17 00:48:33.128796880 +0000 2024-09-17T00:53:58.025 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-09-17T00:53:58.064 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:57 smithi134 ceph-mon[31141]: Reconfiguring mon.c (monmap changed)... 2024-09-17T00:53:58.064 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:57 smithi134 ceph-mon[31141]: Reconfiguring daemon mon.c on smithi153 2024-09-17T00:53:58.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:57 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:58.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:57 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:58.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:57 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:53:58.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:57 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:53:58.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:57 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:53:58.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:57 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:58.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:57 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T00:53:58.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:57 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-17T00:53:58.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:57 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T00:53:58.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:57 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:53:58.086 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:57 smithi153 ceph-mon[31499]: Reconfiguring mon.c (monmap changed)... 2024-09-17T00:53:58.086 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:57 smithi153 ceph-mon[31499]: Reconfiguring daemon mon.c on smithi153 2024-09-17T00:53:58.087 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:57 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:58.087 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:57 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:58.087 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:57 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:53:58.087 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:57 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:53:58.087 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:57 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:53:58.087 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:57 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:58.087 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:57 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T00:53:58.087 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:57 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-17T00:53:58.087 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:57 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T00:53:58.087 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:57 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:53:58.089 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records in 2024-09-17T00:53:58.089 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records out 2024-09-17T00:53:58.090 INFO:teuthology.orchestra.run.smithi153.stderr:512 bytes copied, 0.000216303 s, 2.4 MB/s 2024-09-17T00:53:58.091 DEBUG:teuthology.orchestra.run.smithi153:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-09-17T00:53:58.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:57 smithi045 ceph-mon[29581]: Reconfiguring mon.c (monmap changed)... 2024-09-17T00:53:58.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:57 smithi045 ceph-mon[29581]: Reconfiguring daemon mon.c on smithi153 2024-09-17T00:53:58.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:57 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:58.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:57 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:58.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:57 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:53:58.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:57 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:53:58.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:57 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:53:58.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:57 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:53:58.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:57 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T00:53:58.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:57 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-09-17T00:53:58.126 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:57 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T00:53:58.126 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:57 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:53:58.149 DEBUG:teuthology.orchestra.run.smithi153:> stat /dev/vg_nvme/lv_2 2024-09-17T00:53:58.206 INFO:teuthology.orchestra.run.smithi153.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-09-17T00:53:58.206 INFO:teuthology.orchestra.run.smithi153.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T00:53:58.206 INFO:teuthology.orchestra.run.smithi153.stdout:Device: 5h/5d Inode: 978 Links: 1 2024-09-17T00:53:58.206 INFO:teuthology.orchestra.run.smithi153.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T00:53:58.206 INFO:teuthology.orchestra.run.smithi153.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T00:53:58.206 INFO:teuthology.orchestra.run.smithi153.stdout:Access: 2024-09-17 00:53:54.243369432 +0000 2024-09-17T00:53:58.206 INFO:teuthology.orchestra.run.smithi153.stdout:Modify: 2024-09-17 00:48:33.129797204 +0000 2024-09-17T00:53:58.206 INFO:teuthology.orchestra.run.smithi153.stdout:Change: 2024-09-17 00:48:33.129797204 +0000 2024-09-17T00:53:58.206 INFO:teuthology.orchestra.run.smithi153.stdout: Birth: 2024-09-17 00:48:33.129797204 +0000 2024-09-17T00:53:58.207 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-09-17T00:53:58.270 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records in 2024-09-17T00:53:58.270 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records out 2024-09-17T00:53:58.270 INFO:teuthology.orchestra.run.smithi153.stderr:512 bytes copied, 0.000172898 s, 3.0 MB/s 2024-09-17T00:53:58.271 DEBUG:teuthology.orchestra.run.smithi153:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-09-17T00:53:58.327 DEBUG:teuthology.orchestra.run.smithi153:> stat /dev/vg_nvme/lv_3 2024-09-17T00:53:58.384 INFO:teuthology.orchestra.run.smithi153.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-09-17T00:53:58.384 INFO:teuthology.orchestra.run.smithi153.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T00:53:58.384 INFO:teuthology.orchestra.run.smithi153.stdout:Device: 5h/5d Inode: 967 Links: 1 2024-09-17T00:53:58.384 INFO:teuthology.orchestra.run.smithi153.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T00:53:58.384 INFO:teuthology.orchestra.run.smithi153.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T00:53:58.384 INFO:teuthology.orchestra.run.smithi153.stdout:Access: 2024-09-17 00:53:54.243369432 +0000 2024-09-17T00:53:58.384 INFO:teuthology.orchestra.run.smithi153.stdout:Modify: 2024-09-17 00:48:33.127796557 +0000 2024-09-17T00:53:58.384 INFO:teuthology.orchestra.run.smithi153.stdout:Change: 2024-09-17 00:48:33.127796557 +0000 2024-09-17T00:53:58.384 INFO:teuthology.orchestra.run.smithi153.stdout: Birth: 2024-09-17 00:48:33.127796557 +0000 2024-09-17T00:53:58.385 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-09-17T00:53:58.447 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records in 2024-09-17T00:53:58.448 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records out 2024-09-17T00:53:58.448 INFO:teuthology.orchestra.run.smithi153.stderr:512 bytes copied, 0.000186257 s, 2.7 MB/s 2024-09-17T00:53:58.449 DEBUG:teuthology.orchestra.run.smithi153:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-09-17T00:53:58.505 DEBUG:teuthology.orchestra.run.smithi153:> stat /dev/vg_nvme/lv_4 2024-09-17T00:53:58.561 INFO:teuthology.orchestra.run.smithi153.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-09-17T00:53:58.561 INFO:teuthology.orchestra.run.smithi153.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-09-17T00:53:58.561 INFO:teuthology.orchestra.run.smithi153.stdout:Device: 5h/5d Inode: 982 Links: 1 2024-09-17T00:53:58.562 INFO:teuthology.orchestra.run.smithi153.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-09-17T00:53:58.562 INFO:teuthology.orchestra.run.smithi153.stdout:Context: system_u:object_r:device_t:s0 2024-09-17T00:53:58.562 INFO:teuthology.orchestra.run.smithi153.stdout:Access: 2024-09-17 00:53:54.244369415 +0000 2024-09-17T00:53:58.562 INFO:teuthology.orchestra.run.smithi153.stdout:Modify: 2024-09-17 00:48:33.129797204 +0000 2024-09-17T00:53:58.562 INFO:teuthology.orchestra.run.smithi153.stdout:Change: 2024-09-17 00:48:33.129797204 +0000 2024-09-17T00:53:58.562 INFO:teuthology.orchestra.run.smithi153.stdout: Birth: 2024-09-17 00:48:33.129797204 +0000 2024-09-17T00:53:58.562 DEBUG:teuthology.orchestra.run.smithi153:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-09-17T00:53:58.625 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records in 2024-09-17T00:53:58.625 INFO:teuthology.orchestra.run.smithi153.stderr:1+0 records out 2024-09-17T00:53:58.625 INFO:teuthology.orchestra.run.smithi153.stderr:512 bytes copied, 0.000192586 s, 2.7 MB/s 2024-09-17T00:53:58.627 DEBUG:teuthology.orchestra.run.smithi153:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-09-17T00:53:58.683 INFO:tasks.cephadm:Deploying osd.0 on smithi045 with /dev/vg_nvme/lv_4... 2024-09-17T00:53:58.684 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e4a63de8-748e-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-17T00:53:58.948 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T00:53:59.050 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:58 smithi134 ceph-mon[31141]: Deploying daemon mgr.b on smithi134 2024-09-17T00:53:59.050 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:53:58 smithi134 ceph-mon[31141]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:53:59.063 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:58 smithi045 ceph-mon[29581]: Deploying daemon mgr.b on smithi134 2024-09-17T00:53:59.064 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:53:58 smithi045 ceph-mon[29581]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:53:59.148 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:58 smithi153 ceph-mon[31499]: Deploying daemon mgr.b on smithi134 2024-09-17T00:53:59.148 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:53:58 smithi153 ceph-mon[31499]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:53:59.314 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:53:59 smithi134 systemd[1]: Starting Ceph mgr.b for e4a63de8-748e-11ef-bceb-c7b262605968... 2024-09-17T00:53:59.710 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:53:59 smithi134 podman[32719]: 2024-09-17 00:53:59.452765548 +0000 UTC m=+0.113505089 container create 4bbb185081601faf122413e5aed04d8cf89ce44f1a4700bba1e0cbc73e2bdfc1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.vendor=CentOS, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, RELEASE=squid-c2ddf97) 2024-09-17T00:53:59.710 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:53:59 smithi134 podman[32719]: 2024-09-17 00:53:59.355341524 +0000 UTC m=+0.016081072 image pull ebb0615149def4a3179c82c0cc47af75808300abb9f1142788e5e605a7ac0e5b quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3 2024-09-17T00:53:59.710 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:53:59 smithi134 podman[32719]: 2024-09-17 00:53:59.638363651 +0000 UTC m=+0.299103196 container init 4bbb185081601faf122413e5aed04d8cf89ce44f1a4700bba1e0cbc73e2bdfc1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, RELEASE=squid-c2ddf97, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_CLEAN=True, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T00:53:59.710 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:53:59 smithi134 podman[32719]: 2024-09-17 00:53:59.641816223 +0000 UTC m=+0.302555765 container start 4bbb185081601faf122413e5aed04d8cf89ce44f1a4700bba1e0cbc73e2bdfc1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b, CEPH_POINT_RELEASE=, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, ceph=True, RELEASE=squid-c2ddf97, org.label-schema.schema-version=1.0) 2024-09-17T00:53:59.710 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:53:59 smithi134 ceph-mgr[32738]: -- 172.21.15.134:0/2729538917 <== mon.2 v2:172.21.15.134:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5556723130e0 con 0x5556722f1000 2024-09-17T00:53:59.710 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:53:59 smithi134 bash[32719]: 4bbb185081601faf122413e5aed04d8cf89ce44f1a4700bba1e0cbc73e2bdfc1 2024-09-17T00:53:59.974 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:53:59 smithi134 systemd[1]: Started Ceph mgr.b for e4a63de8-748e-11ef-bceb-c7b262605968. 2024-09-17T00:53:59.974 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:53:59 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:53:59.763+0000 7fe827684040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-17T00:53:59.974 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:53:59 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:53:59.822+0000 7fe827684040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-17T00:53:59.974 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:53:59 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:53:59.976+0000 7fe827684040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-17T00:54:00.314 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:54:00 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:54:00.043+0000 7fe827684040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-17T00:54:00.314 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:54:00 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:54:00.190+0000 7fe827684040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-17T00:54:00.637 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:54:00 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:54:00.329+0000 7fe827684040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-17T00:54:00.638 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:54:00 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:54:00.640+0000 7fe827684040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-17T00:54:01.064 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:54:00 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:54:00.699+0000 7fe827684040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-17T00:54:01.064 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:54:00 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:54:00.883+0000 7fe827684040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-17T00:54:01.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:00 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:01.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:00 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:01.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:00 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:01.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:00 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:01.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:00 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:54:01.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:00 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:54:01.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:00 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:54:01.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:00 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:01.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:00 smithi134 ceph-mon[31141]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-17T00:54:01.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:00 smithi134 ceph-mon[31141]: Reconfiguring mgr.a (unknown last config time)... 2024-09-17T00:54:01.066 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:00 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T00:54:01.066 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:00 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T00:54:01.066 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:00 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:54:01.066 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:00 smithi134 ceph-mon[31141]: Reconfiguring daemon mgr.a on smithi045 2024-09-17T00:54:01.066 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:00 smithi134 ceph-mon[31141]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:54:01.066 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:00 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:01.066 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:00 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:01.067 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:00 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:01.067 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:00 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:01.067 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:00 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:01.067 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:00 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:54:01.067 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:00 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:54:01.067 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:00 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:54:01.067 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:00 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:01.067 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:00 smithi045 ceph-mon[29581]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-17T00:54:01.067 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:00 smithi045 ceph-mon[29581]: Reconfiguring mgr.a (unknown last config time)... 2024-09-17T00:54:01.067 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:00 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T00:54:01.067 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:00 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T00:54:01.067 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:00 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:54:01.067 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:00 smithi045 ceph-mon[29581]: Reconfiguring daemon mgr.a on smithi045 2024-09-17T00:54:01.068 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:00 smithi045 ceph-mon[29581]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:54:01.068 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:00 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:01.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:00 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:01.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:00 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:01.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:00 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:01.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:00 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:01.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:00 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:54:01.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:00 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:54:01.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:00 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:54:01.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:00 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:01.148 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:00 smithi153 ceph-mon[31499]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-17T00:54:01.148 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:00 smithi153 ceph-mon[31499]: Reconfiguring mgr.a (unknown last config time)... 2024-09-17T00:54:01.148 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:00 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-09-17T00:54:01.148 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:00 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-09-17T00:54:01.148 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:00 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:54:01.148 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:00 smithi153 ceph-mon[31499]: Reconfiguring daemon mgr.a on smithi045 2024-09-17T00:54:01.148 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:00 smithi153 ceph-mon[31499]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:54:01.148 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:00 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:01.311 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:54:01.337 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e4a63de8-748e-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi045:vg_nvme/lv_4 2024-09-17T00:54:02.064 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:54:01 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:54:01.759+0000 7fe827684040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-17T00:54:02.064 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:54:01 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:54:01.825+0000 7fe827684040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-17T00:54:02.308 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T00:54:02.374 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:02 smithi045 ceph-mon[29581]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:54:02.396 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:02 smithi134 ceph-mon[31141]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:54:02.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:02 smithi153 ceph-mon[31499]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:54:02.703 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:54:02 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:54:02.576+0000 7fe827684040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-17T00:54:02.703 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:54:02 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:54:02.705+0000 7fe827684040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-17T00:54:02.999 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:54:02 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:54:02.848+0000 7fe827684040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-17T00:54:02.999 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:54:02 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:54:02.910+0000 7fe827684040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-17T00:54:03.297 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:54:03 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:54:03.078+0000 7fe827684040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-17T00:54:03.297 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:54:03 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:54:03.148+0000 7fe827684040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-17T00:54:03.297 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:54:03 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:54:03.210+0000 7fe827684040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-17T00:54:03.564 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:54:03 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:54:03.381+0000 7fe827684040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-17T00:54:03.565 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:54:03 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:54:03.461+0000 7fe827684040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-17T00:54:03.565 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:54:03 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:54:03.532+0000 7fe827684040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-17T00:54:03.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:03 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:03.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:03 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:03.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:03 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:54:03.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:03 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:54:03.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:03 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:54:03.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:03 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:03.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:03 smithi134 ceph-mon[31141]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-17T00:54:03.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:03 smithi134 ceph-mon[31141]: from='client.14223 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T00:54:03.566 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:03 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T00:54:03.566 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:03 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T00:54:03.566 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:03 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:54:03.578 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:03 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:03.578 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:03 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:03.578 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:03 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:54:03.578 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:03 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:54:03.578 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:03 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:54:03.578 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:03 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:03.579 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:03 smithi045 ceph-mon[29581]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-17T00:54:03.579 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:03 smithi045 ceph-mon[29581]: from='client.14223 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T00:54:03.579 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:03 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T00:54:03.579 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:03 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T00:54:03.579 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:03 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:54:03.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:03 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:03.649 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:03 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:03.649 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:03 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:54:03.649 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:03 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:54:03.649 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:03 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:54:03.649 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:03 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:03.649 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:03 smithi153 ceph-mon[31499]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-17T00:54:03.649 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:03 smithi153 ceph-mon[31499]: from='client.14223 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi045:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T00:54:03.649 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:03 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T00:54:03.649 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:03 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T00:54:03.649 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:03 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:54:03.972 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:54:03 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:54:03.638+0000 7fe827684040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-17T00:54:03.973 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:54:03 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:54:03.702+0000 7fe827684040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-17T00:54:03.973 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:54:03 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:54:03.767+0000 7fe827684040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-17T00:54:04.482 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:04 smithi045 ceph-mon[29581]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:54:04.564 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:04 smithi134 ceph-mon[31141]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:54:04.646 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:04 smithi153 ceph-mon[31499]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:54:04.868 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:54:04 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:54:04.591+0000 7fe827684040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-17T00:54:05.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:05 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:05.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:05 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:05.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:05 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:54:05.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:05 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:54:05.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:05 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:05.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:05 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:54:05.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:05 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:05.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:05 smithi153 ceph-mon[31499]: Standby manager daemon b started 2024-09-17T00:54:05.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:05 smithi153 ceph-mon[31499]: from='mgr.? 172.21.15.134:0/574696350' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-17T00:54:05.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:05 smithi153 ceph-mon[31499]: from='mgr.? 172.21.15.134:0/574696350' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T00:54:05.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:05 smithi153 ceph-mon[31499]: from='mgr.? 172.21.15.134:0/574696350' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-17T00:54:05.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:05 smithi153 ceph-mon[31499]: from='mgr.? 172.21.15.134:0/574696350' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T00:54:05.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:05 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:05.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:05 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:05.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:05 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:05.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:05 smithi153 ceph-mon[31499]: from='client.? 172.21.15.45:0/2023735096' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "93a85a5c-c574-4b03-af6f-35308eed4fae"}]: dispatch 2024-09-17T00:54:05.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:05 smithi153 ceph-mon[31499]: from='client.? 172.21.15.45:0/2023735096' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "93a85a5c-c574-4b03-af6f-35308eed4fae"}]': finished 2024-09-17T00:54:05.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:05 smithi153 ceph-mon[31499]: osdmap e5: 1 total, 0 up, 1 in 2024-09-17T00:54:05.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:05 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T00:54:05.749 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:05 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:05.749 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:05 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:05.749 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:05 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:54:05.749 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:05 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:54:05.749 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:05 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:05.749 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:05 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:54:05.749 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:05 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:05.749 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:05 smithi045 ceph-mon[29581]: Standby manager daemon b started 2024-09-17T00:54:05.749 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:05 smithi045 ceph-mon[29581]: from='mgr.? 172.21.15.134:0/574696350' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-17T00:54:05.750 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:05 smithi045 ceph-mon[29581]: from='mgr.? 172.21.15.134:0/574696350' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T00:54:05.750 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:05 smithi045 ceph-mon[29581]: from='mgr.? 172.21.15.134:0/574696350' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-17T00:54:05.750 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:05 smithi045 ceph-mon[29581]: from='mgr.? 172.21.15.134:0/574696350' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T00:54:05.750 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:05 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:05.750 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:05 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:05.750 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:05 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:05.750 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:05 smithi045 ceph-mon[29581]: from='client.? 172.21.15.45:0/2023735096' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "93a85a5c-c574-4b03-af6f-35308eed4fae"}]: dispatch 2024-09-17T00:54:05.750 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:05 smithi045 ceph-mon[29581]: from='client.? 172.21.15.45:0/2023735096' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "93a85a5c-c574-4b03-af6f-35308eed4fae"}]': finished 2024-09-17T00:54:05.750 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:05 smithi045 ceph-mon[29581]: osdmap e5: 1 total, 0 up, 1 in 2024-09-17T00:54:05.750 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:05 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T00:54:05.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:05 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:05.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:05 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:05.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:05 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:54:05.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:05 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:54:05.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:05 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:05.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:05 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:54:05.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:05 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:05.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:05 smithi134 ceph-mon[31141]: Standby manager daemon b started 2024-09-17T00:54:05.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:05 smithi134 ceph-mon[31141]: from='mgr.? 172.21.15.134:0/574696350' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-17T00:54:05.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:05 smithi134 ceph-mon[31141]: from='mgr.? 172.21.15.134:0/574696350' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T00:54:05.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:05 smithi134 ceph-mon[31141]: from='mgr.? 172.21.15.134:0/574696350' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-17T00:54:05.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:05 smithi134 ceph-mon[31141]: from='mgr.? 172.21.15.134:0/574696350' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T00:54:05.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:05 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:05.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:05 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:05.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:05 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:05.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:05 smithi134 ceph-mon[31141]: from='client.? 172.21.15.45:0/2023735096' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "93a85a5c-c574-4b03-af6f-35308eed4fae"}]: dispatch 2024-09-17T00:54:05.816 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:05 smithi134 ceph-mon[31141]: from='client.? 172.21.15.45:0/2023735096' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "93a85a5c-c574-4b03-af6f-35308eed4fae"}]': finished 2024-09-17T00:54:05.816 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:05 smithi134 ceph-mon[31141]: osdmap e5: 1 total, 0 up, 1 in 2024-09-17T00:54:05.816 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:05 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T00:54:06.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:06 smithi134 ceph-mon[31141]: mgrmap e14: a(active, since 65s), standbys: b 2024-09-17T00:54:06.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:06 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-17T00:54:06.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:06 smithi134 ceph-mon[31141]: from='client.? 172.21.15.45:0/1569526129' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T00:54:06.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:06 smithi134 ceph-mon[31141]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:54:06.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:06 smithi045 ceph-mon[29581]: mgrmap e14: a(active, since 65s), standbys: b 2024-09-17T00:54:06.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:06 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-17T00:54:06.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:06 smithi045 ceph-mon[29581]: from='client.? 172.21.15.45:0/1569526129' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T00:54:06.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:06 smithi045 ceph-mon[29581]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:54:06.896 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:06 smithi153 ceph-mon[31499]: mgrmap e14: a(active, since 65s), standbys: b 2024-09-17T00:54:06.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:06 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-17T00:54:06.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:06 smithi153 ceph-mon[31499]: from='client.? 172.21.15.45:0/1569526129' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T00:54:06.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:06 smithi153 ceph-mon[31499]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:54:08.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:08 smithi045 ceph-mon[29581]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:54:08.396 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:08 smithi153 ceph-mon[31499]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:54:08.564 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:08 smithi134 ceph-mon[31141]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:54:10.124 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:10 smithi045 ceph-mon[29581]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:54:10.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:10 smithi153 ceph-mon[31499]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:54:10.564 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:10 smithi134 ceph-mon[31141]: pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:54:12.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:12 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:12.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:12 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:12.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:12 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:12.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:12 smithi045 ceph-mon[29581]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:54:12.570 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:12 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:12.571 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:12 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:12.571 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:12 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:12.571 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:12 smithi153 ceph-mon[31499]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:54:12.635 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:12 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:12.636 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:12 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:12.636 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:12 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:12.636 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:12 smithi134 ceph-mon[31141]: pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:54:13.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:13 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-17T00:54:13.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:13 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:54:13.624 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:13 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-17T00:54:13.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:13 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:54:13.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:13 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-09-17T00:54:13.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:13 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:54:14.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:14 smithi045 ceph-mon[29581]: Deploying daemon osd.0 on smithi045 2024-09-17T00:54:14.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:14 smithi045 ceph-mon[29581]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:54:14.633 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:14 smithi153 ceph-mon[31499]: Deploying daemon osd.0 on smithi045 2024-09-17T00:54:14.633 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:14 smithi153 ceph-mon[31499]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:54:14.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:14 smithi134 ceph-mon[31141]: Deploying daemon osd.0 on smithi045 2024-09-17T00:54:14.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:14 smithi134 ceph-mon[31141]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:54:16.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:16 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:16.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:16 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:16.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:16 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:16.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:16 smithi045 ceph-mon[29581]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:54:16.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:16 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:16.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:16 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:16.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:16 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:16.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:16 smithi134 ceph-mon[31141]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:54:16.396 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:16 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:16.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:16 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:16.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:16 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:16.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:16 smithi153 ceph-mon[31499]: pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:54:18.264 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:18 smithi045 ceph-mon[29581]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:54:18.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:18 smithi153 ceph-mon[31499]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:54:18.564 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:18 smithi134 ceph-mon[31141]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:54:19.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:19 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:54:19.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:19 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:19.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:19 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:54:19.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:19 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:54:19.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:19 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:19.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:19 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:19.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:19 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:54:19.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:19 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:19.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:19 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:54:19.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:19 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:54:19.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:19 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:19.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:19 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:19.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:19 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:54:19.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:19 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:19.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:19 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:54:19.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:19 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:54:19.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:19 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:19.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:19 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:20.791 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:20 smithi045 ceph-mon[29581]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:54:20.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:20 smithi134 ceph-mon[31141]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:54:20.896 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:20 smithi153 ceph-mon[31499]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:54:22.303 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:22 smithi134 ceph-mon[31141]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:54:22.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:22 smithi045 ceph-mon[29581]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:54:22.396 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:22 smithi153 ceph-mon[31499]: pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:54:22.910 INFO:teuthology.orchestra.run.smithi045.stdout:Created osd(s) 0 on host 'smithi045' 2024-09-17T00:54:23.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:23 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:54:23.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:23 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:23.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:23 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-17T00:54:23.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:23 smithi045 ceph-mon[29581]: Adjusting osd_memory_target on smithi045 to 16068M 2024-09-17T00:54:23.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:23 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:23.126 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:23 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:23.126 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:23 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:54:23.126 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:23 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:54:23.126 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:23 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:23.207 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:23 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:54:23.207 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:23 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:23.207 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:23 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-17T00:54:23.207 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:23 smithi134 ceph-mon[31141]: Adjusting osd_memory_target on smithi045 to 16068M 2024-09-17T00:54:23.208 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:23 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:23.208 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:23 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:23.208 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:23 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:54:23.208 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:23 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:54:23.208 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:23 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:23.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:23 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:54:23.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:23 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:23.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:23 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-09-17T00:54:23.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:23 smithi153 ceph-mon[31499]: Adjusting osd_memory_target on smithi045 to 16068M 2024-09-17T00:54:23.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:23 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:23.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:23 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:23.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:23 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:54:23.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:23 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:54:23.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:23 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:23.494 DEBUG:teuthology.orchestra.run.smithi045:osd.0> sudo journalctl -f -n 0 -u ceph-e4a63de8-748e-11ef-bceb-c7b262605968@osd.0.service 2024-09-17T00:54:23.498 INFO:tasks.cephadm:Deploying osd.1 on smithi134 with /dev/vg_nvme/lv_4... 2024-09-17T00:54:23.498 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e4a63de8-748e-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-17T00:54:23.875 INFO:journalctl@ceph.osd.0.smithi045.stdout:Sep 17 00:54:23 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-osd-0[39334]: 2024-09-17T00:54:23.645+0000 7fe58527e640 -1 osd.0 0 log_to_monitors true 2024-09-17T00:54:23.970 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/mon.b/config 2024-09-17T00:54:24.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:24 smithi134 ceph-mon[31141]: from='osd.0 [v2:172.21.15.45:6802/3606658752,v1:172.21.15.45:6803/3606658752]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-17T00:54:24.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:24 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:24.355 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:24 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:24.355 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:24 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:24.355 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:24 smithi134 ceph-mon[31141]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:54:24.374 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:24 smithi045 ceph-mon[29581]: from='osd.0 [v2:172.21.15.45:6802/3606658752,v1:172.21.15.45:6803/3606658752]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-17T00:54:24.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:24 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:24.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:24 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:24.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:24 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:24.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:24 smithi045 ceph-mon[29581]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:54:24.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:24 smithi153 ceph-mon[31499]: from='osd.0 [v2:172.21.15.45:6802/3606658752,v1:172.21.15.45:6803/3606658752]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-09-17T00:54:24.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:24 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:24.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:24 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:24.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:24 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:24.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:24 smithi153 ceph-mon[31499]: pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:54:25.202 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:25 smithi134 ceph-mon[31141]: from='osd.0 [v2:172.21.15.45:6802/3606658752,v1:172.21.15.45:6803/3606658752]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-17T00:54:25.202 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:25 smithi134 ceph-mon[31141]: osdmap e6: 1 total, 0 up, 1 in 2024-09-17T00:54:25.202 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:25 smithi134 ceph-mon[31141]: from='osd.0 [v2:172.21.15.45:6802/3606658752,v1:172.21.15.45:6803/3606658752]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2024-09-17T00:54:25.202 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:25 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T00:54:25.367 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:25 smithi045 ceph-mon[29581]: from='osd.0 [v2:172.21.15.45:6802/3606658752,v1:172.21.15.45:6803/3606658752]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-17T00:54:25.368 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:25 smithi045 ceph-mon[29581]: osdmap e6: 1 total, 0 up, 1 in 2024-09-17T00:54:25.368 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:25 smithi045 ceph-mon[29581]: from='osd.0 [v2:172.21.15.45:6802/3606658752,v1:172.21.15.45:6803/3606658752]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2024-09-17T00:54:25.368 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:25 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T00:54:25.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:25 smithi153 ceph-mon[31499]: from='osd.0 [v2:172.21.15.45:6802/3606658752,v1:172.21.15.45:6803/3606658752]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-09-17T00:54:25.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:25 smithi153 ceph-mon[31499]: osdmap e6: 1 total, 0 up, 1 in 2024-09-17T00:54:25.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:25 smithi153 ceph-mon[31499]: from='osd.0 [v2:172.21.15.45:6802/3606658752,v1:172.21.15.45:6803/3606658752]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]: dispatch 2024-09-17T00:54:25.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:25 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T00:54:25.625 INFO:journalctl@ceph.osd.0.smithi045.stdout:Sep 17 00:54:25 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-osd-0[39334]: 2024-09-17T00:54:25.369+0000 7fe581201640 -1 osd.0 0 waiting for initial osdmap 2024-09-17T00:54:25.625 INFO:journalctl@ceph.osd.0.smithi045.stdout:Sep 17 00:54:25 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-osd-0[39334]: 2024-09-17T00:54:25.371+0000 7fe579021640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T00:54:26.124 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:26 smithi045 ceph-mon[29581]: from='osd.0 [v2:172.21.15.45:6802/3606658752,v1:172.21.15.45:6803/3606658752]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2024-09-17T00:54:26.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:26 smithi045 ceph-mon[29581]: osdmap e7: 1 total, 0 up, 1 in 2024-09-17T00:54:26.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:26 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T00:54:26.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:26 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T00:54:26.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:26 smithi045 ceph-mon[29581]: from='osd.0 [v2:172.21.15.45:6802/3606658752,v1:172.21.15.45:6803/3606658752]' entity='osd.0' 2024-09-17T00:54:26.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:26 smithi045 ceph-mon[29581]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:54:26.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:26 smithi153 ceph-mon[31499]: from='osd.0 [v2:172.21.15.45:6802/3606658752,v1:172.21.15.45:6803/3606658752]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2024-09-17T00:54:26.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:26 smithi153 ceph-mon[31499]: osdmap e7: 1 total, 0 up, 1 in 2024-09-17T00:54:26.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:26 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T00:54:26.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:26 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T00:54:26.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:26 smithi153 ceph-mon[31499]: from='osd.0 [v2:172.21.15.45:6802/3606658752,v1:172.21.15.45:6803/3606658752]' entity='osd.0' 2024-09-17T00:54:26.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:26 smithi153 ceph-mon[31499]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:54:26.564 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:26 smithi134 ceph-mon[31141]: from='osd.0 [v2:172.21.15.45:6802/3606658752,v1:172.21.15.45:6803/3606658752]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi045", "root=default"]}]': finished 2024-09-17T00:54:26.564 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:26 smithi134 ceph-mon[31141]: osdmap e7: 1 total, 0 up, 1 in 2024-09-17T00:54:26.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:26 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T00:54:26.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:26 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T00:54:26.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:26 smithi134 ceph-mon[31141]: from='osd.0 [v2:172.21.15.45:6802/3606658752,v1:172.21.15.45:6803/3606658752]' entity='osd.0' 2024-09-17T00:54:26.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:26 smithi134 ceph-mon[31141]: pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-09-17T00:54:26.846 INFO:teuthology.orchestra.run.smithi134.stdout: 2024-09-17T00:54:26.871 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e4a63de8-748e-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi134:vg_nvme/lv_4 2024-09-17T00:54:27.116 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/mon.b/config 2024-09-17T00:54:27.374 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:27 smithi045 ceph-mon[29581]: purged_snaps scrub starts 2024-09-17T00:54:27.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:27 smithi045 ceph-mon[29581]: purged_snaps scrub ok 2024-09-17T00:54:27.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:27 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T00:54:27.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:27 smithi045 ceph-mon[29581]: osd.0 [v2:172.21.15.45:6802/3606658752,v1:172.21.15.45:6803/3606658752] boot 2024-09-17T00:54:27.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:27 smithi045 ceph-mon[29581]: osdmap e8: 1 total, 1 up, 1 in 2024-09-17T00:54:27.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:27 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T00:54:27.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:27 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:27.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:27 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:27.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:27 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:27.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:27 smithi153 ceph-mon[31499]: purged_snaps scrub starts 2024-09-17T00:54:27.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:27 smithi153 ceph-mon[31499]: purged_snaps scrub ok 2024-09-17T00:54:27.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:27 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T00:54:27.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:27 smithi153 ceph-mon[31499]: osd.0 [v2:172.21.15.45:6802/3606658752,v1:172.21.15.45:6803/3606658752] boot 2024-09-17T00:54:27.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:27 smithi153 ceph-mon[31499]: osdmap e8: 1 total, 1 up, 1 in 2024-09-17T00:54:27.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:27 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T00:54:27.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:27 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:27.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:27 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:27.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:27 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:27.462 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:27 smithi134 ceph-mon[31141]: purged_snaps scrub starts 2024-09-17T00:54:27.462 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:27 smithi134 ceph-mon[31141]: purged_snaps scrub ok 2024-09-17T00:54:27.462 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:27 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T00:54:27.462 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:27 smithi134 ceph-mon[31141]: osd.0 [v2:172.21.15.45:6802/3606658752,v1:172.21.15.45:6803/3606658752] boot 2024-09-17T00:54:27.462 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:27 smithi134 ceph-mon[31141]: osdmap e8: 1 total, 1 up, 1 in 2024-09-17T00:54:27.462 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:27 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T00:54:27.462 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:27 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:27.462 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:27 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:27.462 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:27 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:28.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:28 smithi153 ceph-mon[31499]: Detected new or changed devices on smithi045 2024-09-17T00:54:28.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:28 smithi153 ceph-mon[31499]: osdmap e9: 1 total, 1 up, 1 in 2024-09-17T00:54:28.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:28 smithi153 ceph-mon[31499]: from='client.24146 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi134:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T00:54:28.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:28 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T00:54:28.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:28 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T00:54:28.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:28 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:54:28.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:28 smithi153 ceph-mon[31499]: pgmap v43: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T00:54:28.759 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:28 smithi134 ceph-mon[31141]: Detected new or changed devices on smithi045 2024-09-17T00:54:28.759 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:28 smithi134 ceph-mon[31141]: osdmap e9: 1 total, 1 up, 1 in 2024-09-17T00:54:28.759 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:28 smithi134 ceph-mon[31141]: from='client.24146 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi134:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T00:54:28.759 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:28 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T00:54:28.759 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:28 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T00:54:28.759 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:28 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:54:28.759 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:28 smithi134 ceph-mon[31141]: pgmap v43: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T00:54:28.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:28 smithi045 ceph-mon[29581]: Detected new or changed devices on smithi045 2024-09-17T00:54:28.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:28 smithi045 ceph-mon[29581]: osdmap e9: 1 total, 1 up, 1 in 2024-09-17T00:54:28.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:28 smithi045 ceph-mon[29581]: from='client.24146 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi134:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T00:54:28.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:28 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T00:54:28.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:28 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T00:54:28.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:28 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:54:28.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:28 smithi045 ceph-mon[29581]: pgmap v43: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T00:54:30.025 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:30 smithi045 ceph-mon[29581]: from='client.? 172.21.15.134:0/3318047514' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f2db5e33-34a6-4c73-8bd4-8ada24dd3742"}]: dispatch 2024-09-17T00:54:30.025 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:30 smithi045 ceph-mon[29581]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f2db5e33-34a6-4c73-8bd4-8ada24dd3742"}]: dispatch 2024-09-17T00:54:30.025 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:30 smithi045 ceph-mon[29581]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f2db5e33-34a6-4c73-8bd4-8ada24dd3742"}]': finished 2024-09-17T00:54:30.025 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:30 smithi045 ceph-mon[29581]: osdmap e10: 2 total, 1 up, 2 in 2024-09-17T00:54:30.025 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:30 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T00:54:30.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:30 smithi134 ceph-mon[31141]: from='client.? 172.21.15.134:0/3318047514' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f2db5e33-34a6-4c73-8bd4-8ada24dd3742"}]: dispatch 2024-09-17T00:54:30.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:30 smithi134 ceph-mon[31141]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f2db5e33-34a6-4c73-8bd4-8ada24dd3742"}]: dispatch 2024-09-17T00:54:30.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:30 smithi134 ceph-mon[31141]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f2db5e33-34a6-4c73-8bd4-8ada24dd3742"}]': finished 2024-09-17T00:54:30.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:30 smithi134 ceph-mon[31141]: osdmap e10: 2 total, 1 up, 2 in 2024-09-17T00:54:30.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:30 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T00:54:30.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:30 smithi153 ceph-mon[31499]: from='client.? 172.21.15.134:0/3318047514' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f2db5e33-34a6-4c73-8bd4-8ada24dd3742"}]: dispatch 2024-09-17T00:54:30.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:30 smithi153 ceph-mon[31499]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f2db5e33-34a6-4c73-8bd4-8ada24dd3742"}]: dispatch 2024-09-17T00:54:30.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:30 smithi153 ceph-mon[31499]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f2db5e33-34a6-4c73-8bd4-8ada24dd3742"}]': finished 2024-09-17T00:54:30.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:30 smithi153 ceph-mon[31499]: osdmap e10: 2 total, 1 up, 2 in 2024-09-17T00:54:30.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:30 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T00:54:31.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:31 smithi134 ceph-mon[31141]: from='client.? 172.21.15.134:0/1408112177' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T00:54:31.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:31 smithi045 ceph-mon[29581]: from='client.? 172.21.15.134:0/1408112177' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T00:54:31.396 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:31 smithi153 ceph-mon[31499]: from='client.? 172.21.15.134:0/1408112177' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T00:54:32.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:32 smithi134 ceph-mon[31141]: pgmap v45: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T00:54:32.315 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:32 smithi153 ceph-mon[31499]: pgmap v45: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T00:54:32.374 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:32 smithi045 ceph-mon[29581]: pgmap v45: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T00:54:34.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:34 smithi134 ceph-mon[31141]: pgmap v46: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T00:54:34.367 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:34 smithi153 ceph-mon[31499]: pgmap v46: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T00:54:34.374 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:34 smithi045 ceph-mon[29581]: pgmap v46: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T00:54:36.208 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:36 smithi134 ceph-mon[31141]: pgmap v47: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T00:54:36.208 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:36 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:36.209 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:36 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:36.209 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:36 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:36.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:36 smithi045 ceph-mon[29581]: pgmap v47: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T00:54:36.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:36 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:36.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:36 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:36.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:36 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:36.396 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:36 smithi153 ceph-mon[31499]: pgmap v47: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T00:54:36.396 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:36 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:36.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:36 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:36.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:36 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:38.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:38 smithi134 ceph-mon[31141]: pgmap v48: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T00:54:38.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:38 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-17T00:54:38.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:38 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:54:38.374 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:38 smithi045 ceph-mon[29581]: pgmap v48: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T00:54:38.374 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:38 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-17T00:54:38.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:38 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:54:38.396 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:38 smithi153 ceph-mon[31499]: pgmap v48: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T00:54:38.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:38 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-09-17T00:54:38.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:38 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:54:39.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:39 smithi134 ceph-mon[31141]: Deploying daemon osd.1 on smithi134 2024-09-17T00:54:39.374 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:39 smithi045 ceph-mon[29581]: Deploying daemon osd.1 on smithi134 2024-09-17T00:54:39.396 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:39 smithi153 ceph-mon[31499]: Deploying daemon osd.1 on smithi134 2024-09-17T00:54:40.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:40 smithi134 ceph-mon[31141]: pgmap v49: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T00:54:40.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:40 smithi045 ceph-mon[29581]: pgmap v49: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T00:54:40.396 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:40 smithi153 ceph-mon[31499]: pgmap v49: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T00:54:42.064 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:42 smithi134 ceph-mon[31141]: pgmap v50: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T00:54:42.374 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:42 smithi045 ceph-mon[29581]: pgmap v50: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T00:54:42.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:42 smithi153 ceph-mon[31499]: pgmap v50: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T00:54:44.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:44 smithi134 ceph-mon[31141]: pgmap v51: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T00:54:44.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:44 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:44.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:44 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:44.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:44 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:44.374 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:44 smithi045 ceph-mon[29581]: pgmap v51: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T00:54:44.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:44 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:44.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:44 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:44.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:44 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:44.396 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:44 smithi153 ceph-mon[31499]: pgmap v51: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T00:54:44.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:44 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:44.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:44 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:44.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:44 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:45.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:45 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:54:45.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:45 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:45.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:45 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:54:45.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:45 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:54:45.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:45 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:45.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:45 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:45.374 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:45 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:54:45.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:45 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:45.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:45 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:54:45.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:45 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:54:45.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:45 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:45.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:45 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:45.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:45 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:54:45.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:45 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:45.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:45 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:54:45.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:45 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:54:45.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:45 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:45.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:45 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:46.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:46 smithi134 ceph-mon[31141]: pgmap v52: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T00:54:46.374 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:46 smithi045 ceph-mon[29581]: pgmap v52: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T00:54:46.396 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:46 smithi153 ceph-mon[31499]: pgmap v52: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T00:54:48.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:48 smithi134 ceph-mon[31141]: pgmap v53: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T00:54:48.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:48 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:48.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:48 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:48.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:48 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:48.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:48 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:48.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:48 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:48.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:48 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:48.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:48 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:48.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:48 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:48.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:48 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:48.362 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:48 smithi045 ceph-mon[29581]: pgmap v53: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T00:54:48.362 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:48 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:48.362 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:48 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:48.362 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:48 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:48.362 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:48 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:48.362 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:48 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:48.362 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:48 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:48.362 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:48 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:48.362 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:48 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:48.362 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:48 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:48.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:48 smithi153 ceph-mon[31499]: pgmap v53: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T00:54:48.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:48 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:48.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:48 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:48.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:48 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:48.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:48 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:48.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:48 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:48.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:48 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:48.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:48 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:48.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:48 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:48.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:48 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:49.165 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:49 smithi134 ceph-mon[31141]: Detected new or changed devices on smithi134 2024-09-17T00:54:49.165 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:49 smithi134 ceph-mon[31141]: pgmap v54: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T00:54:49.203 INFO:teuthology.orchestra.run.smithi134.stdout:Created osd(s) 1 on host 'smithi134' 2024-09-17T00:54:49.304 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:49 smithi045 ceph-mon[29581]: Detected new or changed devices on smithi134 2024-09-17T00:54:49.304 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:49 smithi045 ceph-mon[29581]: pgmap v54: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T00:54:49.396 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:49 smithi153 ceph-mon[31499]: Detected new or changed devices on smithi134 2024-09-17T00:54:49.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:49 smithi153 ceph-mon[31499]: pgmap v54: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T00:54:49.771 DEBUG:teuthology.orchestra.run.smithi134:osd.1> sudo journalctl -f -n 0 -u ceph-e4a63de8-748e-11ef-bceb-c7b262605968@osd.1.service 2024-09-17T00:54:49.773 INFO:tasks.cephadm:Deploying osd.2 on smithi153 with /dev/vg_nvme/lv_4... 2024-09-17T00:54:49.773 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e4a63de8-748e-11ef-bceb-c7b262605968 -- lvm zap /dev/vg_nvme/lv_4 2024-09-17T00:54:50.020 INFO:teuthology.orchestra.run.smithi153.stderr:Inferring config /var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T00:54:50.141 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:50 smithi153 ceph-mon[31499]: from='osd.1 [v2:172.21.15.134:6800/1196390345,v1:172.21.15.134:6801/1196390345]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-17T00:54:50.141 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:50 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:54:50.141 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:50 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:50.141 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:50 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-17T00:54:50.141 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:50 smithi153 ceph-mon[31499]: Adjusting osd_memory_target on smithi134 to 16064M 2024-09-17T00:54:50.141 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:50 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:50.141 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:50 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:50.141 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:50 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:54:50.141 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:50 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:54:50.142 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:50 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:50.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:50 smithi134 ceph-mon[31141]: from='osd.1 [v2:172.21.15.134:6800/1196390345,v1:172.21.15.134:6801/1196390345]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-17T00:54:50.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:50 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:54:50.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:50 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:50.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:50 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-17T00:54:50.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:50 smithi134 ceph-mon[31141]: Adjusting osd_memory_target on smithi134 to 16064M 2024-09-17T00:54:50.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:50 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:50.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:50 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:50.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:50 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:54:50.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:50 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:54:50.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:50 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:50.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:50 smithi045 ceph-mon[29581]: from='osd.1 [v2:172.21.15.134:6800/1196390345,v1:172.21.15.134:6801/1196390345]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-09-17T00:54:50.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:50 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:54:50.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:50 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:50.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:50 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-09-17T00:54:50.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:50 smithi045 ceph-mon[29581]: Adjusting osd_memory_target on smithi134 to 16064M 2024-09-17T00:54:50.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:50 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:50.376 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:50 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:50.376 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:50 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:54:50.376 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:50 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:54:50.376 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:50 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:51.295 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:51 smithi153 ceph-mon[31499]: pgmap v55: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T00:54:51.296 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:51 smithi153 ceph-mon[31499]: from='osd.1 [v2:172.21.15.134:6800/1196390345,v1:172.21.15.134:6801/1196390345]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-17T00:54:51.296 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:51 smithi153 ceph-mon[31499]: osdmap e11: 2 total, 1 up, 2 in 2024-09-17T00:54:51.296 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:51 smithi153 ceph-mon[31499]: from='osd.1 [v2:172.21.15.134:6800/1196390345,v1:172.21.15.134:6801/1196390345]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-09-17T00:54:51.296 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:51 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T00:54:51.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:51 smithi134 ceph-mon[31141]: pgmap v55: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T00:54:51.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:51 smithi134 ceph-mon[31141]: from='osd.1 [v2:172.21.15.134:6800/1196390345,v1:172.21.15.134:6801/1196390345]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-17T00:54:51.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:51 smithi134 ceph-mon[31141]: osdmap e11: 2 total, 1 up, 2 in 2024-09-17T00:54:51.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:51 smithi134 ceph-mon[31141]: from='osd.1 [v2:172.21.15.134:6800/1196390345,v1:172.21.15.134:6801/1196390345]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-09-17T00:54:51.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:51 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T00:54:51.315 INFO:journalctl@ceph.osd.1.smithi134.stdout:Sep 17 00:54:51 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-osd-1[35852]: 2024-09-17T00:54:51.064+0000 7f4d0cdd0640 -1 osd.1 0 waiting for initial osdmap 2024-09-17T00:54:51.315 INFO:journalctl@ceph.osd.1.smithi134.stdout:Sep 17 00:54:51 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-osd-1[35852]: 2024-09-17T00:54:51.071+0000 7f4d08bf8640 -1 osd.1 12 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T00:54:51.374 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:51 smithi045 ceph-mon[29581]: pgmap v55: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T00:54:51.374 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:51 smithi045 ceph-mon[29581]: from='osd.1 [v2:172.21.15.134:6800/1196390345,v1:172.21.15.134:6801/1196390345]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-09-17T00:54:51.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:51 smithi045 ceph-mon[29581]: osdmap e11: 2 total, 1 up, 2 in 2024-09-17T00:54:51.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:51 smithi045 ceph-mon[29581]: from='osd.1 [v2:172.21.15.134:6800/1196390345,v1:172.21.15.134:6801/1196390345]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-09-17T00:54:51.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:51 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T00:54:52.374 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:52 smithi045 ceph-mon[29581]: purged_snaps scrub starts 2024-09-17T00:54:52.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:52 smithi045 ceph-mon[29581]: purged_snaps scrub ok 2024-09-17T00:54:52.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:52 smithi045 ceph-mon[29581]: from='osd.1 [v2:172.21.15.134:6800/1196390345,v1:172.21.15.134:6801/1196390345]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2024-09-17T00:54:52.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:52 smithi045 ceph-mon[29581]: osdmap e12: 2 total, 1 up, 2 in 2024-09-17T00:54:52.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:52 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T00:54:52.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:52 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T00:54:52.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:52 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T00:54:52.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:52 smithi153 ceph-mon[31499]: purged_snaps scrub starts 2024-09-17T00:54:52.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:52 smithi153 ceph-mon[31499]: purged_snaps scrub ok 2024-09-17T00:54:52.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:52 smithi153 ceph-mon[31499]: from='osd.1 [v2:172.21.15.134:6800/1196390345,v1:172.21.15.134:6801/1196390345]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2024-09-17T00:54:52.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:52 smithi153 ceph-mon[31499]: osdmap e12: 2 total, 1 up, 2 in 2024-09-17T00:54:52.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:52 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T00:54:52.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:52 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T00:54:52.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:52 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T00:54:52.436 INFO:teuthology.orchestra.run.smithi153.stdout: 2024-09-17T00:54:52.462 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e4a63de8-748e-11ef-bceb-c7b262605968 -- ceph orch daemon add osd smithi153:vg_nvme/lv_4 2024-09-17T00:54:52.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:52 smithi134 ceph-mon[31141]: purged_snaps scrub starts 2024-09-17T00:54:52.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:52 smithi134 ceph-mon[31141]: purged_snaps scrub ok 2024-09-17T00:54:52.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:52 smithi134 ceph-mon[31141]: from='osd.1 [v2:172.21.15.134:6800/1196390345,v1:172.21.15.134:6801/1196390345]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]': finished 2024-09-17T00:54:52.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:52 smithi134 ceph-mon[31141]: osdmap e12: 2 total, 1 up, 2 in 2024-09-17T00:54:52.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:52 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T00:54:52.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:52 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T00:54:52.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:52 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T00:54:53.228 INFO:teuthology.orchestra.run.smithi153.stderr:Inferring config /var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/mon.c/config 2024-09-17T00:54:53.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:53 smithi134 ceph-mon[31141]: pgmap v58: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T00:54:53.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:53 smithi134 ceph-mon[31141]: osd.1 [v2:172.21.15.134:6800/1196390345,v1:172.21.15.134:6801/1196390345] boot 2024-09-17T00:54:53.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:53 smithi134 ceph-mon[31141]: osdmap e13: 2 total, 2 up, 2 in 2024-09-17T00:54:53.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:53 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T00:54:53.345 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:53 smithi153 ceph-mon[31499]: pgmap v58: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T00:54:53.346 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:53 smithi153 ceph-mon[31499]: osd.1 [v2:172.21.15.134:6800/1196390345,v1:172.21.15.134:6801/1196390345] boot 2024-09-17T00:54:53.346 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:53 smithi153 ceph-mon[31499]: osdmap e13: 2 total, 2 up, 2 in 2024-09-17T00:54:53.346 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:53 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T00:54:53.374 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:53 smithi045 ceph-mon[29581]: pgmap v58: 0 pgs: ; 0 B data, 31 MiB used, 89 GiB / 89 GiB avail 2024-09-17T00:54:53.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:53 smithi045 ceph-mon[29581]: osd.1 [v2:172.21.15.134:6800/1196390345,v1:172.21.15.134:6801/1196390345] boot 2024-09-17T00:54:53.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:53 smithi045 ceph-mon[29581]: osdmap e13: 2 total, 2 up, 2 in 2024-09-17T00:54:53.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:53 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T00:54:54.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:54 smithi153 ceph-mon[31499]: osdmap e14: 2 total, 2 up, 2 in 2024-09-17T00:54:54.374 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:54 smithi045 ceph-mon[29581]: osdmap e14: 2 total, 2 up, 2 in 2024-09-17T00:54:54.564 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:54 smithi134 ceph-mon[31141]: osdmap e14: 2 total, 2 up, 2 in 2024-09-17T00:54:55.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:55 smithi153 ceph-mon[31499]: pgmap v61: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T00:54:55.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:55 smithi153 ceph-mon[31499]: from='client.24133 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi153:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T00:54:55.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:55 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T00:54:55.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:55 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T00:54:55.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:55 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:54:55.374 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:55 smithi045 ceph-mon[29581]: pgmap v61: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T00:54:55.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:55 smithi045 ceph-mon[29581]: from='client.24133 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi153:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T00:54:55.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:55 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T00:54:55.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:55 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T00:54:55.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:55 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:54:55.564 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:55 smithi134 ceph-mon[31141]: pgmap v61: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T00:54:55.564 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:55 smithi134 ceph-mon[31141]: from='client.24133 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi153:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T00:54:55.564 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:55 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-09-17T00:54:55.564 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:55 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-09-17T00:54:55.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:55 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:54:56.564 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:56 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:56.564 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:56 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:56.564 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:56 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:56.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:56 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:56.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:56 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:56.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:56 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:56.634 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:56 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:56.634 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:56 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:56.634 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:56 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:54:57.564 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:57 smithi134 ceph-mon[31141]: pgmap v62: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T00:54:57.575 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:57 smithi153 ceph-mon[31499]: pgmap v62: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T00:54:57.624 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:57 smithi045 ceph-mon[29581]: pgmap v62: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T00:54:58.564 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:58 smithi134 ceph-mon[31141]: from='client.? 172.21.15.153:0/1002056541' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bdb98b37-18fe-4524-99d8-cfa400797b6c"}]: dispatch 2024-09-17T00:54:58.564 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:58 smithi134 ceph-mon[31141]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bdb98b37-18fe-4524-99d8-cfa400797b6c"}]: dispatch 2024-09-17T00:54:58.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:58 smithi134 ceph-mon[31141]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bdb98b37-18fe-4524-99d8-cfa400797b6c"}]': finished 2024-09-17T00:54:58.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:58 smithi134 ceph-mon[31141]: osdmap e15: 3 total, 2 up, 3 in 2024-09-17T00:54:58.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:58 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T00:54:58.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:58 smithi134 ceph-mon[31141]: from='client.? 172.21.15.153:0/1495398186' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T00:54:58.624 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:58 smithi045 ceph-mon[29581]: from='client.? 172.21.15.153:0/1002056541' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bdb98b37-18fe-4524-99d8-cfa400797b6c"}]: dispatch 2024-09-17T00:54:58.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:58 smithi045 ceph-mon[29581]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bdb98b37-18fe-4524-99d8-cfa400797b6c"}]: dispatch 2024-09-17T00:54:58.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:58 smithi045 ceph-mon[29581]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bdb98b37-18fe-4524-99d8-cfa400797b6c"}]': finished 2024-09-17T00:54:58.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:58 smithi045 ceph-mon[29581]: osdmap e15: 3 total, 2 up, 3 in 2024-09-17T00:54:58.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:58 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T00:54:58.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:58 smithi045 ceph-mon[29581]: from='client.? 172.21.15.153:0/1495398186' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T00:54:58.646 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:58 smithi153 ceph-mon[31499]: from='client.? 172.21.15.153:0/1002056541' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bdb98b37-18fe-4524-99d8-cfa400797b6c"}]: dispatch 2024-09-17T00:54:58.646 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:58 smithi153 ceph-mon[31499]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "bdb98b37-18fe-4524-99d8-cfa400797b6c"}]: dispatch 2024-09-17T00:54:58.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:58 smithi153 ceph-mon[31499]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "bdb98b37-18fe-4524-99d8-cfa400797b6c"}]': finished 2024-09-17T00:54:58.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:58 smithi153 ceph-mon[31499]: osdmap e15: 3 total, 2 up, 3 in 2024-09-17T00:54:58.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:58 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T00:54:58.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:58 smithi153 ceph-mon[31499]: from='client.? 172.21.15.153:0/1495398186' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-09-17T00:54:59.624 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:54:59 smithi045 ceph-mon[29581]: pgmap v64: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T00:54:59.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:54:59 smithi153 ceph-mon[31499]: pgmap v64: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T00:54:59.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:54:59 smithi134 ceph-mon[31141]: pgmap v64: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T00:55:01.581 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:01 smithi153 ceph-mon[31499]: pgmap v65: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T00:55:01.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:01 smithi045 ceph-mon[29581]: pgmap v65: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T00:55:01.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:01 smithi134 ceph-mon[31141]: pgmap v65: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T00:55:03.513 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:03 smithi153 ceph-mon[31499]: pgmap v66: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T00:55:03.663 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:03 smithi134 ceph-mon[31141]: pgmap v66: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T00:55:03.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:03 smithi045 ceph-mon[29581]: pgmap v66: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T00:55:04.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:04 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-17T00:55:04.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:04 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:55:04.670 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:04 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-17T00:55:04.670 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:04 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:55:04.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:04 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-09-17T00:55:04.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:04 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:55:05.564 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:05 smithi134 ceph-mon[31141]: pgmap v67: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T00:55:05.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:05 smithi134 ceph-mon[31141]: Deploying daemon osd.2 on smithi153 2024-09-17T00:55:05.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:05 smithi153 ceph-mon[31499]: pgmap v67: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T00:55:05.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:05 smithi153 ceph-mon[31499]: Deploying daemon osd.2 on smithi153 2024-09-17T00:55:05.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:05 smithi045 ceph-mon[29581]: pgmap v67: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T00:55:05.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:05 smithi045 ceph-mon[29581]: Deploying daemon osd.2 on smithi153 2024-09-17T00:55:07.379 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:07 smithi153 ceph-mon[31499]: pgmap v68: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T00:55:07.379 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:07 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:07.379 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:07 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:07.379 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:07 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:07.419 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:07 smithi045 ceph-mon[29581]: pgmap v68: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T00:55:07.420 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:07 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:07.420 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:07 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:07.420 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:07 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:07.564 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:07 smithi134 ceph-mon[31141]: pgmap v68: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T00:55:07.564 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:07 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:07.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:07 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:07.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:07 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:08.624 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:08 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:08.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:08 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:08.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:08 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:08.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:08 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:08.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:08 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:08.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:08 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:08.896 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:08 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:08.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:08 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:08.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:08 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:09.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:09 smithi153 ceph-mon[31499]: pgmap v69: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T00:55:09.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:09 smithi134 ceph-mon[31141]: pgmap v69: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T00:55:09.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:09 smithi045 ceph-mon[29581]: pgmap v69: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T00:55:11.604 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:11 smithi153 ceph-mon[31499]: pgmap v70: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T00:55:11.604 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:11 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:55:11.605 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:11 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:11.605 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:11 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:55:11.605 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:11 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:55:11.605 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:11 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:11.605 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:11 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:11.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:11 smithi134 ceph-mon[31141]: pgmap v70: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T00:55:11.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:11 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:55:11.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:11 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:11.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:11 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:55:11.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:11 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:55:11.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:11 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:11.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:11 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:11.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:11 smithi045 ceph-mon[29581]: pgmap v70: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T00:55:11.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:11 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:55:11.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:11 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:11.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:11 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:55:11.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:11 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:55:11.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:11 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:11.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:11 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:13.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:13 smithi153 ceph-mon[31499]: pgmap v71: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T00:55:13.677 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:13 smithi045 ceph-mon[29581]: pgmap v71: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T00:55:13.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:13 smithi134 ceph-mon[31141]: pgmap v71: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T00:55:15.082 INFO:teuthology.orchestra.run.smithi153.stdout:Created osd(s) 2 on host 'smithi153' 2024-09-17T00:55:16.064 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:15 smithi134 ceph-mon[31141]: pgmap v72: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T00:55:16.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:15 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:16.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:15 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:16.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:15 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:16.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:15 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:55:16.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:15 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:16.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:15 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-17T00:55:16.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:15 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:16.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:15 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:16.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:15 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:55:16.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:15 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:55:16.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:15 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:16.066 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:15 smithi134 ceph-mon[31141]: from='osd.2 [v2:172.21.15.153:6800/1665613926,v1:172.21.15.153:6801/1665613926]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-17T00:55:16.066 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:15 smithi134 ceph-mon[31141]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-17T00:55:16.081 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:15 smithi153 ceph-mon[31499]: pgmap v72: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T00:55:16.081 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:15 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:16.081 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:15 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:16.082 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:15 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:16.082 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:15 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:55:16.082 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:15 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:16.082 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:15 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-17T00:55:16.082 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:15 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:16.082 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:15 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:16.082 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:15 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:55:16.082 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:15 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:55:16.082 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:15 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:16.082 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:15 smithi153 ceph-mon[31499]: from='osd.2 [v2:172.21.15.153:6800/1665613926,v1:172.21.15.153:6801/1665613926]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-17T00:55:16.082 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:15 smithi153 ceph-mon[31499]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-17T00:55:16.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:15 smithi045 ceph-mon[29581]: pgmap v72: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T00:55:16.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:15 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:16.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:15 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:16.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:15 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:16.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:15 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:55:16.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:15 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:16.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:15 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-09-17T00:55:16.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:15 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:16.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:15 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:16.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:15 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:55:16.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:15 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:55:16.126 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:15 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:16.126 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:15 smithi045 ceph-mon[29581]: from='osd.2 [v2:172.21.15.153:6800/1665613926,v1:172.21.15.153:6801/1665613926]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-17T00:55:16.126 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:15 smithi045 ceph-mon[29581]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-09-17T00:55:16.153 DEBUG:teuthology.orchestra.run.smithi153:osd.2> sudo journalctl -f -n 0 -u ceph-e4a63de8-748e-11ef-bceb-c7b262605968@osd.2.service 2024-09-17T00:55:16.156 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-09-17T00:55:16.156 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e4a63de8-748e-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T00:55:16.424 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T00:55:16.846 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:16 smithi045 ceph-mon[29581]: Adjusting osd_memory_target on smithi153 to 20160M 2024-09-17T00:55:16.846 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:16 smithi045 ceph-mon[29581]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-17T00:55:16.846 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:16 smithi045 ceph-mon[29581]: osdmap e16: 3 total, 2 up, 3 in 2024-09-17T00:55:16.846 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:16 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T00:55:16.846 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:16 smithi045 ceph-mon[29581]: from='osd.2 [v2:172.21.15.153:6800/1665613926,v1:172.21.15.153:6801/1665613926]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2024-09-17T00:55:16.846 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:16 smithi045 ceph-mon[29581]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2024-09-17T00:55:17.023 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:55:17.064 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:16 smithi134 ceph-mon[31141]: Adjusting osd_memory_target on smithi153 to 20160M 2024-09-17T00:55:17.064 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:16 smithi134 ceph-mon[31141]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-17T00:55:17.064 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:16 smithi134 ceph-mon[31141]: osdmap e16: 3 total, 2 up, 3 in 2024-09-17T00:55:17.064 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:16 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T00:55:17.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:16 smithi134 ceph-mon[31141]: from='osd.2 [v2:172.21.15.153:6800/1665613926,v1:172.21.15.153:6801/1665613926]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2024-09-17T00:55:17.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:16 smithi134 ceph-mon[31141]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2024-09-17T00:55:17.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:16 smithi153 ceph-mon[31499]: Adjusting osd_memory_target on smithi153 to 20160M 2024-09-17T00:55:17.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:16 smithi153 ceph-mon[31499]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-09-17T00:55:17.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:16 smithi153 ceph-mon[31499]: osdmap e16: 3 total, 2 up, 3 in 2024-09-17T00:55:17.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:16 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T00:55:17.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:16 smithi153 ceph-mon[31499]: from='osd.2 [v2:172.21.15.153:6800/1665613926,v1:172.21.15.153:6801/1665613926]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2024-09-17T00:55:17.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:16 smithi153 ceph-mon[31499]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]: dispatch 2024-09-17T00:55:17.580 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":16,"num_osds":3,"num_up_osds":2,"osd_up_since":1726534492,"num_in_osds":3,"osd_in_since":1726534497,"num_remapped_pgs":0} 2024-09-17T00:55:17.783 INFO:journalctl@ceph.osd.2.smithi153.stdout:Sep 17 00:55:17 smithi153 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-osd-2[36316]: 2024-09-17T00:55:17.556+0000 7f9a4b0b6640 -1 osd.2 0 waiting for initial osdmap 2024-09-17T00:55:17.784 INFO:journalctl@ceph.osd.2.smithi153.stdout:Sep 17 00:55:17 smithi153 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-osd-2[36316]: 2024-09-17T00:55:17.558+0000 7f9a426c2640 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-09-17T00:55:17.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:17 smithi045 ceph-mon[29581]: pgmap v73: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T00:55:17.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:17 smithi045 ceph-mon[29581]: from='client.? 172.21.15.45:0/1546919813' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T00:55:17.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:17 smithi045 ceph-mon[29581]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2024-09-17T00:55:17.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:17 smithi045 ceph-mon[29581]: osdmap e17: 3 total, 2 up, 3 in 2024-09-17T00:55:17.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:17 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T00:55:17.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:17 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T00:55:17.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:17 smithi045 ceph-mon[29581]: from='osd.2 ' entity='osd.2' 2024-09-17T00:55:18.064 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:17 smithi134 ceph-mon[31141]: pgmap v73: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T00:55:18.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:17 smithi134 ceph-mon[31141]: from='client.? 172.21.15.45:0/1546919813' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T00:55:18.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:17 smithi134 ceph-mon[31141]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2024-09-17T00:55:18.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:17 smithi134 ceph-mon[31141]: osdmap e17: 3 total, 2 up, 3 in 2024-09-17T00:55:18.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:17 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T00:55:18.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:17 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T00:55:18.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:17 smithi134 ceph-mon[31141]: from='osd.2 ' entity='osd.2' 2024-09-17T00:55:18.146 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:17 smithi153 ceph-mon[31499]: pgmap v73: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T00:55:18.146 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:17 smithi153 ceph-mon[31499]: from='client.? 172.21.15.45:0/1546919813' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T00:55:18.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:17 smithi153 ceph-mon[31499]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi153", "root=default"]}]': finished 2024-09-17T00:55:18.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:17 smithi153 ceph-mon[31499]: osdmap e17: 3 total, 2 up, 3 in 2024-09-17T00:55:18.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:17 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T00:55:18.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:17 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T00:55:18.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:17 smithi153 ceph-mon[31499]: from='osd.2 ' entity='osd.2' 2024-09-17T00:55:18.581 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e4a63de8-748e-11ef-bceb-c7b262605968 -- ceph osd stat -f json 2024-09-17T00:55:18.848 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T00:55:18.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:18 smithi045 ceph-mon[29581]: purged_snaps scrub starts 2024-09-17T00:55:18.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:18 smithi045 ceph-mon[29581]: purged_snaps scrub ok 2024-09-17T00:55:18.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:18 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T00:55:18.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:18 smithi045 ceph-mon[29581]: osd.2 [v2:172.21.15.153:6800/1665613926,v1:172.21.15.153:6801/1665613926] boot 2024-09-17T00:55:18.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:18 smithi045 ceph-mon[29581]: osdmap e18: 3 total, 3 up, 3 in 2024-09-17T00:55:18.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:18 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T00:55:19.064 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:18 smithi134 ceph-mon[31141]: purged_snaps scrub starts 2024-09-17T00:55:19.064 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:18 smithi134 ceph-mon[31141]: purged_snaps scrub ok 2024-09-17T00:55:19.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:18 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T00:55:19.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:18 smithi134 ceph-mon[31141]: osd.2 [v2:172.21.15.153:6800/1665613926,v1:172.21.15.153:6801/1665613926] boot 2024-09-17T00:55:19.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:18 smithi134 ceph-mon[31141]: osdmap e18: 3 total, 3 up, 3 in 2024-09-17T00:55:19.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:18 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T00:55:19.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:18 smithi153 ceph-mon[31499]: purged_snaps scrub starts 2024-09-17T00:55:19.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:18 smithi153 ceph-mon[31499]: purged_snaps scrub ok 2024-09-17T00:55:19.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:18 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T00:55:19.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:18 smithi153 ceph-mon[31499]: osd.2 [v2:172.21.15.153:6800/1665613926,v1:172.21.15.153:6801/1665613926] boot 2024-09-17T00:55:19.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:18 smithi153 ceph-mon[31499]: osdmap e18: 3 total, 3 up, 3 in 2024-09-17T00:55:19.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:18 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T00:55:19.443 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:55:20.005 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":18,"num_osds":3,"num_up_osds":3,"osd_up_since":1726534518,"num_in_osds":3,"osd_in_since":1726534497,"num_remapped_pgs":0} 2024-09-17T00:55:20.006 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid e4a63de8-748e-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-17T00:55:20.064 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:19 smithi134 ceph-mon[31141]: pgmap v76: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T00:55:20.064 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:19 smithi134 ceph-mon[31141]: from='client.? 172.21.15.45:0/479837256' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T00:55:20.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:19 smithi134 ceph-mon[31141]: osdmap e19: 3 total, 3 up, 3 in 2024-09-17T00:55:20.124 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:19 smithi045 ceph-mon[29581]: pgmap v76: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T00:55:20.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:19 smithi045 ceph-mon[29581]: from='client.? 172.21.15.45:0/479837256' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T00:55:20.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:19 smithi045 ceph-mon[29581]: osdmap e19: 3 total, 3 up, 3 in 2024-09-17T00:55:20.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:19 smithi153 ceph-mon[31499]: pgmap v76: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-09-17T00:55:20.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:19 smithi153 ceph-mon[31499]: from='client.? 172.21.15.45:0/479837256' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-09-17T00:55:20.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:19 smithi153 ceph-mon[31499]: osdmap e19: 3 total, 3 up, 3 in 2024-09-17T00:55:20.274 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T00:55:20.905 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:55:20.905 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":20,"fsid":"e4a63de8-748e-11ef-bceb-c7b262605968","created":"2024-09-17T00:52:12.864187+0000","modified":"2024-09-17T00:55:20.794362+0000","last_up_change":"2024-09-17T00:55:18.559851+0000","last_in_change":"2024-09-17T00:54:57.370182+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-17T00:55:20.559317+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":"93a85a5c-c574-4b03-af6f-35308eed4fae","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.45:6802","nonce":3606658752},{"type":"v1","addr":"172.21.15.45:6803","nonce":3606658752}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6804","nonce":3606658752},{"type":"v1","addr":"172.21.15.45:6805","nonce":3606658752}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6808","nonce":3606658752},{"type":"v1","addr":"172.21.15.45:6809","nonce":3606658752}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6806","nonce":3606658752},{"type":"v1","addr":"172.21.15.45:6807","nonce":3606658752}]},"public_addr":"172.21.15.45:6803/3606658752","cluster_addr":"172.21.15.45:6805/3606658752","heartbeat_back_addr":"172.21.15.45:6809/3606658752","heartbeat_front_addr":"172.21.15.45:6807/3606658752","state":["exists","up"]},{"osd":1,"uuid":"f2db5e33-34a6-4c73-8bd4-8ada24dd3742","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.134:6800","nonce":1196390345},{"type":"v1","addr":"172.21.15.134:6801","nonce":1196390345}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6802","nonce":1196390345},{"type":"v1","addr":"172.21.15.134:6803","nonce":1196390345}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6806","nonce":1196390345},{"type":"v1","addr":"172.21.15.134:6807","nonce":1196390345}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6804","nonce":1196390345},{"type":"v1","addr":"172.21.15.134:6805","nonce":1196390345}]},"public_addr":"172.21.15.134:6801/1196390345","cluster_addr":"172.21.15.134:6803/1196390345","heartbeat_back_addr":"172.21.15.134:6807/1196390345","heartbeat_front_addr":"172.21.15.134:6805/1196390345","state":["exists","up"]},{"osd":2,"uuid":"bdb98b37-18fe-4524-99d8-cfa400797b6c","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.153:6800","nonce":1665613926},{"type":"v1","addr":"172.21.15.153:6801","nonce":1665613926}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6802","nonce":1665613926},{"type":"v1","addr":"172.21.15.153:6803","nonce":1665613926}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6806","nonce":1665613926},{"type":"v1","addr":"172.21.15.153:6807","nonce":1665613926}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6804","nonce":1665613926},{"type":"v1","addr":"172.21.15.153:6805","nonce":1665613926}]},"public_addr":"172.21.15.153:6801/1665613926","cluster_addr":"172.21.15.153:6803/1665613926","heartbeat_back_addr":"172.21.15.153:6807/1665613926","heartbeat_front_addr":"172.21.15.153:6805/1665613926","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T00:54:24.685603+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T00:54:50.083185+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T00:55:16.735846+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.45:0/2286765537":"2024-09-18T00:53:00.020415+0000","172.21.15.45:0/2602876361":"2024-09-18T00:53:00.020415+0000","172.21.15.45:6801/3757413163":"2024-09-18T00:53:00.020415+0000","172.21.15.45:0/3939475393":"2024-09-18T00:52:35.710578+0000","172.21.15.45:6800/3757413163":"2024-09-18T00:53:00.020415+0000","172.21.15.45:6801/2092833138":"2024-09-18T00:52:35.710578+0000","172.21.15.45:0/756391973":"2024-09-18T00:53:00.020415+0000","172.21.15.45:6800/2092833138":"2024-09-18T00:52:35.710578+0000","172.21.15.45:0/465464659":"2024-09-18T00:52:35.710578+0000","172.21.15.45:0/1916324898":"2024-09-18T00:52:35.710578+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-17T00:55:21.064 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:20 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' 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-17T00:55:21.124 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:20 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' 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-17T00:55:21.146 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:20 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' 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-17T00:55:21.484 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-09-17T00:55:20.559317+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-17T00:55:21.484 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid e4a63de8-748e-11ef-bceb-c7b262605968 -- ceph osd pool get .mgr pg_num 2024-09-17T00:55:21.738 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T00:55:22.064 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:21 smithi134 ceph-mon[31141]: pgmap v79: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:55:22.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:21 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' 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-17T00:55:22.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:21 smithi134 ceph-mon[31141]: osdmap e20: 3 total, 3 up, 3 in 2024-09-17T00:55:22.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:21 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-17T00:55:22.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:21 smithi134 ceph-mon[31141]: from='client.? 172.21.15.45:0/873817602' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T00:55:22.105 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:21 smithi045 ceph-mon[29581]: pgmap v79: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:55:22.105 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:21 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' 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-17T00:55:22.105 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:21 smithi045 ceph-mon[29581]: osdmap e20: 3 total, 3 up, 3 in 2024-09-17T00:55:22.106 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:21 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-17T00:55:22.106 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:21 smithi045 ceph-mon[29581]: from='client.? 172.21.15.45:0/873817602' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T00:55:22.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:21 smithi153 ceph-mon[31499]: pgmap v79: 0 pgs: ; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:55:22.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:21 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' 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-17T00:55:22.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:21 smithi153 ceph-mon[31499]: osdmap e20: 3 total, 3 up, 3 in 2024-09-17T00:55:22.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:21 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-09-17T00:55:22.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:21 smithi153 ceph-mon[31499]: from='client.? 172.21.15.45:0/873817602' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T00:55:22.372 INFO:teuthology.orchestra.run.smithi045.stdout:pg_num: 1 2024-09-17T00:55:22.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:22 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-17T00:55:22.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:22 smithi045 ceph-mon[29581]: osdmap e21: 3 total, 3 up, 3 in 2024-09-17T00:55:22.942 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:22 smithi045 ceph-mon[29581]: from='client.? 172.21.15.45:0/2329826172' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-17T00:55:22.943 INFO:tasks.cephadm:Setting up client nodes... 2024-09-17T00:55:22.944 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-09-17T00:55:22.944 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-09-17T00:55:22.944 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid e4a63de8-748e-11ef-bceb-c7b262605968 -- ceph mgr dump --format=json 2024-09-17T00:55:23.102 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:22 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-17T00:55:23.102 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:22 smithi134 ceph-mon[31141]: osdmap e21: 3 total, 3 up, 3 in 2024-09-17T00:55:23.103 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:22 smithi134 ceph-mon[31141]: from='client.? 172.21.15.45:0/2329826172' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-17T00:55:23.146 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:22 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-09-17T00:55:23.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:22 smithi153 ceph-mon[31499]: osdmap e21: 3 total, 3 up, 3 in 2024-09-17T00:55:23.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:22 smithi153 ceph-mon[31499]: from='client.? 172.21.15.45:0/2329826172' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-09-17T00:55:23.203 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T00:55:23.329 INFO:journalctl@ceph.osd.0.smithi045.stdout:Sep 17 00:55:23 smithi045 sudo[41475]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-17T00:55:23.330 INFO:journalctl@ceph.osd.0.smithi045.stdout:Sep 17 00:55:23 smithi045 sudo[41475]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T00:55:23.330 INFO:journalctl@ceph.osd.0.smithi045.stdout:Sep 17 00:55:23 smithi045 sudo[41475]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T00:55:23.330 INFO:journalctl@ceph.osd.0.smithi045.stdout:Sep 17 00:55:23 smithi045 sudo[41475]: pam_unix(sudo:session): session closed for user root 2024-09-17T00:55:23.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:23 smithi045 ceph-mon[29581]: pgmap v82: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:55:23.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:23 smithi045 ceph-mon[29581]: osdmap e22: 3 total, 3 up, 3 in 2024-09-17T00:55:23.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:23 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:23.875 INFO:journalctl@ceph.osd.0.smithi045.stdout:Sep 17 00:55:23 smithi045 sudo[41523]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-17T00:55:23.876 INFO:journalctl@ceph.osd.0.smithi045.stdout:Sep 17 00:55:23 smithi045 sudo[41523]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T00:55:23.876 INFO:journalctl@ceph.osd.0.smithi045.stdout:Sep 17 00:55:23 smithi045 sudo[41523]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T00:55:23.876 INFO:journalctl@ceph.osd.0.smithi045.stdout:Sep 17 00:55:23 smithi045 sudo[41523]: pam_unix(sudo:session): session closed for user root 2024-09-17T00:55:23.910 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:55:24.064 INFO:journalctl@ceph.osd.1.smithi134.stdout:Sep 17 00:55:23 smithi134 sudo[37147]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-17T00:55:24.064 INFO:journalctl@ceph.osd.1.smithi134.stdout:Sep 17 00:55:23 smithi134 sudo[37147]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T00:55:24.064 INFO:journalctl@ceph.osd.1.smithi134.stdout:Sep 17 00:55:23 smithi134 sudo[37147]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T00:55:24.065 INFO:journalctl@ceph.osd.1.smithi134.stdout:Sep 17 00:55:23 smithi134 sudo[37147]: pam_unix(sudo:session): session closed for user root 2024-09-17T00:55:24.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:23 smithi134 ceph-mon[31141]: pgmap v82: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:55:24.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:23 smithi134 ceph-mon[31141]: osdmap e22: 3 total, 3 up, 3 in 2024-09-17T00:55:24.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:23 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:24.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:23 smithi153 ceph-mon[31499]: pgmap v82: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:55:24.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:23 smithi153 ceph-mon[31499]: osdmap e22: 3 total, 3 up, 3 in 2024-09-17T00:55:24.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:23 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:24.403 INFO:journalctl@ceph.osd.1.smithi134.stdout:Sep 17 00:55:24 smithi134 sudo[37170]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-17T00:55:24.404 INFO:journalctl@ceph.osd.1.smithi134.stdout:Sep 17 00:55:24 smithi134 sudo[37170]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T00:55:24.404 INFO:journalctl@ceph.osd.1.smithi134.stdout:Sep 17 00:55:24 smithi134 sudo[37170]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T00:55:24.404 INFO:journalctl@ceph.osd.1.smithi134.stdout:Sep 17 00:55:24 smithi134 sudo[37170]: pam_unix(sudo:session): session closed for user root 2024-09-17T00:55:24.523 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":14,"flags":0,"active_gid":14150,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6800","nonce":708784570},{"type":"v1","addr":"172.21.15.45:6801","nonce":708784570}]},"active_addr":"172.21.15.45:6801/708784570","active_change":"2024-09-17T00:53:00.020527+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24113,"name":"b","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.5","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.2.5","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba/SMB container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.45: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":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.45:0","nonce":1425235055}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.45:0","nonce":1407280352}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.45:0","nonce":3211934294}]}]} 2024-09-17T00:55:24.531 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-09-17T00:55:24.531 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-09-17T00:55:24.531 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid e4a63de8-748e-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-17T00:55:24.674 INFO:journalctl@ceph.osd.2.smithi153.stdout:Sep 17 00:55:24 smithi153 sudo[37435]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-17T00:55:24.674 INFO:journalctl@ceph.osd.2.smithi153.stdout:Sep 17 00:55:24 smithi153 sudo[37435]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T00:55:24.674 INFO:journalctl@ceph.osd.2.smithi153.stdout:Sep 17 00:55:24 smithi153 sudo[37435]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T00:55:24.674 INFO:journalctl@ceph.osd.2.smithi153.stdout:Sep 17 00:55:24 smithi153 sudo[37435]: pam_unix(sudo:session): session closed for user root 2024-09-17T00:55:24.790 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T00:55:25.147 INFO:journalctl@ceph.osd.2.smithi153.stdout:Sep 17 00:55:24 smithi153 sudo[37438]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-17T00:55:25.147 INFO:journalctl@ceph.osd.2.smithi153.stdout:Sep 17 00:55:24 smithi153 sudo[37438]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T00:55:25.147 INFO:journalctl@ceph.osd.2.smithi153.stdout:Sep 17 00:55:24 smithi153 sudo[37438]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T00:55:25.147 INFO:journalctl@ceph.osd.2.smithi153.stdout:Sep 17 00:55:24 smithi153 sudo[37438]: pam_unix(sudo:session): session closed for user root 2024-09-17T00:55:25.177 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:25 smithi045 sudo[41635]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-17T00:55:25.177 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:25 smithi045 sudo[41635]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T00:55:25.177 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:25 smithi045 sudo[41635]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T00:55:25.177 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:25 smithi045 sudo[41635]: pam_unix(sudo:session): session closed for user root 2024-09-17T00:55:25.446 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:55:25.447 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":22,"fsid":"e4a63de8-748e-11ef-bceb-c7b262605968","created":"2024-09-17T00:52:12.864187+0000","modified":"2024-09-17T00:55:22.810862+0000","last_up_change":"2024-09-17T00:55:18.559851+0000","last_in_change":"2024-09-17T00:54:57.370182+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-17T00:55:20.559317+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":"93a85a5c-c574-4b03-af6f-35308eed4fae","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.45:6802","nonce":3606658752},{"type":"v1","addr":"172.21.15.45:6803","nonce":3606658752}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6804","nonce":3606658752},{"type":"v1","addr":"172.21.15.45:6805","nonce":3606658752}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6808","nonce":3606658752},{"type":"v1","addr":"172.21.15.45:6809","nonce":3606658752}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6806","nonce":3606658752},{"type":"v1","addr":"172.21.15.45:6807","nonce":3606658752}]},"public_addr":"172.21.15.45:6803/3606658752","cluster_addr":"172.21.15.45:6805/3606658752","heartbeat_back_addr":"172.21.15.45:6809/3606658752","heartbeat_front_addr":"172.21.15.45:6807/3606658752","state":["exists","up"]},{"osd":1,"uuid":"f2db5e33-34a6-4c73-8bd4-8ada24dd3742","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.134:6800","nonce":1196390345},{"type":"v1","addr":"172.21.15.134:6801","nonce":1196390345}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6802","nonce":1196390345},{"type":"v1","addr":"172.21.15.134:6803","nonce":1196390345}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6806","nonce":1196390345},{"type":"v1","addr":"172.21.15.134:6807","nonce":1196390345}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6804","nonce":1196390345},{"type":"v1","addr":"172.21.15.134:6805","nonce":1196390345}]},"public_addr":"172.21.15.134:6801/1196390345","cluster_addr":"172.21.15.134:6803/1196390345","heartbeat_back_addr":"172.21.15.134:6807/1196390345","heartbeat_front_addr":"172.21.15.134:6805/1196390345","state":["exists","up"]},{"osd":2,"uuid":"bdb98b37-18fe-4524-99d8-cfa400797b6c","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.153:6800","nonce":1665613926},{"type":"v1","addr":"172.21.15.153:6801","nonce":1665613926}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6802","nonce":1665613926},{"type":"v1","addr":"172.21.15.153:6803","nonce":1665613926}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6806","nonce":1665613926},{"type":"v1","addr":"172.21.15.153:6807","nonce":1665613926}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6804","nonce":1665613926},{"type":"v1","addr":"172.21.15.153:6805","nonce":1665613926}]},"public_addr":"172.21.15.153:6801/1665613926","cluster_addr":"172.21.15.153:6803/1665613926","heartbeat_back_addr":"172.21.15.153:6807/1665613926","heartbeat_front_addr":"172.21.15.153:6805/1665613926","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T00:54:24.685603+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T00:54:50.083185+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T00:55:16.735846+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.45:0/2286765537":"2024-09-18T00:53:00.020415+0000","172.21.15.45:0/2602876361":"2024-09-18T00:53:00.020415+0000","172.21.15.45:6801/3757413163":"2024-09-18T00:53:00.020415+0000","172.21.15.45:0/3939475393":"2024-09-18T00:52:35.710578+0000","172.21.15.45:6800/3757413163":"2024-09-18T00:53:00.020415+0000","172.21.15.45:6801/2092833138":"2024-09-18T00:52:35.710578+0000","172.21.15.45:0/756391973":"2024-09-18T00:53:00.020415+0000","172.21.15.45:6800/2092833138":"2024-09-18T00:52:35.710578+0000","172.21.15.45:0/465464659":"2024-09-18T00:52:35.710578+0000","172.21.15.45:0/1916324898":"2024-09-18T00:52:35.710578+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-17T00:55:25.797 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:25 smithi045 sudo[41673]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-17T00:55:25.797 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:25 smithi045 sudo[41673]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T00:55:25.797 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:25 smithi045 sudo[41673]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T00:55:25.797 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:25 smithi045 sudo[41673]: pam_unix(sudo:session): session closed for user root 2024-09-17T00:55:25.797 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:25 smithi045 ceph-mon[29581]: from='client.? 172.21.15.45:0/4258832096' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-17T00:55:25.797 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:25 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:25.797 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:25 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:25.797 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:25 smithi045 ceph-mon[29581]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T00:55:25.860 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:25 smithi153 ceph-mon[31499]: from='client.? 172.21.15.45:0/4258832096' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-17T00:55:25.860 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:25 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:25.860 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:25 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:25.860 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:25 smithi153 ceph-mon[31499]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T00:55:25.861 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:25 smithi153 sudo[37442]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-17T00:55:25.861 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:25 smithi153 sudo[37442]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T00:55:25.861 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:25 smithi153 sudo[37442]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T00:55:25.861 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:25 smithi153 sudo[37442]: pam_unix(sudo:session): session closed for user root 2024-09-17T00:55:26.064 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:25 smithi134 ceph-mon[31141]: from='client.? 172.21.15.45:0/4258832096' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-09-17T00:55:26.064 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:25 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:26.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:25 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:26.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:25 smithi134 ceph-mon[31141]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T00:55:26.093 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-09-17T00:55:26.094 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid e4a63de8-748e-11ef-bceb-c7b262605968 -- ceph osd dump --format=json 2024-09-17T00:55:26.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:26 smithi153 sudo[37445]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-17T00:55:26.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:26 smithi153 sudo[37445]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T00:55:26.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:26 smithi153 sudo[37445]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T00:55:26.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:26 smithi153 sudo[37445]: pam_unix(sudo:session): session closed for user root 2024-09-17T00:55:26.346 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T00:55:26.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:26 smithi134 sudo[37294]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2024-09-17T00:55:26.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:26 smithi134 sudo[37294]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T00:55:26.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:26 smithi134 sudo[37294]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T00:55:26.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:26 smithi134 sudo[37294]: pam_unix(sudo:session): session closed for user root 2024-09-17T00:55:26.718 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:26 smithi045 ceph-mon[29581]: pgmap v84: 1 pgs: 1 active+clean; 449 KiB data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:55:26.718 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:26 smithi045 ceph-mon[29581]: from='client.? 172.21.15.45:0/3197295598' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T00:55:26.718 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:26 smithi045 ceph-mon[29581]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T00:55:26.718 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:26 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T00:55:26.718 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:26 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T00:55:26.719 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:26 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T00:55:26.719 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:26 smithi045 ceph-mon[29581]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T00:55:26.719 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:26 smithi045 ceph-mon[29581]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-17T00:55:26.719 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:26 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T00:55:26.719 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:26 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T00:55:26.719 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:26 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T00:55:26.719 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:26 smithi045 ceph-mon[29581]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T00:55:26.719 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:26 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T00:55:26.719 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:26 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T00:55:26.719 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:26 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T00:55:26.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:26 smithi153 ceph-mon[31499]: pgmap v84: 1 pgs: 1 active+clean; 449 KiB data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:55:26.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:26 smithi153 ceph-mon[31499]: from='client.? 172.21.15.45:0/3197295598' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T00:55:26.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:26 smithi153 ceph-mon[31499]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T00:55:26.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:26 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T00:55:26.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:26 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T00:55:26.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:26 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T00:55:26.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:26 smithi153 ceph-mon[31499]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T00:55:26.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:26 smithi153 ceph-mon[31499]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-17T00:55:26.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:26 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T00:55:26.898 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:26 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T00:55:26.898 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:26 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T00:55:26.898 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:26 smithi153 ceph-mon[31499]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T00:55:26.898 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:26 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T00:55:26.898 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:26 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T00:55:26.898 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:26 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T00:55:26.988 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:55:26.988 INFO:teuthology.orchestra.run.smithi045.stdout:{"epoch":22,"fsid":"e4a63de8-748e-11ef-bceb-c7b262605968","created":"2024-09-17T00:52:12.864187+0000","modified":"2024-09-17T00:55:22.810862+0000","last_up_change":"2024-09-17T00:55:18.559851+0000","last_in_change":"2024-09-17T00:54:57.370182+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-17T00:55:20.559317+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":"93a85a5c-c574-4b03-af6f-35308eed4fae","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.45:6802","nonce":3606658752},{"type":"v1","addr":"172.21.15.45:6803","nonce":3606658752}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6804","nonce":3606658752},{"type":"v1","addr":"172.21.15.45:6805","nonce":3606658752}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6808","nonce":3606658752},{"type":"v1","addr":"172.21.15.45:6809","nonce":3606658752}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.45:6806","nonce":3606658752},{"type":"v1","addr":"172.21.15.45:6807","nonce":3606658752}]},"public_addr":"172.21.15.45:6803/3606658752","cluster_addr":"172.21.15.45:6805/3606658752","heartbeat_back_addr":"172.21.15.45:6809/3606658752","heartbeat_front_addr":"172.21.15.45:6807/3606658752","state":["exists","up"]},{"osd":1,"uuid":"f2db5e33-34a6-4c73-8bd4-8ada24dd3742","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.134:6800","nonce":1196390345},{"type":"v1","addr":"172.21.15.134:6801","nonce":1196390345}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6802","nonce":1196390345},{"type":"v1","addr":"172.21.15.134:6803","nonce":1196390345}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6806","nonce":1196390345},{"type":"v1","addr":"172.21.15.134:6807","nonce":1196390345}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6804","nonce":1196390345},{"type":"v1","addr":"172.21.15.134:6805","nonce":1196390345}]},"public_addr":"172.21.15.134:6801/1196390345","cluster_addr":"172.21.15.134:6803/1196390345","heartbeat_back_addr":"172.21.15.134:6807/1196390345","heartbeat_front_addr":"172.21.15.134:6805/1196390345","state":["exists","up"]},{"osd":2,"uuid":"bdb98b37-18fe-4524-99d8-cfa400797b6c","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.153:6800","nonce":1665613926},{"type":"v1","addr":"172.21.15.153:6801","nonce":1665613926}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6802","nonce":1665613926},{"type":"v1","addr":"172.21.15.153:6803","nonce":1665613926}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6806","nonce":1665613926},{"type":"v1","addr":"172.21.15.153:6807","nonce":1665613926}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.153:6804","nonce":1665613926},{"type":"v1","addr":"172.21.15.153:6805","nonce":1665613926}]},"public_addr":"172.21.15.153:6801/1665613926","cluster_addr":"172.21.15.153:6803/1665613926","heartbeat_back_addr":"172.21.15.153:6807/1665613926","heartbeat_front_addr":"172.21.15.153:6805/1665613926","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T00:54:24.685603+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T00:54:50.083185+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540701547738038271,"old_weight":0,"last_purged_snaps_scrub":"2024-09-17T00:55:16.735846+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.45:0/2286765537":"2024-09-18T00:53:00.020415+0000","172.21.15.45:0/2602876361":"2024-09-18T00:53:00.020415+0000","172.21.15.45:6801/3757413163":"2024-09-18T00:53:00.020415+0000","172.21.15.45:0/3939475393":"2024-09-18T00:52:35.710578+0000","172.21.15.45:6800/3757413163":"2024-09-18T00:53:00.020415+0000","172.21.15.45:6801/2092833138":"2024-09-18T00:52:35.710578+0000","172.21.15.45:0/756391973":"2024-09-18T00:53:00.020415+0000","172.21.15.45:6800/2092833138":"2024-09-18T00:52:35.710578+0000","172.21.15.45:0/465464659":"2024-09-18T00:52:35.710578+0000","172.21.15.45:0/1916324898":"2024-09-18T00:52:35.710578+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-17T00:55:27.064 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:26 smithi134 sudo[37297]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2024-09-17T00:55:27.064 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:26 smithi134 sudo[37297]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2024-09-17T00:55:27.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:26 smithi134 sudo[37297]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2024-09-17T00:55:27.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:26 smithi134 sudo[37297]: pam_unix(sudo:session): session closed for user root 2024-09-17T00:55:27.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:26 smithi134 ceph-mon[31141]: pgmap v84: 1 pgs: 1 active+clean; 449 KiB data, 84 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:55:27.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:26 smithi134 ceph-mon[31141]: from='client.? 172.21.15.45:0/3197295598' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T00:55:27.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:26 smithi134 ceph-mon[31141]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T00:55:27.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:26 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T00:55:27.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:26 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T00:55:27.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:26 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T00:55:27.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:26 smithi134 ceph-mon[31141]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T00:55:27.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:26 smithi134 ceph-mon[31141]: mgrmap e15: a(active, since 2m), standbys: b 2024-09-17T00:55:27.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:26 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T00:55:27.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:26 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T00:55:27.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:26 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T00:55:27.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:26 smithi134 ceph-mon[31141]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T00:55:27.066 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:26 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T00:55:27.066 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:26 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T00:55:27.066 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:26 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T00:55:27.654 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid e4a63de8-748e-11ef-bceb-c7b262605968 -- ceph tell osd.0 flush_pg_stats 2024-09-17T00:55:27.655 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid e4a63de8-748e-11ef-bceb-c7b262605968 -- ceph tell osd.1 flush_pg_stats 2024-09-17T00:55:27.655 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid e4a63de8-748e-11ef-bceb-c7b262605968 -- ceph tell osd.2 flush_pg_stats 2024-09-17T00:55:27.868 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:27 smithi045 ceph-mon[29581]: pgmap v85: 1 pgs: 1 active+clean; 449 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:55:27.868 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:27 smithi045 ceph-mon[29581]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T00:55:27.868 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:27 smithi045 ceph-mon[29581]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T00:55:27.868 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:27 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:27.868 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:27 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:27.868 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:27 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:27.868 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:27 smithi045 ceph-mon[29581]: from='client.? 172.21.15.45:0/224501524' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T00:55:27.868 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:27 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:27.868 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:27 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:27.868 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:27 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:27.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:27 smithi153 ceph-mon[31499]: pgmap v85: 1 pgs: 1 active+clean; 449 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:55:27.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:27 smithi153 ceph-mon[31499]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T00:55:27.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:27 smithi153 ceph-mon[31499]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T00:55:27.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:27 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:27.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:27 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:27.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:27 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:27.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:27 smithi153 ceph-mon[31499]: from='client.? 172.21.15.45:0/224501524' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T00:55:27.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:27 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:27.898 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:27 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:27.898 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:27 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:28.064 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:27 smithi134 ceph-mon[31141]: pgmap v85: 1 pgs: 1 active+clean; 449 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:55:28.064 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:27 smithi134 ceph-mon[31141]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-09-17T00:55:28.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:27 smithi134 ceph-mon[31141]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-09-17T00:55:28.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:27 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:28.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:27 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:28.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:27 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:28.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:27 smithi134 ceph-mon[31141]: from='client.? 172.21.15.45:0/224501524' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-09-17T00:55:28.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:27 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:28.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:27 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:28.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:27 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:29.129 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T00:55:29.139 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T00:55:29.142 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T00:55:29.803 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:29 smithi045 ceph-mon[29581]: pgmap v86: 1 pgs: 1 active+clean; 449 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:55:29.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:29 smithi153 ceph-mon[31499]: pgmap v86: 1 pgs: 1 active+clean; 449 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:55:30.064 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:29 smithi134 ceph-mon[31141]: pgmap v86: 1 pgs: 1 active+clean; 449 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:55:31.516 INFO:teuthology.orchestra.run.smithi045.stdout:34359738384 2024-09-17T00:55:31.517 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid e4a63de8-748e-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.0 2024-09-17T00:55:31.841 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:31 smithi045 ceph-mon[29581]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 6.0 KiB/s rd, 305 KiB/s wr, 20 op/s 2024-09-17T00:55:31.872 INFO:teuthology.orchestra.run.smithi045.stdout:77309411334 2024-09-17T00:55:31.873 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid e4a63de8-748e-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.2 2024-09-17T00:55:31.896 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:31 smithi153 ceph-mon[31499]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 6.0 KiB/s rd, 305 KiB/s wr, 20 op/s 2024-09-17T00:55:32.064 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:31 smithi134 ceph-mon[31141]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 6.0 KiB/s rd, 305 KiB/s wr, 20 op/s 2024-09-17T00:55:32.685 INFO:teuthology.orchestra.run.smithi045.stdout:55834574859 2024-09-17T00:55:32.685 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid e4a63de8-748e-11ef-bceb-c7b262605968 -- ceph osd last-stat-seq osd.1 2024-09-17T00:55:32.702 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T00:55:33.163 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T00:55:33.208 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T00:55:33.359 INFO:teuthology.orchestra.run.smithi045.stdout:34359738384 2024-09-17T00:55:33.719 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:33 smithi045 ceph-mon[29581]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 228 KiB/s wr, 15 op/s 2024-09-17T00:55:33.719 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:33 smithi045 ceph-mon[29581]: from='client.? 172.21.15.45:0/1958882641' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-17T00:55:33.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:33 smithi153 ceph-mon[31499]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 228 KiB/s wr, 15 op/s 2024-09-17T00:55:33.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:33 smithi153 ceph-mon[31499]: from='client.? 172.21.15.45:0/1958882641' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-17T00:55:33.998 INFO:teuthology.orchestra.run.smithi045.stdout:77309411334 2024-09-17T00:55:34.064 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:33 smithi134 ceph-mon[31141]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 4.5 KiB/s rd, 228 KiB/s wr, 15 op/s 2024-09-17T00:55:34.064 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:33 smithi134 ceph-mon[31141]: from='client.? 172.21.15.45:0/1958882641' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-09-17T00:55:34.184 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738384 got 34359738384 for osd.0 2024-09-17T00:55:34.184 DEBUG:teuthology.parallel:result is None 2024-09-17T00:55:34.752 INFO:teuthology.orchestra.run.smithi045.stdout:55834574859 2024-09-17T00:55:35.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:34 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:35.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:34 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:35.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:34 smithi153 ceph-mon[31499]: Detected new or changed devices on smithi153 2024-09-17T00:55:35.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:34 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:35.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:34 smithi153 ceph-mon[31499]: from='client.? 172.21.15.45:0/936026132' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-17T00:55:35.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:34 smithi153 ceph-mon[31499]: from='client.? 172.21.15.45:0/126112586' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-17T00:55:35.153 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:34 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:35.153 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:34 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:35.153 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:34 smithi045 ceph-mon[29581]: Detected new or changed devices on smithi153 2024-09-17T00:55:35.153 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:34 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:35.153 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:34 smithi045 ceph-mon[29581]: from='client.? 172.21.15.45:0/936026132' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-17T00:55:35.153 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:34 smithi045 ceph-mon[29581]: from='client.? 172.21.15.45:0/126112586' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-17T00:55:35.180 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411334 got 77309411334 for osd.2 2024-09-17T00:55:35.180 DEBUG:teuthology.parallel:result is None 2024-09-17T00:55:35.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:34 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:35.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:34 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:35.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:34 smithi134 ceph-mon[31141]: Detected new or changed devices on smithi153 2024-09-17T00:55:35.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:34 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:35.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:34 smithi134 ceph-mon[31141]: from='client.? 172.21.15.45:0/936026132' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-09-17T00:55:35.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:34 smithi134 ceph-mon[31141]: from='client.? 172.21.15.45:0/126112586' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-09-17T00:55:35.712 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574859 got 55834574859 for osd.1 2024-09-17T00:55:35.712 DEBUG:teuthology.parallel:result is None 2024-09-17T00:55:35.712 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-09-17T00:55:35.713 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid e4a63de8-748e-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-17T00:55:35.968 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T00:55:36.089 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:35 smithi045 ceph-mon[29581]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.6 KiB/s rd, 183 KiB/s wr, 12 op/s 2024-09-17T00:55:36.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:35 smithi153 ceph-mon[31499]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.6 KiB/s rd, 183 KiB/s wr, 12 op/s 2024-09-17T00:55:36.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:35 smithi134 ceph-mon[31141]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.6 KiB/s rd, 183 KiB/s wr, 12 op/s 2024-09-17T00:55:36.588 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:55:36.588 INFO:teuthology.orchestra.run.smithi045.stderr:dumped all 2024-09-17T00:55:37.169 INFO:teuthology.orchestra.run.smithi045.stdout:{"pg_ready":true,"pg_map":{"version":90,"stamp":"2024-09-17T00:55:36.061482+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":88772,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":85179,"kb_avail":281146684,"statfs":{"total":287985106944,"available":287894204416,"internally_reserved":0,"allocated":2347008,"data_stored":1944759,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":87223631},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":131088,"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":40,"num_read_kb":36,"num_write":82,"num_write_kb":1828,"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.002142"},"pg_stats":[{"pgid":"1.0","version":"22'137","reported_seq":186,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-09-17T00:55:26.624138+0000","last_change":"2024-09-17T00:55:22.622944+0000","last_active":"2024-09-17T00:55:26.624138+0000","last_peered":"2024-09-17T00:55:26.624138+0000","last_clean":"2024-09-17T00:55:26.624138+0000","last_became_active":"2024-09-17T00:55:22.621836+0000","last_became_peered":"2024-09-17T00:55:22.621836+0000","last_unstale":"2024-09-17T00:55:26.624138+0000","last_undegraded":"2024-09-17T00:55:26.624138+0000","last_fullsized":"2024-09-17T00:55:26.624138+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-17T00:55:20.794362+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-17T00:55:20.794362+0000","last_clean_scrub_stamp":"2024-09-17T00:55:20.794362+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T07:16:39.687395+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411335,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28412,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716740,"statfs":{"total":95995035648,"available":95965941760,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574860,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28412,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716740,"statfs":{"total":95995035648,"available":95965941760,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738385,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":31948,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713204,"statfs":{"total":95995035648,"available":95962320896,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-17T00:55:37.170 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid e4a63de8-748e-11ef-bceb-c7b262605968 -- ceph pg dump --format=json 2024-09-17T00:55:37.420 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T00:55:38.021 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:55:38.022 INFO:teuthology.orchestra.run.smithi045.stderr:dumped all 2024-09-17T00:55:38.124 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:37 smithi045 ceph-mon[29581]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2024-09-17T00:55:38.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:37 smithi045 ceph-mon[29581]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T00:55:38.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:37 smithi134 ceph-mon[31141]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2024-09-17T00:55:38.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:37 smithi134 ceph-mon[31141]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T00:55:38.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:37 smithi153 ceph-mon[31499]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2024-09-17T00:55:38.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:37 smithi153 ceph-mon[31499]: from='client.14370 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T00:55:38.581 INFO:teuthology.orchestra.run.smithi045.stdout:{"pg_ready":true,"pg_map":{"version":90,"stamp":"2024-09-17T00:55:36.061482+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":88772,"kb_used_data":2292,"kb_used_omap":4,"kb_used_meta":85179,"kb_avail":281146684,"statfs":{"total":287985106944,"available":287894204416,"internally_reserved":0,"allocated":2347008,"data_stored":1944759,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":87223631},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":131088,"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":40,"num_read_kb":36,"num_write":82,"num_write_kb":1828,"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.002142"},"pg_stats":[{"pgid":"1.0","version":"22'137","reported_seq":186,"reported_epoch":22,"state":"active+clean","last_fresh":"2024-09-17T00:55:26.624138+0000","last_change":"2024-09-17T00:55:22.622944+0000","last_active":"2024-09-17T00:55:26.624138+0000","last_peered":"2024-09-17T00:55:26.624138+0000","last_clean":"2024-09-17T00:55:26.624138+0000","last_became_active":"2024-09-17T00:55:22.621836+0000","last_became_peered":"2024-09-17T00:55:22.621836+0000","last_unstale":"2024-09-17T00:55:26.624138+0000","last_undegraded":"2024-09-17T00:55:26.624138+0000","last_fullsized":"2024-09-17T00:55:26.624138+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-17T00:55:20.794362+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-09-17T00:55:20.794362+0000","last_clean_scrub_stamp":"2024-09-17T00:55:20.794362+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-09-18T07:16:39.687395+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411335,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28412,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716740,"statfs":{"total":95995035648,"available":95965941760,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574860,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28412,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716740,"statfs":{"total":95995035648,"available":95965941760,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738385,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":31948,"kb_used_data":764,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713204,"statfs":{"total":95995035648,"available":95962320896,"internally_reserved":0,"allocated":782336,"data_stored":648253,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-09-17T00:55:38.582 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-09-17T00:55:38.582 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-09-17T00:55:38.582 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-09-17T00:55:38.582 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell --fsid e4a63de8-748e-11ef-bceb-c7b262605968 -- ceph health --format=json 2024-09-17T00:55:38.831 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T00:55:39.188 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:38 smithi045 ceph-mon[29581]: from='client.14376 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T00:55:39.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:38 smithi134 ceph-mon[31141]: from='client.14376 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T00:55:39.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:38 smithi153 ceph-mon[31499]: from='client.14376 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T00:55:39.492 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:55:39.492 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-09-17T00:55:40.068 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:39 smithi045 ceph-mon[29581]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2024-09-17T00:55:40.068 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:39 smithi045 ceph-mon[29581]: from='client.? 172.21.15.45:0/1040411704' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-17T00:55:40.100 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-09-17T00:55:40.100 INFO:tasks.cephadm:Setup complete, yielding 2024-09-17T00:55:40.100 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-09-17T00:55:40.110 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi045.front.sepia.ceph.com 2024-09-17T00:55:40.110 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e4a63de8-748e-11ef-bceb-c7b262605968 -- bash -c 'set -e 2024-09-17T00:55:40.110 DEBUG:teuthology.orchestra.run.smithi045:> set -x 2024-09-17T00:55:40.111 DEBUG:teuthology.orchestra.run.smithi045:> ceph orch apply node-exporter 2024-09-17T00:55:40.111 DEBUG:teuthology.orchestra.run.smithi045:> ceph orch apply grafana 2024-09-17T00:55:40.111 DEBUG:teuthology.orchestra.run.smithi045:> ceph orch apply alertmanager 2024-09-17T00:55:40.111 DEBUG:teuthology.orchestra.run.smithi045:> ceph orch apply prometheus 2024-09-17T00:55:40.111 DEBUG:teuthology.orchestra.run.smithi045:> sleep 240 2024-09-17T00:55:40.111 DEBUG:teuthology.orchestra.run.smithi045:> ceph orch ls 2024-09-17T00:55:40.111 DEBUG:teuthology.orchestra.run.smithi045:> ceph orch ps 2024-09-17T00:55:40.111 DEBUG:teuthology.orchestra.run.smithi045:> ceph orch host ls 2024-09-17T00:55:40.111 DEBUG:teuthology.orchestra.run.smithi045:> MON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r '"'"'last | .daemon_name'"'"') 2024-09-17T00:55:40.111 DEBUG:teuthology.orchestra.run.smithi045:> GRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-09-17T00:55:40.111 DEBUG:teuthology.orchestra.run.smithi045:> PROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-09-17T00:55:40.111 DEBUG:teuthology.orchestra.run.smithi045:> ALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-09-17T00:55:40.111 DEBUG:teuthology.orchestra.run.smithi045:> GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" '"'"'.[] | select(.hostname==$GRAFANA_HOST) | .addr'"'"') 2024-09-17T00:55:40.111 DEBUG:teuthology.orchestra.run.smithi045:> PROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" '"'"'.[] | select(.hostname==$PROM_HOST) | .addr'"'"') 2024-09-17T00:55:40.111 DEBUG:teuthology.orchestra.run.smithi045:> ALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" '"'"'.[] | select(.hostname==$ALERTM_HOST) | .addr'"'"') 2024-09-17T00:55:40.112 DEBUG:teuthology.orchestra.run.smithi045:> # check each host node-exporter metrics endpoint is responsive 2024-09-17T00:55:40.112 DEBUG:teuthology.orchestra.run.smithi045:> ALL_HOST_IPS=$(ceph orch host ls -f json | jq -r '"'"'.[] | .addr'"'"') 2024-09-17T00:55:40.112 DEBUG:teuthology.orchestra.run.smithi045:> for ip in $ALL_HOST_IPS; do 2024-09-17T00:55:40.112 DEBUG:teuthology.orchestra.run.smithi045:> curl -s http://${ip}:9100/metric 2024-09-17T00:55:40.112 DEBUG:teuthology.orchestra.run.smithi045:> done 2024-09-17T00:55:40.112 DEBUG:teuthology.orchestra.run.smithi045:> # check grafana endpoints are responsive and database health is okay 2024-09-17T00:55:40.112 DEBUG:teuthology.orchestra.run.smithi045:> curl -k -s https://${GRAFANA_IP}:3000/api/health 2024-09-17T00:55:40.112 DEBUG:teuthology.orchestra.run.smithi045:> curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '"'"'.database == "ok"'"'"' 2024-09-17T00:55:40.112 DEBUG:teuthology.orchestra.run.smithi045:> # stop mon daemon in order to trigger an alert 2024-09-17T00:55:40.112 DEBUG:teuthology.orchestra.run.smithi045:> ceph orch daemon stop $MON_DAEMON 2024-09-17T00:55:40.112 DEBUG:teuthology.orchestra.run.smithi045:> sleep 120 2024-09-17T00:55:40.112 DEBUG:teuthology.orchestra.run.smithi045:> # check prometheus endpoints are responsive and mon down alert is firing 2024-09-17T00:55:40.112 DEBUG:teuthology.orchestra.run.smithi045:> curl -s http://${PROM_IP}:9095/api/v1/status/config 2024-09-17T00:55:40.112 DEBUG:teuthology.orchestra.run.smithi045:> curl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e '"'"'.status == "success"'"'"' 2024-09-17T00:55:40.113 DEBUG:teuthology.orchestra.run.smithi045:> curl -s http://${PROM_IP}:9095/api/v1/alerts 2024-09-17T00:55:40.113 DEBUG:teuthology.orchestra.run.smithi045:> curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '"'"'.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"'"'"' 2024-09-17T00:55:40.113 DEBUG:teuthology.orchestra.run.smithi045:> # check alertmanager endpoints are responsive and mon down alert is active 2024-09-17T00:55:40.113 DEBUG:teuthology.orchestra.run.smithi045:> curl -s http://${ALERTM_IP}:9093/api/v1/status 2024-09-17T00:55:40.113 DEBUG:teuthology.orchestra.run.smithi045:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts 2024-09-17T00:55:40.113 DEBUG:teuthology.orchestra.run.smithi045:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '"'"'.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"'"'"' 2024-09-17T00:55:40.113 DEBUG:teuthology.orchestra.run.smithi045:> ' 2024-09-17T00:55:40.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:39 smithi134 ceph-mon[31141]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2024-09-17T00:55:40.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:39 smithi134 ceph-mon[31141]: from='client.? 172.21.15.45:0/1040411704' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-17T00:55:40.366 INFO:teuthology.orchestra.run.smithi045.stderr:Inferring config /var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/mon.a/config 2024-09-17T00:55:40.396 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:39 smithi153 ceph-mon[31499]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2024-09-17T00:55:40.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:39 smithi153 ceph-mon[31499]: from='client.? 172.21.15.45:0/1040411704' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-09-17T00:55:40.778 INFO:teuthology.orchestra.run.smithi045.stderr:+ ceph orch apply node-exporter 2024-09-17T00:55:40.989 INFO:teuthology.orchestra.run.smithi045.stdout:Scheduled node-exporter update... 2024-09-17T00:55:41.001 INFO:teuthology.orchestra.run.smithi045.stderr:+ ceph orch apply grafana 2024-09-17T00:55:41.288 INFO:teuthology.orchestra.run.smithi045.stdout:Scheduled grafana update... 2024-09-17T00:55:41.300 INFO:teuthology.orchestra.run.smithi045.stderr:+ ceph orch apply alertmanager 2024-09-17T00:55:41.604 INFO:teuthology.orchestra.run.smithi045.stdout:Scheduled alertmanager update... 2024-09-17T00:55:41.614 INFO:teuthology.orchestra.run.smithi045.stderr:+ ceph orch apply prometheus 2024-09-17T00:55:41.916 INFO:teuthology.orchestra.run.smithi045.stdout:Scheduled prometheus update... 2024-09-17T00:55:41.928 INFO:teuthology.orchestra.run.smithi045.stderr:+ sleep 240 2024-09-17T00:55:42.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:41 smithi134 ceph-mon[31141]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2024-09-17T00:55:42.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:41 smithi134 ceph-mon[31141]: from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T00:55:42.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:41 smithi134 ceph-mon[31141]: Saving service node-exporter spec with placement * 2024-09-17T00:55:42.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:41 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:42.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:41 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:55:42.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:41 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:55:42.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:41 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:55:42.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:41 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:42.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:41 smithi134 ceph-mon[31141]: Deploying daemon node-exporter.smithi045 on smithi045 2024-09-17T00:55:42.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:41 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:42.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:41 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:42.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:41 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:42.326 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:41 smithi045 ceph-mon[29581]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2024-09-17T00:55:42.326 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:41 smithi045 ceph-mon[29581]: from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T00:55:42.326 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:41 smithi045 ceph-mon[29581]: Saving service node-exporter spec with placement * 2024-09-17T00:55:42.327 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:41 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:42.327 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:41 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:55:42.327 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:41 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:55:42.327 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:41 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:55:42.327 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:41 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:42.327 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:41 smithi045 ceph-mon[29581]: Deploying daemon node-exporter.smithi045 on smithi045 2024-09-17T00:55:42.327 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:41 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:42.327 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:41 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:42.327 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:41 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:42.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:41 smithi153 ceph-mon[31499]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail; 3.0 KiB/s rd, 152 KiB/s wr, 10 op/s 2024-09-17T00:55:42.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:41 smithi153 ceph-mon[31499]: from='client.14388 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T00:55:42.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:41 smithi153 ceph-mon[31499]: Saving service node-exporter spec with placement * 2024-09-17T00:55:42.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:41 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:42.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:41 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:55:42.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:41 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:55:42.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:41 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:55:42.398 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:41 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:42.398 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:41 smithi153 ceph-mon[31499]: Deploying daemon node-exporter.smithi045 on smithi045 2024-09-17T00:55:42.398 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:41 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:42.398 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:41 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:42.398 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:41 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:43.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:42 smithi134 ceph-mon[31141]: from='client.14394 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T00:55:43.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:42 smithi134 ceph-mon[31141]: Saving service grafana spec with placement count:1 2024-09-17T00:55:43.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:42 smithi134 ceph-mon[31141]: from='client.14400 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T00:55:43.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:42 smithi134 ceph-mon[31141]: Saving service alertmanager spec with placement count:1 2024-09-17T00:55:43.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:42 smithi134 ceph-mon[31141]: from='client.14406 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T00:55:43.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:42 smithi134 ceph-mon[31141]: Saving service prometheus spec with placement count:1 2024-09-17T00:55:43.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:42 smithi045 ceph-mon[29581]: from='client.14394 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T00:55:43.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:42 smithi045 ceph-mon[29581]: Saving service grafana spec with placement count:1 2024-09-17T00:55:43.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:42 smithi045 ceph-mon[29581]: from='client.14400 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T00:55:43.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:42 smithi045 ceph-mon[29581]: Saving service alertmanager spec with placement count:1 2024-09-17T00:55:43.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:42 smithi045 ceph-mon[29581]: from='client.14406 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T00:55:43.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:42 smithi045 ceph-mon[29581]: Saving service prometheus spec with placement count:1 2024-09-17T00:55:43.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:42 smithi153 ceph-mon[31499]: from='client.14394 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T00:55:43.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:42 smithi153 ceph-mon[31499]: Saving service grafana spec with placement count:1 2024-09-17T00:55:43.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:42 smithi153 ceph-mon[31499]: from='client.14400 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T00:55:43.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:42 smithi153 ceph-mon[31499]: Saving service alertmanager spec with placement count:1 2024-09-17T00:55:43.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:42 smithi153 ceph-mon[31499]: from='client.14406 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T00:55:43.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:42 smithi153 ceph-mon[31499]: Saving service prometheus spec with placement count:1 2024-09-17T00:55:44.124 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:43 smithi045 ceph-mon[29581]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:55:44.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:43 smithi134 ceph-mon[31141]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:55:44.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:43 smithi153 ceph-mon[31499]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:55:45.977 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:45 smithi134 ceph-mon[31141]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:55:45.977 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:45 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:45.977 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:45 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:45.977 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:45 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:45.977 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:45 smithi134 ceph-mon[31141]: Deploying daemon node-exporter.smithi134 on smithi134 2024-09-17T00:55:46.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:45 smithi045 ceph-mon[29581]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:55:46.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:45 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:46.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:45 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:46.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:45 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:46.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:45 smithi045 ceph-mon[29581]: Deploying daemon node-exporter.smithi134 on smithi134 2024-09-17T00:55:46.146 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:45 smithi153 ceph-mon[31499]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:55:46.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:45 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:46.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:45 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:46.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:45 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:46.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:45 smithi153 ceph-mon[31499]: Deploying daemon node-exporter.smithi134 on smithi134 2024-09-17T00:55:47.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:47 smithi153 ceph-mon[31499]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:55:47.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:47 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:47.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:47 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:47.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:47 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:47.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:47 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:47.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:47 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:47.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:47 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:48.064 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:47 smithi134 ceph-mon[31141]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:55:48.064 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:47 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:48.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:47 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:48.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:47 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:48.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:47 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:48.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:47 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:48.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:47 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:48.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:47 smithi045 ceph-mon[29581]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:55:48.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:47 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:48.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:47 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:48.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:47 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:48.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:47 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:48.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:47 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:48.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:47 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:49.958 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:49 smithi153 ceph-mon[31499]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:55:49.959 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:49 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:49.959 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:49 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:49.959 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:49 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:49.959 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:49 smithi153 ceph-mon[31499]: Deploying daemon node-exporter.smithi153 on smithi153 2024-09-17T00:55:50.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:49 smithi045 ceph-mon[29581]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:55:50.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:49 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:50.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:49 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:50.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:49 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:50.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:49 smithi045 ceph-mon[29581]: Deploying daemon node-exporter.smithi153 on smithi153 2024-09-17T00:55:50.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:49 smithi134 ceph-mon[31141]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:55:50.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:49 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:50.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:49 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:50.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:49 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:50.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:49 smithi134 ceph-mon[31141]: Deploying daemon node-exporter.smithi153 on smithi153 2024-09-17T00:55:52.029 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:51 smithi045 ceph-mon[29581]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:55:52.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:51 smithi153 ceph-mon[31499]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:55:52.262 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:51 smithi134 ceph-mon[31141]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:55:53.717 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:53 smithi045 ceph-mon[29581]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:55:53.717 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:53 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:53.717 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:53 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:53.717 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:53 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:53.717 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:53 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:53.717 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:53 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:53.717 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:53 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:53.717 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:53 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:53.718 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:53 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:55:53.718 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:53 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:55:53.718 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:53 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:55:53.718 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:53 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:53.718 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:53 smithi045 ceph-mon[29581]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-17T00:55:53.718 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:53 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:55:53.718 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:53 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:55:53.718 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:53 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:55:53.718 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:53 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:53.718 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:53 smithi045 ceph-mon[29581]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-17T00:55:53.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:53 smithi134 ceph-mon[31141]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:55:53.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:53 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:53.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:53 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:53.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:53 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:53.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:53 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:53.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:53 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:53.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:53 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:53.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:53 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:53.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:53 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:55:53.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:53 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:55:53.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:53 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:55:53.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:53 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:53.816 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:53 smithi134 ceph-mon[31141]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-17T00:55:53.816 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:53 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:55:53.816 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:53 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:55:53.816 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:53 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:55:53.816 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:53 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:53.816 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:53 smithi134 ceph-mon[31141]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-17T00:55:53.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:53 smithi153 ceph-mon[31499]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:55:53.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:53 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:53.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:53 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:53.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:53 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:53.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:53 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:53.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:53 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:53.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:53 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:53.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:53 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:53.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:53 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:55:53.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:53 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:55:53.898 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:53 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:55:53.898 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:53 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:53.898 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:53 smithi153 ceph-mon[31499]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-17T00:55:53.898 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:53 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:55:53.898 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:53 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:55:53.898 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:53 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:55:53.899 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:53 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:53.899 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:53 smithi153 ceph-mon[31499]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-17T00:55:55.155 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:55 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:55.155 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:55 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:55.155 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:55 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:55:55.155 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:55 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:55:55.155 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:55 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:55:55.155 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:55 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:55.156 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:55 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:55.156 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:55 smithi134 ceph-mon[31141]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-17T00:55:55.156 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:55 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:55.156 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:55 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:55.156 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:55 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:55.156 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:55 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:55.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:55 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:55.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:55 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:55.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:55 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:55:55.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:55 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:55:55.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:55 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:55:55.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:55 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:55.376 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:55 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:55.376 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:55 smithi045 ceph-mon[29581]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-17T00:55:55.376 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:55 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:55.376 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:55 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:55.376 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:55 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:55.376 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:55 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:55.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:55 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:55.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:55 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:55.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:55 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:55:55.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:55 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:55:55.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:55 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:55:55.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:55 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:55.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:55 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:55.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:55 smithi153 ceph-mon[31499]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-17T00:55:55.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:55 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:55.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:55 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:55.398 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:55 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:55.398 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:55 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:56.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:56 smithi134 ceph-mon[31141]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:55:56.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:56 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:56.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:56 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:56.316 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:56 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:56.316 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:56 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:55:56.316 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:56 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:56.316 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:56 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:55:56.316 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:56 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:55:56.316 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:56 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:56.316 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:56 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:56.316 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:56 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:56.316 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:56 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:56.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:56 smithi045 ceph-mon[29581]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:55:56.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:56 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:56.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:56 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:56.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:56 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:56.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:56 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:55:56.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:56 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:56.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:56 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:55:56.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:56 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:55:56.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:56 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:56.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:56 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:56.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:56 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:56.376 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:56 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:56.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:56 smithi153 ceph-mon[31499]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:55:56.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:56 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:56.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:56 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:56.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:56 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:56.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:56 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:55:56.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:56 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:56.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:56 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:55:56.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:56 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:55:56.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:56 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:56.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:56 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:56.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:56 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:56.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:56 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:57.310 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:57 smithi134 ceph-mon[31141]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-17T00:55:57.310 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:57 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:57.366 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:57 smithi153 ceph-mon[31499]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-17T00:55:57.366 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:57 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:57.374 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:57 smithi045 ceph-mon[29581]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-17T00:55:57.374 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:57 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:58.095 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:58 smithi153 ceph-mon[31499]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:55:58.095 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:58 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:58.095 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:58 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:58.095 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:58 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:55:58.095 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:58 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:58.095 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:58 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:55:58.095 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:58 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:55:58.095 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:58 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:58.095 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:58 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:58.095 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:58 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:58.095 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:58 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-17T00:55:58.096 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:58 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:58.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:58 smithi134 ceph-mon[31141]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:55:58.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:58 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:58.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:58 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:58.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:58 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:55:58.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:58 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:58.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:58 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:55:58.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:58 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:55:58.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:58 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:58.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:58 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:58.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:58 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:58.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:58 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-17T00:55:58.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:58 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:58.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:58 smithi045 ceph-mon[29581]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:55:58.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:58 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:58.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:58 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:58.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:58 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:55:58.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:58 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:58.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:58 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:55:58.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:58 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:55:58.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:58 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:58.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:58 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:58.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:58 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:58.376 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:58 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-17T00:55:58.376 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:58 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:55:59.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:59 smithi153 ceph-mon[31499]: Regenerating cephadm self-signed grafana TLS certificates 2024-09-17T00:55:59.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:59 smithi153 ceph-mon[31499]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-17T00:55:59.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:55:59 smithi153 ceph-mon[31499]: Deploying daemon grafana.smithi045 on smithi045 2024-09-17T00:55:59.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:59 smithi134 ceph-mon[31141]: Regenerating cephadm self-signed grafana TLS certificates 2024-09-17T00:55:59.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:59 smithi134 ceph-mon[31141]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-17T00:55:59.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:55:59 smithi134 ceph-mon[31141]: Deploying daemon grafana.smithi045 on smithi045 2024-09-17T00:55:59.374 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:59 smithi045 ceph-mon[29581]: Regenerating cephadm self-signed grafana TLS certificates 2024-09-17T00:55:59.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:59 smithi045 ceph-mon[29581]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-09-17T00:55:59.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:55:59 smithi045 ceph-mon[29581]: Deploying daemon grafana.smithi045 on smithi045 2024-09-17T00:56:00.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:00 smithi134 ceph-mon[31141]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:00.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:00 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:00.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:00 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:00.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:00 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:00.374 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:00 smithi045 ceph-mon[29581]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:00.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:00 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:00.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:00 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:00.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:00 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:00.396 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:00 smithi153 ceph-mon[31499]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:00.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:00 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:00.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:00 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:00.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:00 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:02.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:02 smithi134 ceph-mon[31141]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:02.374 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:02 smithi045 ceph-mon[29581]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:02.396 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:02 smithi153 ceph-mon[31499]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:04.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:04 smithi134 ceph-mon[31141]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:04.374 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:04 smithi045 ceph-mon[29581]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:04.396 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:04 smithi153 ceph-mon[31499]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:06.283 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:06 smithi045 ceph-mon[29581]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:06.316 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:06 smithi134 ceph-mon[31141]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:06.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:06 smithi153 ceph-mon[31499]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:07.271 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:07 smithi045 ceph-mon[29581]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:07.396 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:07 smithi153 ceph-mon[31499]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:07.564 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:07 smithi134 ceph-mon[31141]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:08.624 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:08 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:08.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:08 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:08.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:08 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:08.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:08 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:08.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:08 smithi045 ceph-mon[29581]: Deploying daemon alertmanager.smithi153 on smithi153 2024-09-17T00:56:08.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:08 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:08.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:08 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:08.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:08 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:08.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:08 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:08.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:08 smithi153 ceph-mon[31499]: Deploying daemon alertmanager.smithi153 on smithi153 2024-09-17T00:56:08.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:08 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:08.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:08 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:08.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:08 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:08.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:08 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:08.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:08 smithi134 ceph-mon[31141]: Deploying daemon alertmanager.smithi153 on smithi153 2024-09-17T00:56:09.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:09 smithi045 ceph-mon[29581]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:09.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:09 smithi153 ceph-mon[31499]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:09.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:09 smithi134 ceph-mon[31141]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:11.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:11 smithi045 ceph-mon[29581]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:11.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:11 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:11.378 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:11 smithi153 ceph-mon[31499]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:11.379 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:11 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:11.564 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:11 smithi134 ceph-mon[31141]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:11.564 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:11 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:13.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:13 smithi045 ceph-mon[29581]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:13.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:13 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:13.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:13 smithi153 ceph-mon[31499]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:13.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:13 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:13.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:13 smithi134 ceph-mon[31141]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:13.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:13 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:15.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:15 smithi153 ceph-mon[31499]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:15.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:15 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:15.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:15 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:15.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:15 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:15.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:15 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:15.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:15 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:15.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:15 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:15.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:15 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:15.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:15 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:15.757 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:15 smithi134 ceph-mon[31141]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:15.757 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:15 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:15.757 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:15 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:15.757 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:15 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:15.758 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:15 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:15.758 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:15 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:15.758 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:15 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:15.758 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:15 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:15.758 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:15 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:15.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:15 smithi045 ceph-mon[29581]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:15.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:15 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:15.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:15 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:15.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:15 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:15.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:15 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:15.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:15 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:15.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:15 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:15.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:15 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:15.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:15 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:16.733 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:16 smithi134 ceph-mon[31141]: Deploying daemon prometheus.smithi134 on smithi134 2024-09-17T00:56:16.771 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:16 smithi153 ceph-mon[31499]: Deploying daemon prometheus.smithi134 on smithi134 2024-09-17T00:56:16.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:16 smithi045 ceph-mon[29581]: Deploying daemon prometheus.smithi134 on smithi134 2024-09-17T00:56:18.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:17 smithi153 ceph-mon[31499]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:18.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:17 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:18.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:17 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:18.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:17 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:18.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:17 smithi134 ceph-mon[31141]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:18.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:17 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:18.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:17 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:18.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:17 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:18.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:17 smithi045 ceph-mon[29581]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:18.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:17 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:18.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:17 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:18.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:17 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:20.264 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:19 smithi153 ceph-mon[31499]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:20.264 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:19 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:20.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:19 smithi134 ceph-mon[31141]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:20.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:19 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:20.374 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:19 smithi045 ceph-mon[29581]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:20.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:19 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:21.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:21 smithi153 ceph-mon[31499]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:21.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:21 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:21.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:21 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:21.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:21 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:21.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:21 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:21.564 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:21 smithi134 ceph-mon[31141]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:21.564 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:21 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:21.564 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:21 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:21.564 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:21 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:21.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:21 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:21.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:21 smithi045 ceph-mon[29581]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:21.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:21 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:21.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:21 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:21.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:21 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:21.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:21 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:23.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:23 smithi134 ceph-mon[31141]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:23.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:23 smithi153 ceph-mon[31499]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:23.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:23 smithi045 ceph-mon[29581]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:25.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:25 smithi153 ceph-mon[31499]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:25.426 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:25 smithi134 ceph-mon[31141]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:25.624 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:25 smithi045 ceph-mon[29581]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:27.814 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:56:27 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: ignoring --setuser ceph since I am not root 2024-09-17T00:56:27.815 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:56:27 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: ignoring --setgroup ceph since I am not root 2024-09-17T00:56:27.815 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:56:27 smithi134 ceph-mgr[32738]: -- 172.21.15.134:0/2001845666 <== mon.2 v2:172.21.15.134:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x5560b6d110e0 con 0x5560b6cef000 2024-09-17T00:56:27.815 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:56:27 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:56:27.651+0000 7f043883d040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-17T00:56:27.815 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:56:27 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:56:27.708+0000 7f043883d040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-17T00:56:27.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:27 smithi134 ceph-mon[31141]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:27.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:27 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:27.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:27 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:27.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:27 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:27.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:27 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-09-17T00:56:27.865 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:27 smithi045 ceph-mon[29581]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:27.865 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:27 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:27.866 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:27 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:27.866 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:27 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:27.866 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:27 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-09-17T00:56:27.866 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:27 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: ignoring --setuser ceph since I am not root 2024-09-17T00:56:27.866 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:27 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: ignoring --setgroup ceph since I am not root 2024-09-17T00:56:27.866 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:27 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:56:27.655+0000 7fd414438040 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-09-17T00:56:27.866 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:27 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:56:27.714+0000 7fd414438040 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-09-17T00:56:27.866 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:27 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:56:27.867+0000 7fd414438040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-17T00:56:27.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:27 smithi153 ceph-mon[31499]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 87 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:27.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:27 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:27.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:27 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:27.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:27 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' 2024-09-17T00:56:27.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:27 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-09-17T00:56:28.124 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:27 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:56:27.937+0000 7fd414438040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-17T00:56:28.125 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:28 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:56:28.091+0000 7fd414438040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-17T00:56:28.199 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:56:27 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:56:27.854+0000 7f043883d040 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-09-17T00:56:28.199 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:56:27 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:56:27.919+0000 7f043883d040 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-09-17T00:56:28.199 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:56:28 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:56:28.063+0000 7f043883d040 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-09-17T00:56:28.199 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:56:28 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:56:28.200+0000 7f043883d040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-17T00:56:28.495 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:28 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:56:28.237+0000 7fd414438040 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-09-17T00:56:28.753 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:28 smithi134 ceph-mon[31141]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-17T00:56:28.753 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:28 smithi134 ceph-mon[31141]: mgrmap e16: a(active, since 3m), standbys: b 2024-09-17T00:56:28.753 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:56:28 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:56:28.507+0000 7f043883d040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-17T00:56:28.753 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:56:28 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:56:28.569+0000 7f043883d040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-17T00:56:28.753 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:56:28 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:56:28.754+0000 7f043883d040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-17T00:56:28.819 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:28 smithi045 ceph-mon[29581]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-17T00:56:28.820 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:28 smithi045 ceph-mon[29581]: mgrmap e16: a(active, since 3m), standbys: b 2024-09-17T00:56:28.820 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:28 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:56:28.564+0000 7fd414438040 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-09-17T00:56:28.820 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:28 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:56:28.628+0000 7fd414438040 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-09-17T00:56:28.820 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:28 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:56:28.822+0000 7fd414438040 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-09-17T00:56:28.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:28 smithi153 ceph-mon[31499]: from='mgr.14150 172.21.15.45:0/1080681258' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-09-17T00:56:28.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:28 smithi153 ceph-mon[31499]: mgrmap e16: a(active, since 3m), standbys: b 2024-09-17T00:56:30.064 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:56:29 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:56:29.629+0000 7f043883d040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-17T00:56:30.064 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:56:29 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:56:29.695+0000 7f043883d040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-17T00:56:30.124 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:29 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:56:29.744+0000 7fd414438040 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-09-17T00:56:30.125 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:29 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:56:29.814+0000 7fd414438040 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-09-17T00:56:30.654 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:56:30 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:56:30.397+0000 7f043883d040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-17T00:56:30.654 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:56:30 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:56:30.513+0000 7f043883d040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-17T00:56:30.694 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:30 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:56:30.564+0000 7fd414438040 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-09-17T00:56:30.694 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:30 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:56:30.695+0000 7fd414438040 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-09-17T00:56:30.930 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:56:30 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:56:30.655+0000 7f043883d040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-17T00:56:30.930 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:56:30 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:56:30.716+0000 7f043883d040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-17T00:56:30.930 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:56:30 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:56:30.864+0000 7f043883d040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-17T00:56:30.930 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:56:30 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:56:30.931+0000 7f043883d040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-17T00:56:31.065 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:30 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:56:30.845+0000 7fd414438040 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-09-17T00:56:31.065 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:30 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:56:30.909+0000 7fd414438040 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-09-17T00:56:31.065 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:31 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:56:31.066+0000 7fd414438040 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-09-17T00:56:31.210 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:56:30 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:56:30.991+0000 7f043883d040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-17T00:56:31.211 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:56:31 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:56:31.148+0000 7f043883d040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-17T00:56:31.211 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:56:31 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:56:31.212+0000 7f043883d040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-17T00:56:31.366 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:31 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:56:31.138+0000 7fd414438040 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-09-17T00:56:31.366 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:31 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:56:31.200+0000 7fd414438040 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-09-17T00:56:31.366 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:31 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:56:31.367+0000 7fd414438040 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-09-17T00:56:31.476 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:56:31 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:56:31.278+0000 7f043883d040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-17T00:56:31.476 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:56:31 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:56:31.359+0000 7f043883d040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-17T00:56:31.476 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:56:31 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:56:31.419+0000 7f043883d040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-17T00:56:31.476 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:56:31 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:56:31.477+0000 7f043883d040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-17T00:56:31.625 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:31 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:56:31.436+0000 7fd414438040 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-09-17T00:56:31.625 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:31 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:56:31.525+0000 7fd414438040 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-09-17T00:56:31.625 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:31 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:56:31.615+0000 7fd414438040 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-09-17T00:56:31.945 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:31 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:56:31.681+0000 7fd414438040 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-09-17T00:56:31.945 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:31 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:56:31.747+0000 7fd414438040 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-09-17T00:56:32.564 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:32 smithi134 ceph-mon[31141]: Standby manager daemon b restarted 2024-09-17T00:56:32.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:32 smithi134 ceph-mon[31141]: Standby manager daemon b started 2024-09-17T00:56:32.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:32 smithi134 ceph-mon[31141]: from='mgr.? 172.21.15.134:0/2476958366' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-17T00:56:32.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:32 smithi134 ceph-mon[31141]: from='mgr.? 172.21.15.134:0/2476958366' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T00:56:32.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:32 smithi134 ceph-mon[31141]: from='mgr.? 172.21.15.134:0/2476958366' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-17T00:56:32.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:32 smithi134 ceph-mon[31141]: from='mgr.? 172.21.15.134:0/2476958366' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T00:56:32.565 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:56:32 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:56:32.261+0000 7f043883d040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-17T00:56:32.565 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:56:32 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: [17/Sep/2024:00:56:32] ENGINE Bus STARTING 2024-09-17T00:56:32.565 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:56:32 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: CherryPy Checker: 2024-09-17T00:56:32.565 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:56:32 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: The Application mounted at '' has an empty config. 2024-09-17T00:56:32.565 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:56:32 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: 2024-09-17T00:56:32.566 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:56:32 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: [17/Sep/2024:00:56:32] ENGINE Serving on http://:::9283 2024-09-17T00:56:32.566 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 00:56:32 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b[32734]: [17/Sep/2024:00:56:32] ENGINE Bus STARTED 2024-09-17T00:56:32.574 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:32 smithi045 ceph-mon[29581]: Standby manager daemon b restarted 2024-09-17T00:56:32.574 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:32 smithi045 ceph-mon[29581]: Standby manager daemon b started 2024-09-17T00:56:32.574 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:32 smithi045 ceph-mon[29581]: from='mgr.? 172.21.15.134:0/2476958366' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-17T00:56:32.574 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:32 smithi045 ceph-mon[29581]: from='mgr.? 172.21.15.134:0/2476958366' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T00:56:32.574 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:32 smithi045 ceph-mon[29581]: from='mgr.? 172.21.15.134:0/2476958366' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-17T00:56:32.574 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:32 smithi045 ceph-mon[29581]: from='mgr.? 172.21.15.134:0/2476958366' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T00:56:32.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:32 smithi153 ceph-mon[31499]: Standby manager daemon b restarted 2024-09-17T00:56:32.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:32 smithi153 ceph-mon[31499]: Standby manager daemon b started 2024-09-17T00:56:32.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:32 smithi153 ceph-mon[31499]: from='mgr.? 172.21.15.134:0/2476958366' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-09-17T00:56:32.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:32 smithi153 ceph-mon[31499]: from='mgr.? 172.21.15.134:0/2476958366' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-09-17T00:56:32.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:32 smithi153 ceph-mon[31499]: from='mgr.? 172.21.15.134:0/2476958366' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-09-17T00:56:32.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:32 smithi153 ceph-mon[31499]: from='mgr.? 172.21.15.134:0/2476958366' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-09-17T00:56:32.875 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:32 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:56:32.604+0000 7fd414438040 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-09-17T00:56:32.875 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:32 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: [17/Sep/2024:00:56:32] ENGINE Bus STARTING 2024-09-17T00:56:32.875 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:32 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: CherryPy Checker: 2024-09-17T00:56:32.875 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:32 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: The Application mounted at '' has an empty config. 2024-09-17T00:56:32.875 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:32 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:56:32.875 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:32 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: [17/Sep/2024:00:56:32] ENGINE Serving on http://:::9283 2024-09-17T00:56:32.875 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:32 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: [17/Sep/2024:00:56:32] ENGINE Bus STARTED 2024-09-17T00:56:33.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:33 smithi134 ceph-mon[31141]: mgrmap e17: a(active, since 3m), standbys: b 2024-09-17T00:56:33.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:33 smithi134 ceph-mon[31141]: Active manager daemon a restarted 2024-09-17T00:56:33.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:33 smithi134 ceph-mon[31141]: Activating manager daemon a 2024-09-17T00:56:33.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:33 smithi134 ceph-mon[31141]: osdmap e23: 3 total, 3 up, 3 in 2024-09-17T00:56:33.566 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:33 smithi134 ceph-mon[31141]: mgrmap e18: a(active, starting, since 0.00620669s), standbys: b 2024-09-17T00:56:33.566 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:33 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T00:56:33.566 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:33 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T00:56:33.566 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:33 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T00:56:33.566 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:33 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-17T00:56:33.566 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:33 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-17T00:56:33.566 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:33 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T00:56:33.566 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:33 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T00:56:33.566 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:33 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T00:56:33.566 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:33 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T00:56:33.566 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:33 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T00:56:33.566 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:33 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T00:56:33.567 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:33 smithi134 ceph-mon[31141]: Manager daemon a is now available 2024-09-17T00:56:33.567 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:33 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:33.567 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:33 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:56:33.567 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:33 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi045", "name": "osd_memory_target"}]: dispatch 2024-09-17T00:56:33.567 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:33 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi134", "name": "osd_memory_target"}]: dispatch 2024-09-17T00:56:33.567 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:33 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi153", "name": "osd_memory_target"}]: dispatch 2024-09-17T00:56:33.567 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:33 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi045", "name": "osd_memory_target"}]': finished 2024-09-17T00:56:33.567 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:33 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi134", "name": "osd_memory_target"}]': finished 2024-09-17T00:56:33.567 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:33 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi153", "name": "osd_memory_target"}]': finished 2024-09-17T00:56:33.567 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:33 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:33.567 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:33 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:56:33.567 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:33 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:56:33.568 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:33 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T00:56:33.568 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:33 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-17T00:56:33.568 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:33 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-17T00:56:33.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:33 smithi045 ceph-mon[29581]: mgrmap e17: a(active, since 3m), standbys: b 2024-09-17T00:56:33.626 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:33 smithi045 ceph-mon[29581]: Active manager daemon a restarted 2024-09-17T00:56:33.626 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:33 smithi045 ceph-mon[29581]: Activating manager daemon a 2024-09-17T00:56:33.626 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:33 smithi045 ceph-mon[29581]: osdmap e23: 3 total, 3 up, 3 in 2024-09-17T00:56:33.626 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:33 smithi045 ceph-mon[29581]: mgrmap e18: a(active, starting, since 0.00620669s), standbys: b 2024-09-17T00:56:33.626 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:33 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T00:56:33.626 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:33 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T00:56:33.626 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:33 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T00:56:33.626 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:33 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-17T00:56:33.626 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:33 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-17T00:56:33.626 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:33 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T00:56:33.626 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:33 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T00:56:33.627 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:33 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T00:56:33.627 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:33 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T00:56:33.627 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:33 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T00:56:33.627 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:33 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T00:56:33.627 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:33 smithi045 ceph-mon[29581]: Manager daemon a is now available 2024-09-17T00:56:33.627 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:33 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:33.627 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:33 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:56:33.627 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:33 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi045", "name": "osd_memory_target"}]: dispatch 2024-09-17T00:56:33.627 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:33 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi134", "name": "osd_memory_target"}]: dispatch 2024-09-17T00:56:33.627 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:33 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi153", "name": "osd_memory_target"}]: dispatch 2024-09-17T00:56:33.627 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:33 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi045", "name": "osd_memory_target"}]': finished 2024-09-17T00:56:33.627 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:33 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi134", "name": "osd_memory_target"}]': finished 2024-09-17T00:56:33.627 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:33 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi153", "name": "osd_memory_target"}]': finished 2024-09-17T00:56:33.628 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:33 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:33.628 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:33 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:56:33.628 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:33 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:56:33.628 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:33 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T00:56:33.628 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:33 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-17T00:56:33.628 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:33 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-17T00:56:33.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:33 smithi153 ceph-mon[31499]: mgrmap e17: a(active, since 3m), standbys: b 2024-09-17T00:56:33.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:33 smithi153 ceph-mon[31499]: Active manager daemon a restarted 2024-09-17T00:56:33.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:33 smithi153 ceph-mon[31499]: Activating manager daemon a 2024-09-17T00:56:33.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:33 smithi153 ceph-mon[31499]: osdmap e23: 3 total, 3 up, 3 in 2024-09-17T00:56:33.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:33 smithi153 ceph-mon[31499]: mgrmap e18: a(active, starting, since 0.00620669s), standbys: b 2024-09-17T00:56:33.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:33 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-09-17T00:56:33.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:33 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-09-17T00:56:33.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:33 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-09-17T00:56:33.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:33 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-09-17T00:56:33.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:33 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-09-17T00:56:33.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:33 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-09-17T00:56:33.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:33 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-09-17T00:56:33.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:33 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-09-17T00:56:33.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:33 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-09-17T00:56:33.649 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:33 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-09-17T00:56:33.649 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:33 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-09-17T00:56:33.649 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:33 smithi153 ceph-mon[31499]: Manager daemon a is now available 2024-09-17T00:56:33.649 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:33 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:33.649 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:33 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:56:33.649 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:33 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi045", "name": "osd_memory_target"}]: dispatch 2024-09-17T00:56:33.649 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:33 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi134", "name": "osd_memory_target"}]: dispatch 2024-09-17T00:56:33.649 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:33 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi153", "name": "osd_memory_target"}]: dispatch 2024-09-17T00:56:33.649 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:33 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi045", "name": "osd_memory_target"}]': finished 2024-09-17T00:56:33.649 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:33 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi134", "name": "osd_memory_target"}]': finished 2024-09-17T00:56:33.649 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:33 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi153", "name": "osd_memory_target"}]': finished 2024-09-17T00:56:33.649 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:33 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:33.649 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:33 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:56:33.650 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:33 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:56:33.650 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:33 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T00:56:33.650 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:33 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-09-17T00:56:33.650 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:33 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-09-17T00:56:34.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:34 smithi045 ceph-mon[29581]: Updating smithi045:/etc/ceph/ceph.conf 2024-09-17T00:56:34.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:34 smithi045 ceph-mon[29581]: Updating smithi134:/etc/ceph/ceph.conf 2024-09-17T00:56:34.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:34 smithi045 ceph-mon[29581]: Updating smithi153:/etc/ceph/ceph.conf 2024-09-17T00:56:34.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:34 smithi045 ceph-mon[29581]: Updating smithi153:/var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T00:56:34.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:34 smithi045 ceph-mon[29581]: Updating smithi134:/var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T00:56:34.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:34 smithi045 ceph-mon[29581]: Updating smithi045:/var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T00:56:34.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:34 smithi045 ceph-mon[29581]: mgrmap e19: a(active, since 1.01291s), standbys: b 2024-09-17T00:56:34.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:34 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:34.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:34 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:34.626 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:34 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:34.626 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:34 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:34.626 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:34 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:34.626 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:34 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:34.626 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:34 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:34.626 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:34 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:34.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:34 smithi153 ceph-mon[31499]: Updating smithi045:/etc/ceph/ceph.conf 2024-09-17T00:56:34.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:34 smithi153 ceph-mon[31499]: Updating smithi134:/etc/ceph/ceph.conf 2024-09-17T00:56:34.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:34 smithi153 ceph-mon[31499]: Updating smithi153:/etc/ceph/ceph.conf 2024-09-17T00:56:34.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:34 smithi153 ceph-mon[31499]: Updating smithi153:/var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T00:56:34.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:34 smithi153 ceph-mon[31499]: Updating smithi134:/var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T00:56:34.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:34 smithi153 ceph-mon[31499]: Updating smithi045:/var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T00:56:34.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:34 smithi153 ceph-mon[31499]: mgrmap e19: a(active, since 1.01291s), standbys: b 2024-09-17T00:56:34.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:34 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:34.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:34 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:34.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:34 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:34.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:34 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:34.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:34 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:34.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:34 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:34.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:34 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:34.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:34 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:34.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:34 smithi134 ceph-mon[31141]: Updating smithi045:/etc/ceph/ceph.conf 2024-09-17T00:56:34.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:34 smithi134 ceph-mon[31141]: Updating smithi134:/etc/ceph/ceph.conf 2024-09-17T00:56:34.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:34 smithi134 ceph-mon[31141]: Updating smithi153:/etc/ceph/ceph.conf 2024-09-17T00:56:34.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:34 smithi134 ceph-mon[31141]: Updating smithi153:/var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T00:56:34.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:34 smithi134 ceph-mon[31141]: Updating smithi134:/var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T00:56:34.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:34 smithi134 ceph-mon[31141]: Updating smithi045:/var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/config/ceph.conf 2024-09-17T00:56:34.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:34 smithi134 ceph-mon[31141]: mgrmap e19: a(active, since 1.01291s), standbys: b 2024-09-17T00:56:34.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:34 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:34.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:34 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:34.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:34 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:34.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:34 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:34.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:34 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:34.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:34 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:34.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:34 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:34.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:34 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:35.453 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:35 smithi134 ceph-mon[31141]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:35.453 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:35 smithi134 ceph-mon[31141]: Updating smithi153:/etc/ceph/ceph.client.admin.keyring 2024-09-17T00:56:35.453 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:35 smithi134 ceph-mon[31141]: Updating smithi134:/etc/ceph/ceph.client.admin.keyring 2024-09-17T00:56:35.454 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:35 smithi134 ceph-mon[31141]: Updating smithi045:/etc/ceph/ceph.client.admin.keyring 2024-09-17T00:56:35.454 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:35 smithi134 ceph-mon[31141]: Updating smithi153:/var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T00:56:35.454 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:35 smithi134 ceph-mon[31141]: Updating smithi134:/var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T00:56:35.454 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:35 smithi134 ceph-mon[31141]: Updating smithi045:/var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T00:56:35.454 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:35 smithi134 ceph-mon[31141]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-17T00:56:35.454 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:35 smithi134 ceph-mon[31141]: Reconfiguring grafana.smithi045 (dependencies changed)... 2024-09-17T00:56:35.454 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:35 smithi134 ceph-mon[31141]: Reconfiguring daemon grafana.smithi045 on smithi045 2024-09-17T00:56:35.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:35 smithi045 ceph-mon[29581]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:35.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:35 smithi045 ceph-mon[29581]: Updating smithi153:/etc/ceph/ceph.client.admin.keyring 2024-09-17T00:56:35.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:35 smithi045 ceph-mon[29581]: Updating smithi134:/etc/ceph/ceph.client.admin.keyring 2024-09-17T00:56:35.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:35 smithi045 ceph-mon[29581]: Updating smithi045:/etc/ceph/ceph.client.admin.keyring 2024-09-17T00:56:35.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:35 smithi045 ceph-mon[29581]: Updating smithi153:/var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T00:56:35.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:35 smithi045 ceph-mon[29581]: Updating smithi134:/var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T00:56:35.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:35 smithi045 ceph-mon[29581]: Updating smithi045:/var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T00:56:35.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:35 smithi045 ceph-mon[29581]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-17T00:56:35.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:35 smithi045 ceph-mon[29581]: Reconfiguring grafana.smithi045 (dependencies changed)... 2024-09-17T00:56:35.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:35 smithi045 ceph-mon[29581]: Reconfiguring daemon grafana.smithi045 on smithi045 2024-09-17T00:56:35.626 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:35 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:56:35.368+0000 7fd366ba1640 -1 log_channel(cephadm) log [ERR] : [17/Sep/2024:00:56:35] ENGINE Error in HTTPServer.serve 2024-09-17T00:56:35.626 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:35 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: Traceback (most recent call last): 2024-09-17T00:56:35.626 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:35 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T00:56:35.626 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:35 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: self._connections.run(self.expiration_interval) 2024-09-17T00:56:35.626 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:35 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T00:56:35.626 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:35 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: self._run(expiration_interval) 2024-09-17T00:56:35.626 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:35 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T00:56:35.626 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:35 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T00:56:35.627 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:35 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T00:56:35.627 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:35 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T00:56:35.627 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:35 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T00:56:35.627 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:35 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: s = self.context.wrap_socket( 2024-09-17T00:56:35.627 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:35 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T00:56:35.627 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:35 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: return self.sslsocket_class._create( 2024-09-17T00:56:35.627 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:35 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T00:56:35.627 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:35 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: self.do_handshake() 2024-09-17T00:56:35.627 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:35 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T00:56:35.627 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:35 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: self._sslobj.do_handshake() 2024-09-17T00:56:35.627 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:35 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T00:56:35.627 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:35 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T00:56:35.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:35 smithi153 ceph-mon[31499]: pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:35.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:35 smithi153 ceph-mon[31499]: Updating smithi153:/etc/ceph/ceph.client.admin.keyring 2024-09-17T00:56:35.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:35 smithi153 ceph-mon[31499]: Updating smithi134:/etc/ceph/ceph.client.admin.keyring 2024-09-17T00:56:35.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:35 smithi153 ceph-mon[31499]: Updating smithi045:/etc/ceph/ceph.client.admin.keyring 2024-09-17T00:56:35.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:35 smithi153 ceph-mon[31499]: Updating smithi153:/var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T00:56:35.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:35 smithi153 ceph-mon[31499]: Updating smithi134:/var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T00:56:35.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:35 smithi153 ceph-mon[31499]: Updating smithi045:/var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/config/ceph.client.admin.keyring 2024-09-17T00:56:35.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:35 smithi153 ceph-mon[31499]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-17T00:56:35.649 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:35 smithi153 ceph-mon[31499]: Reconfiguring grafana.smithi045 (dependencies changed)... 2024-09-17T00:56:35.649 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:35 smithi153 ceph-mon[31499]: Reconfiguring daemon grafana.smithi045 on smithi045 2024-09-17T00:56:36.564 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:36 smithi134 ceph-mon[31141]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:36.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:36 smithi134 ceph-mon[31141]: [17/Sep/2024:00:56:35] ENGINE Bus STARTING 2024-09-17T00:56:36.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:36 smithi134 ceph-mon[31141]: [17/Sep/2024:00:56:35] ENGINE Serving on http://172.21.15.45:8765 2024-09-17T00:56:36.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:36 smithi134 ceph-mon[31141]: mgrmap e20: a(active, since 2s), standbys: b 2024-09-17T00:56:36.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:36 smithi134 ceph-mon[31141]: [17/Sep/2024:00:56:35] ENGINE Serving on https://172.21.15.45:7151 2024-09-17T00:56:36.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:36 smithi134 ceph-mon[31141]: [17/Sep/2024:00:56:35] ENGINE Bus STARTED 2024-09-17T00:56:36.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:36 smithi134 ceph-mon[31141]: [17/Sep/2024:00:56:35] ENGINE Error in HTTPServer.serve 2024-09-17T00:56:36.565 INFO:journalctl@ceph.mon.b.smithi134.stdout: Traceback (most recent call last): 2024-09-17T00:56:36.565 INFO:journalctl@ceph.mon.b.smithi134.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T00:56:36.565 INFO:journalctl@ceph.mon.b.smithi134.stdout: self._connections.run(self.expiration_interval) 2024-09-17T00:56:36.565 INFO:journalctl@ceph.mon.b.smithi134.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T00:56:36.565 INFO:journalctl@ceph.mon.b.smithi134.stdout: self._run(expiration_interval) 2024-09-17T00:56:36.565 INFO:journalctl@ceph.mon.b.smithi134.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T00:56:36.566 INFO:journalctl@ceph.mon.b.smithi134.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T00:56:36.566 INFO:journalctl@ceph.mon.b.smithi134.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T00:56:36.566 INFO:journalctl@ceph.mon.b.smithi134.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T00:56:36.566 INFO:journalctl@ceph.mon.b.smithi134.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T00:56:36.566 INFO:journalctl@ceph.mon.b.smithi134.stdout: s = self.context.wrap_socket( 2024-09-17T00:56:36.566 INFO:journalctl@ceph.mon.b.smithi134.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T00:56:36.566 INFO:journalctl@ceph.mon.b.smithi134.stdout: return self.sslsocket_class._create( 2024-09-17T00:56:36.566 INFO:journalctl@ceph.mon.b.smithi134.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T00:56:36.566 INFO:journalctl@ceph.mon.b.smithi134.stdout: self.do_handshake() 2024-09-17T00:56:36.566 INFO:journalctl@ceph.mon.b.smithi134.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T00:56:36.566 INFO:journalctl@ceph.mon.b.smithi134.stdout: self._sslobj.do_handshake() 2024-09-17T00:56:36.566 INFO:journalctl@ceph.mon.b.smithi134.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T00:56:36.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:36 smithi045 ceph-mon[29581]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:36.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:36 smithi045 ceph-mon[29581]: [17/Sep/2024:00:56:35] ENGINE Bus STARTING 2024-09-17T00:56:36.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:36 smithi045 ceph-mon[29581]: [17/Sep/2024:00:56:35] ENGINE Serving on http://172.21.15.45:8765 2024-09-17T00:56:36.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:36 smithi045 ceph-mon[29581]: mgrmap e20: a(active, since 2s), standbys: b 2024-09-17T00:56:36.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:36 smithi045 ceph-mon[29581]: [17/Sep/2024:00:56:35] ENGINE Serving on https://172.21.15.45:7151 2024-09-17T00:56:36.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:36 smithi045 ceph-mon[29581]: [17/Sep/2024:00:56:35] ENGINE Bus STARTED 2024-09-17T00:56:36.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:36 smithi045 ceph-mon[29581]: [17/Sep/2024:00:56:35] ENGINE Error in HTTPServer.serve 2024-09-17T00:56:36.625 INFO:journalctl@ceph.mon.a.smithi045.stdout: Traceback (most recent call last): 2024-09-17T00:56:36.625 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T00:56:36.625 INFO:journalctl@ceph.mon.a.smithi045.stdout: self._connections.run(self.expiration_interval) 2024-09-17T00:56:36.626 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T00:56:36.626 INFO:journalctl@ceph.mon.a.smithi045.stdout: self._run(expiration_interval) 2024-09-17T00:56:36.626 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T00:56:36.626 INFO:journalctl@ceph.mon.a.smithi045.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T00:56:36.626 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T00:56:36.626 INFO:journalctl@ceph.mon.a.smithi045.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T00:56:36.626 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T00:56:36.626 INFO:journalctl@ceph.mon.a.smithi045.stdout: s = self.context.wrap_socket( 2024-09-17T00:56:36.626 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T00:56:36.626 INFO:journalctl@ceph.mon.a.smithi045.stdout: return self.sslsocket_class._create( 2024-09-17T00:56:36.626 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T00:56:36.626 INFO:journalctl@ceph.mon.a.smithi045.stdout: self.do_handshake() 2024-09-17T00:56:36.626 INFO:journalctl@ceph.mon.a.smithi045.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T00:56:36.627 INFO:journalctl@ceph.mon.a.smithi045.stdout: self._sslobj.do_handshake() 2024-09-17T00:56:36.627 INFO:journalctl@ceph.mon.a.smithi045.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T00:56:36.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:36 smithi153 ceph-mon[31499]: pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:36.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:36 smithi153 ceph-mon[31499]: [17/Sep/2024:00:56:35] ENGINE Bus STARTING 2024-09-17T00:56:36.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:36 smithi153 ceph-mon[31499]: [17/Sep/2024:00:56:35] ENGINE Serving on http://172.21.15.45:8765 2024-09-17T00:56:36.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:36 smithi153 ceph-mon[31499]: mgrmap e20: a(active, since 2s), standbys: b 2024-09-17T00:56:36.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:36 smithi153 ceph-mon[31499]: [17/Sep/2024:00:56:35] ENGINE Serving on https://172.21.15.45:7151 2024-09-17T00:56:36.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:36 smithi153 ceph-mon[31499]: [17/Sep/2024:00:56:35] ENGINE Bus STARTED 2024-09-17T00:56:36.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:36 smithi153 ceph-mon[31499]: [17/Sep/2024:00:56:35] ENGINE Error in HTTPServer.serve 2024-09-17T00:56:36.648 INFO:journalctl@ceph.mon.c.smithi153.stdout: Traceback (most recent call last): 2024-09-17T00:56:36.648 INFO:journalctl@ceph.mon.c.smithi153.stdout: File "/lib/python3.9/site-packages/cheroot/server.py", line 1823, in serve 2024-09-17T00:56:36.648 INFO:journalctl@ceph.mon.c.smithi153.stdout: self._connections.run(self.expiration_interval) 2024-09-17T00:56:36.648 INFO:journalctl@ceph.mon.c.smithi153.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 203, in run 2024-09-17T00:56:36.648 INFO:journalctl@ceph.mon.c.smithi153.stdout: self._run(expiration_interval) 2024-09-17T00:56:36.648 INFO:journalctl@ceph.mon.c.smithi153.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 246, in _run 2024-09-17T00:56:36.648 INFO:journalctl@ceph.mon.c.smithi153.stdout: new_conn = self._from_server_socket(self.server.socket) 2024-09-17T00:56:36.648 INFO:journalctl@ceph.mon.c.smithi153.stdout: File "/lib/python3.9/site-packages/cheroot/connections.py", line 300, in _from_server_socket 2024-09-17T00:56:36.648 INFO:journalctl@ceph.mon.c.smithi153.stdout: s, ssl_env = self.server.ssl_adapter.wrap(s) 2024-09-17T00:56:36.648 INFO:journalctl@ceph.mon.c.smithi153.stdout: File "/lib/python3.9/site-packages/cheroot/ssl/builtin.py", line 277, in wrap 2024-09-17T00:56:36.648 INFO:journalctl@ceph.mon.c.smithi153.stdout: s = self.context.wrap_socket( 2024-09-17T00:56:36.648 INFO:journalctl@ceph.mon.c.smithi153.stdout: File "/lib64/python3.9/ssl.py", line 501, in wrap_socket 2024-09-17T00:56:36.648 INFO:journalctl@ceph.mon.c.smithi153.stdout: return self.sslsocket_class._create( 2024-09-17T00:56:36.649 INFO:journalctl@ceph.mon.c.smithi153.stdout: File "/lib64/python3.9/ssl.py", line 1074, in _create 2024-09-17T00:56:36.649 INFO:journalctl@ceph.mon.c.smithi153.stdout: self.do_handshake() 2024-09-17T00:56:36.649 INFO:journalctl@ceph.mon.c.smithi153.stdout: File "/lib64/python3.9/ssl.py", line 1343, in do_handshake 2024-09-17T00:56:36.649 INFO:journalctl@ceph.mon.c.smithi153.stdout: self._sslobj.do_handshake() 2024-09-17T00:56:36.649 INFO:journalctl@ceph.mon.c.smithi153.stdout: ssl.SSLZeroReturnError: TLS/SSL connection has been closed (EOF) (_ssl.c:1133) 2024-09-17T00:56:38.364 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:38 smithi153 ceph-mon[31499]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:38.364 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:38 smithi153 ceph-mon[31499]: mgrmap e21: a(active, since 4s), standbys: b 2024-09-17T00:56:38.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:38 smithi045 ceph-mon[29581]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:38.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:38 smithi045 ceph-mon[29581]: mgrmap e21: a(active, since 4s), standbys: b 2024-09-17T00:56:38.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:38 smithi134 ceph-mon[31141]: pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:38.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:38 smithi134 ceph-mon[31141]: mgrmap e21: a(active, since 4s), standbys: b 2024-09-17T00:56:39.624 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:39 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:39.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:39 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:39.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:39 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi134", "caps": []}]: dispatch 2024-09-17T00:56:39.742 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:39 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:39.742 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:39 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:39.742 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:39 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi134", "caps": []}]: dispatch 2024-09-17T00:56:39.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:39 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:39.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:39 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:39.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:39 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi134", "caps": []}]: dispatch 2024-09-17T00:56:40.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:40 smithi153 ceph-mon[31499]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:40.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:40 smithi134 ceph-mon[31141]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:40.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:40 smithi045 ceph-mon[29581]: pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 86 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:41.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:41 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi153", "caps": []}]: dispatch 2024-09-17T00:56:41.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:41 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi153", "caps": []}]: dispatch 2024-09-17T00:56:41.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:41 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi153", "caps": []}]: dispatch 2024-09-17T00:56:42.452 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:42 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: ::ffff:172.21.15.134 - - [17/Sep/2024:00:56:42] "GET /metrics HTTP/1.1" 200 20207 "" "Prometheus/2.43.0" 2024-09-17T00:56:42.785 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:42 smithi153 ceph-mon[31499]: pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-09-17T00:56:42.786 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:42 smithi153 ceph-mon[31499]: Reconfiguring alertmanager.smithi153 (dependencies changed)... 2024-09-17T00:56:42.786 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:42 smithi153 ceph-mon[31499]: Reconfiguring daemon alertmanager.smithi153 on smithi153 2024-09-17T00:56:42.786 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:42 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:42.786 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:42 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:42.801 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:42 smithi134 ceph-mon[31141]: pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-09-17T00:56:42.801 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:42 smithi134 ceph-mon[31141]: Reconfiguring alertmanager.smithi153 (dependencies changed)... 2024-09-17T00:56:42.801 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:42 smithi134 ceph-mon[31141]: Reconfiguring daemon alertmanager.smithi153 on smithi153 2024-09-17T00:56:42.801 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:42 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:42.801 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:42 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:42.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:42 smithi045 ceph-mon[29581]: pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-09-17T00:56:42.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:42 smithi045 ceph-mon[29581]: Reconfiguring alertmanager.smithi153 (dependencies changed)... 2024-09-17T00:56:42.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:42 smithi045 ceph-mon[29581]: Reconfiguring daemon alertmanager.smithi153 on smithi153 2024-09-17T00:56:42.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:42 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:42.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:42 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:43.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:43 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:43.721 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:43 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:43.721 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:43 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:43.721 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:43 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:43.721 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:43 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:43.721 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:43 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:43.774 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:43 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:43.774 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:43 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:43.774 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:43 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:43.775 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:43 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:43.775 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:43 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:43.775 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:43 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:43.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:43 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:43.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:43 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:43.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:43 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:43.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:43 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:43.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:43 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:43.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:43 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:44.666 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:44 smithi134 ceph-mon[31141]: pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-17T00:56:44.667 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:44 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:44.667 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:44 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:44.667 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:44 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:44.667 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:44 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:44.667 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:44 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:44.667 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:44 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:44.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:44 smithi045 ceph-mon[29581]: pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-17T00:56:44.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:44 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:44.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:44 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:44.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:44 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:44.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:44 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:44.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:44 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:44.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:44 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:44.892 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:44 smithi153 ceph-mon[31499]: pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-09-17T00:56:44.892 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:44 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:44.892 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:44 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:44.893 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:44 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:44.893 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:44 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:44.893 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:44 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:44.893 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:44 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:46.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:46 smithi153 ceph-mon[31499]: pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-17T00:56:46.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:46 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:46.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:46 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:46.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:46 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:46.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:46 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:46.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:46 smithi045 ceph-mon[29581]: pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-17T00:56:46.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:46 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:46.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:46 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:46.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:46 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:46.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:46 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:46.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:46 smithi134 ceph-mon[31141]: pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-17T00:56:46.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:46 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:46.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:46 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:46.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:46 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:46.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:46 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:47.597 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:47 smithi153 ceph-mon[31499]: pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-17T00:56:47.597 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:47 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:47.597 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:47 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:47.597 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:47 smithi153 ceph-mon[31499]: pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 21 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-17T00:56:47.597 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:47 smithi153 ceph-mon[31499]: pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 27 KiB/s rd, 0 B/s wr, 14 op/s 2024-09-17T00:56:47.597 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:47 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:47.597 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:47 smithi153 ceph-mon[31499]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-17T00:56:47.690 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:47 smithi045 ceph-mon[29581]: pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-17T00:56:47.690 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:47 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:47.690 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:47 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:47.690 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:47 smithi045 ceph-mon[29581]: pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 21 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-17T00:56:47.690 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:47 smithi045 ceph-mon[29581]: pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 27 KiB/s rd, 0 B/s wr, 14 op/s 2024-09-17T00:56:47.690 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:47 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:47.690 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:47 smithi045 ceph-mon[29581]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-17T00:56:47.691 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:47 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: [17/Sep/2024:00:56:47] ENGINE Bus STOPPING 2024-09-17T00:56:47.691 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:47 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: [17/Sep/2024:00:56:47] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-17T00:56:47.691 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:47 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: [17/Sep/2024:00:56:47] ENGINE Bus STOPPED 2024-09-17T00:56:47.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:47 smithi134 ceph-mon[31141]: pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 18 KiB/s rd, 0 B/s wr, 10 op/s 2024-09-17T00:56:47.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:47 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:47.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:47 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:47.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:47 smithi134 ceph-mon[31141]: pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 21 KiB/s rd, 0 B/s wr, 11 op/s 2024-09-17T00:56:47.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:47 smithi134 ceph-mon[31141]: pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail; 27 KiB/s rd, 0 B/s wr, 14 op/s 2024-09-17T00:56:47.816 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:47 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:47.816 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:47 smithi134 ceph-mon[31141]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-17T00:56:48.124 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:47 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: [17/Sep/2024:00:56:47] ENGINE Bus STARTING 2024-09-17T00:56:48.125 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:47 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: [17/Sep/2024:00:56:47] ENGINE Serving on http://:::9283 2024-09-17T00:56:48.125 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:47 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: [17/Sep/2024:00:56:47] ENGINE Bus STARTED 2024-09-17T00:56:48.125 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:47 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: [17/Sep/2024:00:56:47] ENGINE Bus STOPPING 2024-09-17T00:56:48.125 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:47 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: [17/Sep/2024:00:56:47] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-17T00:56:48.125 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:47 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: [17/Sep/2024:00:56:47] ENGINE Bus STOPPED 2024-09-17T00:56:48.125 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:47 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: [17/Sep/2024:00:56:47] ENGINE Bus STARTING 2024-09-17T00:56:48.125 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:47 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: [17/Sep/2024:00:56:47] ENGINE Serving on http://:::9283 2024-09-17T00:56:48.125 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:47 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: [17/Sep/2024:00:56:47] ENGINE Bus STARTED 2024-09-17T00:56:48.553 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:48 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:48.553 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:48 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:48.553 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:48 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-17T00:56:48.553 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:48 smithi153 ceph-mon[31499]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-17T00:56:48.553 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:48 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi045.front.sepia.ceph.com:3000"}]: dispatch 2024-09-17T00:56:48.553 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:48 smithi153 ceph-mon[31499]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi045.front.sepia.ceph.com:3000"}]: dispatch 2024-09-17T00:56:48.553 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:48 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:48.553 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:48 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-17T00:56:48.553 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:48 smithi153 ceph-mon[31499]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-17T00:56:48.554 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:48 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi153.front.sepia.ceph.com:9093"}]: dispatch 2024-09-17T00:56:48.554 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:48 smithi153 ceph-mon[31499]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi153.front.sepia.ceph.com:9093"}]: dispatch 2024-09-17T00:56:48.554 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:48 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:48.554 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:48 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:56:48.554 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:48 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2024-09-17T00:56:48.554 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:48 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:48.554 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:48 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T00:56:48.554 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:48 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:56:48.554 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:48 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:56:48.554 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:48 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:48.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:48 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:48.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:48 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:48.816 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:48 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-17T00:56:48.816 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:48 smithi134 ceph-mon[31141]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-17T00:56:48.816 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:48 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi045.front.sepia.ceph.com:3000"}]: dispatch 2024-09-17T00:56:48.816 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:48 smithi134 ceph-mon[31141]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi045.front.sepia.ceph.com:3000"}]: dispatch 2024-09-17T00:56:48.816 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:48 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:48.816 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:48 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-17T00:56:48.816 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:48 smithi134 ceph-mon[31141]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-17T00:56:48.816 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:48 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi153.front.sepia.ceph.com:9093"}]: dispatch 2024-09-17T00:56:48.816 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:48 smithi134 ceph-mon[31141]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi153.front.sepia.ceph.com:9093"}]: dispatch 2024-09-17T00:56:48.816 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:48 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:48.817 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:48 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:56:48.817 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:48 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2024-09-17T00:56:48.817 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:48 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:48.817 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:48 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T00:56:48.817 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:48 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:56:48.817 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:48 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:56:48.817 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:48 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:48.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:48 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:48.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:48 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:48.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:48 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-17T00:56:48.876 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:48 smithi045 ceph-mon[29581]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-09-17T00:56:48.876 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:48 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi045.front.sepia.ceph.com:3000"}]: dispatch 2024-09-17T00:56:48.876 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:48 smithi045 ceph-mon[29581]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi045.front.sepia.ceph.com:3000"}]: dispatch 2024-09-17T00:56:48.876 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:48 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:48.876 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:48 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-17T00:56:48.876 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:48 smithi045 ceph-mon[29581]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-09-17T00:56:48.876 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:48 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi153.front.sepia.ceph.com:9093"}]: dispatch 2024-09-17T00:56:48.876 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:48 smithi045 ceph-mon[29581]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi153.front.sepia.ceph.com:9093"}]: dispatch 2024-09-17T00:56:48.876 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:48 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:48.876 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:48 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:56:48.876 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:48 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2024-09-17T00:56:48.876 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:48 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:48.877 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:48 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T00:56:48.877 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:48 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:56:48.877 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:48 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:56:48.877 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:48 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:49.603 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:49 smithi045 ceph-mon[29581]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:49.603 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:49 smithi045 ceph-mon[29581]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-17T00:56:49.603 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:49 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2024-09-17T00:56:49.604 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:49 smithi045 ceph-mon[29581]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-17T00:56:49.604 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:49 smithi045 ceph-mon[29581]: Cluster is now healthy 2024-09-17T00:56:49.604 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:49 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:49.604 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:49 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:49.604 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:49 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:49.604 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:49 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:56:49.605 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:49 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2024-09-17T00:56:49.605 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:49 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:49.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:49 smithi134 ceph-mon[31141]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:49.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:49 smithi134 ceph-mon[31141]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-17T00:56:49.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:49 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2024-09-17T00:56:49.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:49 smithi134 ceph-mon[31141]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-17T00:56:49.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:49 smithi134 ceph-mon[31141]: Cluster is now healthy 2024-09-17T00:56:49.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:49 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:49.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:49 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:49.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:49 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:49.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:49 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:56:49.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:49 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2024-09-17T00:56:49.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:49 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:49.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:49 smithi153 ceph-mon[31499]: pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:49.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:49 smithi153 ceph-mon[31499]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-17T00:56:49.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:49 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2024-09-17T00:56:49.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:49 smithi153 ceph-mon[31499]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-17T00:56:49.898 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:49 smithi153 ceph-mon[31499]: Cluster is now healthy 2024-09-17T00:56:49.898 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:49 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:49.898 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:49 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:49.898 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:49 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:49.898 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:49 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:56:49.898 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:49 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi045", "caps": []}]: dispatch 2024-09-17T00:56:49.898 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:49 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:50.792 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:50 smithi045 ceph-mon[29581]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:50.793 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:50 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:50.793 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:50 smithi045 ceph-mon[29581]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-17T00:56:50.793 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:50 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:50.793 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:50 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:50.793 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:50 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:56:50.793 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:50 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:56:50.793 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:50 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:50.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:50 smithi134 ceph-mon[31141]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:50.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:50 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:50.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:50 smithi134 ceph-mon[31141]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-17T00:56:50.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:50 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:50.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:50 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:50.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:50 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:56:50.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:50 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:56:50.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:50 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:50.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:50 smithi153 ceph-mon[31499]: pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:50.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:50 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:50.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:50 smithi153 ceph-mon[31499]: Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-09-17T00:56:50.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:50 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:50.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:50 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:50.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:50 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:56:50.898 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:50 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:56:50.898 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:50 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:51.560 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:51 smithi045 ceph-mon[29581]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:51.560 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:51 smithi045 ceph-mon[29581]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:51.560 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:51 smithi045 ceph-mon[29581]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-17T00:56:51.560 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:51 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:51.560 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:51 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:51.560 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:51 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:51.560 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:51 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:51.561 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:51 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:51.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:51 smithi153 ceph-mon[31499]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:51.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:51 smithi153 ceph-mon[31499]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:51.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:51 smithi153 ceph-mon[31499]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-17T00:56:51.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:51 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:51.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:51 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:51.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:51 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:51.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:51 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:51.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:51 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:51.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:51 smithi134 ceph-mon[31141]: pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:51.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:51 smithi134 ceph-mon[31141]: pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:51.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:51 smithi134 ceph-mon[31141]: Metadata not up to date on all hosts. Skipping non agent specs 2024-09-17T00:56:51.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:51 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:51.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:51 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:51.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:51 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:51.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:51 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:51.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:51 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:52.219 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:56:52 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: ::ffff:172.21.15.134 - - [17/Sep/2024:00:56:52] "GET /metrics HTTP/1.1" 200 21549 "" "Prometheus/2.43.0" 2024-09-17T00:56:52.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:52 smithi134 ceph-mon[31141]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:52.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:52 smithi134 ceph-mon[31141]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:52.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:52 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:52.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:52 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:52.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:52 smithi045 ceph-mon[29581]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:52.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:52 smithi045 ceph-mon[29581]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:52.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:52 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:52.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:52 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:52.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:52 smithi153 ceph-mon[31499]: pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:52.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:52 smithi153 ceph-mon[31499]: pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:52.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:52 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:52.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:52 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:53.730 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:53 smithi045 ceph-mon[29581]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:53.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:53 smithi153 ceph-mon[31499]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:54.067 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:53 smithi134 ceph-mon[31141]: pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:56.624 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:56 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:56.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:56 smithi045 ceph-mon[29581]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:56.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:56 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:56.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:56 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:56.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:56 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:56.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:56 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:56:56.629 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:56 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:56.629 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:56 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:56:56.629 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:56 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:56:56.629 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:56 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:56.629 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:56 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:56.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:56 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:56.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:56 smithi153 ceph-mon[31499]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:56.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:56 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:56.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:56 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:56.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:56 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:56.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:56 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:56:56.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:56 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:56.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:56 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:56:56.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:56 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:56:56.649 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:56 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:56.649 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:56 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:56.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:56 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:56.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:56 smithi134 ceph-mon[31141]: pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:56.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:56 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:56.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:56 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:56.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:56 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:56.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:56 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:56:56.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:56 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:56.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:56 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:56:56.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:56 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:56:56.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:56 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:56.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:56 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:56:57.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:57 smithi045 ceph-mon[29581]: pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:57.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:57 smithi045 ceph-mon[29581]: pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:57.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:57 smithi045 ceph-mon[29581]: pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:57.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:57 smithi045 ceph-mon[29581]: pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:57.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:57 smithi153 ceph-mon[31499]: pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:57.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:57 smithi153 ceph-mon[31499]: pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:57.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:57 smithi153 ceph-mon[31499]: pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:57.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:57 smithi153 ceph-mon[31499]: pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:57.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:57 smithi134 ceph-mon[31141]: pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:57.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:57 smithi134 ceph-mon[31141]: pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:57.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:57 smithi134 ceph-mon[31141]: pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:57.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:57 smithi134 ceph-mon[31141]: pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:59.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:56:59 smithi045 ceph-mon[29581]: pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:59.646 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:56:59 smithi153 ceph-mon[31499]: pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:56:59.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:56:59 smithi134 ceph-mon[31141]: pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:01.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:01 smithi045 ceph-mon[29581]: pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:01.646 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:01 smithi153 ceph-mon[31499]: pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:01.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:01 smithi134 ceph-mon[31141]: pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:02.625 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:57:02 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: ::ffff:172.21.15.134 - - [17/Sep/2024:00:57:02] "GET /metrics HTTP/1.1" 200 21549 "" "Prometheus/2.43.0" 2024-09-17T00:57:03.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:03 smithi153 ceph-mon[31499]: pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:03.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:03 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T00:57:03.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:03 smithi134 ceph-mon[31141]: pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:03.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:03 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T00:57:03.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:03 smithi045 ceph-mon[29581]: pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:03.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:03 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T00:57:05.632 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:05 smithi153 ceph-mon[31499]: pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:05.703 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:05 smithi134 ceph-mon[31141]: pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:05.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:05 smithi045 ceph-mon[29581]: pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:07.564 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:07 smithi134 ceph-mon[31141]: pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:07.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:07 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:07.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:07 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:07.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:07 smithi134 ceph-mon[31141]: pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:07.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:07 smithi134 ceph-mon[31141]: pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:07.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:07 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:07.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:07 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:07.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:07 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:07.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:07 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:57:07.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:07 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:07.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:07 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:57:07.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:07 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:57:07.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:07 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:07.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:07 smithi153 ceph-mon[31499]: pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:07.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:07 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:07.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:07 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:07.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:07 smithi153 ceph-mon[31499]: pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:07.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:07 smithi153 ceph-mon[31499]: pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:07.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:07 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:07.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:07 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:07.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:07 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:07.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:07 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:57:07.648 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:07 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:07.649 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:07 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:57:07.649 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:07 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:57:07.649 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:07 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:07.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:07 smithi045 ceph-mon[29581]: pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:07.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:07 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:07.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:07 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:07.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:07 smithi045 ceph-mon[29581]: pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:07.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:07 smithi045 ceph-mon[29581]: pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:07.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:07 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:07.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:07 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:07.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:07 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:07.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:07 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:57:07.876 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:07 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:07.876 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:07 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:57:07.876 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:07 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:57:07.876 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:07 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:08.742 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:08 smithi153 ceph-mon[31499]: pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:08.742 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:08 smithi153 ceph-mon[31499]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-17T00:57:08.742 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:08 smithi153 ceph-mon[31499]: Cluster is now healthy 2024-09-17T00:57:08.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:08 smithi134 ceph-mon[31141]: pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:08.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:08 smithi134 ceph-mon[31141]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-17T00:57:08.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:08 smithi134 ceph-mon[31141]: Cluster is now healthy 2024-09-17T00:57:08.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:08 smithi045 ceph-mon[29581]: pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:08.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:08 smithi045 ceph-mon[29581]: Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-09-17T00:57:08.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:08 smithi045 ceph-mon[29581]: Cluster is now healthy 2024-09-17T00:57:10.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:10 smithi153 ceph-mon[31499]: pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:10.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:10 smithi134 ceph-mon[31141]: pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:10.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:10 smithi045 ceph-mon[29581]: pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:12.510 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:57:12 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: ::ffff:172.21.15.134 - - [17/Sep/2024:00:57:12] "GET /metrics HTTP/1.1" 200 21550 "" "Prometheus/2.43.0" 2024-09-17T00:57:12.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:12 smithi134 ceph-mon[31141]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:12.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:12 smithi045 ceph-mon[29581]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:12.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:12 smithi153 ceph-mon[31499]: pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:14.677 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:14 smithi045 ceph-mon[29581]: pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:14.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:14 smithi134 ceph-mon[31141]: pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:14.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:14 smithi153 ceph-mon[31499]: pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:16.789 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:16 smithi134 ceph-mon[31141]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:16.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:16 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:16.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:16 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:16.790 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:16 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:16.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:16 smithi045 ceph-mon[29581]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:16.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:16 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:16.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:16 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:16.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:16 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:16.896 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:16 smithi153 ceph-mon[31499]: pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:16.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:16 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:16.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:16 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:16.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:16 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:18.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:18 smithi134 ceph-mon[31141]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:18.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:18 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:18.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:18 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T00:57:18.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:18 smithi045 ceph-mon[29581]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:18.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:18 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:18.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:18 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T00:57:18.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:18 smithi153 ceph-mon[31499]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:18.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:18 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:18.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:18 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T00:57:20.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:20 smithi134 ceph-mon[31141]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:20.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:20 smithi045 ceph-mon[29581]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:20.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:20 smithi153 ceph-mon[31499]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:22.528 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:57:22 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: ::ffff:172.21.15.134 - - [17/Sep/2024:00:57:22] "GET /metrics HTTP/1.1" 200 21544 "" "Prometheus/2.43.0" 2024-09-17T00:57:22.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:22 smithi134 ceph-mon[31141]: pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:22.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:22 smithi045 ceph-mon[29581]: pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:22.896 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:22 smithi153 ceph-mon[31499]: pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:24.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:24 smithi134 ceph-mon[31141]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:24.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:24 smithi045 ceph-mon[29581]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:24.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:24 smithi153 ceph-mon[31499]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:26.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:26 smithi153 ceph-mon[31499]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:26.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:26 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:26.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:26 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:26.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:26 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:26.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:26 smithi134 ceph-mon[31141]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:26.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:26 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:26.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:26 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:26.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:26 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:26.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:26 smithi045 ceph-mon[29581]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:26.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:26 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:26.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:26 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:26.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:26 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:27.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:27 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:27.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:27 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:27.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:27 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:27.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:27 smithi045 ceph-mon[29581]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:27.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:27 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:27.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:27 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:27.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:27 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:27.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:27 smithi153 ceph-mon[31499]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:28.064 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:27 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:28.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:27 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:28.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:27 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:28.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:27 smithi134 ceph-mon[31141]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:30.546 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:30 smithi153 ceph-mon[31499]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:30.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:30 smithi134 ceph-mon[31141]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:30.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:30 smithi045 ceph-mon[29581]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:32.437 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:57:32 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: ::ffff:172.21.15.134 - - [17/Sep/2024:00:57:32] "GET /metrics HTTP/1.1" 200 21544 "" "Prometheus/2.43.0" 2024-09-17T00:57:32.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:32 smithi134 ceph-mon[31141]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:32.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:32 smithi045 ceph-mon[29581]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:32.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:32 smithi153 ceph-mon[31499]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:33.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:33 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T00:57:33.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:33 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T00:57:33.896 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:33 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T00:57:34.521 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:34 smithi045 ceph-mon[29581]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:34.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:34 smithi134 ceph-mon[31141]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:34.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:34 smithi153 ceph-mon[31499]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:36.624 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:36 smithi045 ceph-mon[29581]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:36.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:36 smithi134 ceph-mon[31141]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:36.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:36 smithi153 ceph-mon[31499]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:37.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:37 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:37.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:37 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:37.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:37 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:37.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:37 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:37.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:37 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:37.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:37 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:37.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:37 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:37.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:37 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:37.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:37 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:38.798 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:38 smithi153 ceph-mon[31499]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:38.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:38 smithi134 ceph-mon[31141]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:38.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:38 smithi045 ceph-mon[29581]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:40.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:40 smithi134 ceph-mon[31141]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:40.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:40 smithi045 ceph-mon[29581]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:40.896 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:40 smithi153 ceph-mon[31499]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:42.537 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:57:42 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: ::ffff:172.21.15.134 - - [17/Sep/2024:00:57:42] "GET /metrics HTTP/1.1" 200 21542 "" "Prometheus/2.43.0" 2024-09-17T00:57:42.807 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:42 smithi134 ceph-mon[31141]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:42.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:42 smithi045 ceph-mon[29581]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:42.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:42 smithi153 ceph-mon[31499]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:44.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:44 smithi134 ceph-mon[31141]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:44.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:44 smithi045 ceph-mon[29581]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:44.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:44 smithi153 ceph-mon[31499]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:46.751 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:46 smithi134 ceph-mon[31141]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:46.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:46 smithi045 ceph-mon[29581]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:46.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:46 smithi153 ceph-mon[31499]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:47.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:47 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:47.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:47 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:47.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:47 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:47.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:47 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:47.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:47 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:47.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:47 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:47.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:47 smithi134 ceph-mon[31141]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:47.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:47 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:47.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:47 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:47.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:47 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:47.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:47 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:47.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:47 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:47.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:47 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:47.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:47 smithi153 ceph-mon[31499]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:48.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:47 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:48.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:47 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:48.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:47 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:48.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:47 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:48.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:47 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:48.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:47 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:48.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:47 smithi045 ceph-mon[29581]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:48.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:48 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T00:57:49.064 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:48 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T00:57:49.124 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:48 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T00:57:49.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:49 smithi153 ceph-mon[31499]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:50.064 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:49 smithi134 ceph-mon[31141]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:50.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:49 smithi045 ceph-mon[29581]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:52.439 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:57:52 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: ::ffff:172.21.15.134 - - [17/Sep/2024:00:57:52] "GET /metrics HTTP/1.1" 200 21547 "" "Prometheus/2.43.0" 2024-09-17T00:57:52.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:52 smithi134 ceph-mon[31141]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:52.829 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:52 smithi045 ceph-mon[29581]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:52.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:52 smithi153 ceph-mon[31499]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:54.730 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:54 smithi045 ceph-mon[29581]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:54.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:54 smithi134 ceph-mon[31141]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:54.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:54 smithi153 ceph-mon[31499]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:56.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:56 smithi045 ceph-mon[29581]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:56.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:56 smithi134 ceph-mon[31141]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:56.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:56 smithi153 ceph-mon[31499]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:57.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:57 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:57.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:57 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:57.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:57 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:57.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:57:57 smithi134 ceph-mon[31141]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:58.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:57 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:58.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:57 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:58.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:57 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:58.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:57:57 smithi045 ceph-mon[29581]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:57:58.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:57 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:58.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:57 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:58.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:57 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:57:58.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:57:57 smithi153 ceph-mon[31499]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:00.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:00 smithi134 ceph-mon[31141]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:00.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:00 smithi045 ceph-mon[29581]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:00.896 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:00 smithi153 ceph-mon[31499]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:02.444 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:58:02 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: ::ffff:172.21.15.134 - - [17/Sep/2024:00:58:02] "GET /metrics HTTP/1.1" 200 21547 "" "Prometheus/2.43.0" 2024-09-17T00:58:02.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:02 smithi134 ceph-mon[31141]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:02.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:02 smithi045 ceph-mon[29581]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:02.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:02 smithi153 ceph-mon[31499]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:03.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:03 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T00:58:03.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:03 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T00:58:03.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:03 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T00:58:04.816 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:04 smithi134 ceph-mon[31141]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:04.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:04 smithi045 ceph-mon[29581]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:04.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:04 smithi153 ceph-mon[31499]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:06.772 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:06 smithi153 ceph-mon[31499]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:06.797 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:06 smithi134 ceph-mon[31141]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:06.823 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:06 smithi045 ceph-mon[29581]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:08.049 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:07 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:08.049 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:07 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:08.049 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:07 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:08.049 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:07 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:08.050 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:07 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:08.050 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:07 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:08.050 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:07 smithi153 ceph-mon[31499]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:08.050 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:07 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:58:08.050 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:07 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:58:08.051 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:07 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:58:08.051 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:07 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:08.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:07 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:08.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:07 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:08.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:07 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:08.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:07 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:08.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:07 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:08.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:07 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:08.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:07 smithi134 ceph-mon[31141]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:08.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:07 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:58:08.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:07 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:58:08.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:07 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:58:08.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:07 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:08.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:07 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:08.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:07 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:08.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:07 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:08.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:07 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:08.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:07 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:08.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:07 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:08.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:07 smithi045 ceph-mon[29581]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:08.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:07 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:58:08.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:07 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:58:08.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:07 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:58:08.126 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:07 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:10.641 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:10 smithi153 ceph-mon[31499]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:10.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:10 smithi134 ceph-mon[31141]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:10.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:10 smithi045 ceph-mon[29581]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:12.447 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:58:12 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: ::ffff:172.21.15.134 - - [17/Sep/2024:00:58:12] "GET /metrics HTTP/1.1" 200 21547 "" "Prometheus/2.43.0" 2024-09-17T00:58:12.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:12 smithi134 ceph-mon[31141]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:12.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:12 smithi045 ceph-mon[29581]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:12.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:12 smithi153 ceph-mon[31499]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:14.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:14 smithi134 ceph-mon[31141]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:14.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:14 smithi045 ceph-mon[29581]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:14.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:14 smithi153 ceph-mon[31499]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:16.661 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:16 smithi045 ceph-mon[29581]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:16.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:16 smithi134 ceph-mon[31141]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:16.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:16 smithi153 ceph-mon[31499]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:18.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:17 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:18.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:17 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:18.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:17 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:18.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:17 smithi134 ceph-mon[31141]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:18.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:17 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T00:58:18.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:17 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:18.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:17 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:18.126 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:17 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:18.126 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:17 smithi045 ceph-mon[29581]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:18.126 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:17 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T00:58:18.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:17 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:18.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:17 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:18.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:17 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:18.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:17 smithi153 ceph-mon[31499]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:18.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:17 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T00:58:20.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:20 smithi134 ceph-mon[31141]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:20.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:20 smithi045 ceph-mon[29581]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:20.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:20 smithi153 ceph-mon[31499]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:22.448 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:58:22 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: ::ffff:172.21.15.134 - - [17/Sep/2024:00:58:22] "GET /metrics HTTP/1.1" 200 21544 "" "Prometheus/2.43.0" 2024-09-17T00:58:22.817 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:22 smithi134 ceph-mon[31141]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:22.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:22 smithi045 ceph-mon[29581]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:22.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:22 smithi153 ceph-mon[31499]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:24.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:24 smithi134 ceph-mon[31141]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:24.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:24 smithi045 ceph-mon[29581]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:24.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:24 smithi153 ceph-mon[31499]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:26.569 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:26 smithi134 ceph-mon[31141]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:26.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:26 smithi045 ceph-mon[29581]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:26.896 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:26 smithi153 ceph-mon[31499]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:28.064 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:27 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:28.064 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:27 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:28.067 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:27 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:28.067 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:27 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:28.067 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:27 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:28.068 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:27 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:28.068 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:27 smithi134 ceph-mon[31141]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:28.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:27 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:28.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:27 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:28.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:27 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:28.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:27 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:28.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:27 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:28.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:27 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:28.147 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:27 smithi153 ceph-mon[31499]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:28.374 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:27 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:28.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:27 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:28.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:27 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:28.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:27 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:28.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:27 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:28.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:27 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:28.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:27 smithi045 ceph-mon[29581]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:30.553 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:30 smithi153 ceph-mon[31499]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:30.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:30 smithi134 ceph-mon[31141]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:30.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:30 smithi045 ceph-mon[29581]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:32.450 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:58:32 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: ::ffff:172.21.15.134 - - [17/Sep/2024:00:58:32] "GET /metrics HTTP/1.1" 200 21544 "" "Prometheus/2.43.0" 2024-09-17T00:58:32.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:32 smithi134 ceph-mon[31141]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:32.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:32 smithi045 ceph-mon[29581]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:32.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:32 smithi153 ceph-mon[31499]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:33.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:33 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T00:58:33.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:33 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T00:58:33.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:33 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T00:58:34.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:34 smithi134 ceph-mon[31141]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:34.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:34 smithi045 ceph-mon[29581]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:34.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:34 smithi153 ceph-mon[31499]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:36.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:36 smithi045 ceph-mon[29581]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:36.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:36 smithi134 ceph-mon[31141]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:36.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:36 smithi153 ceph-mon[31499]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:38.261 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:37 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:38.261 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:37 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:38.261 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:37 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:38.261 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:37 smithi045 ceph-mon[29581]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:38.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:37 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:38.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:37 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:38.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:37 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:38.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:37 smithi134 ceph-mon[31141]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:38.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:37 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:38.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:37 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:38.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:37 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:38.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:37 smithi153 ceph-mon[31499]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:40.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:40 smithi134 ceph-mon[31141]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:40.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:40 smithi045 ceph-mon[29581]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:40.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:40 smithi153 ceph-mon[31499]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:42.452 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:58:42 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: ::ffff:172.21.15.134 - - [17/Sep/2024:00:58:42] "GET /metrics HTTP/1.1" 200 21543 "" "Prometheus/2.43.0" 2024-09-17T00:58:42.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:42 smithi134 ceph-mon[31141]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:42.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:42 smithi045 ceph-mon[29581]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:42.896 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:42 smithi153 ceph-mon[31499]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:44.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:44 smithi134 ceph-mon[31141]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:44.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:44 smithi045 ceph-mon[29581]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:44.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:44 smithi153 ceph-mon[31499]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:46.737 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:46 smithi134 ceph-mon[31141]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:46.876 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:46 smithi045 ceph-mon[29581]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:46.898 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:46 smithi153 ceph-mon[31499]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:48.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:48 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:48.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:48 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:48.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:48 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:48.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:48 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:48.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:48 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:48.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:48 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:48.066 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:48 smithi134 ceph-mon[31141]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:48.066 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:48 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T00:58:48.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:48 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:48.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:48 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:48.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:48 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:48.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:48 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:48.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:48 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:48.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:48 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:48.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:48 smithi045 ceph-mon[29581]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:48.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:48 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T00:58:48.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:48 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:48.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:48 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:48.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:48 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:48.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:48 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:48.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:48 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:48.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:48 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:48.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:48 smithi153 ceph-mon[31499]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:48.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:48 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T00:58:50.771 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:50 smithi153 ceph-mon[31499]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:50.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:50 smithi134 ceph-mon[31141]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:50.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:50 smithi045 ceph-mon[29581]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:52.454 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:58:52 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: ::ffff:172.21.15.134 - - [17/Sep/2024:00:58:52] "GET /metrics HTTP/1.1" 200 21555 "" "Prometheus/2.43.0" 2024-09-17T00:58:52.506 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:52 smithi153 ceph-mon[31499]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:52.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:52 smithi134 ceph-mon[31141]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:52.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:52 smithi045 ceph-mon[29581]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:54.731 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:54 smithi045 ceph-mon[29581]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:54.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:54 smithi134 ceph-mon[31141]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:54.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:54 smithi153 ceph-mon[31499]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:56.795 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:56 smithi045 ceph-mon[29581]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:56.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:56 smithi134 ceph-mon[31141]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:56.896 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:56 smithi153 ceph-mon[31499]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:58.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:58 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:58.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:58 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:58.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:58 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:58.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:58:58 smithi134 ceph-mon[31141]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:58.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:58 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:58.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:58 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:58.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:58 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:58.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:58:58 smithi045 ceph-mon[29581]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:58:58.396 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:58 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:58.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:58 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:58.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:58 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:58:58.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:58:58 smithi153 ceph-mon[31499]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:00.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:00 smithi134 ceph-mon[31141]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:00.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:00 smithi045 ceph-mon[29581]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:00.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:00 smithi153 ceph-mon[31499]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:02.456 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:59:02 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: ::ffff:172.21.15.134 - - [17/Sep/2024:00:59:02] "GET /metrics HTTP/1.1" 200 21555 "" "Prometheus/2.43.0" 2024-09-17T00:59:02.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:02 smithi134 ceph-mon[31141]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:02.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:02 smithi045 ceph-mon[29581]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:02.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:02 smithi153 ceph-mon[31499]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:03.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:03 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T00:59:03.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:03 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T00:59:03.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:03 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T00:59:04.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:04 smithi134 ceph-mon[31141]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:04.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:04 smithi045 ceph-mon[29581]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:04.896 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:04 smithi153 ceph-mon[31499]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:06.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:06 smithi134 ceph-mon[31141]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:06.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:06 smithi045 ceph-mon[29581]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:06.896 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:06 smithi153 ceph-mon[31499]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:08.361 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:08 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:08.361 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:08 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:08.361 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:08 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:08.361 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:08 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:08.361 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:08 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:08.361 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:08 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:08.361 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:08 smithi134 ceph-mon[31141]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:08.362 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:08 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:59:08.362 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:08 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:59:08.362 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:08 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:59:08.362 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:08 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:08.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:08 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:08.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:08 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:08.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:08 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:08.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:08 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:08.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:08 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:08.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:08 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:08.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:08 smithi153 ceph-mon[31499]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:08.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:08 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:59:08.398 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:08 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:59:08.398 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:08 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:59:08.398 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:08 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:08.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:08 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:08.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:08 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:08.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:08 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:08.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:08 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:08.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:08 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:08.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:08 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:08.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:08 smithi045 ceph-mon[29581]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:08.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:08 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:59:08.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:08 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:59:08.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:08 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:59:08.626 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:08 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:10.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:10 smithi134 ceph-mon[31141]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:10.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:10 smithi045 ceph-mon[29581]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:10.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:10 smithi153 ceph-mon[31499]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:12.458 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:59:12 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: ::ffff:172.21.15.134 - - [17/Sep/2024:00:59:12] "GET /metrics HTTP/1.1" 200 21555 "" "Prometheus/2.43.0" 2024-09-17T00:59:12.627 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:12 smithi153 ceph-mon[31499]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:12.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:12 smithi134 ceph-mon[31141]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:12.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:12 smithi045 ceph-mon[29581]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:14.776 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:14 smithi045 ceph-mon[29581]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:14.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:14 smithi134 ceph-mon[31141]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:14.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:14 smithi153 ceph-mon[31499]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:16.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:16 smithi134 ceph-mon[31141]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:16.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:16 smithi045 ceph-mon[29581]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:16.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:16 smithi153 ceph-mon[31499]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:18.507 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:18 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:18.507 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:18 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:18.507 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:18 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:18.507 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:18 smithi045 ceph-mon[29581]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:18.508 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:18 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T00:59:18.564 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:18 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:18.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:18 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:18.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:18 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:18.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:18 smithi134 ceph-mon[31141]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:18.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:18 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T00:59:18.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:18 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:18.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:18 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:18.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:18 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:18.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:18 smithi153 ceph-mon[31499]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:18.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:18 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T00:59:20.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:20 smithi134 ceph-mon[31141]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:20.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:20 smithi045 ceph-mon[29581]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:20.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:20 smithi153 ceph-mon[31499]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:22.460 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:59:22 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: ::ffff:172.21.15.134 - - [17/Sep/2024:00:59:22] "GET /metrics HTTP/1.1" 200 21554 "" "Prometheus/2.43.0" 2024-09-17T00:59:22.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:22 smithi134 ceph-mon[31141]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:22.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:22 smithi045 ceph-mon[29581]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:22.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:22 smithi153 ceph-mon[31499]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:24.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:24 smithi134 ceph-mon[31141]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:24.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:24 smithi045 ceph-mon[29581]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:24.896 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:24 smithi153 ceph-mon[31499]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:26.800 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:26 smithi134 ceph-mon[31141]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:26.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:26 smithi045 ceph-mon[29581]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:26.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:26 smithi153 ceph-mon[31499]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:28.548 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:28 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:28.548 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:28 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:28.548 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:28 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:28.548 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:28 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:28.548 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:28 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:28.548 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:28 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:28.548 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:28 smithi134 ceph-mon[31141]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:28.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:28 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:28.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:28 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:28.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:28 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:28.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:28 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:28.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:28 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:28.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:28 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:28.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:28 smithi045 ceph-mon[29581]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:28.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:28 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:28.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:28 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:28.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:28 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:28.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:28 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:28.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:28 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:28.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:28 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:28.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:28 smithi153 ceph-mon[31499]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:30.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:30 smithi134 ceph-mon[31141]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:30.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:30 smithi045 ceph-mon[29581]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:30.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:30 smithi153 ceph-mon[31499]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:32.462 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:59:32 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: ::ffff:172.21.15.134 - - [17/Sep/2024:00:59:32] "GET /metrics HTTP/1.1" 200 21554 "" "Prometheus/2.43.0" 2024-09-17T00:59:32.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:32 smithi153 ceph-mon[31499]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:32.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:32 smithi134 ceph-mon[31141]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:32.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:32 smithi045 ceph-mon[29581]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:33.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:33 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T00:59:33.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:33 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T00:59:33.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:33 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T00:59:34.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:34 smithi134 ceph-mon[31141]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:34.852 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:34 smithi153 ceph-mon[31499]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:34.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:34 smithi045 ceph-mon[29581]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:36.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:36 smithi134 ceph-mon[31141]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:36.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:36 smithi045 ceph-mon[29581]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:36.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:36 smithi153 ceph-mon[31499]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:38.324 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:38 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:38.324 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:38 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:38.324 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:38 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:38.324 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:38 smithi045 ceph-mon[29581]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:38.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:38 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:38.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:38 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:38.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:38 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:38.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:38 smithi134 ceph-mon[31141]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:38.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:38 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:38.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:38 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:38.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:38 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:38.647 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:38 smithi153 ceph-mon[31499]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:40.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:40 smithi045 ceph-mon[29581]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:40.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:40 smithi134 ceph-mon[31141]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:40.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:40 smithi153 ceph-mon[31499]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:41.931 INFO:teuthology.orchestra.run.smithi045.stderr:+ ceph orch ls 2024-09-17T00:59:42.215 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:59:42 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: ::ffff:172.21.15.134 - - [17/Sep/2024:00:59:42] "GET /metrics HTTP/1.1" 200 21555 "" "Prometheus/2.43.0" 2024-09-17T00:59:42.215 INFO:teuthology.orchestra.run.smithi045.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-09-17T00:59:42.216 INFO:teuthology.orchestra.run.smithi045.stdout:agent 3/3 14s ago 3m * 2024-09-17T00:59:42.216 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager ?:9093,9094 1/1 14s ago 4m count:1 2024-09-17T00:59:42.216 INFO:teuthology.orchestra.run.smithi045.stdout:grafana ?:3000 1/1 4s ago 4m count:1 2024-09-17T00:59:42.216 INFO:teuthology.orchestra.run.smithi045.stdout:mgr 2/2 14s ago 5m smithi045=a;smithi134=b;count:2 2024-09-17T00:59:42.216 INFO:teuthology.orchestra.run.smithi045.stdout:mon 3/3 14s ago 6m smithi045:172.21.15.45=a;smithi134:172.21.15.134=b;smithi153:172.21.15.153=c;count:3 2024-09-17T00:59:42.216 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter ?:9100 3/3 14s ago 4m * 2024-09-17T00:59:42.216 INFO:teuthology.orchestra.run.smithi045.stdout:osd 3 14s ago - 2024-09-17T00:59:42.216 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus ?:9095 1/1 14s ago 4m count:1 2024-09-17T00:59:42.225 INFO:teuthology.orchestra.run.smithi045.stderr:+ ceph orch ps 2024-09-17T00:59:42.499 INFO:teuthology.orchestra.run.smithi045.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-09-17T00:59:42.500 INFO:teuthology.orchestra.run.smithi045.stdout:agent.smithi045 smithi045 running 5s ago 6m - - 2024-09-17T00:59:42.500 INFO:teuthology.orchestra.run.smithi045.stdout:agent.smithi134 smithi134 running 15s ago 6m - - 2024-09-17T00:59:42.500 INFO:teuthology.orchestra.run.smithi045.stdout:agent.smithi153 smithi153 running 15s ago 6m - - 2024-09-17T00:59:42.500 INFO:teuthology.orchestra.run.smithi045.stdout:alertmanager.smithi153 smithi153 *:9093,9094 running (2m) 15s ago 3m 26.6M - 0.25.0 c8568f914cd2 b1ce626766b7 2024-09-17T00:59:42.500 INFO:teuthology.orchestra.run.smithi045.stdout:grafana.smithi045 smithi045 *:3000 running (3m) 5s ago 3m 79.5M - 9.4.12 2bacad6d85d8 9e29703d092e 2024-09-17T00:59:42.500 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.a smithi045 *:9283,8765 running (7m) 5s ago 7m 500M - 19.1.1-330-gc2ddf972 ebb0615149de 0ab104d295f7 2024-09-17T00:59:42.500 INFO:teuthology.orchestra.run.smithi045.stdout:mgr.b smithi134 *:8443,8765 running (5m) 15s ago 5m 440M - 19.1.1-330-gc2ddf972 ebb0615149de 4bbb18508160 2024-09-17T00:59:42.500 INFO:teuthology.orchestra.run.smithi045.stdout:mon.a smithi045 running (7m) 5s ago 7m 46.4M 2048M 19.1.1-330-gc2ddf972 ebb0615149de 5d98b4b32189 2024-09-17T00:59:42.500 INFO:teuthology.orchestra.run.smithi045.stdout:mon.b smithi134 running (5m) 15s ago 5m 37.6M 2048M 19.1.1-330-gc2ddf972 ebb0615149de a7dcba97a4cc 2024-09-17T00:59:42.500 INFO:teuthology.orchestra.run.smithi045.stdout:mon.c smithi153 running (6m) 15s ago 6m 40.2M 2048M 19.1.1-330-gc2ddf972 ebb0615149de fa8233abcceb 2024-09-17T00:59:42.500 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi045 smithi045 *:9100 running (3m) 5s ago 3m 15.6M - 1.5.0 0da6a335fe13 aa5d5d2127bd 2024-09-17T00:59:42.501 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi134 smithi134 *:9100 running (3m) 15s ago 3m 15.3M - 1.5.0 0da6a335fe13 baa997d00364 2024-09-17T00:59:42.501 INFO:teuthology.orchestra.run.smithi045.stdout:node-exporter.smithi153 smithi153 *:9100 running (3m) 15s ago 3m 17.0M - 1.5.0 0da6a335fe13 2ff60c6b57a6 2024-09-17T00:59:42.501 INFO:teuthology.orchestra.run.smithi045.stdout:osd.0 smithi045 running (5m) 5s ago 5m 44.9M 4096M 19.1.1-330-gc2ddf972 ebb0615149de 4b5c8d7cd2f9 2024-09-17T00:59:42.501 INFO:teuthology.orchestra.run.smithi045.stdout:osd.1 smithi134 running (4m) 15s ago 4m 38.2M 4096M 19.1.1-330-gc2ddf972 ebb0615149de a2c71908602a 2024-09-17T00:59:42.501 INFO:teuthology.orchestra.run.smithi045.stdout:osd.2 smithi153 running (4m) 15s ago 4m 48.8M 4096M 19.1.1-330-gc2ddf972 ebb0615149de 6e4f39e6fee8 2024-09-17T00:59:42.501 INFO:teuthology.orchestra.run.smithi045.stdout:prometheus.smithi134 smithi134 *:9095 running (3m) 15s ago 3m 54.9M - 2.43.0 a07b618ecd1d c3365a15be64 2024-09-17T00:59:42.501 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:42 smithi045 ceph-mon[29581]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:42.510 INFO:teuthology.orchestra.run.smithi045.stderr:+ ceph orch host ls 2024-09-17T00:59:42.782 INFO:teuthology.orchestra.run.smithi045.stdout:HOST ADDR LABELS STATUS 2024-09-17T00:59:42.782 INFO:teuthology.orchestra.run.smithi045.stdout:smithi045 172.21.15.45 2024-09-17T00:59:42.782 INFO:teuthology.orchestra.run.smithi045.stdout:smithi134 172.21.15.134 2024-09-17T00:59:42.782 INFO:teuthology.orchestra.run.smithi045.stdout:smithi153 172.21.15.153 2024-09-17T00:59:42.782 INFO:teuthology.orchestra.run.smithi045.stdout:3 hosts in cluster 2024-09-17T00:59:42.793 INFO:teuthology.orchestra.run.smithi045.stderr:++ ceph orch ps --daemon-type mon -f json 2024-09-17T00:59:42.793 INFO:teuthology.orchestra.run.smithi045.stderr:++ jq -r 'last | .daemon_name' 2024-09-17T00:59:42.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:42 smithi134 ceph-mon[31141]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:42.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:42 smithi153 ceph-mon[31499]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:43.077 INFO:teuthology.orchestra.run.smithi045.stderr:+ MON_DAEMON=mon.c 2024-09-17T00:59:43.078 INFO:teuthology.orchestra.run.smithi045.stderr:++ ceph orch ps --daemon-type grafana -f json 2024-09-17T00:59:43.078 INFO:teuthology.orchestra.run.smithi045.stderr:++ jq -e '.[]' 2024-09-17T00:59:43.078 INFO:teuthology.orchestra.run.smithi045.stderr:++ jq -r .hostname 2024-09-17T00:59:43.358 INFO:teuthology.orchestra.run.smithi045.stderr:+ GRAFANA_HOST=smithi045 2024-09-17T00:59:43.358 INFO:teuthology.orchestra.run.smithi045.stderr:++ ceph orch ps --daemon-type prometheus -f json 2024-09-17T00:59:43.358 INFO:teuthology.orchestra.run.smithi045.stderr:++ jq -e '.[]' 2024-09-17T00:59:43.358 INFO:teuthology.orchestra.run.smithi045.stderr:++ jq -r .hostname 2024-09-17T00:59:43.624 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:43 smithi045 ceph-mon[29581]: from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T00:59:43.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:43 smithi045 ceph-mon[29581]: from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T00:59:43.643 INFO:teuthology.orchestra.run.smithi045.stderr:+ PROM_HOST=smithi134 2024-09-17T00:59:43.644 INFO:teuthology.orchestra.run.smithi045.stderr:++ ceph orch ps --daemon-type alertmanager -f json 2024-09-17T00:59:43.644 INFO:teuthology.orchestra.run.smithi045.stderr:++ jq -e '.[]' 2024-09-17T00:59:43.644 INFO:teuthology.orchestra.run.smithi045.stderr:++ jq -r .hostname 2024-09-17T00:59:43.733 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:43 smithi134 ceph-mon[31141]: from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T00:59:43.733 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:43 smithi134 ceph-mon[31141]: from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T00:59:43.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:43 smithi153 ceph-mon[31499]: from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T00:59:43.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:43 smithi153 ceph-mon[31499]: from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T00:59:43.925 INFO:teuthology.orchestra.run.smithi045.stderr:+ ALERTM_HOST=smithi153 2024-09-17T00:59:43.925 INFO:teuthology.orchestra.run.smithi045.stderr:++ ceph orch host ls -f json 2024-09-17T00:59:43.926 INFO:teuthology.orchestra.run.smithi045.stderr:++ jq -r --arg GRAFANA_HOST smithi045 '.[] | select(.hostname==$GRAFANA_HOST) | .addr' 2024-09-17T00:59:44.202 INFO:teuthology.orchestra.run.smithi045.stderr:+ GRAFANA_IP=172.21.15.45 2024-09-17T00:59:44.202 INFO:teuthology.orchestra.run.smithi045.stderr:++ ceph orch host ls -f json 2024-09-17T00:59:44.202 INFO:teuthology.orchestra.run.smithi045.stderr:++ jq -r --arg PROM_HOST smithi134 '.[] | select(.hostname==$PROM_HOST) | .addr' 2024-09-17T00:59:44.484 INFO:teuthology.orchestra.run.smithi045.stderr:+ PROM_IP=172.21.15.134 2024-09-17T00:59:44.484 INFO:teuthology.orchestra.run.smithi045.stderr:++ ceph orch host ls -f json 2024-09-17T00:59:44.484 INFO:teuthology.orchestra.run.smithi045.stderr:++ jq -r --arg ALERTM_HOST smithi153 '.[] | select(.hostname==$ALERTM_HOST) | .addr' 2024-09-17T00:59:44.769 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:44 smithi045 ceph-mon[29581]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T00:59:44.770 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:44 smithi045 ceph-mon[29581]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T00:59:44.770 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:44 smithi045 ceph-mon[29581]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T00:59:44.770 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:44 smithi045 ceph-mon[29581]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:44.770 INFO:teuthology.orchestra.run.smithi045.stderr:+ ALERTM_IP=172.21.15.153 2024-09-17T00:59:44.770 INFO:teuthology.orchestra.run.smithi045.stderr:++ ceph orch host ls -f json 2024-09-17T00:59:44.770 INFO:teuthology.orchestra.run.smithi045.stderr:++ jq -r '.[] | .addr' 2024-09-17T00:59:44.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:44 smithi134 ceph-mon[31141]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T00:59:44.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:44 smithi134 ceph-mon[31141]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T00:59:44.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:44 smithi134 ceph-mon[31141]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T00:59:44.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:44 smithi134 ceph-mon[31141]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:44.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:44 smithi153 ceph-mon[31499]: from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-09-17T00:59:44.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:44 smithi153 ceph-mon[31499]: from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T00:59:44.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:44 smithi153 ceph-mon[31499]: from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T00:59:44.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:44 smithi153 ceph-mon[31499]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T00:59:45.049 INFO:teuthology.orchestra.run.smithi045.stderr:+ ALL_HOST_IPS='172.21.15.45 2024-09-17T00:59:45.049 INFO:teuthology.orchestra.run.smithi045.stderr:172.21.15.134 2024-09-17T00:59:45.049 INFO:teuthology.orchestra.run.smithi045.stderr:172.21.15.153' 2024-09-17T00:59:45.050 INFO:teuthology.orchestra.run.smithi045.stderr:+ for ip in $ALL_HOST_IPS 2024-09-17T00:59:45.050 INFO:teuthology.orchestra.run.smithi045.stderr:+ curl -s http://172.21.15.45:9100/metric 2024-09-17T00:59:45.053 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:59:45.053 INFO:teuthology.orchestra.run.smithi045.stdout: Node Exporter 2024-09-17T00:59:45.053 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:59:45.053 INFO:teuthology.orchestra.run.smithi045.stdout:

Node Exporter

2024-09-17T00:59:45.053 INFO:teuthology.orchestra.run.smithi045.stdout:

Metrics

2024-09-17T00:59:45.053 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:59:45.053 INFO:teuthology.orchestra.run.smithi045.stderr:+ for ip in $ALL_HOST_IPS 2024-09-17T00:59:45.054 INFO:teuthology.orchestra.run.smithi045.stderr:+ curl -s http://172.21.15.134:9100/metric 2024-09-17T00:59:45.056 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:59:45.056 INFO:teuthology.orchestra.run.smithi045.stdout: Node Exporter 2024-09-17T00:59:45.056 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:59:45.057 INFO:teuthology.orchestra.run.smithi045.stdout:

Node Exporter

2024-09-17T00:59:45.057 INFO:teuthology.orchestra.run.smithi045.stdout:

Metrics

2024-09-17T00:59:45.057 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:59:45.057 INFO:teuthology.orchestra.run.smithi045.stderr:+ for ip in $ALL_HOST_IPS 2024-09-17T00:59:45.057 INFO:teuthology.orchestra.run.smithi045.stderr:+ curl -s http://172.21.15.153:9100/metric 2024-09-17T00:59:45.060 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:59:45.060 INFO:teuthology.orchestra.run.smithi045.stdout: Node Exporter 2024-09-17T00:59:45.060 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:59:45.060 INFO:teuthology.orchestra.run.smithi045.stdout:

Node Exporter

2024-09-17T00:59:45.060 INFO:teuthology.orchestra.run.smithi045.stdout:

Metrics

2024-09-17T00:59:45.060 INFO:teuthology.orchestra.run.smithi045.stdout: 2024-09-17T00:59:45.060 INFO:teuthology.orchestra.run.smithi045.stderr:+ curl -k -s https://172.21.15.45:3000/api/health 2024-09-17T00:59:45.075 INFO:teuthology.orchestra.run.smithi045.stdout: { 2024-09-17T00:59:45.075 INFO:teuthology.orchestra.run.smithi045.stdout: "commit": "37ee25ba46", 2024-09-17T00:59:45.075 INFO:teuthology.orchestra.run.smithi045.stdout: "database": "ok", 2024-09-17T00:59:45.075 INFO:teuthology.orchestra.run.smithi045.stdout: "version": "9.4.12" 2024-09-17T00:59:45.076 INFO:teuthology.orchestra.run.smithi045.stderr:+ curl -k -s https://172.21.15.45:3000/api/health 2024-09-17T00:59:45.076 INFO:teuthology.orchestra.run.smithi045.stderr:+ jq -e '.database == "ok"' 2024-09-17T00:59:45.091 INFO:teuthology.orchestra.run.smithi045.stdout:}true 2024-09-17T00:59:45.091 INFO:teuthology.orchestra.run.smithi045.stderr:+ ceph orch daemon stop mon.c 2024-09-17T00:59:45.374 INFO:teuthology.orchestra.run.smithi045.stdout:Scheduled to stop mon.c on host 'smithi153' 2024-09-17T00:59:45.387 INFO:teuthology.orchestra.run.smithi045.stderr:+ sleep 120 2024-09-17T00:59:45.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:45 smithi045 ceph-mon[29581]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T00:59:45.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:45 smithi045 ceph-mon[29581]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T00:59:45.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:45 smithi045 ceph-mon[29581]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T00:59:45.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:45 smithi045 ceph-mon[29581]: from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T00:59:45.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:45 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:45.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:45 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:45.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:45 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:59:45.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:45 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:59:45.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:45 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:59:45.626 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 00:59:45 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:45.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:45 smithi134 ceph-mon[31141]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T00:59:45.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:45 smithi134 ceph-mon[31141]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T00:59:45.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:45 smithi134 ceph-mon[31141]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T00:59:45.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:45 smithi134 ceph-mon[31141]: from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T00:59:45.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:45 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:45.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:45 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:45.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:45 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:59:45.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:45 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:59:45.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:45 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:59:45.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 00:59:45 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:45.823 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:45 smithi153 ceph-mon[31499]: from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T00:59:45.823 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:45 smithi153 ceph-mon[31499]: from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T00:59:45.823 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:45 smithi153 ceph-mon[31499]: from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T00:59:45.823 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:45 smithi153 ceph-mon[31499]: from='client.14496 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-09-17T00:59:45.823 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:45 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:45.823 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:45 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:45.823 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:45 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T00:59:45.823 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:45 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T00:59:45.823 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:45 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T00:59:45.823 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:45 smithi153 ceph-mon[31499]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T00:59:45.823 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:45 smithi153 systemd[1]: Stopping Ceph mon.c for e4a63de8-748e-11ef-bceb-c7b262605968... 2024-09-17T00:59:46.118 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:46 smithi153 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mon-c[31495]: 2024-09-17T00:59:46.059+0000 7fe36f686640 -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-17T00:59:46.118 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:46 smithi153 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mon-c[31495]: 2024-09-17T00:59:46.059+0000 7fe36f686640 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-09-17T00:59:46.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:46 smithi153 podman[43661]: 2024-09-17 00:59:46.264676541 +0000 UTC m=+0.298170308 container died fa8233abcceba4ec9fc8b533d5cad075abede5aa394d430ca9bd91b5bd102c08 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mon-c, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, RELEASE=squid-c2ddf97, org.label-schema.build-date=20240731, GIT_CLEAN=True, ceph=True, GIT_BRANCH=HEAD) 2024-09-17T00:59:46.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:46 smithi153 podman[43661]: 2024-09-17 00:59:46.610122322 +0000 UTC m=+0.643616099 container cleanup fa8233abcceba4ec9fc8b533d5cad075abede5aa394d430ca9bd91b5bd102c08 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mon-c, RELEASE=squid-c2ddf97, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, maintainer=Guillaume Abrioux , CEPH_POINT_RELEASE=, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2) 2024-09-17T00:59:46.897 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:46 smithi153 bash[43661]: ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mon-c 2024-09-17T00:59:47.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:46 smithi153 podman[43672]: 2024-09-17 00:59:46.928020829 +0000 UTC m=+0.661568242 container remove fa8233abcceba4ec9fc8b533d5cad075abede5aa394d430ca9bd91b5bd102c08 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mon-c, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, ceph=True, org.label-schema.license=GPLv2, RELEASE=squid-c2ddf97, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, GIT_CLEAN=True, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T00:59:47.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:47 smithi153 systemd[1]: ceph-e4a63de8-748e-11ef-bceb-c7b262605968@mon.c.service: Deactivated successfully. 2024-09-17T00:59:47.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:47 smithi153 systemd[1]: Stopped Ceph mon.c for e4a63de8-748e-11ef-bceb-c7b262605968. 2024-09-17T00:59:47.397 INFO:journalctl@ceph.mon.c.smithi153.stdout:Sep 17 00:59:47 smithi153 systemd[1]: ceph-e4a63de8-748e-11ef-bceb-c7b262605968@mon.c.service: Consumed 4.362s CPU time. 2024-09-17T00:59:52.625 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 00:59:52 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: ::ffff:172.21.15.134 - - [17/Sep/2024:00:59:52] "GET /metrics HTTP/1.1" 200 21553 "" "Prometheus/2.43.0" 2024-09-17T01:00:01.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:01 smithi134 ceph-mon[31141]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:01.816 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:01 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:00:01.816 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:01 smithi134 ceph-mon[31141]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:01.816 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:01 smithi134 ceph-mon[31141]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:01.816 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:01 smithi134 ceph-mon[31141]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:01.816 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:01 smithi134 ceph-mon[31141]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:01.816 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:01 smithi134 ceph-mon[31141]: mon.b calling monitor election 2024-09-17T01:00:01.816 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:01 smithi134 ceph-mon[31141]: mon.a calling monitor election 2024-09-17T01:00:01.816 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:01 smithi134 ceph-mon[31141]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:01.816 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:01 smithi134 ceph-mon[31141]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:01.816 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:01 smithi134 ceph-mon[31141]: mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-09-17T01:00:01.817 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:01 smithi134 ceph-mon[31141]: monmap epoch 3 2024-09-17T01:00:01.817 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:01 smithi134 ceph-mon[31141]: fsid e4a63de8-748e-11ef-bceb-c7b262605968 2024-09-17T01:00:01.817 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:01 smithi134 ceph-mon[31141]: last_changed 2024-09-17T00:53:46.186973+0000 2024-09-17T01:00:01.817 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:01 smithi134 ceph-mon[31141]: created 2024-09-17T00:52:09.567407+0000 2024-09-17T01:00:01.817 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:01 smithi134 ceph-mon[31141]: min_mon_release 19 (squid) 2024-09-17T01:00:01.817 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:01 smithi134 ceph-mon[31141]: election_strategy: 1 2024-09-17T01:00:01.817 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:01 smithi134 ceph-mon[31141]: 0: [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon.a 2024-09-17T01:00:01.817 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:01 smithi134 ceph-mon[31141]: 1: [v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0] mon.c 2024-09-17T01:00:01.817 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:01 smithi134 ceph-mon[31141]: 2: [v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0] mon.b 2024-09-17T01:00:01.817 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:01 smithi134 ceph-mon[31141]: fsmap 2024-09-17T01:00:01.817 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:01 smithi134 ceph-mon[31141]: osdmap e23: 3 total, 3 up, 3 in 2024-09-17T01:00:01.817 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:01 smithi134 ceph-mon[31141]: mgrmap e21: a(active, since 3m), standbys: b 2024-09-17T01:00:01.817 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:01 smithi134 ceph-mon[31141]: Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-09-17T01:00:01.818 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:01 smithi134 ceph-mon[31141]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-09-17T01:00:01.818 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:01 smithi134 ceph-mon[31141]: [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-09-17T01:00:01.818 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:01 smithi134 ceph-mon[31141]: mon.c (rank 1) addr [v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0] is down (out of quorum) 2024-09-17T01:00:01.818 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:01 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:01.818 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:01 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:01.818 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:01 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:01.818 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:01 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:01.818 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:01 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:01.818 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:01 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:01.818 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:01 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:01.818 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:01 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:01.818 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:01 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:01.819 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:01 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:01.819 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:01 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:01.819 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:01 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:01.819 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:01 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:01.819 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:01 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:01.819 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:01 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:00:01.819 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:01 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:00:01.819 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:01 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:00:01.819 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:01 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:01.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:01 smithi045 ceph-mon[29581]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:01.876 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:01 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:00:01.876 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:01 smithi045 ceph-mon[29581]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:01.876 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:01 smithi045 ceph-mon[29581]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:01.876 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:01 smithi045 ceph-mon[29581]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:01.876 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:01 smithi045 ceph-mon[29581]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:01.876 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:01 smithi045 ceph-mon[29581]: mon.b calling monitor election 2024-09-17T01:00:01.876 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:01 smithi045 ceph-mon[29581]: mon.a calling monitor election 2024-09-17T01:00:01.876 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:01 smithi045 ceph-mon[29581]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:01.876 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:01 smithi045 ceph-mon[29581]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:01.876 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:01 smithi045 ceph-mon[29581]: mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-09-17T01:00:01.876 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:01 smithi045 ceph-mon[29581]: monmap epoch 3 2024-09-17T01:00:01.877 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:01 smithi045 ceph-mon[29581]: fsid e4a63de8-748e-11ef-bceb-c7b262605968 2024-09-17T01:00:01.877 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:01 smithi045 ceph-mon[29581]: last_changed 2024-09-17T00:53:46.186973+0000 2024-09-17T01:00:01.877 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:01 smithi045 ceph-mon[29581]: created 2024-09-17T00:52:09.567407+0000 2024-09-17T01:00:01.877 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:01 smithi045 ceph-mon[29581]: min_mon_release 19 (squid) 2024-09-17T01:00:01.877 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:01 smithi045 ceph-mon[29581]: election_strategy: 1 2024-09-17T01:00:01.877 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:01 smithi045 ceph-mon[29581]: 0: [v2:172.21.15.45:3300/0,v1:172.21.15.45:6789/0] mon.a 2024-09-17T01:00:01.877 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:01 smithi045 ceph-mon[29581]: 1: [v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0] mon.c 2024-09-17T01:00:01.877 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:01 smithi045 ceph-mon[29581]: 2: [v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0] mon.b 2024-09-17T01:00:01.877 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:01 smithi045 ceph-mon[29581]: fsmap 2024-09-17T01:00:01.877 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:01 smithi045 ceph-mon[29581]: osdmap e23: 3 total, 3 up, 3 in 2024-09-17T01:00:01.877 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:01 smithi045 ceph-mon[29581]: mgrmap e21: a(active, since 3m), standbys: b 2024-09-17T01:00:01.877 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:01 smithi045 ceph-mon[29581]: Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-09-17T01:00:01.877 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:01 smithi045 ceph-mon[29581]: Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-09-17T01:00:01.878 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:01 smithi045 ceph-mon[29581]: [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-09-17T01:00:01.878 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:01 smithi045 ceph-mon[29581]: mon.c (rank 1) addr [v2:172.21.15.153:3300/0,v1:172.21.15.153:6789/0] is down (out of quorum) 2024-09-17T01:00:01.878 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:01 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:01.878 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:01 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:01.878 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:01 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:01.878 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:01 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:01.878 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:01 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:01.878 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:01 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:01.878 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:01 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:01.878 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:01 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:01.878 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:01 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:01.878 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:01 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:01.878 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:01 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:01.879 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:01 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:01.879 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:01 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:01.879 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:01 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:01.879 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:01 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:00:01.879 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:01 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:00:01.879 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:01 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:00:01.879 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:01 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:02.490 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 01:00:02 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: ::ffff:172.21.15.134 - - [17/Sep/2024:01:00:02] "GET /metrics HTTP/1.1" 200 21553 "" "Prometheus/2.43.0" 2024-09-17T01:00:02.816 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:02 smithi134 ceph-mon[31141]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:02.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:02 smithi045 ceph-mon[29581]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:04.064 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:03 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:04.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:03 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:00:04.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:03 smithi134 ceph-mon[31141]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:04.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:03 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:04.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:03 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:00:04.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:03 smithi045 ceph-mon[29581]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:06.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:06 smithi134 ceph-mon[31141]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:06.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:06 smithi045 ceph-mon[29581]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:08.751 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:08 smithi134 ceph-mon[31141]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:08.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:08 smithi045 ceph-mon[29581]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:10.016 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:09 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:10.016 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:09 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:10.017 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:09 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:10.017 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:09 smithi134 ceph-mon[31141]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:10.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:09 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:10.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:09 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:10.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:09 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:10.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:09 smithi045 ceph-mon[29581]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:12.468 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 01:00:12 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: ::ffff:172.21.15.134 - - [17/Sep/2024:01:00:12] "GET /metrics HTTP/1.1" 200 21618 "" "Prometheus/2.43.0" 2024-09-17T01:00:12.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:12 smithi134 ceph-mon[31141]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:12.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:12 smithi045 ceph-mon[29581]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:14.652 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:14 smithi045 ceph-mon[29581]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:14.869 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:14 smithi134 ceph-mon[31141]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:15.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:15 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:15.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:15 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:15.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:15 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:15.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:15 smithi045 ceph-mon[29581]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:16.064 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:15 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:16.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:15 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:16.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:15 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:16.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:15 smithi134 ceph-mon[31141]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:18.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:18 smithi134 ceph-mon[31141]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:18.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:18 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:00:18.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:18 smithi045 ceph-mon[29581]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:18.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:18 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:00:20.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:20 smithi045 ceph-mon[29581]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:20.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:20 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:20.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:20 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:20.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:20 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:20.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:20 smithi134 ceph-mon[31141]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:20.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:20 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:20.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:20 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:20.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:20 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:22.475 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 01:00:22 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: ::ffff:172.21.15.134 - - [17/Sep/2024:01:00:22] "GET /metrics HTTP/1.1" 200 21619 "" "Prometheus/2.43.0" 2024-09-17T01:00:22.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:22 smithi134 ceph-mon[31141]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:22.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:22 smithi045 ceph-mon[29581]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:24.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:24 smithi134 ceph-mon[31141]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:24.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:24 smithi045 ceph-mon[29581]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:26.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:25 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:26.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:25 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:26.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:25 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:26.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:25 smithi045 ceph-mon[29581]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:26.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:25 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:26.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:25 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:26.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:25 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:26.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:25 smithi134 ceph-mon[31141]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:28.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:28 smithi134 ceph-mon[31141]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:28.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:28 smithi045 ceph-mon[29581]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:30.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:30 smithi134 ceph-mon[31141]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:30.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:30 smithi045 ceph-mon[29581]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:32.477 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 01:00:32 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: ::ffff:172.21.15.134 - - [17/Sep/2024:01:00:32] "GET /metrics HTTP/1.1" 200 21619 "" "Prometheus/2.43.0" 2024-09-17T01:00:32.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:32 smithi134 ceph-mon[31141]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:32.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:32 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:32.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:32 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:32.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:32 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:32.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:32 smithi045 ceph-mon[29581]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:32.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:32 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:32.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:32 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:32.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:32 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:33.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:33 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:00:33.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:33 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:00:34.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:34 smithi134 ceph-mon[31141]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:34.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:34 smithi045 ceph-mon[29581]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:36.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:36 smithi134 ceph-mon[31141]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:36.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:36 smithi045 ceph-mon[29581]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:38.799 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:38 smithi045 ceph-mon[29581]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:38.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:38 smithi134 ceph-mon[31141]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:40.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:39 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:40.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:39 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:40.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:39 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:40.065 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:39 smithi134 ceph-mon[31141]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:40.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:39 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:40.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:39 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:40.126 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:39 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:40.126 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:39 smithi045 ceph-mon[29581]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:42.475 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 01:00:42 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: ::ffff:172.21.15.134 - - [17/Sep/2024:01:00:42] "GET /metrics HTTP/1.1" 200 21615 "" "Prometheus/2.43.0" 2024-09-17T01:00:42.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:42 smithi134 ceph-mon[31141]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:42.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:42 smithi045 ceph-mon[29581]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:44.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:44 smithi134 ceph-mon[31141]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:44.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:44 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:44.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:44 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:44.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:44 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:44.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:44 smithi045 ceph-mon[29581]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:44.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:44 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:44.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:44 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:44.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:44 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:46.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:46 smithi134 ceph-mon[31141]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:46.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:46 smithi045 ceph-mon[29581]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:48.756 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:48 smithi134 ceph-mon[31141]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:48.756 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:48 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:00:48.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:48 smithi045 ceph-mon[29581]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:48.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:48 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:00:50.020 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:49 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:50.020 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:49 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:50.021 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:49 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:50.021 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:49 smithi134 ceph-mon[31141]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:50.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:49 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:50.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:49 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:50.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:49 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:50.125 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:49 smithi045 ceph-mon[29581]: pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:52.476 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 01:00:52 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: ::ffff:172.21.15.134 - - [17/Sep/2024:01:00:52] "GET /metrics HTTP/1.1" 200 21616 "" "Prometheus/2.43.0" 2024-09-17T01:00:52.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:52 smithi134 ceph-mon[31141]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:52.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:52 smithi045 ceph-mon[29581]: pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:54.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:54 smithi045 ceph-mon[29581]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:54.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:54 smithi134 ceph-mon[31141]: pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:56.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:56 smithi134 ceph-mon[31141]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:56.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:56 smithi045 ceph-mon[29581]: pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:58.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:58 smithi134 ceph-mon[31141]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:58.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:58 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:58.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:58 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:58.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:00:58 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:58.877 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:58 smithi045 ceph-mon[29581]: pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:00:58.877 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:58 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:58.877 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:58 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:00:58.877 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:00:58 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:01:00.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:00 smithi134 ceph-mon[31141]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:01:00.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:00 smithi045 ceph-mon[29581]: pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:01:01.750 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:01 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:01:01.750 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:01 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:01:01.750 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:01 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:01:01.750 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:01 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:01:01.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:01 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-09-17T01:01:01.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:01 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-09-17T01:01:01.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:01 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-09-17T01:01:01.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:01 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:01:02.368 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 01:01:02 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: ::ffff:172.21.15.134 - - [17/Sep/2024:01:01:02] "GET /metrics HTTP/1.1" 200 21616 "" "Prometheus/2.43.0" 2024-09-17T01:01:02.625 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:02 smithi045 ceph-mon[29581]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:01:02.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:02 smithi134 ceph-mon[31141]: pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:01:03.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:03 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:01:03.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:03 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:01:04.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:04 smithi134 ceph-mon[31141]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:01:04.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:04 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:01:04.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:04 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:01:04.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:04 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:01:04.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:04 smithi045 ceph-mon[29581]: pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:01:04.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:04 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:01:04.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:04 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:01:04.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:04 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:01:06.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:06 smithi134 ceph-mon[31141]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:01:06.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:06 smithi045 ceph-mon[29581]: pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:01:08.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:08 smithi134 ceph-mon[31141]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:01:08.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:08 smithi045 ceph-mon[29581]: pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:01:10.262 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:09 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:01:10.262 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:09 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:01:10.262 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:09 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:01:10.262 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:09 smithi134 ceph-mon[31141]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:01:10.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:09 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:01:10.399 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:09 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:01:10.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:09 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:01:10.400 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:09 smithi045 ceph-mon[29581]: pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:01:12.481 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 01:01:12 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: ::ffff:172.21.15.134 - - [17/Sep/2024:01:01:12] "GET /metrics HTTP/1.1" 200 21617 "" "Prometheus/2.43.0" 2024-09-17T01:01:12.565 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:12 smithi134 ceph-mon[31141]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:01:12.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:12 smithi045 ceph-mon[29581]: pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:01:14.695 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:14 smithi045 ceph-mon[29581]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:01:14.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:14 smithi134 ceph-mon[31141]: pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:01:16.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:16 smithi134 ceph-mon[31141]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:01:16.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:16 smithi045 ceph-mon[29581]: pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:01:18.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:18 smithi134 ceph-mon[31141]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:01:18.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:18 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:01:18.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:18 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:01:18.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:18 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:01:18.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:18 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:01:18.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:18 smithi045 ceph-mon[29581]: pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:01:18.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:18 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:01:18.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:18 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:01:18.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:18 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:01:18.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:18 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:01:20.788 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:20 smithi045 ceph-mon[29581]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:01:20.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:20 smithi134 ceph-mon[31141]: pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:01:22.375 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 01:01:22 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: ::ffff:172.21.15.134 - - [17/Sep/2024:01:01:22] "GET /metrics HTTP/1.1" 200 21617 "" "Prometheus/2.43.0" 2024-09-17T01:01:22.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:22 smithi134 ceph-mon[31141]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:01:22.857 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:22 smithi045 ceph-mon[29581]: pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:01:24.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:24 smithi134 ceph-mon[31141]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:01:24.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:24 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:01:24.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:24 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:01:24.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:24 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:01:24.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:24 smithi045 ceph-mon[29581]: pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:01:24.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:24 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:01:24.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:24 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:01:24.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:24 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:01:26.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:26 smithi134 ceph-mon[31141]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:01:26.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:26 smithi045 ceph-mon[29581]: pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:01:28.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:28 smithi134 ceph-mon[31141]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:01:28.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:28 smithi045 ceph-mon[29581]: pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:01:30.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:30 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:01:30.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:30 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:01:30.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:30 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:01:30.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:30 smithi045 ceph-mon[29581]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:01:30.550 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:30 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:01:30.550 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:30 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:01:30.550 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:30 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:01:30.550 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:30 smithi134 ceph-mon[31141]: pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:01:32.484 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 01:01:32 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: ::ffff:172.21.15.134 - - [17/Sep/2024:01:01:32] "GET /metrics HTTP/1.1" 200 21617 "" "Prometheus/2.43.0" 2024-09-17T01:01:32.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:32 smithi134 ceph-mon[31141]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:01:32.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:32 smithi045 ceph-mon[29581]: pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:01:33.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:33 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:01:33.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:33 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-09-17T01:01:34.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:34 smithi134 ceph-mon[31141]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:01:34.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:34 smithi045 ceph-mon[29581]: pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:01:36.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:36 smithi134 ceph-mon[31141]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:01:36.874 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:36 smithi045 ceph-mon[29581]: pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:01:38.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:38 smithi134 ceph-mon[31141]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:01:38.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:38 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:01:38.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:38 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:01:38.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:38 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:01:38.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:38 smithi045 ceph-mon[29581]: pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:01:38.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:38 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:01:38.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:38 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:01:38.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:38 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:01:40.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:40 smithi134 ceph-mon[31141]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:01:40.875 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:40 smithi045 ceph-mon[29581]: pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:01:42.289 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 01:01:42 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: ::ffff:172.21.15.134 - - [17/Sep/2024:01:01:42] "GET /metrics HTTP/1.1" 200 21615 "" "Prometheus/2.43.0" 2024-09-17T01:01:42.561 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:42 smithi045 ceph-mon[29581]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:01:42.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:42 smithi134 ceph-mon[31141]: pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:01:44.777 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:44 smithi045 ceph-mon[29581]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:01:44.777 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:44 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:01:44.777 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:44 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:01:44.777 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:44 smithi045 ceph-mon[29581]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:01:44.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:44 smithi134 ceph-mon[31141]: pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 85 MiB used, 268 GiB / 268 GiB avail 2024-09-17T01:01:44.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:44 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:01:44.814 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:44 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:01:44.815 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:44 smithi134 ceph-mon[31141]: from='mgr.14418 172.21.15.45:0/2090222742' entity='mgr.a' 2024-09-17T01:01:45.390 INFO:teuthology.orchestra.run.smithi045.stderr:+ curl -s http://172.21.15.134:9095/api/v1/status/config 2024-09-17T01:01:45.396 INFO:teuthology.orchestra.run.smithi045.stderr:+ curl -s http://172.21.15.134:9095/api/v1/status/config 2024-09-17T01:01:45.396 INFO:teuthology.orchestra.run.smithi045.stderr:+ jq -e '.status == "success"' 2024-09-17T01:01:45.400 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"success","data":{"yaml":"global:\n scrape_interval: 10s\n scrape_timeout: 10s\n evaluation_interval: 10s\n external_labels:\n cluster: e4a63de8-748e-11ef-bceb-c7b262605968\nalerting:\n alertmanagers:\n - follow_redirects: true\n enable_http2: true\n scheme: http\n timeout: 10s\n api_version: v2\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.45:8765/sd/prometheus/sd-config?service=alertmanager\nrule_files:\n- /etc/prometheus/alerting/*\nscrape_configs:\n- job_name: ceph\n honor_labels: true\n honor_timestamps: true\n scrape_interval: 10s\n scrape_timeout: 10s\n metrics_path: /metrics\n scheme: http\n follow_redirects: true\n enable_http2: true\n relabel_configs:\n - source_labels: [__address__]\n separator: ;\n regex: (.*)\n target_label: cluster\n replacement: e4a63de8-748e-11ef-bceb-c7b262605968\n action: replace\n - source_labels: [instance]\n separator: ;\n regex: (.*)\n target_label: instance\n replacement: ceph_cluster\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.45:8765/sd/prometheus/sd-config?service=mgr-prometheus\n- job_name: node\n honor_timestamps: true\n scrape_interval: 10s\n scrape_timeout: 10s\n metrics_path: /metrics\n scheme: http\n follow_redirects: true\n enable_http2: true\n relabel_configs:\n - source_labels: [__address__]\n separator: ;\n regex: (.*)\n target_label: cluster\n replacement: e4a63de8-748e-11ef-bceb-c7b262605968\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.45:8765/sd/prometheus/sd-config?service=node-exporter\n- job_name: ceph-exporter\n honor_labels: true\n honor_timestamps: true\n scrape_interval: 10s\n scrape_timeout: 10s\n metrics_path: /metrics\n scheme: http\n follow_redirects: true\n enable_http2: true\n relabel_configs:\n - source_labels: [__address__]\n separator: ;\n regex: (.*)\n target_label: cluster\n replacement: e4a63de8-748e-11ef-bceb-c7b262605968\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.45:8765/sd/prometheus/sd-config?service=ceph-exporter\n- job_name: nvmeof\n honor_timestamps: true\n scrape_interval: 10s\n scrape_timeout: 10s\n metrics_path: /metrics\n scheme: http\n follow_redirects: true\n enable_http2: true\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.45:8765/sd/prometheus/sd-config?service=nvmeof\n- job_name: federate\n honor_labels: true\n honor_timestamps: true\n params:\n match[]:\n - '{job=\"ceph\"}'\n - '{job=\"node\"}'\n - '{job=\"haproxy\"}'\n - '{job=\"ceph-exporter\"}'\n scrape_interval: 15s\n scrape_timeout: 10s\n metrics_path: /federate\n scheme: http\n follow_redirects: true\n enable_http2: true\n static_configs:\n - targets: []\n"}}true 2024-09-17T01:01:45.400 INFO:teuthology.orchestra.run.smithi045.stderr:+ curl -s http://172.21.15.134:9095/api/v1/alerts 2024-09-17T01:01:45.405 INFO:teuthology.orchestra.run.smithi045.stderr:+ curl -s http://172.21.15.134:9095/api/v1/alerts 2024-09-17T01:01:45.405 INFO:teuthology.orchestra.run.smithi045.stderr:+ jq -e '.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"' 2024-09-17T01:01:45.409 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"success","data":{"alerts":[{"labels":{"alertname":"CephHealthWarning","cluster":"e4a63de8-748e-11ef-bceb-c7b262605968","instance":"ceph_cluster","job":"ceph","severity":"warning","type":"ceph_default"},"annotations":{"description":"The cluster state has been HEALTH_WARN for more than 15 minutes. Please check 'ceph health detail' for more information.","summary":"Ceph is in the WARNING state"},"state":"pending","activeAt":"2024-09-17T01:00:20.13866993Z","value":"1e+00"},{"labels":{"alertname":"CephMonDownQuorumAtRisk","oid":"1.3.6.1.4.1.50495.1.2.1.3.1","severity":"critical","type":"ceph_default"},"annotations":{"description":"Quorum requires a majority of monitors (x 2) to be active. Without quorum the cluster will become inoperable, affecting all services and connected clients. The following monitors are down: - mon.c on smithi153","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"state":"firing","activeAt":"2024-09-17T01:00:20.084118673Z","value":"1e+00"},{"labels":{"alertname":"CephMonDown","severity":"warning","type":"ceph_default"},"annotations":{"description":"You have 1 monitor down. Quorum is still intact, but the loss of an additional monitor will make your cluster inoperable. The following monitors are down: - mon.c on smithi153\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"state":"firing","activeAt":"2024-09-17T01:00:20.084118673Z","value":"1e+00"}]}}true 2024-09-17T01:01:45.409 INFO:teuthology.orchestra.run.smithi045.stderr:+ curl -s http://172.21.15.153:9093/api/v1/status 2024-09-17T01:01:45.414 INFO:teuthology.orchestra.run.smithi045.stderr:+ curl -s http://172.21.15.153:9093/api/v1/alerts 2024-09-17T01:01:45.419 INFO:teuthology.orchestra.run.smithi045.stderr:+ curl -s http://172.21.15.153:9093/api/v1/alerts 2024-09-17T01:01:45.419 INFO:teuthology.orchestra.run.smithi045.stderr:+ jq -e '.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"' 2024-09-17T01:01:45.423 INFO:teuthology.orchestra.run.smithi045.stdout:{"status":"success","data":{"configYAML":"global:\n resolve_timeout: 5m\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n smtp_hello: localhost\n smtp_require_tls: true\n pagerduty_url: https://events.pagerduty.com/v2/enqueue\n opsgenie_api_url: https://api.opsgenie.com/\n wechat_api_url: https://qyapi.weixin.qq.com/cgi-bin/\n victorops_api_url: https://alert.victorops.com/integrations/generic/20131114/alert/\n telegram_api_url: https://api.telegram.org\n webex_api_url: https://webexapis.com/v1/messages\nroute:\n receiver: default\n continue: false\n routes:\n - receiver: ceph-dashboard\n group_by:\n - alertname\n continue: false\n group_wait: 10s\n group_interval: 10s\n repeat_interval: 1h\nreceivers:\n- name: default\n- name: ceph-dashboard\n webhook_configs:\n - send_resolved: true\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n url: https://smithi045.front.sepia.ceph.com:8443/api/prometheus_receiver\n max_alerts: 0\n - send_resolved: true\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n url: https://smithi134.front.sepia.ceph.com:8443/api/prometheus_receiver\n max_alerts: 0\ntemplates: []\n","configJSON":{"global":{"resolve_timeout":"5m","http_config":{"proxy_url":null,"tls_config":{"insecure_skip_verify":true},"follow_redirects":true,"enable_http2":true},"smtp_hello":"localhost","smtp_smarthost":"","smtp_require_tls":true,"pagerduty_url":"https://events.pagerduty.com/v2/enqueue","opsgenie_api_url":"https://api.opsgenie.com/","wechat_api_url":"https://qyapi.weixin.qq.com/cgi-bin/","victorops_api_url":"https://alert.victorops.com/integrations/generic/20131114/alert/","telegram_api_url":"https://api.telegram.org","webex_api_url":"https://webexapis.com/v1/messages"},"route":{"receiver":"default","routes":[{"receiver":"ceph-dashboard","group_by":["alertname"],"group_wait":"10s","group_interval":"10s","repeat_interval":"1h"}]},"receivers":[{"name":"default"},{"name":"ceph-dashboard","webhook_configs":[{"send_resolved":true,"http_config":{"proxy_url":null,"tls_config":{"insecure_skip_verify":true},"follow_redirects":true,"enable_http2":true},"url":"https://smithi045.front.sepia.ceph.com:8443/api/prometheus_receiver","max_alerts":0},{"send_resolved":true,"http_config":{"proxy_url":null,"tls_config":{"insecure_skip_verify":true},"follow_redirects":true,"enable_http2":true},"url":"https://smithi134.front.sepia.ceph.com:8443/api/prometheus_receiver","max_alerts":0}]}],"templates":null},"versionInfo":{"branch":"HEAD","buildDate":"20221222-14:51:36","buildUser":"root@abe866dd5717","goVersion":"go1.19.4","revision":"258fab7cdd551f2cf251ed0348f0ad7289aee789","version":"0.25.0"},"uptime":"2024-09-17T00:56:47.340166834Z","clusterStatus":{"name":"01J7YQPRFB9SE2S2DWATJ7X4EE","status":"ready","peers":[{"name":"01J7YQPRFB9SE2S2DWATJ7X4EE","address":"172.21.15.153:9094"}]}}}{"status":"success","data":[{"labels":{"alertname":"CephMonDownQuorumAtRisk","cluster":"e4a63de8-748e-11ef-bceb-c7b262605968","oid":"1.3.6.1.4.1.50495.1.2.1.3.1","severity":"critical","type":"ceph_default"},"annotations":{"description":"Quorum requires a majority of monitors (x 2) to be active. Without quorum the cluster will become inoperable, affecting all services and connected clients. The following monitors are down: - mon.c on smithi153","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"startsAt":"2024-09-17T01:00:50.084Z","endsAt":"2024-09-17T01:04:50.084Z","generatorURL":"http://smithi134.front.sepia.ceph.com:9095/graph?g0.expr=%28%28ceph_health_detail%7Bname%3D%22MON_DOWN%22%7D+%3D%3D+1%29+%2A+on+%28%29+%28count%28ceph_mon_quorum_status+%3D%3D+1%29+%3D%3D+bool+%28floor%28count%28ceph_mon_metadata%29+%2F+2%29+%2B+1%29%29%29+%3D%3D+1\u0026g0.tab=1","status":{"state":"active","silencedBy":null,"inhibitedBy":null},"receivers":["ceph-dashboard"],"fingerprint":"9f2a58941754b4a3"},{"labels":{"alertname":"CephMonDown","cluster":"e4a63de8-748e-11ef-bceb-c7b262605968","severity":"warning","type":"ceph_default"},"annotations":{"description":"You have 1 monitor down. Quorum is still intact, but the loss of an additional monitor will make your cluster inoperable. The following monitors are down: - mon.c on smithi153\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"startsAt":"2024-09-17T01:00:50.084Z","endsAt":"2024-09-17T01:04:50.084Z","generatorURL":"http://smithi134.front.sepia.ceph.com:9095/graph?g0.expr=count%28ceph_mon_quorum_status+%3D%3D+0%29+%3C%3D+%28count%28ceph_mon_metadata%29+-+floor%28count%28ceph_mon_metadata%29+%2F+2%29+%2B+1%29\u0026g0.tab=1","status":{"state":"active","silencedBy":null,"inhibitedBy":null},"receivers":["ceph-dashboard"],"fingerprint":"db98608f34e12e40"}]}true 2024-09-17T01:01:46.022 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-09-17T01:01:46.033 INFO:tasks.cephadm:Teardown begin 2024-09-17T01:01:46.033 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T01:01:46.063 DEBUG:teuthology.orchestra.run.smithi134:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T01:01:46.092 DEBUG:teuthology.orchestra.run.smithi153:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T01:01:46.128 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-09-17T01:01:46.129 DEBUG:teuthology.orchestra.run.smithi045:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-17T01:01:46.145 DEBUG:teuthology.orchestra.run.smithi134:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-17T01:01:46.161 DEBUG:teuthology.orchestra.run.smithi153:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-09-17T01:01:46.185 INFO:tasks.cephadm:Stopping all daemons... 2024-09-17T01:01:46.186 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-09-17T01:01:46.186 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ceph-e4a63de8-748e-11ef-bceb-c7b262605968@mon.a 2024-09-17T01:01:46.375 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:46 smithi045 systemd[1]: Stopping Ceph mon.a for e4a63de8-748e-11ef-bceb-c7b262605968... 2024-09-17T01:01:46.773 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:46 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mon-a[29577]: 2024-09-17T01:01:46.505+0000 7f41abe75640 -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-17T01:01:46.773 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:46 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mon-a[29577]: 2024-09-17T01:01:46.505+0000 7f41abe75640 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-09-17T01:01:46.773 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:46 smithi045 podman[51137]: 2024-09-17 01:01:46.557840099 +0000 UTC m=+0.148454480 container died 5d98b4b321890565a91a306cc7bd3e2b5b332980a8fff18673125fad34cffec8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mon-a, org.label-schema.build-date=20240731, ceph=True, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, RELEASE=squid-c2ddf97, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux ) 2024-09-17T01:01:46.773 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 01:01:46 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: [17/Sep/2024:01:01:46] ENGINE Bus STOPPING 2024-09-17T01:01:46.773 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 01:01:46 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: [17/Sep/2024:01:01:46] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-09-17T01:01:46.774 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 01:01:46 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: [17/Sep/2024:01:01:46] ENGINE Bus STOPPED 2024-09-17T01:01:46.774 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 01:01:46 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: [17/Sep/2024:01:01:46] ENGINE Bus STARTING 2024-09-17T01:01:47.072 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:46 smithi045 podman[51137]: 2024-09-17 01:01:46.898245546 +0000 UTC m=+0.488859901 container cleanup 5d98b4b321890565a91a306cc7bd3e2b5b332980a8fff18673125fad34cffec8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mon-a, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-c2ddf97, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_BRANCH=HEAD, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux ) 2024-09-17T01:01:47.072 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:46 smithi045 bash[51137]: ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mon-a 2024-09-17T01:01:47.072 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 01:01:46 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: [17/Sep/2024:01:01:46] ENGINE Serving on http://:::9283 2024-09-17T01:01:47.072 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 01:01:46 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: [17/Sep/2024:01:01:46] ENGINE Bus STARTED 2024-09-17T01:01:47.329 INFO:journalctl@ceph.mon.a.smithi045.stdout:Sep 17 01:01:47 smithi045 podman[51149]: 2024-09-17 01:01:47.074844994 +0000 UTC m=+0.517211830 container remove 5d98b4b321890565a91a306cc7bd3e2b5b332980a8fff18673125fad34cffec8 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mon-a, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, ceph=True, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, RELEASE=squid-c2ddf97, GIT_CLEAN=True) 2024-09-17T01:01:47.334 DEBUG:teuthology.orchestra.run.smithi045:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e4a63de8-748e-11ef-bceb-c7b262605968@mon.a.service' 2024-09-17T01:01:47.381 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T01:01:47.381 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-09-17T01:01:47.381 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-09-17T01:01:47.381 DEBUG:teuthology.orchestra.run.smithi134:> sudo systemctl stop ceph-e4a63de8-748e-11ef-bceb-c7b262605968@mon.b 2024-09-17T01:01:47.692 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:47 smithi134 systemd[1]: Stopping Ceph mon.b for e4a63de8-748e-11ef-bceb-c7b262605968... 2024-09-17T01:01:47.950 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:47 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mon-b[31137]: 2024-09-17T01:01:47.694+0000 7f74d5e58640 -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-17T01:01:47.950 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:47 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mon-b[31137]: 2024-09-17T01:01:47.694+0000 7f74d5e58640 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-09-17T01:01:47.951 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:47 smithi134 podman[44147]: 2024-09-17 01:01:47.736092955 +0000 UTC m=+0.165066375 container died a7dcba97a4ccb2980a69ddd12caf9e7174eb2e6e8be0ad8e224096ada24a9815 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mon-b, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, RELEASE=squid-c2ddf97, maintainer=Guillaume Abrioux , ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_CLEAN=True, org.label-schema.build-date=20240731) 2024-09-17T01:01:48.314 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:48 smithi134 podman[44147]: 2024-09-17 01:01:48.128321415 +0000 UTC m=+0.557294834 container cleanup a7dcba97a4ccb2980a69ddd12caf9e7174eb2e6e8be0ad8e224096ada24a9815 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mon-b, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_BRANCH=HEAD, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, GIT_CLEAN=True, RELEASE=squid-c2ddf97, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T01:01:48.315 INFO:journalctl@ceph.mon.b.smithi134.stdout:Sep 17 01:01:48 smithi134 bash[44147]: ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mon-b 2024-09-17T01:01:48.478 DEBUG:teuthology.orchestra.run.smithi134:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e4a63de8-748e-11ef-bceb-c7b262605968@mon.b.service' 2024-09-17T01:01:48.524 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T01:01:48.524 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-09-17T01:01:48.525 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-09-17T01:01:48.525 DEBUG:teuthology.orchestra.run.smithi153:> sudo systemctl stop ceph-e4a63de8-748e-11ef-bceb-c7b262605968@mon.c 2024-09-17T01:01:48.564 DEBUG:teuthology.orchestra.run.smithi153:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e4a63de8-748e-11ef-bceb-c7b262605968@mon.c.service' 2024-09-17T01:01:48.654 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T01:01:48.654 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-09-17T01:01:48.654 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-09-17T01:01:48.654 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ceph-e4a63de8-748e-11ef-bceb-c7b262605968@mgr.a 2024-09-17T01:01:48.959 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 01:01:48 smithi045 systemd[1]: Stopping Ceph mgr.a for e4a63de8-748e-11ef-bceb-c7b262605968... 2024-09-17T01:01:49.259 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 01:01:48 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a[29810]: 2024-09-17T01:01:48.959+0000 7fd4103d9640 -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-17T01:01:49.259 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 01:01:48 smithi045 podman[51269]: 2024-09-17 01:01:48.992087872 +0000 UTC m=+0.129029805 container died 0ab104d295f74663d538ca3374d637f38f38ae89290a85403645786d1c8cdd48 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, io.buildah.version=1.37.2, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=squid-c2ddf97, org.label-schema.license=GPLv2) 2024-09-17T01:01:49.568 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 01:01:49 smithi045 podman[51269]: 2024-09-17 01:01:49.402888989 +0000 UTC m=+0.539830916 container cleanup 0ab104d295f74663d538ca3374d637f38f38ae89290a85403645786d1c8cdd48 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a, maintainer=Guillaume Abrioux , GIT_CLEAN=True, org.label-schema.build-date=20240731, ceph=True, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-c2ddf97, org.label-schema.name=CentOS Stream 9 Base Image, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2) 2024-09-17T01:01:49.568 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 01:01:49 smithi045 bash[51269]: ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a 2024-09-17T01:01:49.830 INFO:journalctl@ceph.mgr.a.smithi045.stdout:Sep 17 01:01:49 smithi045 podman[51281]: 2024-09-17 01:01:49.571263663 +0000 UTC m=+0.576771071 container remove 0ab104d295f74663d538ca3374d637f38f38ae89290a85403645786d1c8cdd48 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:c2ddf9721ef254645201cdbabd9c8f49c30a586f, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-a, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, RELEASE=squid-c2ddf97, io.buildah.version=1.37.2, maintainer=Guillaume Abrioux , org.label-schema.vendor=CentOS, ceph=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T01:01:49.833 DEBUG:teuthology.orchestra.run.smithi045:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e4a63de8-748e-11ef-bceb-c7b262605968@mgr.a.service' 2024-09-17T01:01:49.871 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T01:01:49.871 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-09-17T01:01:49.871 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-09-17T01:01:49.871 DEBUG:teuthology.orchestra.run.smithi134:> sudo systemctl stop ceph-e4a63de8-748e-11ef-bceb-c7b262605968@mgr.b 2024-09-17T01:01:50.195 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 01:01:49 smithi134 systemd[1]: Stopping Ceph mgr.b for e4a63de8-748e-11ef-bceb-c7b262605968... 2024-09-17T01:01:52.056 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 01:01:51 smithi134 podman[44355]: 2024-09-17 01:01:51.665527918 +0000 UTC m=+0.145897912 container died 4bbb185081601faf122413e5aed04d8cf89ce44f1a4700bba1e0cbc73e2bdfc1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, maintainer=Guillaume Abrioux , RELEASE=squid-c2ddf97, org.label-schema.license=GPLv2, ceph=True) 2024-09-17T01:01:52.056 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 01:01:52 smithi134 podman[44355]: 2024-09-17 01:01:52.059103016 +0000 UTC m=+0.539473000 container cleanup 4bbb185081601faf122413e5aed04d8cf89ce44f1a4700bba1e0cbc73e2bdfc1 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.schema-version=1.0, GIT_CLEAN=True, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, RELEASE=squid-c2ddf97) 2024-09-17T01:01:52.315 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Sep 17 01:01:52 smithi134 bash[44355]: ceph-e4a63de8-748e-11ef-bceb-c7b262605968-mgr-b 2024-09-17T01:01:52.733 DEBUG:teuthology.orchestra.run.smithi134:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e4a63de8-748e-11ef-bceb-c7b262605968@mgr.b.service' 2024-09-17T01:01:52.771 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T01:01:52.771 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-09-17T01:01:52.771 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-09-17T01:01:52.771 DEBUG:teuthology.orchestra.run.smithi045:> sudo systemctl stop ceph-e4a63de8-748e-11ef-bceb-c7b262605968@osd.0 2024-09-17T01:01:53.071 INFO:journalctl@ceph.osd.0.smithi045.stdout:Sep 17 01:01:52 smithi045 systemd[1]: Stopping Ceph osd.0 for e4a63de8-748e-11ef-bceb-c7b262605968... 2024-09-17T01:01:53.374 INFO:journalctl@ceph.osd.0.smithi045.stdout:Sep 17 01:01:53 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-osd-0[39334]: 2024-09-17T01:01:53.072+0000 7fe582216640 -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-17T01:01:53.375 INFO:journalctl@ceph.osd.0.smithi045.stdout:Sep 17 01:01:53 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-osd-0[39334]: 2024-09-17T01:01:53.072+0000 7fe582216640 -1 osd.0 23 *** Got signal Terminated *** 2024-09-17T01:01:53.375 INFO:journalctl@ceph.osd.0.smithi045.stdout:Sep 17 01:01:53 smithi045 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-osd-0[39334]: 2024-09-17T01:01:53.072+0000 7fe582216640 -1 osd.0 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T01:01:58.671 INFO:journalctl@ceph.osd.0.smithi045.stdout:Sep 17 01:01:58 smithi045 podman[51386]: 2024-09-17 01:01:58.411866287 +0000 UTC m=+5.437441742 container died 4b5c8d7cd2f9b2e1edea3738559928d089365997724bd9957e5e2c3702a1d144 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-osd-0, RELEASE=squid-c2ddf97, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, GIT_CLEAN=True, maintainer=Guillaume Abrioux , ceph=True, io.buildah.version=1.37.2) 2024-09-17T01:01:59.028 INFO:journalctl@ceph.osd.0.smithi045.stdout:Sep 17 01:01:58 smithi045 podman[51386]: 2024-09-17 01:01:58.821635845 +0000 UTC m=+5.847211342 container cleanup 4b5c8d7cd2f9b2e1edea3738559928d089365997724bd9957e5e2c3702a1d144 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-osd-0, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, RELEASE=squid-c2ddf97, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, ceph=True, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD) 2024-09-17T01:01:59.029 INFO:journalctl@ceph.osd.0.smithi045.stdout:Sep 17 01:01:58 smithi045 bash[51386]: ceph-e4a63de8-748e-11ef-bceb-c7b262605968-osd-0 2024-09-17T01:01:59.375 INFO:journalctl@ceph.osd.0.smithi045.stdout:Sep 17 01:01:59 smithi045 podman[51794]: 2024-09-17 01:01:59.031200445 +0000 UTC m=+0.615692034 container remove 4b5c8d7cd2f9b2e1edea3738559928d089365997724bd9957e5e2c3702a1d144 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-osd-0, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GIT_CLEAN=True, org.label-schema.vendor=CentOS, RELEASE=squid-c2ddf97, io.buildah.version=1.37.2) 2024-09-17T01:01:59.627 INFO:journalctl@ceph.osd.0.smithi045.stdout:Sep 17 01:01:59 smithi045 podman[51889]: 2024-09-17 01:01:59.281985694 +0000 UTC m=+0.016294293 image pull ebb0615149def4a3179c82c0cc47af75808300abb9f1142788e5e605a7ac0e5b quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3 2024-09-17T01:01:59.627 INFO:journalctl@ceph.osd.0.smithi045.stdout:Sep 17 01:01:59 smithi045 podman[51889]: 2024-09-17 01:01:59.401220788 +0000 UTC m=+0.135529377 container create b822ec88e76e8a3690b5a2cdd7994f4ddfc665976473267205fd87a728bfde9a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-osd-0-deactivate, ceph=True, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, RELEASE=squid-c2ddf97, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0) 2024-09-17T01:01:59.627 INFO:journalctl@ceph.osd.0.smithi045.stdout:Sep 17 01:01:59 smithi045 podman[51889]: 2024-09-17 01:01:59.626409807 +0000 UTC m=+0.360718402 container init b822ec88e76e8a3690b5a2cdd7994f4ddfc665976473267205fd87a728bfde9a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-osd-0-deactivate, ceph=True, CEPH_POINT_RELEASE=, RELEASE=squid-c2ddf97, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T01:01:59.627 INFO:journalctl@ceph.osd.0.smithi045.stdout:Sep 17 01:01:59 smithi045 podman[51889]: 2024-09-17 01:01:59.630226117 +0000 UTC m=+0.364534707 container start b822ec88e76e8a3690b5a2cdd7994f4ddfc665976473267205fd87a728bfde9a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-osd-0-deactivate, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, ceph=True, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, RELEASE=squid-c2ddf97, CEPH_POINT_RELEASE=, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.license=GPLv2) 2024-09-17T01:02:00.110 INFO:journalctl@ceph.osd.0.smithi045.stdout:Sep 17 01:01:59 smithi045 podman[51889]: 2024-09-17 01:01:59.718208774 +0000 UTC m=+0.452517366 container attach b822ec88e76e8a3690b5a2cdd7994f4ddfc665976473267205fd87a728bfde9a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-osd-0-deactivate, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_CLEAN=True, org.label-schema.license=GPLv2, RELEASE=squid-c2ddf97, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, GIT_REPO=git@github.com:ceph/ceph-container.git, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=) 2024-09-17T01:02:00.110 INFO:journalctl@ceph.osd.0.smithi045.stdout:Sep 17 01:01:59 smithi045 podman[51889]: 2024-09-17 01:01:59.818261195 +0000 UTC m=+0.552569786 container died b822ec88e76e8a3690b5a2cdd7994f4ddfc665976473267205fd87a728bfde9a (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-osd-0-deactivate, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, GIT_CLEAN=True, ceph=True, org.label-schema.build-date=20240731, RELEASE=squid-c2ddf97) 2024-09-17T01:02:00.396 DEBUG:teuthology.orchestra.run.smithi045:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e4a63de8-748e-11ef-bceb-c7b262605968@osd.0.service' 2024-09-17T01:02:00.439 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T01:02:00.439 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-09-17T01:02:00.439 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-09-17T01:02:00.439 DEBUG:teuthology.orchestra.run.smithi134:> sudo systemctl stop ceph-e4a63de8-748e-11ef-bceb-c7b262605968@osd.1 2024-09-17T01:02:00.814 INFO:journalctl@ceph.osd.1.smithi134.stdout:Sep 17 01:02:00 smithi134 systemd[1]: Stopping Ceph osd.1 for e4a63de8-748e-11ef-bceb-c7b262605968... 2024-09-17T01:02:01.315 INFO:journalctl@ceph.osd.1.smithi134.stdout:Sep 17 01:02:00 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-osd-1[35852]: 2024-09-17T01:02:00.823+0000 7f4d0dde5640 -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-17T01:02:01.315 INFO:journalctl@ceph.osd.1.smithi134.stdout:Sep 17 01:02:00 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-osd-1[35852]: 2024-09-17T01:02:00.823+0000 7f4d0dde5640 -1 osd.1 23 *** Got signal Terminated *** 2024-09-17T01:02:01.315 INFO:journalctl@ceph.osd.1.smithi134.stdout:Sep 17 01:02:00 smithi134 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-osd-1[35852]: 2024-09-17T01:02:00.823+0000 7f4d0dde5640 -1 osd.1 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T01:02:06.307 INFO:journalctl@ceph.osd.1.smithi134.stdout:Sep 17 01:02:06 smithi134 podman[44533]: 2024-09-17 01:02:06.127808997 +0000 UTC m=+5.489270185 container died a2c71908602a9fd30dda9d18faef421156103308f7ff2e29586fb42eec890272 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-osd-1, org.label-schema.license=GPLv2, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, RELEASE=squid-c2ddf97, CEPH_POINT_RELEASE=, GIT_CLEAN=True, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD) 2024-09-17T01:02:06.950 INFO:journalctl@ceph.osd.1.smithi134.stdout:Sep 17 01:02:06 smithi134 podman[44533]: 2024-09-17 01:02:06.726704515 +0000 UTC m=+6.088165761 container cleanup a2c71908602a9fd30dda9d18faef421156103308f7ff2e29586fb42eec890272 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-osd-1, RELEASE=squid-c2ddf97, CEPH_POINT_RELEASE=, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, ceph=True, maintainer=Guillaume Abrioux ) 2024-09-17T01:02:06.950 INFO:journalctl@ceph.osd.1.smithi134.stdout:Sep 17 01:02:06 smithi134 bash[44533]: ceph-e4a63de8-748e-11ef-bceb-c7b262605968-osd-1 2024-09-17T01:02:07.300 INFO:journalctl@ceph.osd.1.smithi134.stdout:Sep 17 01:02:06 smithi134 podman[44832]: 2024-09-17 01:02:06.9528971 +0000 UTC m=+0.824137620 container remove a2c71908602a9fd30dda9d18faef421156103308f7ff2e29586fb42eec890272 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-osd-1, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, GIT_CLEAN=True, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, RELEASE=squid-c2ddf97, ceph=True, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.build-date=20240731) 2024-09-17T01:02:07.998 INFO:journalctl@ceph.osd.1.smithi134.stdout:Sep 17 01:02:07 smithi134 podman[45017]: 2024-09-17 01:02:07.689299796 +0000 UTC m=+0.016259860 image pull ebb0615149def4a3179c82c0cc47af75808300abb9f1142788e5e605a7ac0e5b quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3 2024-09-17T01:02:07.998 INFO:journalctl@ceph.osd.1.smithi134.stdout:Sep 17 01:02:07 smithi134 podman[45017]: 2024-09-17 01:02:07.798780974 +0000 UTC m=+0.125741067 container create 86d658738026af1bf9a027655b4904e5ab3aac38be594071388e808f12b5c547 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-osd-1-deactivate, ceph=True, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, org.label-schema.build-date=20240731, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, RELEASE=squid-c2ddf97, org.label-schema.vendor=CentOS) 2024-09-17T01:02:07.999 INFO:journalctl@ceph.osd.1.smithi134.stdout:Sep 17 01:02:08 smithi134 podman[45017]: 2024-09-17 01:02:08.001189204 +0000 UTC m=+0.328149262 container init 86d658738026af1bf9a027655b4904e5ab3aac38be594071388e808f12b5c547 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-osd-1-deactivate, RELEASE=squid-c2ddf97, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, ceph=True) 2024-09-17T01:02:08.314 INFO:journalctl@ceph.osd.1.smithi134.stdout:Sep 17 01:02:08 smithi134 podman[45017]: 2024-09-17 01:02:08.004971775 +0000 UTC m=+0.331931834 container start 86d658738026af1bf9a027655b4904e5ab3aac38be594071388e808f12b5c547 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-osd-1-deactivate, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , org.label-schema.schema-version=1.0, ceph=True, GIT_CLEAN=True, RELEASE=squid-c2ddf97, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20240731) 2024-09-17T01:02:08.315 INFO:journalctl@ceph.osd.1.smithi134.stdout:Sep 17 01:02:08 smithi134 podman[45017]: 2024-09-17 01:02:08.084275493 +0000 UTC m=+0.411235552 container attach 86d658738026af1bf9a027655b4904e5ab3aac38be594071388e808f12b5c547 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-osd-1-deactivate, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, RELEASE=squid-c2ddf97, GIT_CLEAN=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, maintainer=Guillaume Abrioux , io.buildah.version=1.37.2, GIT_BRANCH=HEAD, ceph=True, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git) 2024-09-17T01:02:08.315 INFO:journalctl@ceph.osd.1.smithi134.stdout:Sep 17 01:02:08 smithi134 podman[45017]: 2024-09-17 01:02:08.189829257 +0000 UTC m=+0.516789305 container died 86d658738026af1bf9a027655b4904e5ab3aac38be594071388e808f12b5c547 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-osd-1-deactivate, io.buildah.version=1.37.2, org.label-schema.license=GPLv2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, GIT_REPO=git@github.com:ceph/ceph-container.git, GIT_CLEAN=True, RELEASE=squid-c2ddf97, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux , ceph=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_BRANCH=HEAD) 2024-09-17T01:02:08.736 DEBUG:teuthology.orchestra.run.smithi134:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e4a63de8-748e-11ef-bceb-c7b262605968@osd.1.service' 2024-09-17T01:02:08.776 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T01:02:08.777 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-09-17T01:02:08.777 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-09-17T01:02:08.777 DEBUG:teuthology.orchestra.run.smithi153:> sudo systemctl stop ceph-e4a63de8-748e-11ef-bceb-c7b262605968@osd.2 2024-09-17T01:02:09.075 INFO:journalctl@ceph.osd.2.smithi153.stdout:Sep 17 01:02:08 smithi153 systemd[1]: Stopping Ceph osd.2 for e4a63de8-748e-11ef-bceb-c7b262605968... 2024-09-17T01:02:09.397 INFO:journalctl@ceph.osd.2.smithi153.stdout:Sep 17 01:02:09 smithi153 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-osd-2[36316]: 2024-09-17T01:02:09.077+0000 7f9a4b8b7640 -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-17T01:02:09.397 INFO:journalctl@ceph.osd.2.smithi153.stdout:Sep 17 01:02:09 smithi153 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-osd-2[36316]: 2024-09-17T01:02:09.077+0000 7f9a4b8b7640 -1 osd.2 23 *** Got signal Terminated *** 2024-09-17T01:02:09.397 INFO:journalctl@ceph.osd.2.smithi153.stdout:Sep 17 01:02:09 smithi153 ceph-e4a63de8-748e-11ef-bceb-c7b262605968-osd-2[36316]: 2024-09-17T01:02:09.077+0000 7f9a4b8b7640 -1 osd.2 23 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-09-17T01:02:14.808 INFO:journalctl@ceph.osd.2.smithi153.stdout:Sep 17 01:02:14 smithi153 podman[45594]: 2024-09-17 01:02:14.555976797 +0000 UTC m=+5.579369496 container died 6e4f39e6fee82509c97f01b1dc2ca1447972b26bd7d70100b84a90dd72aa75ea (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-osd-2, org.label-schema.license=GPLv2, ceph=True, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-c2ddf97, GIT_BRANCH=HEAD, org.label-schema.name=CentOS Stream 9 Base Image, GIT_CLEAN=True, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, maintainer=Guillaume Abrioux ) 2024-09-17T01:02:15.147 INFO:journalctl@ceph.osd.2.smithi153.stdout:Sep 17 01:02:14 smithi153 podman[45594]: 2024-09-17 01:02:14.969251456 +0000 UTC m=+5.992644144 container cleanup 6e4f39e6fee82509c97f01b1dc2ca1447972b26bd7d70100b84a90dd72aa75ea (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-osd-2, GIT_CLEAN=True, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-c2ddf97, io.buildah.version=1.37.2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, maintainer=Guillaume Abrioux , GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, ceph=True) 2024-09-17T01:02:15.147 INFO:journalctl@ceph.osd.2.smithi153.stdout:Sep 17 01:02:14 smithi153 bash[45594]: ceph-e4a63de8-748e-11ef-bceb-c7b262605968-osd-2 2024-09-17T01:02:15.637 INFO:journalctl@ceph.osd.2.smithi153.stdout:Sep 17 01:02:15 smithi153 podman[45609]: 2024-09-17 01:02:15.195467448 +0000 UTC m=+0.636035263 container remove 6e4f39e6fee82509c97f01b1dc2ca1447972b26bd7d70100b84a90dd72aa75ea (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-osd-2, GIT_REPO=git@github.com:ceph/ceph-container.git, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, RELEASE=squid-c2ddf97, org.label-schema.vendor=CentOS, GIT_BRANCH=HEAD, CEPH_POINT_RELEASE=, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, org.label-schema.build-date=20240731, ceph=True, io.buildah.version=1.37.2, GIT_CLEAN=True) 2024-09-17T01:02:15.897 INFO:journalctl@ceph.osd.2.smithi153.stdout:Sep 17 01:02:15 smithi153 podman[45699]: 2024-09-17 01:02:15.543203243 +0000 UTC m=+0.015780036 image pull ebb0615149def4a3179c82c0cc47af75808300abb9f1142788e5e605a7ac0e5b quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3 2024-09-17T01:02:15.898 INFO:journalctl@ceph.osd.2.smithi153.stdout:Sep 17 01:02:15 smithi153 podman[45699]: 2024-09-17 01:02:15.646109415 +0000 UTC m=+0.118686210 container create c1038dfbb5d548a7d89335b452fe548395443606a03f54edc0badc4f54ce9399 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-osd-2-deactivate, io.buildah.version=1.37.2, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, org.label-schema.license=GPLv2, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-c2ddf97, org.label-schema.build-date=20240731, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, ceph=True) 2024-09-17T01:02:15.898 INFO:journalctl@ceph.osd.2.smithi153.stdout:Sep 17 01:02:15 smithi153 podman[45699]: 2024-09-17 01:02:15.865150755 +0000 UTC m=+0.337727549 container init c1038dfbb5d548a7d89335b452fe548395443606a03f54edc0badc4f54ce9399 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-osd-2-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20240731, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, io.buildah.version=1.37.2, GIT_BRANCH=HEAD, RELEASE=squid-c2ddf97, maintainer=Guillaume Abrioux , org.label-schema.license=GPLv2) 2024-09-17T01:02:15.898 INFO:journalctl@ceph.osd.2.smithi153.stdout:Sep 17 01:02:15 smithi153 podman[45699]: 2024-09-17 01:02:15.868432176 +0000 UTC m=+0.341008970 container start c1038dfbb5d548a7d89335b452fe548395443606a03f54edc0badc4f54ce9399 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-osd-2-deactivate, GIT_BRANCH=HEAD, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, maintainer=Guillaume Abrioux , RELEASE=squid-c2ddf97, ceph=True, GIT_CLEAN=True, GIT_REPO=git@github.com:ceph/ceph-container.git, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, io.buildah.version=1.37.2, org.label-schema.vendor=CentOS, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T01:02:16.327 INFO:journalctl@ceph.osd.2.smithi153.stdout:Sep 17 01:02:15 smithi153 podman[45699]: 2024-09-17 01:02:15.956814747 +0000 UTC m=+0.429391554 container attach c1038dfbb5d548a7d89335b452fe548395443606a03f54edc0badc4f54ce9399 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-osd-2-deactivate, GIT_REPO=git@github.com:ceph/ceph-container.git, RELEASE=squid-c2ddf97, org.label-schema.vendor=CentOS, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, ceph=True, org.label-schema.schema-version=1.0, maintainer=Guillaume Abrioux , GIT_CLEAN=True, GIT_BRANCH=HEAD, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, io.buildah.version=1.37.2, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image) 2024-09-17T01:02:16.327 INFO:journalctl@ceph.osd.2.smithi153.stdout:Sep 17 01:02:16 smithi153 podman[45699]: 2024-09-17 01:02:16.058114222 +0000 UTC m=+0.530691020 container died c1038dfbb5d548a7d89335b452fe548395443606a03f54edc0badc4f54ce9399 (image=quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:475e68c989240ebfb6ca26a687a713828159881ccf6edcf69b7320f1853af3e3, name=ceph-e4a63de8-748e-11ef-bceb-c7b262605968-osd-2-deactivate, CEPH_POINT_RELEASE=, org.label-schema.name=CentOS Stream 9 Base Image, maintainer=Guillaume Abrioux , RELEASE=squid-c2ddf97, org.label-schema.schema-version=1.0, GIT_BRANCH=HEAD, io.buildah.version=1.37.2, org.label-schema.build-date=20240731, org.label-schema.license=GPLv2, GIT_COMMIT=009c5a8162e3d9e92e49bb850b92bd3cd406d965, GIT_REPO=git@github.com:ceph/ceph-container.git, ceph=True, GIT_CLEAN=True, org.label-schema.vendor=CentOS) 2024-09-17T01:02:16.763 DEBUG:teuthology.orchestra.run.smithi153:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e4a63de8-748e-11ef-bceb-c7b262605968@osd.2.service' 2024-09-17T01:02:16.800 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-09-17T01:02:16.800 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-09-17T01:02:16.800 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e4a63de8-748e-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-17T01:02:17.020 INFO:teuthology.orchestra.run.smithi045.stdout:Deleting cluster with fsid: e4a63de8-748e-11ef-bceb-c7b262605968 2024-09-17T01:02:21.037 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e4a63de8-748e-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-17T01:02:21.241 INFO:teuthology.orchestra.run.smithi134.stdout:Deleting cluster with fsid: e4a63de8-748e-11ef-bceb-c7b262605968 2024-09-17T01:02:24.856 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e4a63de8-748e-11ef-bceb-c7b262605968 --force --keep-logs 2024-09-17T01:02:25.055 INFO:teuthology.orchestra.run.smithi153.stdout:Deleting cluster with fsid: e4a63de8-748e-11ef-bceb-c7b262605968 2024-09-17T01:02:28.751 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T01:02:28.784 DEBUG:teuthology.orchestra.run.smithi134:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T01:02:28.817 DEBUG:teuthology.orchestra.run.smithi153:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-09-17T01:02:28.845 INFO:tasks.cephadm:Archiving crash dumps... 2024-09-17T01:02:28.846 DEBUG:teuthology.misc:Transferring archived files from smithi045:/var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-09-16_21:08:04-orch-squid-distro-default-smithi/7907970/remote/smithi045/crash 2024-09-17T01:02:28.847 DEBUG:teuthology.orchestra.run.smithi045:> sudo tar c -f - -C /var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/crash -- . 2024-09-17T01:02:28.885 INFO:teuthology.orchestra.run.smithi045.stderr:tar: /var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-17T01:02:28.885 INFO:teuthology.orchestra.run.smithi045.stderr:tar: Error is not recoverable: exiting now 2024-09-17T01:02:28.887 DEBUG:teuthology.misc:Transferring archived files from smithi134:/var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-09-16_21:08:04-orch-squid-distro-default-smithi/7907970/remote/smithi134/crash 2024-09-17T01:02:28.888 DEBUG:teuthology.orchestra.run.smithi134:> sudo tar c -f - -C /var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/crash -- . 2024-09-17T01:02:28.924 INFO:teuthology.orchestra.run.smithi134.stderr:tar: /var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-17T01:02:28.924 INFO:teuthology.orchestra.run.smithi134.stderr:tar: Error is not recoverable: exiting now 2024-09-17T01:02:28.926 DEBUG:teuthology.misc:Transferring archived files from smithi153:/var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/crash to /home/teuthworker/archive/teuthology-2024-09-16_21:08:04-orch-squid-distro-default-smithi/7907970/remote/smithi153/crash 2024-09-17T01:02:28.927 DEBUG:teuthology.orchestra.run.smithi153:> sudo tar c -f - -C /var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/crash -- . 2024-09-17T01:02:28.990 INFO:teuthology.orchestra.run.smithi153.stderr:tar: /var/lib/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/crash: Cannot open: No such file or directory 2024-09-17T01:02:28.990 INFO:teuthology.orchestra.run.smithi153.stderr:tar: Error is not recoverable: exiting now 2024-09-17T01:02:28.991 INFO:tasks.cephadm:Checking cluster log for badness... 2024-09-17T01:02:28.991 DEBUG:teuthology.orchestra.run.smithi045:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v 'mons down' | egrep -v 'mon down' | egrep -v 'out of quorum' | egrep -v CEPHADM_STRAY_DAEMON | egrep -v CEPHADM_FAILED_DAEMON | head -n 1 2024-09-17T01:02:29.021 INFO:tasks.cephadm:Compressing logs... 2024-09-17T01:02:29.022 DEBUG:teuthology.orchestra.run.smithi045:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-17T01:02:29.065 DEBUG:teuthology.orchestra.run.smithi134:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-17T01:02:29.068 DEBUG:teuthology.orchestra.run.smithi153:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-09-17T01:02:29.089 INFO:teuthology.orchestra.run.smithi045.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph-osd.0.log 2024-09-17T01:02:29.089 INFO:teuthology.orchestra.run.smithi045.stderr:: No such file or directory 2024-09-17T01:02:29.089 INFO:teuthology.orchestra.run.smithi045.stderr:gzip -5 --verbose -- /var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph-mgr.a.log 2024-09-17T01:02:29.089 INFO:teuthology.orchestra.run.smithi045.stderr:gzip -5 --verbose -- /var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-17T01:02:29.090 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph-osd.0.log: /var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph-mgr.a.log: gzip -5 --verbose -- /var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-17T01:02:29.090 INFO:teuthology.orchestra.run.smithi045.stderr:gzip -5 --verbose -- /var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-17T01:02:29.091 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph-volume.log: /var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph-mon.a.log 2024-09-17T01:02:29.091 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph.log 2024-09-17T01:02:29.091 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph-mon.a.log: 84.2% -- replaced with /var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-17T01:02:29.092 INFO:teuthology.orchestra.run.smithi045.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-17T01:02:29.093 INFO:teuthology.orchestra.run.smithi045.stderr:/var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph.log: /var/log/ceph/cephadm.log: 90.5% -- replaced with /var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-17T01:02:29.093 INFO:teuthology.orchestra.run.smithi045.stderr: 87.4% -- replaced with /var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-17T01:02:29.094 INFO:teuthology.orchestra.run.smithi153.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-17T01:02:29.094 INFO:teuthology.orchestra.run.smithi153.stderr:: No such file or directory 2024-09-17T01:02:29.094 INFO:teuthology.orchestra.run.smithi153.stderr:gzip -5 --verbose -- /var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-17T01:02:29.094 INFO:teuthology.orchestra.run.smithi153.stderr:/var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph-mon.c.log 2024-09-17T01:02:29.094 INFO:teuthology.orchestra.run.smithi153.stderr:/var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-17T01:02:29.094 INFO:teuthology.orchestra.run.smithi153.stderr:/var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph-osd.2.log 2024-09-17T01:02:29.094 INFO:teuthology.orchestra.run.smithi153.stderr:gzip -5 --verbose -- /var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph.log 2024-09-17T01:02:29.096 INFO:teuthology.orchestra.run.smithi153.stderr:/var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph.cephadm.log: /var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-17T01:02:29.097 INFO:teuthology.orchestra.run.smithi153.stderr: 80.4% -- replaced with /var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-17T01:02:29.097 INFO:teuthology.orchestra.run.smithi153.stderr: 90.5% -- replaced with /var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-17T01:02:29.097 INFO:teuthology.orchestra.run.smithi153.stderr:/var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph.log: /var/log/ceph/cephadm.log: 87.3% -- replaced with /var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-17T01:02:29.097 INFO:teuthology.orchestra.run.smithi153.stderr: 81.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-17T01:02:29.098 INFO:teuthology.orchestra.run.smithi134.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph-osd.1.log 2024-09-17T01:02:29.098 INFO:teuthology.orchestra.run.smithi134.stderr:: No such file or directory 2024-09-17T01:02:29.098 INFO:teuthology.orchestra.run.smithi134.stderr:gzip -5 --verbose -- /var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph-volume.log 2024-09-17T01:02:29.098 INFO:teuthology.orchestra.run.smithi134.stderr:gzip -5 --verbose -- /var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph-mgr.b.log 2024-09-17T01:02:29.099 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph.audit.log 2024-09-17T01:02:29.099 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph-volume.log: /var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph.cephadm.log 2024-09-17T01:02:29.099 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph.log 2024-09-17T01:02:29.099 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph-mon.b.log 2024-09-17T01:02:29.099 INFO:teuthology.orchestra.run.smithi134.stderr: 80.4% -- replaced with /var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph.cephadm.log.gz 2024-09-17T01:02:29.099 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-09-17T01:02:29.099 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph-mon.b.log: 90.6% -- replaced with /var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph.audit.log.gz 2024-09-17T01:02:29.099 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/cephadm.log: 87.5% -- replaced with /var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph.log.gz 2024-09-17T01:02:29.099 INFO:teuthology.orchestra.run.smithi134.stderr: 80.0% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-17T01:02:29.101 INFO:teuthology.orchestra.run.smithi134.stderr: 90.8% -- replaced with /var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph-mgr.b.log.gz 2024-09-17T01:02:29.107 INFO:teuthology.orchestra.run.smithi045.stderr: 91.5% -- replaced with /var/log/ceph/cephadm.log.gz 2024-09-17T01:02:29.112 INFO:teuthology.orchestra.run.smithi153.stderr: 91.6% -- replaced with /var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-17T01:02:29.114 INFO:teuthology.orchestra.run.smithi134.stderr: 91.5% -- replaced with /var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-17T01:02:29.118 INFO:teuthology.orchestra.run.smithi045.stderr: 91.6% -- replaced with /var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph-volume.log.gz 2024-09-17T01:02:29.130 INFO:teuthology.orchestra.run.smithi045.stderr: 93.5% -- replaced with /var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph-osd.0.log.gz 2024-09-17T01:02:29.132 INFO:teuthology.orchestra.run.smithi153.stderr: 93.6% -- replaced with /var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph-osd.2.log.gz 2024-09-17T01:02:29.163 INFO:teuthology.orchestra.run.smithi153.stderr: 93.0% -- replaced with /var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph-mon.c.log.gz 2024-09-17T01:02:29.165 INFO:teuthology.orchestra.run.smithi153.stderr: 2024-09-17T01:02:29.165 INFO:teuthology.orchestra.run.smithi153.stderr:real 0m0.083s 2024-09-17T01:02:29.165 INFO:teuthology.orchestra.run.smithi153.stderr:user 0m0.142s 2024-09-17T01:02:29.165 INFO:teuthology.orchestra.run.smithi153.stderr:sys 0m0.018s 2024-09-17T01:02:29.170 INFO:teuthology.orchestra.run.smithi134.stderr: 93.9% -- replaced with /var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph-osd.1.log.gz 2024-09-17T01:02:29.190 INFO:teuthology.orchestra.run.smithi134.stderr: 92.8% -- replaced with /var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph-mon.b.log.gz 2024-09-17T01:02:29.192 INFO:teuthology.orchestra.run.smithi134.stderr: 2024-09-17T01:02:29.192 INFO:teuthology.orchestra.run.smithi134.stderr:real 0m0.110s 2024-09-17T01:02:29.192 INFO:teuthology.orchestra.run.smithi134.stderr:user 0m0.207s 2024-09-17T01:02:29.192 INFO:teuthology.orchestra.run.smithi134.stderr:sys 0m0.028s 2024-09-17T01:02:29.227 INFO:teuthology.orchestra.run.smithi045.stderr: 88.5% -- replaced with /var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph-mgr.a.log.gz 2024-09-17T01:02:29.399 INFO:teuthology.orchestra.run.smithi045.stderr: 91.4% -- replaced with /var/log/ceph/e4a63de8-748e-11ef-bceb-c7b262605968/ceph-mon.a.log.gz 2024-09-17T01:02:29.401 INFO:teuthology.orchestra.run.smithi045.stderr: 2024-09-17T01:02:29.401 INFO:teuthology.orchestra.run.smithi045.stderr:real 0m0.323s 2024-09-17T01:02:29.401 INFO:teuthology.orchestra.run.smithi045.stderr:user 0m0.526s 2024-09-17T01:02:29.401 INFO:teuthology.orchestra.run.smithi045.stderr:sys 0m0.037s 2024-09-17T01:02:29.402 INFO:tasks.cephadm:Archiving logs... 2024-09-17T01:02:29.402 DEBUG:teuthology.misc:Transferring archived files from smithi045:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-16_21:08:04-orch-squid-distro-default-smithi/7907970/remote/smithi045/log 2024-09-17T01:02:29.403 DEBUG:teuthology.orchestra.run.smithi045:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-17T01:02:29.571 DEBUG:teuthology.misc:Transferring archived files from smithi134:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-16_21:08:04-orch-squid-distro-default-smithi/7907970/remote/smithi134/log 2024-09-17T01:02:29.572 DEBUG:teuthology.orchestra.run.smithi134:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-17T01:02:29.645 DEBUG:teuthology.misc:Transferring archived files from smithi153:/var/log/ceph to /home/teuthworker/archive/teuthology-2024-09-16_21:08:04-orch-squid-distro-default-smithi/7907970/remote/smithi153/log 2024-09-17T01:02:29.646 DEBUG:teuthology.orchestra.run.smithi153:> sudo tar c -f - -C /var/log/ceph -- . 2024-09-17T01:02:29.694 INFO:tasks.cephadm:Removing cluster... 2024-09-17T01:02:29.695 DEBUG:teuthology.orchestra.run.smithi045:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e4a63de8-748e-11ef-bceb-c7b262605968 --force 2024-09-17T01:02:29.892 INFO:teuthology.orchestra.run.smithi045.stdout:Deleting cluster with fsid: e4a63de8-748e-11ef-bceb-c7b262605968 2024-09-17T01:02:30.158 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e4a63de8-748e-11ef-bceb-c7b262605968 --force 2024-09-17T01:02:30.360 INFO:teuthology.orchestra.run.smithi134.stdout:Deleting cluster with fsid: e4a63de8-748e-11ef-bceb-c7b262605968 2024-09-17T01:02:30.613 DEBUG:teuthology.orchestra.run.smithi153:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e4a63de8-748e-11ef-bceb-c7b262605968 --force 2024-09-17T01:02:30.817 INFO:teuthology.orchestra.run.smithi153.stdout:Deleting cluster with fsid: e4a63de8-748e-11ef-bceb-c7b262605968 2024-09-17T01:02:31.076 INFO:tasks.cephadm:Removing cephadm ... 2024-09-17T01:02:31.076 DEBUG:teuthology.orchestra.run.smithi045:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-17T01:02:31.095 DEBUG:teuthology.orchestra.run.smithi134:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-17T01:02:31.111 DEBUG:teuthology.orchestra.run.smithi153:> rm -rf /home/ubuntu/cephtest/cephadm 2024-09-17T01:02:31.126 INFO:tasks.cephadm:Teardown complete 2024-09-17T01:02:31.127 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-09-17T01:02:31.136 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer... 2024-09-17T01:02:31.136 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-17T01:02:31.139 DEBUG:teuthology.orchestra.run.smithi134:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-17T01:02:31.153 DEBUG:teuthology.orchestra.run.smithi153:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-09-17T01:02:31.263 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-09-17T01:02:31.271 INFO:teuthology.task.clock:Checking final clock skew... 2024-09-17T01:02:31.271 DEBUG:teuthology.orchestra.run.smithi045:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T01:02:31.274 DEBUG:teuthology.orchestra.run.smithi134:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T01:02:31.277 DEBUG:teuthology.orchestra.run.smithi153:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-09-17T01:02:31.289 INFO:teuthology.orchestra.run.smithi134.stderr:bash: line 1: ntpq: command not found 2024-09-17T01:02:31.290 INFO:teuthology.orchestra.run.smithi045.stderr:bash: line 1: ntpq: command not found 2024-09-17T01:02:31.292 INFO:teuthology.orchestra.run.smithi153.stderr:bash: line 1: ntpq: command not found 2024-09-17T01:02:31.293 INFO:teuthology.orchestra.run.smithi134.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T01:02:31.293 INFO:teuthology.orchestra.run.smithi134.stdout:=============================================================================== 2024-09-17T01:02:31.293 INFO:teuthology.orchestra.run.smithi134.stdout:^* hv01.front.sepia.ceph.com 3 6 377 62 +3318us[+3364us] +/- 45ms 2024-09-17T01:02:31.293 INFO:teuthology.orchestra.run.smithi134.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 62 -4389us[-4343us] +/- 87ms 2024-09-17T01:02:31.293 INFO:teuthology.orchestra.run.smithi134.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 61 -2310us[-2310us] +/- 77ms 2024-09-17T01:02:31.293 INFO:teuthology.orchestra.run.smithi134.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T01:02:31.295 INFO:teuthology.orchestra.run.smithi045.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T01:02:31.295 INFO:teuthology.orchestra.run.smithi045.stdout:=============================================================================== 2024-09-17T01:02:31.295 INFO:teuthology.orchestra.run.smithi045.stdout:^* hv01.front.sepia.ceph.com 3 6 377 59 +3369us[+3348us] +/- 45ms 2024-09-17T01:02:31.295 INFO:teuthology.orchestra.run.smithi045.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 62 -4333us[-4355us] +/- 87ms 2024-09-17T01:02:31.295 INFO:teuthology.orchestra.run.smithi045.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 59 -2267us[-2288us] +/- 77ms 2024-09-17T01:02:31.295 INFO:teuthology.orchestra.run.smithi045.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T01:02:31.297 INFO:teuthology.orchestra.run.smithi153.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-09-17T01:02:31.297 INFO:teuthology.orchestra.run.smithi153.stdout:=============================================================================== 2024-09-17T01:02:31.297 INFO:teuthology.orchestra.run.smithi153.stdout:^* hv01.front.sepia.ceph.com 3 6 377 64 +3388us[+3353us] +/- 45ms 2024-09-17T01:02:31.298 INFO:teuthology.orchestra.run.smithi153.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 61 -4320us[-4320us] +/- 87ms 2024-09-17T01:02:31.298 INFO:teuthology.orchestra.run.smithi153.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 61 -2246us[-2246us] +/- 77ms 2024-09-17T01:02:31.298 INFO:teuthology.orchestra.run.smithi153.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-09-17T01:02:31.298 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-09-17T01:02:31.306 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-09-17T01:02:31.307 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-09-17T01:02:31.347 DEBUG:teuthology.orchestra.run.smithi045:> 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-17T01:02:31.424 DEBUG:teuthology.orchestra.run.smithi134:> 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-17T01:02:31.488 DEBUG:teuthology.orchestra.run.smithi153:> 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-17T01:02:31.553 DEBUG:teuthology.orchestra.run.smithi045:> 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 -e scontext=system_u:system_r:getty_t:s0 2024-09-17T01:02:31.584 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T01:02:31.584 DEBUG:teuthology.orchestra.run.smithi134:> 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 -e scontext=system_u:system_r:getty_t:s0 2024-09-17T01:02:31.611 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T01:02:31.612 DEBUG:teuthology.orchestra.run.smithi153:> 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 -e scontext=system_u:system_r:getty_t:s0 2024-09-17T01:02:31.640 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T01:02:31.640 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-09-17T01:02:31.649 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-09-17T01:02:31.698 INFO:teuthology.task.internal:Duration was 1072.772917 seconds 2024-09-17T01:02:31.698 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-09-17T01:02:31.757 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-09-17T01:02:31.757 DEBUG:teuthology.orchestra.run.smithi045:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-17T01:02:31.760 DEBUG:teuthology.orchestra.run.smithi134:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-17T01:02:31.763 DEBUG:teuthology.orchestra.run.smithi153:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-09-17T01:02:31.799 INFO:teuthology.orchestra.run.smithi134.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T01:02:31.802 INFO:teuthology.orchestra.run.smithi153.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T01:02:31.803 INFO:teuthology.orchestra.run.smithi045.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-09-17T01:02:32.189 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-09-17T01:02:32.189 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi045.front.sepia.ceph.com 2024-09-17T01:02:32.189 DEBUG:teuthology.orchestra.run.smithi045:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-17T01:02:32.216 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi134.front.sepia.ceph.com 2024-09-17T01:02:32.217 DEBUG:teuthology.orchestra.run.smithi134:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-17T01:02:32.244 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi153.front.sepia.ceph.com 2024-09-17T01:02:32.244 DEBUG:teuthology.orchestra.run.smithi153:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-09-17T01:02:32.272 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-09-17T01:02:32.272 DEBUG:teuthology.orchestra.run.smithi045:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T01:02:32.275 DEBUG:teuthology.orchestra.run.smithi134:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T01:02:32.287 DEBUG:teuthology.orchestra.run.smithi153:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-09-17T01:02:32.339 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-09-17T01:02:32.340 DEBUG:teuthology.orchestra.run.smithi045:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-17T01:02:32.348 DEBUG:teuthology.orchestra.run.smithi134:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-17T01:02:32.356 DEBUG:teuthology.orchestra.run.smithi153:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-09-17T01:02:32.558 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-09-17T01:02:32.568 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-09-17T01:02:32.568 DEBUG:teuthology.orchestra.run.smithi045:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-17T01:02:32.595 DEBUG:teuthology.orchestra.run.smithi134:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-17T01:02:32.620 DEBUG:teuthology.orchestra.run.smithi153:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-09-17T01:02:32.647 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-09-17T01:02:32.657 DEBUG:teuthology.orchestra.run.smithi045:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-17T01:02:32.660 DEBUG:teuthology.orchestra.run.smithi134:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-17T01:02:32.663 DEBUG:teuthology.orchestra.run.smithi153:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-09-17T01:02:32.681 INFO:teuthology.orchestra.run.smithi045.stdout:kernel.core_pattern = core 2024-09-17T01:02:32.683 INFO:teuthology.orchestra.run.smithi134.stdout:kernel.core_pattern = core 2024-09-17T01:02:32.710 INFO:teuthology.orchestra.run.smithi153.stdout:kernel.core_pattern = core 2024-09-17T01:02:32.734 DEBUG:teuthology.orchestra.run.smithi045:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-17T01:02:32.778 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T01:02:32.778 DEBUG:teuthology.orchestra.run.smithi134:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-17T01:02:32.792 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T01:02:32.793 DEBUG:teuthology.orchestra.run.smithi153:> test -e /home/ubuntu/cephtest/archive/coredump 2024-09-17T01:02:32.807 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-09-17T01:02:32.807 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-09-17T01:02:32.818 INFO:teuthology.task.internal:Transferring archived files... 2024-09-17T01:02:32.819 DEBUG:teuthology.misc:Transferring archived files from smithi045:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-16_21:08:04-orch-squid-distro-default-smithi/7907970/remote/smithi045 2024-09-17T01:02:32.819 DEBUG:teuthology.orchestra.run.smithi045:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-17T01:02:32.858 DEBUG:teuthology.misc:Transferring archived files from smithi134:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-16_21:08:04-orch-squid-distro-default-smithi/7907970/remote/smithi134 2024-09-17T01:02:32.859 DEBUG:teuthology.orchestra.run.smithi134:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-17T01:02:32.898 DEBUG:teuthology.misc:Transferring archived files from smithi153:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/teuthology-2024-09-16_21:08:04-orch-squid-distro-default-smithi/7907970/remote/smithi153 2024-09-17T01:02:32.898 DEBUG:teuthology.orchestra.run.smithi153:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-09-17T01:02:32.933 INFO:teuthology.task.internal:Removing archive directory... 2024-09-17T01:02:32.933 DEBUG:teuthology.orchestra.run.smithi045:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-17T01:02:32.936 DEBUG:teuthology.orchestra.run.smithi134:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-17T01:02:32.938 DEBUG:teuthology.orchestra.run.smithi153:> rm -rf -- /home/ubuntu/cephtest/archive 2024-09-17T01:02:32.983 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-09-17T01:02:32.995 INFO:teuthology.task.internal:Not uploading archives. 2024-09-17T01:02:32.995 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-09-17T01:02:33.024 INFO:teuthology.task.internal:Tidying up after the test... 2024-09-17T01:02:33.024 DEBUG:teuthology.orchestra.run.smithi045:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-17T01:02:33.028 DEBUG:teuthology.orchestra.run.smithi134:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-17T01:02:33.030 DEBUG:teuthology.orchestra.run.smithi153:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-09-17T01:02:33.040 INFO:teuthology.orchestra.run.smithi045.stdout: 265324 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 17 01:02 /home/ubuntu/cephtest 2024-09-17T01:02:33.043 INFO:teuthology.orchestra.run.smithi134.stdout: 265324 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 17 01:02 /home/ubuntu/cephtest 2024-09-17T01:02:33.045 INFO:teuthology.orchestra.run.smithi153.stdout: 265336 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Sep 17 01:02 /home/ubuntu/cephtest 2024-09-17T01:02:33.047 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-09-17T01:02:33.076 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-09-17T01:02:33.177 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/connectivity task/test_monitoring_stack_basic} duration: 1072.7729172706604 flavor: default owner: scheduled_teuthology@teuthology success: true 2024-09-17T01:02:33.177 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-09-17T01:02:33.263 INFO:teuthology.run:pass